]> git.mxchange.org Git - friendica.git/blob - view/crepair.tpl
provide disclosure warning on private network page
[friendica.git] / view / crepair.tpl
1
2 <form id="crepair-form" action="crepair/$contact_id" method="post" >
3
4 <h4>$contact_name</h4>
5
6 <label id="crepair-nick-label" for="crepair-nick">$label_nick</label>
7 <input type="text" id="crepair-nick" name="nick" value="$contact_nick" />
8 <div class="clear"></div>
9
10 <label id="crepair-url-label" for="crepair-url">$label_url</label>
11 <input type="text" id="crepair-url" name="url" value="$contact_url" />
12 <div class="clear"></div>
13
14 <label id="crepair-request-label" for="crepair-request">$label_request</label>
15 <input type="text" id="crepair-request" name="request" value="$request" />
16 <div class="clear"></div>
17  
18 <label id="crepair-confirm-label" for="crepair-confirm">$label_confirm</label>
19 <input type="text" id="crepair-confirm" name="confirm" value="$confirm" />
20 <div class="clear"></div>
21
22 <label id="crepair-notify-label" for="crepair-notify">$label_notify</label>
23 <input type="text" id="crepair-notify" name="notify" value="$notify" />
24 <div class="clear"></div>
25
26 <label id="crepair-poll-label" for="crepair-poll">$label_poll</label>
27 <input type="text" id="crepair-poll" name="poll" value="$poll" />
28 <div class="clear"></div>
29
30 <input type="submit" name="submit" value="$lbl_submit" />
31
32 </form>
33
34