]> git.mxchange.org Git - friendica.git/blob - view/en/jot.tpl
sparkle link enhancements to display page
[friendica.git] / view / en / 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="item" 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
16                 <textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" ></textarea>
17
18
19 <div id="profile-jot-submit-wrapper" >
20 <input type="submit" id="profile-jot-submit" name="submit" value="Share" />
21         <div id="profile-upload-wrapper" style="display: $visitor;" >
22                 <div id="wall-image-upload-div" ><img id="wall-image-upload" src="images/camera-icon.gif" alt="Upload Photo" title="Upload Photo"  /></div>
23         </div> 
24         <div id="profile-link-wrapper" style="display: $visitor;" ondragenter="linkdropper(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" >
25                 <img id="profile-link" src="images/link-icon.gif" alt="Insert web link" title="Insert web link" ondragenter="return linkdropper(event);" ondragover="return linkdropper(event);" ondrop="linkdrop(event);" onclick="jotGetLink();" />
26         </div> 
27         <div id="profile-youtube-wrapper" style="display: $visitor;" >
28                 <img id="profile-video" src="images/youtube_icon.gif" alt="Insert YouTube video" title="Insert YouTube video" onclick="jotGetVideo();" />
29         </div> 
30         <div id="profile-location-wrapper" style="display: $visitor;" >
31                 <img id="profile-location" src="images/globe.gif" alt="Set your location" title="Set your location" onclick="jotGetLocation();" />
32         </div> 
33         <div id="profile-nolocation-wrapper" style="display: none;" >
34                 <img id="profile-nolocation" src="images/noglobe.gif" alt="Clear Browser Location" title="Clear Browser Location" onclick="jotClearLocation();" />
35         </div> 
36         <div id="profile-jot-plugin-wrapper">
37         $jotplugins
38         </div>
39
40         <div id="profile-rotator-wrapper" style="display: $visitor;" >
41                 <img id="profile-rotator" src="images/rotator.gif" alt="Please wait" title="Please wait" style="display: none;" />
42         </div> 
43         <div id="profile-jot-perms" class="profile-jot-perms" style="display: $visitor;" ><img id="jot-perms-icon" src="images/$lockstate_icon.gif"  alt="Permission Settings" title="Permission Settings" onClick="openClose('profile-jot-acl-wrapper'); openClose('profile-jot-email-wrapper'); openClose('profile-jot-networks');" />$bang</div>
44         <div id="profile-jot-perms-end"></div>
45         <div id="profile-jot-email-wrapper" style="display: none;" >
46         <div id="profile-jot-email-label">$emailcc</div><input type="text" name="emailcc" id="profile-jot-email" title="$emtitle">
47         <div id="profile-jot-email-end"></div>
48         </div>
49         <div id="profile-jot-networks" style="display: none;" >
50         $jotnets
51         </div>
52         <div id="profile-jot-networks-end"></div>
53         <div id="profile-jot-acl-wrapper" style="display: none;" >$acl</div>
54 </div>
55
56 <div id="profile-jot-end"></div>
57 </form>
58 </div>