]> git.mxchange.org Git - friendica.git/blob - view/theme/frost/smarty3/prv_message.tpl
363ca4e26cbc565eae3a6209c8773eb44b35caa1
[friendica.git] / view / theme / frost / smarty3 / prv_message.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6
7 <h3>{{$header}}</h3>
8
9 <div id="prvmail-wrapper" >
10 <form id="prvmail-form" action="message" method="post" >
11
12 {{$parent}}
13
14 <div id="prvmail-to-label">{{$to}}</div>
15
16 {{if $showinputs}}
17 <input type="text" id="recip" name="messageto" value="{{$prefill}}" maxlength="255" size="64" tabindex="10" />
18 <input type="hidden" id="recip-complete" name="messageto" value="{{$preid}}">
19 {{else}}
20 {{$select}}
21 {{/if}}
22
23 <div id="prvmail-subject-label">{{$subject}}</div>
24 <input type="text" size="64" maxlength="255" id="prvmail-subject" name="subject" value="{{$subjtxt}}" {{$readonly}} tabindex="11" />
25
26 <div id="prvmail-message-label">{{$yourmessage}}</div>
27 <textarea rows="8" cols="72" class="prvmail-text" id="prvmail-text" name="body" tabindex="12">{{$text}}</textarea>
28
29
30 <div id="prvmail-submit-wrapper" >
31         <input type="submit" id="prvmail-submit" name="submit" value="{{$submit}}" tabindex="13" />
32         <div id="prvmail-upload-wrapper" >
33                 <div id="prvmail-upload" class="icon border camera" title="{{$upload}}" ></div>
34         </div> 
35         <div id="prvmail-link-wrapper" >
36                 <div id="prvmail-link" class="icon border link" title="{{$insert}}" onclick="jotGetLink();" ></div>
37         </div> 
38         <div id="prvmail-rotator-wrapper" >
39                 <img id="prvmail-rotator" src="images/rotator.gif" alt="{{$wait}}" title="{{$wait}}" style="display: none;" />
40         </div> 
41 </div>
42 <div id="prvmail-end"></div>
43 </form>
44 </div>