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