]> git.mxchange.org Git - friendica.git/blob - view/templates/crepair.tpl
Merge pull request #2170 from fabrixxm/issue_1953
[friendica.git] / view / templates / crepair.tpl
1 {{include file="section_title.tpl"}}
2
3 {{$tab_str}}
4
5 <div class="crepair-error-message">{{$warning}}</div><br>
6 <div class="crepair-return">
7         {{$info}}<br>
8         <!-- <a href="{{$returnaddr}}">{{$return}}</a> -->
9 </div>
10 <br />
11
12 <form id="crepair-form" action="crepair/{{$contact_id}}" method="post" >
13
14 <!-- <h4>{{$contact_name}}</h4> -->
15
16 <div id="contact-update-profile-wrapper">
17 {{if $update_profile}}
18         <span id="contact-update-profile-now" class="button"><a href="contacts/{{$contact_id}}/updateprofile" >{{$udprofilenow}}</a></span>
19 {{/if}}
20 </div>
21
22 <label id="crepair-name-label" class="crepair-label" for="crepair-name">{{$label_name}}</label>
23 <input type="text" id="crepair-name" class="crepair-input" name="name" value="{{$contact_name|escape:'html'}}" />
24 <div class="clear"></div>
25
26 <label id="crepair-nick-label" class="crepair-label" for="crepair-nick">{{$label_nick}}</label>
27 <input type="text" id="crepair-nick" class="crepair-input" name="nick" value="{{$contact_nick|escape:'html'}}" />
28 <div class="clear"></div>
29
30 <label id="crepair-attag-label" class="crepair-label" for="crepair-attag">{{$label_attag}}</label>
31 <input type="text" id="crepair-attag" class="crepair-input" name="attag" value="{{$contact_attag|escape:'html'}}" />
32 <div class="clear"></div>
33
34 <label id="crepair-url-label" class="crepair-label" for="crepair-url">{{$label_url}}</label>
35 <input type="text" id="crepair-url" class="crepair-input" name="url" value="{{$contact_url|escape:'html'}}" />
36 <div class="clear"></div>
37
38 <label id="crepair-request-label" class="crepair-label" for="crepair-request">{{$label_request}}</label>
39 <input type="text" id="crepair-request" class="crepair-input" name="request" value="{{$request|escape:'html'}}" />
40 <div class="clear"></div>
41  
42 <label id="crepair-confirm-label" class="crepair-label" for="crepair-confirm">{{$label_confirm}}</label>
43 <input type="text" id="crepair-confirm" class="crepair-input" name="confirm" value="{{$confirm|escape:'html'}}" />
44 <div class="clear"></div>
45
46 <label id="crepair-notify-label" class="crepair-label" for="crepair-notify">{{$label_notify}}</label>
47 <input type="text" id="crepair-notify" class="crepair-input" name="notify" value="{{$notify|escape:'html'}}" />
48 <div class="clear"></div>
49
50 <label id="crepair-poll-label" class="crepair-label" for="crepair-poll">{{$label_poll}}</label>
51 <input type="text" id="crepair-poll" class="crepair-input" name="poll" value="{{$poll|escape:'html'}}" />
52 <div class="clear"></div>
53
54 <label id="crepair-photo-label" class="crepair-label" for="crepair-photo">{{$label_photo}}</label>
55 <input type="text" id="crepair-photo" class="crepair-input" name="photo" value="" />
56 <div class="clear"></div>
57 {{if $allow_remote_self eq 1}}
58 <h4>{{$label_remote_self}}</h4>
59 {{include file="field_select.tpl" field=$remote_self}}
60 {{/if}}
61
62 <input type="submit" name="submit" value="{{$lbl_submit|escape:'html'}}" />
63
64 </form>
65
66