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