From e332d1074f1b663ec66d37b0f575df2e41d5535c Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 1 May 2017 21:10:04 -0700 Subject: move theme specific files to theme dir --- view/theme/redbasic/tpl/abook_edit.tpl | 519 +++++++++++++++++++++++++++++++++ 1 file changed, 519 insertions(+) create mode 100755 view/theme/redbasic/tpl/abook_edit.tpl (limited to 'view/theme/redbasic/tpl/abook_edit.tpl') diff --git a/view/theme/redbasic/tpl/abook_edit.tpl b/view/theme/redbasic/tpl/abook_edit.tpl new file mode 100755 index 000000000..9fb5c4b18 --- /dev/null +++ b/view/theme/redbasic/tpl/abook_edit.tpl @@ -0,0 +1,519 @@ +
+
+ {{if $notself}} +
+ + {{if $abook_prev || $abook_next}} +
+ +
+ + +
+ +
+ {{/if}} +
+ {{/if}} +

{{$header}}

+
+
+ {{if $notself}} + {{foreach $tools as $tool}} + {{if $tool.info}} +
+
+ {{$tool.info}} +
+
+ {{/if}} + {{/foreach}} + + {{/if}} + +
+ + + + +
+ {{if $notself}} + + {{if $is_pending}} +
+ +
+
+ {{include file="field_checkbox.tpl" field=$unapproved}} +
+ +
+
+
+
+ {{/if}} + {{if ! $is_pending}} +
+
+ + +
+
+ +
+
+ + +
+
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+
+ + + +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ + + +
+ +
+
+ +
+ + + {{if $vcard.fn}}{{$vcard.fn}}{{/if}} + {{if $vcard.emails.0.address}}{{$vcard.emails.0.address}}{{/if}} + {{if $vcard.tels.0}}{{$vcard.tels.0.nr}}{{if $is_mobile}} {{/if}}{{/if}} + + +
+
+
+ +
+
+ {{if $vcard.org}} +
+ + +
+ {{/if}} +
+
+ +
+
+ {{if $vcard.title}} +
+ + +
+ {{/if}} +
+
+ + +
+
+ {{if $vcard.tels}} + {{foreach $vcard.tels as $tel}} +
+ + + +
+ {{/foreach}} + {{/if}} +
+
+ + +
+
+ {{if $vcard.emails}} + {{foreach $vcard.emails as $email}} +
+ + + +
+ {{/foreach}} + {{/if}} +
+
+ +
+
+ {{if $vcard.impps}} + {{foreach $vcard.impps as $impp}} +
+ + + +
+ {{/foreach}} + {{/if}} +
+
+ +
+
+ {{if $vcard.urls}} + {{foreach $vcard.urls as $url}} +
+ + + +
+ {{/foreach}} + {{/if}} +
+
+ +
+
+ {{if $vcard.adrs}} + {{foreach $vcard.adrs as $adr}} +
+
+ + + +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ {{/foreach}} + {{/if}} +
+
+ +
+
+ {{if $vcard.note}} + + + + {{/if}} +
+
+ + +
+ +
+ +
+ {{/if}} + + {{if $affinity}} +
+ +
+
+ {{if $slide}} +
{{$lbl_slider}}
+ {{$slide}} + + {{/if}} + + {{if $multiprofs}} +
+ {{$lbl_vis2}} + {{$profile_select}} +
+ {{/if}} +
+ +
+
+
+
+ {{/if}} + + {{if $connfilter}} +
+ +
+
+ {{include file="field_textarea.tpl" field=$incl}} + {{include file="field_textarea.tpl" field=$excl}} +
+ +
+
+
+
+ {{else}} + + + {{/if}} + + {{if $rating}} +
+ +
+
+
+ {{$rating_info}} +
+
{{$lbl_rating_label}}
+ {{$rating}} + {{include file="field_textarea.tpl" field=$rating_text}} + +
+ +
+
+
+
+ {{/if}} + + {{/if}} + + {{if ! $is_pending}} +
+ {{if $notself}} + + {{/if}} +
+
+
+ {{if $notself}}{{$permnote}}{{/if}} + {{if $self}}{{$permnote_self}}{{/if}} +
+ + {{if $permcat_enable}} +
+  {{$permcat_new}} + {{include file="field_select.tpl" field=$permcat}} + {{/if}} + + + + + {{if $notself}} + + {{/if}} + + + {{foreach $perms as $prm}} + {{include file="field_acheckbox.tpl" field=$prm}} + {{/foreach}} +
{{$them}}{{$me}}
+ + {{if $self}} +
+ + {{include file="field_checkbox.tpl" field=$autoperms}} +
+ {{/if}} + +
+ +
+
+
+
+ {{/if}} +
+
+
+
-- cgit v1.2.3