]> git.mxchange.org Git - friendica.git/blob - view/theme/diabook/smarty3/prv_message.tpl
35ce914761fd8d3d430d07f821c9e8e11ccdb1e8
[friendica.git] / view / theme / diabook / smarty3 / prv_message.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <h3>{{$header}}</h3>
7
8 <div id="prvmail-wrapper" >
9 <form id="prvmail-form" action="message" method="post" >
10
11 {{$parent}}
12
13 <div id="prvmail-to-label">{{$to}}</div>
14
15 {{if $showinputs}}
16 <input type="text" id="recip" style="background: none repeat scroll 0 0 white;border: 1px solid #CCC;border-radius: 5px 5px 5px 5px;height: 20px;margin: 0 0 5px;
17 vertical-align: middle;" 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>