]> git.mxchange.org Git - friendica.git/blob - view/it/jot.tpl
Merge branch 'master' of git://github.com/friendika/friendika
[friendica.git] / view / it / 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 <div id="profile-jot-submit-wrapper" >
19 <input type="submit" id="profile-jot-submit" name="submit" value="Condividi" />
20         <div id="profile-upload-wrapper" style="display: $visitor;" >
21                 <div id="wall-image-upload-div" ><img id="wall-image-upload" src="images/camera-icon.gif" alt="Carica foto" title="Carica foto"  /></div>
22         </div> 
23         <div id="profile-link-wrapper" style="display: $visitor;" ondragenter="linkdropper(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" >
24                 <img id="profile-link" src="images/link-icon.gif" alt="Inserisci collegamento" title="Inserisci collegamento" ondragenter="return linkdropper(event);" ondragover="return linkdropper(event);" ondrop="linkdrop(event);" onclick="jotGetLink();" />
25         </div> 
26         <div id="profile-youtube-wrapper" style="display: $visitor;" >
27                 <img id="profile-video" src="images/youtube_icon.gif" alt="Inserisci video da YouTube" title="Inserisci video da YouTube" onclick="jotGetVideo();" />
28         </div> 
29         <div id="profile-location-wrapper" style="display: $visitor;" >
30                 <img id="profile-location" src="images/globe.gif" alt="Imposta la tua posizione" title="Imposta la tua posizione" onclick="jotGetLocation();" />
31         </div> 
32         <div id="profile-nolocation-wrapper" style="display: none;" >
33                 <img id="profile-nolocation" src="images/noglobe.gif" alt="Cancella la tua posizione data dal browser" title="Cancella la tua posizione data dal browser" onclick="jotClearLocation();" />
34         </div> 
35         <div id="profile-rotator-wrapper" style="display: $visitor;" >
36                 <img id="profile-rotator" src="images/rotator.gif" alt="Attendi" title="Attendi" style="display: none;" />
37         </div> 
38         <div id="profile-jot-perms" class="profile-jot-perms" style="display: $visitor;" ><img id="jot-perms-icon" src="images/$lockstate_icon.gif"  alt="Impostazione permessi" title="Impostazione permessi" onClick="openClose('profile-jot-acl-wrapper');" />$bang</div>
39         <div id="profile-jot-perms-end"></div>
40         <div id="profile-jot-acl-wrapper" style="display: none;" >$acl</div>
41 </div>
42
43 <div id="profile-jot-end"></div>
44 </form>
45 </div>