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