]> git.mxchange.org Git - friendica.git/blob - view/theme/quattro/templates/jot.tpl
Merge remote-tracking branch 'upstream/master'
[friendica.git] / view / theme / quattro / templates / jot.tpl
1 <form id="profile-jot-form" action="{{$action}}" method="post">
2         <div id="jot">
3                 <div id="profile-jot-desc" class="jothidden">&nbsp;</div>
4                 <input name="title" id="jot-title" type="text" placeholder="{{$placeholdertitle}}" title="{{$placeholdertitle}}" value="{{$title}}" class="jothidden" style="display:none" />
5                 {{if $placeholdercategory}}
6                 <input name="category" id="jot-category" type="text" placeholder="{{$placeholdercategory}}" title="{{$placeholdercategory}}" value="{{$category}}" class="jothidden" style="display:none" />
7                 {{/if}}
8                 <div id="character-counter" class="grey jothidden"></div>
9                 
10
11
12                 <input type="hidden" name="type" value="{{$ptyp}}" />
13                 <input type="hidden" name="profile_uid" value="{{$profile_uid}}" />
14                 <input type="hidden" name="return" value="{{$return_path}}" />
15                 <input type="hidden" name="location" id="jot-location" value="{{$defloc}}" />
16                 <input type="hidden" name="coord" id="jot-coord" value="" />
17                 <input type="hidden" name="post_id" value="{{$post_id}}" />
18                 <input type="hidden" name="preview" id="jot-preview" value="0" />
19                 <input type="hidden" name="post_id_random" value="{{$rand_num}}" />
20
21                 <textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" >{{if $content}}{{$content}}{{else}}{{$share}}{{/if}}</textarea>
22
23                 <ul id="jot-tools" class="jothidden" style="display:none">
24                         <li><a href="#" onclick="return false;" id="wall-image-upload" title="{{$upload}}">{{$shortupload}}</a></a></li>
25                         <li><a href="#" onclick="return false;" id="wall-file-upload"  title="{{$attach}}">{{$shortattach}}</a></li>
26                         <li><a id="profile-link"  ondragenter="return linkdropper(event);" ondragover="return linkdropper(event);" ondrop="linkdrop(event);" onclick="jotGetLink(); return false;" title="{{$weblink}}">{{$shortweblink}}</a></li>
27                         <li><a id="profile-video" onclick="jotVideoURL();return false;" title="{{$video}}">{{$shortvideo}}</a></li>
28                         <li><a id="profile-audio" onclick="jotAudioURL();return false;" title="{{$audio}}">{{$shortaudio}}</a></li>
29                         <!-- TODO: waiting for a better placement 
30                         <li><a id="profile-location" onclick="jotGetLocation();return false;" title="{{$setloc}}">{{$shortsetloc}}</a></li>
31                         <li><a id="profile-nolocation" onclick="jotClearLocation();return false;" title="{{$noloc}}">{{$shortnoloc}}</a></li>
32                         -->
33                         <li><a id="jot-preview-link" onclick="preview_post(); return false;" title="{{$preview}}">{{$preview}}</a></li>
34                         {{$jotplugins}}
35
36                         <li class="perms"><a id="jot-perms-icon" href="#profile-jot-acl-wrapper" class="icon s22 {{$lockstate}} {{$bang}}"  title="{{$permset}}" ></a></li>
37                         <li class="submit"><input type="submit" id="profile-jot-submit" name="submit" value="{{$share}}" /></li>
38                         <li id="profile-rotator" class="loading" style="display: none"><img src="images/rotator.gif" alt="{{$wait}}" title="{{$wait}}"  /></li>
39                 </ul>
40         </div>
41         
42         <div id="jot-preview-content" style="display:none;"></div>
43
44         <div style="display: none;">
45                 <div id="profile-jot-acl-wrapper" style="width:auto;height:auto;overflow:auto;">
46                         {{$acl}}
47                         <hr style="clear:both"/>
48                         <div id="profile-jot-email-label">{{$emailcc}}</div><input type="text" name="emailcc" id="profile-jot-email" title="{{$emtitle}}" />
49                         <div id="profile-jot-email-end"></div>
50                         {{$jotnets}}
51                 </div>
52         </div>
53
54 </form>
55
56 {{if $content}}<script>initEditor();</script>{{/if}}