]> git.mxchange.org Git - friendica.git/blob - view/theme/quattro/smarty3/jot.tpl
template engine rework
[friendica.git] / view / theme / quattro / smarty3 / jot.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <form id="profile-jot-form" action="{{$action}}" method="post">
7         <div id="jot">
8                 <div id="profile-jot-desc" class="jothidden">&nbsp;</div>
9                 <input name="title" id="jot-title" type="text" placeholder="{{$placeholdertitle}}" title="{{$placeholdertitle}}" value="{{$title}}" class="jothidden" style="display:none" />
10                 {{if $placeholdercategory}}
11                 <input name="category" id="jot-category" type="text" placeholder="{{$placeholdercategory}}" title="{{$placeholdercategory}}" value="{{$category}}" class="jothidden" style="display:none" />
12                 {{/if}}
13                 <div id="character-counter" class="grey jothidden"></div>
14                 
15
16
17                 <input type="hidden" name="type" value="{{$ptyp}}" />
18                 <input type="hidden" name="profile_uid" value="{{$profile_uid}}" />
19                 <input type="hidden" name="return" value="{{$return_path}}" />
20                 <input type="hidden" name="location" id="jot-location" value="{{$defloc}}" />
21                 <input type="hidden" name="coord" id="jot-coord" value="" />
22                 <input type="hidden" name="post_id" value="{{$post_id}}" />
23                 <input type="hidden" name="preview" id="jot-preview" value="0" />
24                 <input type="hidden" name="post_id_random" value="{{$rand_num}}" />
25
26                 <textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" >{{if $content}}{{$content}}{{else}}{{$share}}{{/if}}</textarea>
27
28                 <ul id="jot-tools" class="jothidden" style="display:none">
29                         <li><a href="#" onclick="return false;" id="wall-image-upload" title="{{$upload}}">{{$shortupload}}</a></a></li>
30                         <li><a href="#" onclick="return false;" id="wall-file-upload"  title="{{$attach}}">{{$shortattach}}</a></li>
31                         <li><a id="profile-link"  ondragenter="return linkdropper(event);" ondragover="return linkdropper(event);" ondrop="linkdrop(event);" onclick="jotGetLink(); return false;" title="{{$weblink}}">{{$shortweblink}}</a></li>
32                         <li><a id="profile-video" onclick="jotVideoURL();return false;" title="{{$video}}">{{$shortvideo}}</a></li>
33                         <li><a id="profile-audio" onclick="jotAudioURL();return false;" title="{{$audio}}">{{$shortaudio}}</a></li>
34                         <!-- TODO: waiting for a better placement 
35                         <li><a id="profile-location" onclick="jotGetLocation();return false;" title="{{$setloc}}">{{$shortsetloc}}</a></li>
36                         <li><a id="profile-nolocation" onclick="jotClearLocation();return false;" title="{{$noloc}}">{{$shortnoloc}}</a></li>
37                         -->
38                         <li><a id="jot-preview-link" onclick="preview_post(); return false;" title="{{$preview}}">{{$preview}}</a></li>
39                         {{$jotplugins}}
40
41                         <li class="perms"><a id="jot-perms-icon" href="#profile-jot-acl-wrapper" class="icon s22 {{$lockstate}} {{$bang}}"  title="{{$permset}}" ></a></li>
42                         <li class="submit"><input type="submit" id="profile-jot-submit" name="submit" value="{{$share}}" /></li>
43                         <li id="profile-rotator" class="loading" style="display: none"><img src="images/rotator.gif" alt="{{$wait}}" title="{{$wait}}"  /></li>
44                 </ul>
45         </div>
46         
47         <div id="jot-preview-content" style="display:none;"></div>
48
49         <div style="display: none;">
50                 <div id="profile-jot-acl-wrapper" style="width:auto;height:auto;overflow:auto;">
51                         {{$acl}}
52                         <hr style="clear:both"/>
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                         {{$jotnets}}
56                 </div>
57         </div>
58
59 </form>
60
61 {{if $content}}<script>initEditor();</script>{{/if}}