]> git.mxchange.org Git - friendica.git/blob - view/jot.tpl
Merge branch 'master' of https://github.com/erikl/friendika into erikl-master
[friendica.git] / view / jot.tpl
1
2 <div id="profile-jot-wrapper" >
3         <div id="profile-jot-banner-wrapper">
4                 <div id="profile-jot-desc" >&nbsp;</div>
5                 <div id="character-counter" class="grey"></div>
6         </div>
7         <div id="profile-jot-banner-end"></div>
8
9         <form id="profile-jot-form" action="$action" method="post" >
10                 <input type="hidden" name="type" value="wall" />
11                 <input type="hidden" name="profile_uid" value="$profile_uid" />
12                 <input type="hidden" name="return" value="$return_path" />
13                 <input type="hidden" name="location" id="jot-location" value="$defloc" />
14                 <input type="hidden" name="coord" id="jot-coord" value="" />
15                 <input type="hidden" name="post_id" value="$post_id" />
16
17                 <textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" >$content</textarea>
18
19
20 <div id="profile-jot-submit-wrapper" >
21 <input type="submit" id="profile-jot-submit" name="submit" value="$share" />
22         <div id="profile-upload-wrapper" style="display: $visitor;" >
23                 <div id="wall-image-upload-div" ><img id="wall-image-upload" src="images/camera-icon.gif" alt="$upload" title="$upload" /></div>
24         </div> 
25         <div id="profile-link-wrapper" style="display: $visitor;" ondragenter="linkdropper(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" >
26                 <img id="profile-link" src="images/link-icon.gif" alt="$weblink" title="$weblink" ondragenter="return linkdropper(event);" ondragover="return linkdropper(event);" ondrop="linkdrop(event);" onclick="jotGetLink();" />
27         </div> 
28         <div id="profile-youtube-wrapper" style="display: $visitor;" >
29                 <img id="profile-youtube" src="images/youtube_icon.gif" alt="$youtube" title="$youtube" onclick="jotGetVideo();" />
30         </div> 
31         <div id="profile-video-wrapper" style="display: $visitor;" >
32                 <img id="profile-video" src="images/video.gif" alt="$video" title="$video" onclick="jotVideoURL();" />
33         </div> 
34         <div id="profile-audio-wrapper" style="display: $visitor;" >
35                 <img id="profile-audio" src="images/audio.gif" alt="$audio" title="$audio" onclick="jotAudioURL();" />
36         </div> 
37         <div id="profile-location-wrapper" style="display: $visitor;" >
38                 <img id="profile-location" src="images/globe.gif" alt="$setloc" title="$setloc" onclick="jotGetLocation();" />
39         </div> 
40         <div id="profile-nolocation-wrapper" style="display: none;" >
41                 <img id="profile-nolocation" src="images/noglobe.gif" alt="$noloc" title="$noloc" onclick="jotClearLocation();" />
42         </div> 
43         <div id="profile-jot-plugin-wrapper">
44         $jotplugins
45         </div>
46
47         <div id="profile-rotator-wrapper" style="display: $visitor;" >
48                 <img id="profile-rotator" src="images/rotator.gif" alt="$wait" title="$wait" style="display: none;" />
49         </div> 
50         <div id="profile-jot-perms" class="profile-jot-perms" style="display: $visitor;" ><img id="jot-perms-icon" src="images/$lockstate_icon.gif"  alt="$permset" title="$permset" onClick="openClose('profile-jot-acl-wrapper'); openClose('profile-jot-email-wrapper'); openClose('profile-jot-networks');" />$bang</div>
51         <div id="profile-jot-perms-end"></div>
52         <div id="profile-jot-email-wrapper" style="display: none;" >
53         <div id="profile-jot-email-label">$emailcc</div><input type="text" name="emailcc" id="profile-jot-email" title="$emtitle">
54         <div id="profile-jot-email-end"></div>
55         </div>
56         <div id="profile-jot-networks" style="display: none;" >
57         $jotnets
58         </div>
59         <div id="profile-jot-networks-end"></div>
60         <div id="profile-jot-acl-wrapper" style="display: none;" >$acl</div>
61 </div>
62
63 <div id="profile-jot-end"></div>
64 </form>
65 </div>