]> git.mxchange.org Git - friendica.git/blob - view/templates/item/compose.tpl
Merge branch '2021.03-rc' into copyright-2021
[friendica.git] / view / templates / item / compose.tpl
1 <div class="generic-page-wrapper">
2         <h2>{{$compose_title}}</h2>
3         <div id="profile-jot-wrapper">
4                 <form class="comment-edit-form" data-item-id="{{$id}}" id="comment-edit-form-{{$id}}" action="compose/{{$type}}" method="post">
5                     {{*<!--<input type="hidden" name="return" value="{{$return_path}}" />-->*}}
6                         <input type="hidden" name="post_id_random" value="{{$rand_num}}" />
7                         <input type="hidden" name="post_type" value="{{$posttype}}" />
8                         <input type="hidden" name="wall" value="{{$wall}}" />
9
10                         <div id="jot-title-wrap">
11                                 <input type="text" name="title" id="jot-title" class="jothidden jotforms form-control" placeholder="{{$placeholdertitle}}" title="{{$placeholdertitle}}" value="{{$title}}" tabindex="1"/>
12                         </div>
13                     {{if $placeholdercategory}}
14                                 <div id="jot-category-wrap">
15                                         <input name="category" id="jot-category" class="jothidden jotforms form-control" type="text" placeholder="{{$placeholdercategory}}" title="{{$placeholdercategory}}" value="{{$category}}" tabindex="2"/>
16                                 </div>
17                     {{/if}}
18
19                         <p class="comment-edit-bb-{{$id}} comment-icon-list">
20                                 <span>
21                                         <button type="button" class="btn btn-sm icon bb-img" aria-label="{{$edimg}}" title="{{$edimg}}" data-role="insert-formatting" data-bbcode="img" data-id="{{$id}}" tabindex="7">
22                                                 <i class="fa fa-picture-o"></i>
23                                         </button>
24                                         <button type="button" class="btn btn-sm icon bb-attach" aria-label="{{$edattach}}" title="{{$edattach}}" ondragenter="return commentLinkDrop(event, {{$id}});" ondragover="return commentLinkDrop(event, {{$id}});" ondrop="commentLinkDropper(event);" onclick="commentGetLink({{$id}}, '{{$prompttext}}');" tabindex="8">
25                                                 <i class="fa fa-paperclip"></i>
26                                         </button>
27                                 </span>
28                                 <span>
29                                         <button type="button" class="btn btn-sm icon bb-url" aria-label="{{$edurl}}" title="{{$edurl}}" onclick="insertFormatting('url',{{$id}});" tabindex="9">
30                                                 <i class="fa fa-link"></i>
31                                         </button>
32                                         <button type="button" class="btn btn-sm icon underline" aria-label="{{$eduline}}" title="{{$eduline}}" onclick="insertFormatting('u',{{$id}});" tabindex="10">
33                                                 <i class="fa fa-underline"></i>
34                                         </button>
35                                         <button type="button" class="btn btn-sm icon italic" aria-label="{{$editalic}}" title="{{$editalic}}" onclick="insertFormatting('i',{{$id}});" tabindex="11">
36                                                 <i class="fa fa-italic"></i>
37                                         </button>
38                                         <button type="button" class="btn btn-sm icon bold" aria-label="{{$edbold}}" title="{{$edbold}}" onclick="insertFormatting('b',{{$id}});" tabindex="12">
39                                                 <i class="fa fa-bold"></i>
40                                         </button>
41                                         <button type="button" class="btn btn-sm icon quote" aria-label="{{$edquote}}" title="{{$edquote}}" onclick="insertFormatting('quote',{{$id}});" tabindex="13">
42                                                 <i class="fa fa-quote-left"></i>
43                                         </button>
44                                 </span>
45                         </p>
46                         <p>
47                                 <textarea id="comment-edit-text-{{$id}}" class="comment-edit-text form-control text-autosize" name="body" placeholder="{{$default}}" rows="7" tabindex="3">{{$body}}</textarea>
48                         </p>
49
50                         <p class="comment-edit-submit-wrapper">
51 {{if $type == 'post'}}
52                                 <span role="presentation" class="form-inline">
53                                         <input type="text" name="location" class="form-control" id="jot-location" value="{{$location}}" placeholder="{{$location_set}}"/>
54                                         <button type="button" class="btn btn-sm icon" id="profile-location"
55                                                 data-title-set="{{$location_set}}"
56                                                 data-title-disabled="{{$location_disabled}}"
57                                                 data-title-unavailable="{{$location_unavailable}}"
58                                                 data-title-clear="{{$location_clear}}"
59                                                 title="{{$location_set}}"
60                                                 tabindex="6">
61                                                 <i class="fa fa-map-marker" aria-hidden="true"></i>
62                                         </button>
63                                 </span>
64 {{/if}}
65                                 <span role="presentation" id="profile-rotator-wrapper">
66                                         <img role="presentation" id="profile-rotator" src="images/rotator.gif" alt="{{$wait}}" title="{{$wait}}" style="display: none;" />
67                                 </span>
68                                 <span role="presentation" id="character-counter" class="grey text-info"></span>
69                         {{if $preview}}
70                                         <button type="button" class="btn btn-defaul btn-sm" onclick="preview_comment({{$id}});" id="comment-edit-preview-link-{{$id}}" tabindex="5"><i class="fa fa-eye"></i> {{$preview}}</button>
71                         {{/if}}
72                                 <button type="submit" class="btn btn-primary btn-sm" id="comment-edit-submit-{{$id}}" name="submit" tabindex="4"><i class="fa fa-envelope"></i> {{$submit}}</button>
73                         </p>
74
75                         <div id="comment-edit-preview-{{$id}}" class="comment-edit-preview" style="display:none;"></div>
76
77 {{if $type == 'post'}}
78                         <h3>{{$visibility_title}}</h3>
79                         {{$acl_selector nofilter}}
80
81                         <div class="jotplugins">
82                                 {{$jotplugins nofilter}}
83                         </div>
84 {{else}}
85                         <input type="hidden" name="group_allow" value="{{$group_allow}}"/>
86                         <input type="hidden" name="contact_allow" value="{{$contact_allow}}"/>
87                         <input type="hidden" name="group_deny" value="{{$group_deny}}"/>
88                         <input type="hidden" name="contact_deny" value="{{$contact_deny}}"/>
89 {{/if}}
90                 </form>
91         </div>
92 </div>