aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/abook_edit.tpl
blob: 487a113bfcf6d3e5c5ed1306f17bcc7f7b9810be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<h2>$header</h2>

<br />
<a href="" style="background-color: #CCC; padding: 10px; border-radius: 5px;">View Profile</a><a href="" style="background-color: #CCC; padding: 10px; border-radius: 5px; margin-left: 20px;">Archive</a>

<div id="contact-edit-wrapper">
<br />
<h3>Slide to adjust your degree of friendship</h3>

$slide

<h3>Permissions</h3>

<form action="abook/$contact_id" method="post" >
<input type="hidden" name="contact_id" value="$contact_id">
<input id="contact-closeness-mirror" type="hidden" name="closeness" value="$close" />

<br />
<b>Quick Links:</b>
<a href="" style="background-color: #CCC; padding: 3px; border-radius: 5px; margin-left: 15px;">Full Sharing</a><a href="" style="background-color: #CCC; padding: 3px; border-radius: 5px; margin-left: 15px;">Cautious Sharing</a><a href="" style="background-color: #CCC; padding: 3px; border-radius: 5px; margin-left: 15px;">Follow Only</a><br />
<br />

<div id="abook-advanced" class="fakelink" onclick="openClose('abook-advanced-panel');">Advanced Permissions</div>

<div id="abook-advanced-panel" style="display: none;">

<span class="abook-them">$them</span><span class="abook-me">$me</span>
<br />
<br />
{{inc field_acheckbox.tpl with $field=$perm01 }}{{endinc}}
{{inc field_acheckbox.tpl with $field=$perm02 }}{{endinc}}
{{inc field_acheckbox.tpl with $field=$perm03 }}{{endinc}}
{{inc field_acheckbox.tpl with $field=$perm04 }}{{endinc}}
{{inc field_acheckbox.tpl with $field=$perm05 }}{{endinc}}
{{inc field_acheckbox.tpl with $field=$perm06 }}{{endinc}}
{{inc field_acheckbox.tpl with $field=$perm07 }}{{endinc}}
{{inc field_acheckbox.tpl with $field=$perm08 }}{{endinc}}
{{inc field_acheckbox.tpl with $field=$perm09 }}{{endinc}}
{{inc field_acheckbox.tpl with $field=$perm10 }}{{endinc}}

<br />

</div>

<input class="contact-edit-submit" type="submit" name="submit" value="$submit" />

</form>
</div>