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