]> git.mxchange.org Git - friendica.git/blob - view/theme/quattro/smarty3/prv_message.tpl
26b14d6e0ea0f81acf6cabb7e9d9f36beb4e57f4
[friendica.git] / view / theme / quattro / 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 {{if $showinputs}}
16 <input type="text" id="recip" name="messagerecip" value="{{$prefill}}" maxlength="255" size="64" tabindex="10" />
17 <input type="hidden" id="recip-complete" name="messageto" value="{{$preid}}">
18 {{else}}
19 {{$select}}
20 {{/if}}
21
22 <div id="prvmail-subject-label">{{$subject}}</div>
23 <input type="text" size="64" maxlength="255" id="prvmail-subject" name="subject" value="{{$subjtxt}}" {{$readonly}} tabindex="11" />
24
25 <div id="prvmail-message-label">{{$yourmessage}}</div>
26 <textarea rows="20" cols="72" class="prvmail-text" id="prvmail-text" name="body" tabindex="12">{{$text}}</textarea>
27
28
29 <div id="prvmail-submit-wrapper" >
30         <input type="submit" id="prvmail-submit" name="submit" value="{{$submit}}" tabindex="13" />
31         <div id="prvmail-upload-wrapper" >
32                 <div id="prvmail-upload" class="icon border camera" title="{{$upload}}" ></div>
33         </div> 
34         <div id="prvmail-link-wrapper" >
35                 <div id="prvmail-link" class="icon border link" title="{{$insert}}" onclick="jotGetLink();" ></div>
36         </div> 
37         <div id="prvmail-rotator-wrapper" >
38                 <img id="prvmail-rotator" src="images/rotator.gif" alt="{{$wait}}" title="{{$wait}}" style="display: none;" />
39         </div> 
40 </div>
41 <div id="prvmail-end"></div>
42 </form>
43 </div>