From 1a49f0d164ce94bc3fce227a68aa3796e22347e1 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Thu, 9 Mar 2017 18:54:10 -0800 Subject: one role. --- view/tpl/install_settings.tpl | 1 - 1 file changed, 1 deletion(-) (limited to 'view/tpl') diff --git a/view/tpl/install_settings.tpl b/view/tpl/install_settings.tpl index f7a0108a8..62dcbb8b3 100755 --- a/view/tpl/install_settings.tpl +++ b/view/tpl/install_settings.tpl @@ -19,7 +19,6 @@ {{include file="field_input.tpl" field=$adminmail}} {{include file="field_input.tpl" field=$siteurl}} -{{include file="field_select.tpl" field=$server_role}} {{include file="field_select_grouped.tpl" field=$timezone}} -- cgit v1.2.3 From 6f3493bb3ca3718d4b69278c96df384c8a4d5811 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sun, 12 Mar 2017 15:50:47 -0700 Subject: db issues --- view/tpl/nav.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl') diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 0581989ec..11e107d2a 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -177,7 +177,7 @@ {{/if}} -
  • +
  • - diff --git a/view/tpl/prep.tpl b/view/tpl/prep.tpl deleted file mode 100644 index debba13a8..000000000 --- a/view/tpl/prep.tpl +++ /dev/null @@ -1,31 +0,0 @@ -
    -

    {{$header}}

    - -{{if $site}} -

    {{$website}} {{$site}}

    -{{/if}} - - -{{if $raters}} -{{foreach $raters as $r}} - -
    - -
    -
    -{{$r.xchan_addr}} -
    -
    -
    -
    {{$r.xchan_name}}
    -
    {{$rating_lbl}} {{$r.xlink_rating}}
    -{{if $r.xlink_rating_text}} -
    {{$rating_text_label}} {{$r.xlink_rating_text}} -
    -{{/if}} -
    -
    -
    -{{/foreach}} -{{/if}} -
    diff --git a/view/tpl/profdef_edit.tpl b/view/tpl/profdef_edit.tpl deleted file mode 100644 index bfe85314d..000000000 --- a/view/tpl/profdef_edit.tpl +++ /dev/null @@ -1,16 +0,0 @@ -

    {{$header}}

    - -
    - -{{if $id}} - -{{/if}} - -{{include file="field_input.tpl" field=$field_name}} -{{include file="field_input.tpl" field=$field_type}} -{{include file="field_input.tpl" field=$field_desc}} -{{include file="field_input.tpl" field=$field_help}} - - - -
    diff --git a/view/tpl/profed_head.tpl b/view/tpl/profed_head.tpl deleted file mode 100755 index ce774052a..000000000 --- a/view/tpl/profed_head.tpl +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/view/tpl/profile_advanced.tpl b/view/tpl/profile_advanced.tpl deleted file mode 100755 index c56062459..000000000 --- a/view/tpl/profile_advanced.tpl +++ /dev/null @@ -1,341 +0,0 @@ -
    -
    -
    - {{if $profile.like_count}} -
    - - {{if $profile.likers}} - - {{/if}} -
    - {{/if}} - {{if $profile.canlike}} -
    - -
    - {{/if}} - {{if $editmenu.multi}} -
    -  {{$editmenu.edit.3}} - -
    - {{elseif $editmenu}} - - {{/if}} - {{if $exportlink}} - - {{/if}} -
    -

    {{$title}}

    -
    -
    -
    - - {{foreach $fields as $f}} - - - - - - - - - - - - - - - - - - - - - - - - {{if $f == 'name'}} -
    -
    {{$profile.fullname.0}}
    -
    {{$profile.fullname.1}}
    -
    - {{/if}} - - {{if $f == 'fullname'}} -
    -
    {{$profile.fullname.0}}
    -
    {{$profile.fullname.1}}
    -
    - {{/if}} - - {{if $f == 'gender'}} - {{if $profile.gender}} -
    -
    {{$profile.gender.0}}
    -
    {{$profile.gender.1}}
    -
    - {{/if}} - {{/if}} - - {{if $f == 'birthday'}} - {{if $profile.birthday}} -
    -
    {{$profile.birthday.0}}
    -
    {{$profile.birthday.1}}
    -
    - {{/if}} - {{/if}} - - {{if $f == 'age'}} - {{if $profile.age}} -
    -
    {{$profile.age.0}}
    -
    {{$profile.age.1}}
    -
    - {{/if}} - {{/if}} - - - {{if $f == 'marital'}} - {{if $profile.marital}} -
    -
     {{$profile.marital.0}}
    -
    {{$profile.marital.1}}{{if in_array('partner',$fields)}}{{if $profile.marital.partner}} ({{$profile.marital.partner}}){{/if}}{{/if}}{{if in_array('howlong',$fields)}}{{if $profile.howlong}} {{$profile.howlong}}{{/if}}{{/if}}
    -
    - {{/if}} - {{/if}} - - {{if $f == 'sexual'}} - {{if $profile.sexual}} -
    -
    {{$profile.sexual.0}}
    -
    {{$profile.sexual.1}}
    -
    - {{/if}} - {{/if}} - - {{if $f == 'keywords'}} - {{if $profile.keywords}} -
    -
    {{$profile.keywords.0}}
    -
    {{$profile.keywords.1}}
    -
    - {{/if}} - {{/if}} - - {{if $f == 'homepage'}} - {{if $profile.homepage}} -
    -
    {{$profile.homepage.0}}
    -
    {{$profile.homepage.1}}
    -
    - {{/if}} - {{/if}} - - {{if $f == 'hometown'}} - {{if $profile.hometown}} -
    -
    {{$profile.hometown.0}}
    -
    {{$profile.hometown.1}}
    -
    - {{/if}} - {{/if}} - - - {{if $f == 'politic'}} - {{if $profile.politic}} -
    -
    {{$profile.politic.0}}
    -
    {{$profile.politic.1}}
    -
    - {{/if}} - {{/if}} - - {{if $f == 'religion'}} - {{if $profile.religion}} -
    -
    {{$profile.religion.0}}
    -
    {{$profile.religion.1}}
    -
    - {{/if}} - {{/if}} - - {{if $f == 'about'}} - {{if $profile.about}} -
    -
    {{$profile.about.0}}
    -
    {{$profile.about.1}}
    -
    - {{/if}} - {{/if}} - - {{if $f == 'interest'}} - {{if $profile.interest}} -
    -
    {{$profile.interest.0}}
    -
    {{$profile.interest.1}}
    -
    - {{/if}} - {{/if}} - - {{if $f == 'likes'}} - {{if $profile.likes}} -
    -
    {{$profile.likes.0}}
    -
    {{$profile.likes.1}}
    -
    - {{/if}} - {{/if}} - - {{if $f == 'dislikes'}} - {{if $profile.dislikes}} -
    -
    {{$profile.dislikes.0}}
    -
    {{$profile.dislikes.1}}
    -
    - {{/if}} - {{/if}} - - {{if $f == 'contact'}} - {{if $profile.contact}} -
    -
    {{$profile.contact.0}}
    -
    {{$profile.contact.1}}
    -
    - {{/if}} - {{/if}} - - {{if $f == 'channels'}} - {{if $profile.channels}} -
    -
    {{$profile.channels.0}}
    -
    {{$profile.channels.1}}
    -
    - {{/if}} - {{/if}} - - - {{if $f == 'music'}} - {{if $profile.music}} -
    -
    {{$profile.music.0}}
    -
    {{$profile.music.1}}
    -
    - {{/if}} - {{/if}} - - - {{if $f == 'book'}} - {{if $profile.book}} -
    -
    {{$profile.book.0}}
    -
    {{$profile.book.1}}
    -
    - {{/if}} - {{/if}} - - - {{if $f == 'tv'}} - {{if $profile.tv}} -
    -
    {{$profile.tv.0}}
    -
    {{$profile.tv.1}}
    -
    - {{/if}} - {{/if}} - - - {{if $f == 'film'}} - {{if $profile.film}} -
    -
    {{$profile.film.0}}
    -
    {{$profile.film.1}}
    -
    - {{/if}} - {{/if}} - - - {{if $f == 'romance'}} - {{if $profile.romance}} -
    -
    {{$profile.romance.0}}
    -
    {{$profile.romance.1}}
    -
    - {{/if}} - {{/if}} - - - {{if $f == 'employment'}} - {{if $profile.employment}} -
    -
    {{$profile.employment.0}}
    -
    {{$profile.employment.1}}
    -
    - {{/if}} - {{/if}} - - {{if $f == 'education'}} - {{if $profile.education}} -
    -
    {{$profile.education.0}}
    -
    {{$profile.education.1}}
    -
    - {{/if}} - {{/if}} - - {{foreach $profile.extra_fields as $fld}} - {{if $f == $fld}} - {{if $profile.$fld}} -
    -
    {{$profile.$fld.0}}
    -
    {{$profile.$fld.1}}
    -
    - {{/if}} - {{/if}} - {{/foreach}} - {{/foreach}} - - - {{if $things}} - {{foreach $things as $key => $items}} - {{$profile.fullname.1}} {{$key}} -
      - {{foreach $items as $item}} -
    • {{if $item.img}}{{$item.term}}{{/if}} - {{$item.term}} - {{if $profile.canlike}}
      - - {{/if}} - {{if $item.like_count}} -
      - - {{if $item.likes}} - - {{/if}} -
      - {{/if}} -
    • - {{/foreach}} -
    -
    - {{/foreach}} - {{/if}} -
    -
    diff --git a/view/tpl/profile_edit.tpl b/view/tpl/profile_edit.tpl deleted file mode 100755 index 05137479f..000000000 --- a/view/tpl/profile_edit.tpl +++ /dev/null @@ -1,401 +0,0 @@ -
    -
    - -

    {{$banner}}

    -
    -
    -
    - - -
    - -
    - - - {{if $is_default}} - - {{/if}} - -
    -
    - -
    -
    - {{include file="field_input.tpl" field=$profile_name}} - - {{include file="field_input.tpl" field=$name}} - - {{if $fields.pdesc}} - {{include file="field_input.tpl" field=$pdesc}} - {{/if}} - - {{if $fields.gender}} -
    - - {{if $advanced}} - {{$gender}} - {{else}} - {{$gender_min}} - {{/if}} -
    -
    - {{/if}} - - {{if $fields.dob}} - {{$dob}} - {{/if}} - - {{include file="field_checkbox.tpl" field=$hide_friends}} - -
    - -
    -
    -
    -
    -
    - - {{if $fields.comms }} - -
    - - - -
    - -
    - - - -
    - -
    - - - -
    - -
    -
    - -
    - - - {{if $vcard.fn}}{{$vcard.fn}}{{/if}} - {{if $vcard.emails.0.address}}{{/if}} - {{if $vcard.tels.0}}{{/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}} - - - {{if $fields.address || $fields.locality || $fields.postal_code || $fields.region || $fields.country_name || $fields.hometown}} -
    - -
    -
    - {{if $fields.address}} - {{include file="field_input.tpl" field=$address}} - {{/if}} - - {{if $fields.locality}} - {{include file="field_input.tpl" field=$locality}} - {{/if}} - - {{if $fields.postal_code}} - {{include file="field_input.tpl" field=$postal_code}} - {{/if}} - - {{if $fields.region}} - {{include file="field_input.tpl" field=$region}} - {{/if}} - - {{if $fields.country_name}} - {{include file="field_input.tpl" field=$country_name}} - {{/if}} - - {{if $fields.hometown}} - {{include file="field_input.tpl" field=$hometown}} - {{/if}} - -
    - -
    -
    -
    -
    -
    - - {{/if}} - - {{if $fields.marital || $fields.sexual}} -
    - -
    -
    - {{if $fields.marital }} -
    - - {{if $advanced}} - {{$marital}} - {{else}} - {{$marital_min}} - {{/if}} -
    -
    - - {{if $fields.partner}} - {{include file="field_input.tpl" field=$with}} - {{/if}} - - {{if $fields.howlong}} - {{include file="field_input.tpl" field=$howlong}} - {{/if}} - {{/if}} - - {{if $fields.sexual}} -
    - - {{$sexual}} -
    -
    - {{/if}} - -
    - -
    -
    -
    -
    -
    - {{/if}} - {{if $fields.keywords || $fields.politic || $fields.religion || $fields.about || $fields.contact || $fields.homepage || $fields.interest || $fields.likes || $fields.dislikes || $fields.channels || $fields.music || $fields.book || $fields.tv || $fields.film || $fields.romance || $fields.employment || $fields.education || $extra_fields}} -
    - -
    -
    - {{if $fields.homepage}} - {{include file="field_input.tpl" field=$homepage}} - {{/if}} - - {{if $fields.keywords}} - {{include file="field_input.tpl" field=$keywords}} - {{/if}} - - {{if $fields.politic}} - {{include file="field_input.tpl" field=$politic}} - {{/if}} - - {{if $fields.religion}} - {{include file="field_input.tpl" field=$religion}} - {{/if}} - - {{if $fields.about}} - {{include file="field_textarea.tpl" field=$about}} - {{/if}} - - {{if $fields.contact}} - {{include file="field_textarea.tpl" field=$contact}} - {{/if}} - - {{if $fields.interest}} - {{include file="field_textarea.tpl" field=$interest}} - {{/if}} - - {{if $fields.likes}} - {{include file="field_textarea.tpl" field=$likes}} - {{/if}} - - {{if $fields.dislikes}} - {{include file="field_textarea.tpl" field=$dislikes}} - {{/if}} - - {{if $fields.channels}} - {{include file="field_textarea.tpl" field=$channels}} - {{/if}} - - {{if $fields.music}} - {{include file="field_textarea.tpl" field=$music}} - {{/if}} - - {{if $fields.book}} - {{include file="field_textarea.tpl" field=$book}} - {{/if}} - - {{if $fields.tv}} - {{include file="field_textarea.tpl" field=$tv}} - {{/if}} - - {{if $fields.film}} - {{include file="field_textarea.tpl" field=$film}} - {{/if}} - - {{if $fields.romance}} - {{include file="field_textarea.tpl" field=$romance}} - {{/if}} - - {{if $fields.employment}} - {{include file="field_textarea.tpl" field=$employ}} - {{/if}} - - {{if $fields.education}} - {{include file="field_textarea.tpl" field=$education}} - {{/if}} - - {{if $extra_fields}} - {{foreach $extra_fields as $field }} - {{include file="field_input.tpl" field=$field}} - {{/foreach}} - {{/if}} -
    - -
    -
    -
    -
    -
    - {{/if}} -
    -
    -
    - diff --git a/view/tpl/profile_entry.tpl b/view/tpl/profile_entry.tpl deleted file mode 100755 index 9ae870738..000000000 --- a/view/tpl/profile_entry.tpl +++ /dev/null @@ -1,11 +0,0 @@ -
    -
    - {{$alt}} -
    - -
    - {{$visible}} -
    -
    diff --git a/view/tpl/profile_listing_header.tpl b/view/tpl/profile_listing_header.tpl deleted file mode 100755 index 42abf2735..000000000 --- a/view/tpl/profile_listing_header.tpl +++ /dev/null @@ -1,12 +0,0 @@ -
    -
    -  {{$cr_new}} -

    {{$header}}

    -
    -
    -
    - {{$profiles}} -
    -
    - -
    diff --git a/view/tpl/profile_photo.tpl b/view/tpl/profile_photo.tpl deleted file mode 100755 index ca107bfcc..000000000 --- a/view/tpl/profile_photo.tpl +++ /dev/null @@ -1,48 +0,0 @@ -
    -
    -

    {{$title}}

    -
    -
    - -
    - - -
    - - {{if $importfile}} - - {{else}} - - - {{/if}} -
    - - - {{if $single}} - - {{else}} - - - -
    -
    -
    - {{/if}} - -
    - -
    -
    - -
    -
    -
    - -
    -
    diff --git a/view/tpl/profile_tabs.tpl b/view/tpl/profile_tabs.tpl deleted file mode 100644 index 49b74bb8f..000000000 --- a/view/tpl/profile_tabs.tpl +++ /dev/null @@ -1,5 +0,0 @@ - -{{foreach $tabs as $tab}} -{{$tab.label}} -{{/foreach}} - diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl deleted file mode 100755 index c17a7878c..000000000 --- a/view/tpl/profile_vcard.tpl +++ /dev/null @@ -1,62 +0,0 @@ -
    - {{if ! $zcard}} -
    {{$profile.fullname}}
    - {{/if}} - {{if $connect}} - - {{/if}} - {{if ! $zcard}} - {{if $editmenu.multi}} - - {{elseif $editmenu}} - - {{/if}} - {{/if}} - - {{if ! $zcard}} -
    {{$profile.fullname}}{{if $profile.online}} {{/if}}
    - {{if $reddress}}
    {{$profile.reddress}}
    {{/if}} - {{/if}} - {{if $pdesc}}
    {{$profile.pdesc}}
    {{/if}} - {{if $location}} -
    {{$location}}
    -
    - {{if $profile.address}}
    {{$profile.address}}
    {{/if}} - - {{$profile.locality}}{{if $profile.locality}}, {{/if}} - {{$profile.region}} - {{$profile.postal_code}} - - {{if $profile.country_name}}{{$profile.country_name}}{{/if}} -
    -
    - {{/if}} - - {{if $gender}}
    {{$gender}}
    {{$profile.gender}}
    {{/if}} - - {{if $marital}}
     {{$marital}}
    {{$profile.marital}}
    {{/if}} - - {{if $homepage}}
    {{$homepage}}
    {{$profile.homepage}}
    {{/if}} - - -
    -
    - -{{$rating}} - -{{$chanmenu}} - -{{$contact_block}} - - diff --git a/view/tpl/profile_vcard_short.tpl b/view/tpl/profile_vcard_short.tpl deleted file mode 100755 index 5d87d52c6..000000000 --- a/view/tpl/profile_vcard_short.tpl +++ /dev/null @@ -1,38 +0,0 @@ -{{$contact_block}} - - {{if $connect}} - - {{/if}} - - -{{$rating}} - - {{if $pdesc}}
    {{$profile.pdesc}}
    {{/if}} - - {{if $location}} -
    {{$location}}
    -
    - {{if $profile.address}}
    {{$profile.address}}
    {{/if}} - - {{$profile.locality}}{{if $profile.locality}}, {{/if}} - {{$profile.region}} - {{$profile.postal_code}} - - {{if $profile.country_name}}{{$profile.country_name}}{{/if}} -
    -
    - {{/if}} - - {{if $gender}}
    {{$gender}}
    {{$profile.gender}}
    {{/if}} - - - {{if $marital}}
     {{$marital}}
    {{$profile.marital}}
    {{/if}} - - {{if $homepage}}
    {{$homepage}}
    {{$profile.homepage}}
    {{/if}} - -
    - -{{$chanmenu}} - - - diff --git a/view/tpl/prv_message.tpl b/view/tpl/prv_message.tpl deleted file mode 100755 index 925447ff2..000000000 --- a/view/tpl/prv_message.tpl +++ /dev/null @@ -1,104 +0,0 @@ -{{if $new}} -
    -
    -

    {{$header}}

    -
    -
    -{{/if}} -
    -
    - - - - {{if $new}} -
    - - - -
    -
    - - -
    - {{/if}} - {{if $reply}} - - - - {{/if}} -
    - - -
    -
    -
    - - -
    -
    -
    - - - - - -
    -
    - - -
    - {{if $feature_expire || $feature_encrypt}} -
    - {{if $feature_expire}} - - {{/if}} - {{if $feature_encrypt}} - - {{/if}} -
    - {{/if}} -
    - - -
    -
    -
    -
    -
    -
    -
    - -
    -
    -{{if $new}} -
    -
    -{{/if}} diff --git a/view/tpl/pwdreset.tpl b/view/tpl/pwdreset.tpl deleted file mode 100755 index dc17ed57a..000000000 --- a/view/tpl/pwdreset.tpl +++ /dev/null @@ -1,17 +0,0 @@ -
    -

    {{$lbl1}}

    - -

    -{{$lbl2}} -

    -

    -{{$lbl3}} -

    -

    {{$newpass}}

    -

    -{{$lbl4}} {{$lbl5}} -

    -

    -{{$lbl6}} -

    -
    diff --git a/view/tpl/rating_form.tpl b/view/tpl/rating_form.tpl deleted file mode 100644 index 4bd826484..000000000 --- a/view/tpl/rating_form.tpl +++ /dev/null @@ -1,25 +0,0 @@ -
    -

    {{$header}}

    - -
    {{if $site}}{{$website}} {{$site}}{{else}}{{$tgt_name}}{{/if}}
    - -

    {{$lbl_rating}}

    - -
    - -{{$rating}} - - - - - -
    -

    {{$lbl_rating_txt}}

    - - -
    - - - -
    -
    diff --git a/view/tpl/rating_slider.tpl b/view/tpl/rating_slider.tpl deleted file mode 100644 index 4c36504e6..000000000 --- a/view/tpl/rating_slider.tpl +++ /dev/null @@ -1,19 +0,0 @@ -
    - diff --git a/view/tpl/rbmark.tpl b/view/tpl/rbmark.tpl deleted file mode 100644 index bead1de2f..000000000 --- a/view/tpl/rbmark.tpl +++ /dev/null @@ -1,16 +0,0 @@ -

    {{$header}}

    - - -
    - - - - -{{include file="field_input.tpl" field=$url}} -{{include file="field_input.tpl" field=$title}} -{{include file="field_select.tpl" field=$menus}} -{{include file="field_input.tpl" field=$menu_name}} - - - -
    diff --git a/view/tpl/register.tpl b/view/tpl/register.tpl deleted file mode 100755 index c84934626..000000000 --- a/view/tpl/register.tpl +++ /dev/null @@ -1,61 +0,0 @@ -
    -
    -

    {{$title}}

    -
    -
    -
    - {{if $reg_is}} -
    -
    {{$reg_is}}
    -
    {{$other_sites}}
    -
    - {{/if}} - - {{if $registertext}} -
    {{$registertext}}
    - {{/if}} - - {{if $invitations}} - - {{include file="field_input.tpl" field=$invite_code}} - {{/if}} - - {{include file="field_input.tpl" field=$email}} - - {{include file="field_password.tpl" field=$pass1}} - - {{include file="field_password.tpl" field=$pass2}} - - {{if $auto_create}} - {{if $default_role}} - - {{else}} - - {{include file="field_select_grouped.tpl" field=$role}} - {{/if}} - - {{include file="field_input.tpl" field=$name}} -
    - - {{include file="field_input.tpl" field=$nickname}} -
    - {{/if}} - - {{if $enable_tos}} - {{include file="field_checkbox.tpl" field=$tos}} - {{else}} - - {{/if}} - - -
    -
    -
    -
    {{$verify_note}}
    - -
    -
    diff --git a/view/tpl/remote_friends_common.tpl b/view/tpl/remote_friends_common.tpl deleted file mode 100755 index d6d2fd211..000000000 --- a/view/tpl/remote_friends_common.tpl +++ /dev/null @@ -1,21 +0,0 @@ -
    -
    {{$desc}}      {{if $linkmore}}{{$more}}{{/if}}
    - {{if $items}} - {{foreach $items as $item}} -
    -
    - - {{$item.xchan_name}} - -
    -
    - -
    -
    - {{/foreach}} - {{/if}} -
    -
    - diff --git a/view/tpl/remote_login.tpl b/view/tpl/remote_login.tpl deleted file mode 100644 index e6d387265..000000000 --- a/view/tpl/remote_login.tpl +++ /dev/null @@ -1 +0,0 @@ -{{$title}} diff --git a/view/tpl/removeaccount.tpl b/view/tpl/removeaccount.tpl deleted file mode 100644 index ce6c8ac22..000000000 --- a/view/tpl/removeaccount.tpl +++ /dev/null @@ -1,20 +0,0 @@ -
    -
    -

    {{$title}}

    -
    -
    - {{$desc.0}}{{$desc.1}}{{$desc.2}} -
    -
    -
    - -
    - - -
    - {{include file="field_checkbox.tpl" field=$global}} - -
    -
    -
    - diff --git a/view/tpl/removeme.tpl b/view/tpl/removeme.tpl deleted file mode 100755 index 40b9546d2..000000000 --- a/view/tpl/removeme.tpl +++ /dev/null @@ -1,20 +0,0 @@ -
    -
    -

    {{$title}}

    -
    -
    - {{$desc.0}}{{$desc.1}}{{$desc.2}} -
    -
    -
    - -
    - - -
    - {{include file="field_checkbox.tpl" field=$global}} - -
    -
    -
    - diff --git a/view/tpl/rmagic.tpl b/view/tpl/rmagic.tpl deleted file mode 100755 index 9d84e4a36..000000000 --- a/view/tpl/rmagic.tpl +++ /dev/null @@ -1,9 +0,0 @@ -
    -

    {{$title}}

    -
    -
    - {{include file="field_input.tpl" field=$address}} - -
    -
    -
    diff --git a/view/tpl/safesearch.tpl b/view/tpl/safesearch.tpl deleted file mode 100644 index 58ce22741..000000000 --- a/view/tpl/safesearch.tpl +++ /dev/null @@ -1,6 +0,0 @@ -
    -

    {{$safemode}}

    - -
    diff --git a/view/tpl/saved_searches.tpl b/view/tpl/saved_searches.tpl deleted file mode 100644 index ff2d044ef..000000000 --- a/view/tpl/saved_searches.tpl +++ /dev/null @@ -1,12 +0,0 @@ -
    - - {{$searchbox}} - -
    diff --git a/view/tpl/search_item.tpl b/view/tpl/search_item.tpl deleted file mode 100755 index 66618a216..000000000 --- a/view/tpl/search_item.tpl +++ /dev/null @@ -1,114 +0,0 @@ -
    - -
    -
    - {{if $item.photo}} -
    - {{$item.photo}} -
    - {{/if}} - {{if $item.event}} -
    - {{$item.event}} -
    - {{/if}} - {{if $item.title && !$item.event}} -
    - {{if $item.title_tosource}}{{if $item.plink}}{{/if}}{{/if}}{{$item.title}}{{if $item.title_tosource}}{{if $item.plink}}{{/if}}{{/if}} -
    - {{if ! $item.is_new}} -
    - {{/if}} - {{/if}} -
    -
    -
    - {{$item.name}} -
    -
    - {{if $item.lock}} - - {{/if}} -
    - {{$item.name}}{{if $item.owner_url}} {{$item.via}} {{$item.owner_name}}{{/if}} -
    -
    - {{if $item.verified}} {{elseif $item.forged}} {{/if}}{{if $item.location}}{{$item.location}}, {{/if}}{{$item.localtime}}{{if $item.editedtime}} {{$item.editedtime}}{{/if}}{{if $item.expiretime}} {{$item.expiretime}}{{/if}}{{if $item.editedtime}} {{/if}} {{if $item.app}}{{$item.str_app}}{{/if}} -
    -
    - {{if $item.body}} -
    -
    - {{$item.body}} -
    -
    - {{/if}} - {{if $item.has_tags}} -
    -
    - {{$item.mentions}} {{$item.tags}} {{$item.categories}} {{$item.folders}} -
    - {{** - {{if $item.mentions}} -
    - {{$item.mentions}} -
    - {{/if}} - {{if $item.tags}} -
    - {{$item.tags}} -
    - {{/if}} - {{if $item.categories}} -
    - {{$item.categories}} -
    - {{/if}} - {{if $item.folders}} -
    - {{$item.folders}} -
    - {{/if}} - **}} -
    - {{/if}} -
    -
    - -
  • - {{/foreach}} - {{/if}} - {{if $item.drop.dropping}} - {{$item.drop.delete}} - {{/if}} - {{if $item.thread_author_menu}} - - {{foreach $item.thread_author_menu as $mitem}} - {{$mitem.title}} - {{/foreach}} - {{/if}} - - - {{if $item.attachments}} -
    - - -
    - {{/if}} - - - {{if $item.conv}} - - {{/if}} - - - diff --git a/view/tpl/searchbox.tpl b/view/tpl/searchbox.tpl deleted file mode 100644 index 8f7ac5162..000000000 --- a/view/tpl/searchbox.tpl +++ /dev/null @@ -1,12 +0,0 @@ -
    - -
    - -
    - - {{if $savedsearch}} - - {{/if}} -
    -
    -
    diff --git a/view/tpl/section_title.tpl b/view/tpl/section_title.tpl deleted file mode 100644 index 338e57042..000000000 --- a/view/tpl/section_title.tpl +++ /dev/null @@ -1,5 +0,0 @@ -
    -

    {{$title}}

    -
    -
    - diff --git a/view/tpl/select_timezone.tpl b/view/tpl/select_timezone.tpl deleted file mode 100644 index 2820a54f4..000000000 --- a/view/tpl/select_timezone.tpl +++ /dev/null @@ -1,11 +0,0 @@ -{{* TODO: Make id configurabel *}} - - diff --git a/view/tpl/sellpage_edit.tpl b/view/tpl/sellpage_edit.tpl deleted file mode 100644 index 0a4726fb2..000000000 --- a/view/tpl/sellpage_edit.tpl +++ /dev/null @@ -1,23 +0,0 @@ -

    {{$header}}

    -
    - -{{include file="field_checkbox.tpl" field=$premium}} - -
    {{$desc}}
    - -
    -

    -{{$lbl_about}} -

    - - - -
    -
    - - -
    {{$lbl2}}
    -
    {{$desc2}}
    - - -
    diff --git a/view/tpl/sellpage_submit.tpl b/view/tpl/sellpage_submit.tpl deleted file mode 100644 index 2bd735ea4..000000000 --- a/view/tpl/sellpage_submit.tpl +++ /dev/null @@ -1,3 +0,0 @@ -
    - -
    \ No newline at end of file diff --git a/view/tpl/sellpage_view.tpl b/view/tpl/sellpage_view.tpl deleted file mode 100644 index 20a65ffbe..000000000 --- a/view/tpl/sellpage_view.tpl +++ /dev/null @@ -1,11 +0,0 @@ -
    -

    {{$header}}

    - -
    {{$desc}}
    - -
    {{$text}}
    - -
    {{$desc2}}
    - -{{$submit}} -
    diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl deleted file mode 100755 index dd5fecb43..000000000 --- a/view/tpl/settings.tpl +++ /dev/null @@ -1,192 +0,0 @@ -
    -
    - {{if $server_role != 'basic'}} {{$removeme}}{{/if}} -

    {{$ptitle}}

    -
    -
    - {{$nickname_block}} -
    - -
    -
    - -
    -
    - {{include file="field_input.tpl" field=$username}} - {{include file="field_select_grouped.tpl" field=$timezone}} - {{include file="field_input.tpl" field=$defloc}} - {{include file="field_checkbox.tpl" field=$allowloc}} - {{include file="field_checkbox.tpl" field=$adult}} - {{include file="field_input.tpl" field=$photo_path}} - {{include file="field_input.tpl" field=$attach_path}} - {{if $basic_addon}} - {{$basic_addon}} - {{/if}} -
    - -
    -
    -
    -
    -
    - -
    -
    - {{if $server_role != 'basic'}} - {{include file="field_select_grouped.tpl" field=$role}} - {{/if}} -
    - - {{if $server_role != 'basic'}} -
    - -
    - - {{/if}} -
    - -
    - {{$group_select}} - {{include file="field_checkbox.tpl" field=$hide_presence}} - {{$profile_in_dir}} -
    -
    - {{$suggestme}} - {{include file="field_checkbox.tpl" field=$blocktags}} - {{include file="field_input.tpl" field=$expire}} -
    - {{if $permcat_enable}} - {{include file="field_select.tpl" field=$defpermcat}} - {{/if}} - - {{if $sec_addon}} - {{$sec_addon}} - {{/if}} -
    - -
    -
    -
    -
    -
    - -
    -
    -
    -

    {{$activity_options}}

    -
    - {{*not yet implemented *}} - {{*include file="field_checkbox.tpl" field=$post_joingroup*}} - {{include file="field_checkbox.tpl" field=$post_newfriend}} - {{include file="field_checkbox.tpl" field=$post_profilechange}} -
    -

    {{$lbl_not}}

    -
    - {{include file="field_intcheckbox.tpl" field=$notify1}} - {{include file="field_intcheckbox.tpl" field=$notify2}} - {{include file="field_intcheckbox.tpl" field=$notify3}} - {{include file="field_intcheckbox.tpl" field=$notify4}} - {{*include file="field_intcheckbox.tpl" field=$notify9*}} - {{include file="field_intcheckbox.tpl" field=$notify5}} - {{include file="field_intcheckbox.tpl" field=$notify6}} - {{include file="field_intcheckbox.tpl" field=$notify7}} - {{include file="field_intcheckbox.tpl" field=$notify8}} -
    -

    {{$lbl_vnot}}

    -
    - {{include file="field_intcheckbox.tpl" field=$vnotify1}} - {{include file="field_intcheckbox.tpl" field=$vnotify2}} - {{include file="field_intcheckbox.tpl" field=$vnotify3}} - {{include file="field_intcheckbox.tpl" field=$vnotify4}} - {{include file="field_intcheckbox.tpl" field=$vnotify5}} - {{include file="field_intcheckbox.tpl" field=$vnotify6}} - {{include file="field_intcheckbox.tpl" field=$vnotify10}} - {{include file="field_intcheckbox.tpl" field=$vnotify7}} - {{include file="field_intcheckbox.tpl" field=$vnotify8}} - {{include file="field_intcheckbox.tpl" field=$vnotify9}} - {{include file="field_intcheckbox.tpl" field=$vnotify11}} - {{include file="field_intcheckbox.tpl" field=$always_show_in_notices}} - {{include file="field_input.tpl" field=$evdays}} -
    -
    - {{if $notify_addon}} - {{$notify_addon}} - {{/if}} -
    - -
    -
    -
    -
    - -
    - -
    -
    - {{if $menus}} -
    - - -
    - {{/if}} - {{include file="field_checkbox.tpl" field=$cal_first_day}} - - {{if $misc_addon}} - {{$misc_addon}} - {{/if}} - -
    - -
    -
    -
    -
    -
    -
    - {{$aclselect}} -
    diff --git a/view/tpl/settings_account.tpl b/view/tpl/settings_account.tpl deleted file mode 100755 index b7fdfb9a9..000000000 --- a/view/tpl/settings_account.tpl +++ /dev/null @@ -1,28 +0,0 @@ -
    -
    -  {{$removeme}} -

    {{$title}}

    -
    -
    -
    - -
    - {{include file="field_input.tpl" field=$email}} - {{include file="field_password.tpl" field=$origpass}} - {{include file="field_password.tpl" field=$password1}} - {{include file="field_password.tpl" field=$password2}} - - {{if $z_server_role == 'pro' && ! $techlock}} - {{include file="field_select.tpl" field=$techlevel}} - {{else}} - - {{/if}} - -
    - -
    - {{$account_settings}} -
    -
    -
    - diff --git a/view/tpl/settings_addons.tpl b/view/tpl/settings_addons.tpl deleted file mode 100755 index 52f8d9d3f..000000000 --- a/view/tpl/settings_addons.tpl +++ /dev/null @@ -1,11 +0,0 @@ -
    -
    -

    {{$title}}

    -
    -
    - -
    - {{$settings_addons}} -
    -
    -
    diff --git a/view/tpl/settings_connectors.tpl b/view/tpl/settings_connectors.tpl deleted file mode 100755 index 8bea9ca63..000000000 --- a/view/tpl/settings_connectors.tpl +++ /dev/null @@ -1,10 +0,0 @@ -
    -

    {{$title}}

    - -
    - - -{{$settings_connectors}} - -
    -
    diff --git a/view/tpl/settings_display.tpl b/view/tpl/settings_display.tpl deleted file mode 100755 index d8c1ac7aa..000000000 --- a/view/tpl/settings_display.tpl +++ /dev/null @@ -1,86 +0,0 @@ -
    -
    -

    {{$ptitle}}

    -
    -
    - - -
    - {{if $theme || $mobile_theme}} -
    - -
    -
    - {{if $theme}} - {{include file="field_themeselect.tpl" field=$theme}} - {{/if}} - {{if $schema}} - {{include file="field_select.tpl" field=$schema}} - {{/if}} - {{if $mobile_theme}} - {{include file="field_themeselect.tpl" field=$mobile_theme}} - {{/if}} -
    - -
    -
    -
    -
    - {{/if}} -
    - -
    -
    - {{if $theme_config}} - {{$theme_config}} - {{/if}} -
    -
    -
    -
    - -
    -
    - {{include file="field_input.tpl" field=$ajaxint}} - {{include file="field_input.tpl" field=$itemspage}} - {{include file="field_input.tpl" field=$channel_divmore_height}} - {{include file="field_input.tpl" field=$network_divmore_height}} - {{include file="field_checkbox.tpl" field=$nosmile}} - {{include file="field_checkbox.tpl" field=$title_tosource}} - {{include file="field_checkbox.tpl" field=$channel_list_mode}} - {{include file="field_checkbox.tpl" field=$network_list_mode}} - {{include file="field_checkbox.tpl" field=$user_scalable}} - {{include file="field_checkbox.tpl" field=$preload_images}} - {{include file="field_checkbox.tpl" field=$manual_update}} - {{if $expert}} - - {{/if}} -
    - -
    -
    -
    -
    -
    -
    -
    diff --git a/view/tpl/settings_features.tpl b/view/tpl/settings_features.tpl deleted file mode 100755 index dfe049a7a..000000000 --- a/view/tpl/settings_features.tpl +++ /dev/null @@ -1,30 +0,0 @@ -
    -
    -

    {{$title}}

    -
    -
    - -
    - {{foreach $features as $g => $f}} -
    - -
    -
    - {{foreach $f.1 as $fcat}} - {{include file="field_checkbox.tpl" field=$fcat}} - {{/foreach}} -
    - -
    -
    -
    -
    - {{/foreach}} -
    -
    diff --git a/view/tpl/settings_nick_set.tpl b/view/tpl/settings_nick_set.tpl deleted file mode 100755 index 76fe7cd8d..000000000 --- a/view/tpl/settings_nick_set.tpl +++ /dev/null @@ -1,8 +0,0 @@ - -
    diff --git a/view/tpl/settings_oauth.tpl b/view/tpl/settings_oauth.tpl deleted file mode 100755 index 811cfcec5..000000000 --- a/view/tpl/settings_oauth.tpl +++ /dev/null @@ -1,36 +0,0 @@ -
    -
    -

    {{$title}}

    -
    - -
    - - - - - - {{foreach $apps as $app}} -
    - - {{if $app.clname}}

    {{$app.clname}}

    {{else}}

    {{$noname}}

    {{/if}} - {{if $app.my}} - {{if $app.oauth_token}} -
    - {{/if}} - {{/if}} - {{if $app.my}} - - - {{/if}} -
    - {{/foreach}} - - -
    -
    diff --git a/view/tpl/settings_oauth_edit.tpl b/view/tpl/settings_oauth_edit.tpl deleted file mode 100755 index b94dec48a..000000000 --- a/view/tpl/settings_oauth_edit.tpl +++ /dev/null @@ -1,22 +0,0 @@ -
    -
    -

    {{$title}}

    -
    -
    -
    - - -{{include file="field_input.tpl" field=$name}} -{{include file="field_input.tpl" field=$key}} -{{include file="field_input.tpl" field=$secret}} -{{include file="field_input.tpl" field=$redirect}} -{{include file="field_input.tpl" field=$icon}} - -
    - - -
    - -
    -
    -
    diff --git a/view/tpl/settings_permcats.tpl b/view/tpl/settings_permcats.tpl deleted file mode 100644 index f6bb9b036..000000000 --- a/view/tpl/settings_permcats.tpl +++ /dev/null @@ -1,64 +0,0 @@ -
    -
    -

    {{$title}}

    -
    -
    -
    - - -
    - - {{include file="field_input.tpl" field=$name}} - -
    - -
    -
    - -
    - -
    -
    -
    - {{$permnote}} -
    - - - - - - {{foreach $perms as $prm}} - {{include file="field_acheckbox.tpl" field=$prm}} - {{/foreach}} -
    {{$me}}
    - -
    - -
    -
    -
    - {{if $permcats}} -
    - - {{foreach $permcats as $k => $v}} - - - - - {{/foreach}} -
    {{$k}}
    -
    - {{/if}} - -
    - - -
    diff --git a/view/tpl/settings_tokens.tpl b/view/tpl/settings_tokens.tpl deleted file mode 100644 index 48190c00c..000000000 --- a/view/tpl/settings_tokens.tpl +++ /dev/null @@ -1,72 +0,0 @@ -
    -
    -

    {{$title}}

    -
    -
    -
    - - -
    - - {{if $atoken}}{{/if}} - {{include file="field_input.tpl" field=$name}} - {{include file="field_input.tpl" field=$token}} - {{include file="field_input.tpl" field=$expires}} -
    - -
    -
    - -
    - -
    -
    -
    - {{$permnote}} -
    - - - - - - {{foreach $perms as $prm}} - {{include file="field_acheckbox.tpl" field=$prm}} - {{/foreach}} -
    {{$me}}
    - -
    - -
    -
    -
    -
    - - -
    {{$desc2}}
    -
      -
    • {{$url1}}?f=&zat=
    • -
    • {{$url2}}?f=&zat=
    • -
    - - {{if $tokens}} -
    - - {{foreach $tokens as $t}} - - - - - {{/foreach}} -
    {{$t.atoken_name}}
    - -
    - {{/if}} -
    diff --git a/view/tpl/sharedwithme.tpl b/view/tpl/sharedwithme.tpl deleted file mode 100644 index 68bdd6faa..000000000 --- a/view/tpl/sharedwithme.tpl +++ /dev/null @@ -1,26 +0,0 @@ -
    -
    -  {{$dropall}} -

    {{$header}}

    -
    -
    - - - - - - - - - {{foreach $items as $item}} - - - - - - - - {{/foreach}} -
    {{$name}}{{$size}}{{$lastmod}}
    {{$item.objfilename}}{{if $item.unseen}} {{$label_new}}{{/if}}{{$item.objfilesize}}{{$item.objedited}}
    -
    -
    diff --git a/view/tpl/show_thing.tpl b/view/tpl/show_thing.tpl deleted file mode 100644 index d738c9fc9..000000000 --- a/view/tpl/show_thing.tpl +++ /dev/null @@ -1,16 +0,0 @@ -

    {{$header}}

    -{{if $thing}} -
    -{{if $thing.obj_imgurl}}{{$thing.obj_term}}{{/if}} -{{$thing.obj_term}} -
    -{{if $canedit}} - - -{{/if}} - -{{/if}} - diff --git a/view/tpl/siteinfo.tpl b/view/tpl/siteinfo.tpl deleted file mode 100755 index a5b99fd83..000000000 --- a/view/tpl/siteinfo.tpl +++ /dev/null @@ -1,41 +0,0 @@ -
    -

    {{$title}}

    - -

    {{$sitenametxt}}

    - -
    {{$sitename}}
    - -

    {{$headline}}

    - -
    {{if $site_about}}{{$site_about}}{{else}}--{{/if}}
    - -

    {{$admin_headline}}

    - -
    {{if $admin_about}}{{$admin_about}}{{else}}--{{/if}}
    - -

    -
    {{$terms}}
    - -
    - -

    {{$prj_header}}

    - -
    {{$prj_name}} ({{$z_server_role}})
    - -{{if $prj_version}} -
    {{$prj_version}}
    -{{/if}} - - -

    {{$prj_linktxt}}

    - -
    {{$prj_link}}
    - -

    {{$prj_srctxt}}

    - -
    {{$prj_src}}
    - -

    -
    {{$prj_transport}} ({{$transport_link}})
    - -
    diff --git a/view/tpl/sitesearch.tpl b/view/tpl/sitesearch.tpl deleted file mode 100644 index 8dbf8cef5..000000000 --- a/view/tpl/sitesearch.tpl +++ /dev/null @@ -1,5 +0,0 @@ -
    - - {{$searchbox}} -
    -
    diff --git a/view/tpl/sources_edit.tpl b/view/tpl/sources_edit.tpl deleted file mode 100644 index 61f6e8cb0..000000000 --- a/view/tpl/sources_edit.tpl +++ /dev/null @@ -1,24 +0,0 @@ -
    -

    {{$title}}

    - -
    {{$desc}}
    - -
    - - -{{include file="field_input.tpl" field=$name}} -{{include file="field_input.tpl" field=$tags}} -{{include file="field_textarea.tpl" field=$words}} - -
    - -
    -
    -
    -
    -{{$drop}} -
    - - - - diff --git a/view/tpl/sources_list.tpl b/view/tpl/sources_list.tpl deleted file mode 100644 index 76be35b1a..000000000 --- a/view/tpl/sources_list.tpl +++ /dev/null @@ -1,17 +0,0 @@ -
    -

    {{$title}}

    - -
    {{$desc}}
    - - - -{{if $sources}} - -{{/if}} -
    diff --git a/view/tpl/sources_new.tpl b/view/tpl/sources_new.tpl deleted file mode 100644 index bbc22df84..000000000 --- a/view/tpl/sources_new.tpl +++ /dev/null @@ -1,17 +0,0 @@ -
    -

    {{$title}}

    - -
    {{$desc}}
    - -
    - -{{include file="field_input.tpl" field=$name}} -{{include file="field_input.tpl" field=$tags}} -{{include file="field_textarea.tpl" field=$words}} - -
    - -
    -
    -
    - diff --git a/view/tpl/suggest_friends.tpl b/view/tpl/suggest_friends.tpl deleted file mode 100755 index 95f24cd63..000000000 --- a/view/tpl/suggest_friends.tpl +++ /dev/null @@ -1,16 +0,0 @@ -
    -
    - - {{$entry.name}} - -
    - -
    - -
    - {{if $entry.connlnk}} - - {{/if}} -
    diff --git a/view/tpl/suggest_page.tpl b/view/tpl/suggest_page.tpl deleted file mode 100755 index 97837c852..000000000 --- a/view/tpl/suggest_page.tpl +++ /dev/null @@ -1,9 +0,0 @@ -

    {{$title}}

    - -{{if $entries}} -{{foreach $entries as $child}} -{{include file="suggest_friends.tpl" entry=$child}} -{{/foreach}} -{{/if}} - -
    diff --git a/view/tpl/suggest_widget.tpl b/view/tpl/suggest_widget.tpl deleted file mode 100644 index 7b9afa668..000000000 --- a/view/tpl/suggest_widget.tpl +++ /dev/null @@ -1,10 +0,0 @@ -
    -

    {{$title}}

    -{{if $entries}} -{{foreach $entries as $child}} -{{include file="suggest_friends.tpl" entry=$child}} -{{/foreach}} -{{/if}} -
    - -
    diff --git a/view/tpl/thing_edit.tpl b/view/tpl/thing_edit.tpl deleted file mode 100644 index 62a7c02c8..000000000 --- a/view/tpl/thing_edit.tpl +++ /dev/null @@ -1,41 +0,0 @@ -

    {{$thing_hdr}}

    -
    - - -{{if $multiprof }} -
    {{$profile_lbl}}
    - -
    {{$profile_select}}
    -
    -{{/if}} - -
    {{$verb_lbl}}
    - -
    {{$verb_select}}
    -
    - - - - -
    - - -
    - - -
    - -{{include file="field_checkbox.tpl" field=$activity}} - -
    - -{{if $lockstate}} - -{{/if}} - - - -
    -{{$aclselect}} diff --git a/view/tpl/thing_input.tpl b/view/tpl/thing_input.tpl deleted file mode 100644 index 90fb093e4..000000000 --- a/view/tpl/thing_input.tpl +++ /dev/null @@ -1,41 +0,0 @@ -

    {{$thing_hdr}}

    -
    - -{{if $multiprof }} -
    {{$profile_lbl}}
    - -
    {{$profile_select}}
    -
    -{{/if}} - - -
    {{$verb_lbl}}
    - -
    {{$verb_select}}
    -
    - - - - -
    - - -
    - - -
    - -{{include file="field_checkbox.tpl" field=$activity}} - -
    - -{{if $lockstate}} - -{{/if}} - - - -
    -{{$aclselect}} diff --git a/view/tpl/threaded_conversation.tpl b/view/tpl/threaded_conversation.tpl deleted file mode 100755 index ea5c3c281..000000000 --- a/view/tpl/threaded_conversation.tpl +++ /dev/null @@ -1,8 +0,0 @@ -{{if $photo_item}} -{{$photo_item}} -{{/if}} -{{foreach $threads as $thread_item}} -{{include file="{{$thread_item.template}}" item=$thread_item}} -{{/foreach}} - -
    diff --git a/view/tpl/toggle_mobile_footer.tpl b/view/tpl/toggle_mobile_footer.tpl deleted file mode 100755 index 82c0197ba..000000000 --- a/view/tpl/toggle_mobile_footer.tpl +++ /dev/null @@ -1,2 +0,0 @@ -{{$toggle_text}} - diff --git a/view/tpl/uexport.tpl b/view/tpl/uexport.tpl deleted file mode 100644 index 7eafd97a6..000000000 --- a/view/tpl/uexport.tpl +++ /dev/null @@ -1,19 +0,0 @@ -
    -
    -

    {{$title}}

    -
    -
    - {{$basictitle}}

    -

    {{$basic}}

    - -

    {{$fulltitle}}

    -

    {{$full}}

    - -

    {{$extra}}

    -

    {{$extra2}}

    -

    {{$extra3}}

    - -

    {{$extra4}}

    - -
    -
    diff --git a/view/tpl/usermenu.tpl b/view/tpl/usermenu.tpl deleted file mode 100644 index c51728c34..000000000 --- a/view/tpl/usermenu.tpl +++ /dev/null @@ -1,20 +0,0 @@ -{{if $wrap}} -
    -{{/if}} - {{if $menu.menu_desc}} -

    {{$menu.menu_desc}}{{if $edit}} {{/if}}

    - {{/if}} - {{if $items}} - - {{/if}} -{{if $wrap}} -
    -
    -{{/if}} diff --git a/view/tpl/viewcontact_template.tpl b/view/tpl/viewcontact_template.tpl deleted file mode 100755 index 2b7144450..000000000 --- a/view/tpl/viewcontact_template.tpl +++ /dev/null @@ -1,13 +0,0 @@ -
    -
    -

    {{$title}}

    -
    -
    - {{foreach $contacts as $contact}} - {{include file="contact_template.tpl"}} - {{/foreach}} -
    -
    -
    - -
    diff --git a/view/tpl/viewcontactsajax.tpl b/view/tpl/viewcontactsajax.tpl deleted file mode 100644 index 68be228be..000000000 --- a/view/tpl/viewcontactsajax.tpl +++ /dev/null @@ -1,3 +0,0 @@ -{{foreach $contacts as $contact}} -{{include file="contact_template.tpl"}} -{{/foreach}} diff --git a/view/tpl/webpage_export_list.tpl b/view/tpl/webpage_export_list.tpl deleted file mode 100644 index b22b3818a..000000000 --- a/view/tpl/webpage_export_list.tpl +++ /dev/null @@ -1,124 +0,0 @@ -
    -
    - -
    -
    - -
    -

    {{$title}}

    -
    -
    -
    -
    - -
    -
    -
    - -
    - - - - - {{foreach $pages as $page}} - - - - - - - {{/foreach}} -
    Page LinkPage TitleType
    -
    - - -
    -
    -
    - {{$page.pagetitle}}
    -
    -
    -
    - {{$page.title}}
    -
    -
    -
    - {{$page.mimetype}}
    -
    -
    -
    -
    -
    - -
    - - - - - {{foreach $layouts as $layout}} - - - - - - - {{/foreach}} -
    Layout NameLayout DescriptionType
    -
    - - -
    -
    -
    - {{$layout.name}}
    -
    -
    -
    - {{$layout.description}}
    -
    -
    -
    - {{$layout.mimetype}}
    -
    -
    -
    -
    -
    - -
    - - - - - {{foreach $blocks as $block}} - - - - - - - {{/foreach}} -
    Block NameBlock TitleType
    -
    - - -
    -
    -
    - {{$block.name}}
    -
    -
    -
    - {{$block.title}}
    -
    -
    -
    - {{$block.mimetype}}
    -
    -
    -
    - -
    -
    -
    - diff --git a/view/tpl/webpage_import.tpl b/view/tpl/webpage_import.tpl deleted file mode 100644 index 955288c1e..000000000 --- a/view/tpl/webpage_import.tpl +++ /dev/null @@ -1,126 +0,0 @@ -
    -
    - -
    -
    - -
    -

    {{$title}}

    -
    -
    -
    -
    - -
    -
    -

    Scanned Pages

    -
    - - - {{foreach $pages as $page}} - - - - - - {{/foreach}} -
    Import?Page
    -
    - - -
    -
    -
    - Page Link: {{$page.pagelink}}
    - Layout: {{$page.layout}}
    - Title: {{$page.title}}
    - Content File: {{$page.contentfile}}
    - Type: {{$page.type}}
    -
    -
    -
    - - -

    Scanned Layouts

    -
    - - - {{foreach $layouts as $layout}} - - - - - - {{/foreach}} -
    Import?Layout
    -
    - - -
    -
    -
    - Name: {{$layout.name}}
    - Description: {{$layout.description}}
    - Content File: {{$layout.contentfile}}
    -
    -
    -
    - -

    Scanned Blocks

    -
    - - - {{foreach $blocks as $block}} - - - - - - {{/foreach}} -
    Import?Block
    -
    - - -
    -
    -
    - Name: {{$block.name}}
    - Title: {{$block.title}}
    - Content File: {{$block.contentfile}}
    - Type: {{$block.type}}
    -
    -
    -
    - -
    -
    -
    -
    - diff --git a/view/tpl/webpagelist.tpl b/view/tpl/webpagelist.tpl deleted file mode 100644 index fcf9de75a..000000000 --- a/view/tpl/webpagelist.tpl +++ /dev/null @@ -1,76 +0,0 @@ -
    -
    - {{if $editor}} -
    - -
    - {{/if}} -

    {{$listtitle}}

    -
    -
    - {{if $editor}} -
    - {{$editor}} -
    - {{/if}} - {{if $pages}} -
    - - - - - - - - - - - - {{foreach $pages as $key => $items}} - {{foreach $items as $item}} - - - - - - - - - - - {{/foreach}} - {{/foreach}} -
    {{$pagelink_txt}}{{$title_txt}}{{$created_txt}}{{$edited_txt}}
    - {{if $view}} - {{$item.pagetitle}} - {{else}} - {{$item.pagetitle}} - {{/if}} - - {{$item.title}} - - {{if $edit}} - - {{/if}} - - {{if $item.bb_element}} - - {{/if}} - - {{if $edit}} - - {{/if}} - - {{$item.created}} - - {{$item.edited}} -
    -
    - {{/if}} -
    -
    diff --git a/view/tpl/website_portation_tools.tpl b/view/tpl/website_portation_tools.tpl deleted file mode 100644 index 0d131cb17..000000000 --- a/view/tpl/website_portation_tools.tpl +++ /dev/null @@ -1,60 +0,0 @@ -
    - - -
    diff --git a/view/tpl/wiki.tpl b/view/tpl/wiki.tpl deleted file mode 100644 index 564db3324..000000000 --- a/view/tpl/wiki.tpl +++ /dev/null @@ -1,469 +0,0 @@ -
    -
    -
    - {{if $showPageControls}} - - {{/if}} - - -
    -

    - {{$wikiheaderName}}: - {{$wikiheaderPage}} -

    -
    -
    - -
    - -
    -
    - {{if !$mimeType || $mimeType == 'text/markdown'}} -
    - {{else}} -
    - -
    - {{/if}} - {{if $showPageControls}} -
    -
    -
    - -
    - -
    -
    -
    -
    - {{/if}} -
    -
    -
    - {{$renderedContent}} -
    -
    -
    -
    -
    -
    -
    -
    - -{{$wikiModal}} - - - - diff --git a/view/tpl/wiki_page_history.tpl b/view/tpl/wiki_page_history.tpl deleted file mode 100644 index 9e5ba0f9c..000000000 --- a/view/tpl/wiki_page_history.tpl +++ /dev/null @@ -1,59 +0,0 @@ - - - {{foreach $pageHistory as $commit}} - - {{/foreach}} -
    - - - - - -
    Date{{$commit.date}} - {{if $permsWrite}} - -

    - {{/if}} - -
    Name{{$commit.name}} <{{$commit.email}}>
    Message{{$commit.title}}
    -
    diff --git a/view/tpl/wiki_page_list.tpl b/view/tpl/wiki_page_list.tpl deleted file mode 100644 index 44fba15cc..000000000 --- a/view/tpl/wiki_page_list.tpl +++ /dev/null @@ -1,76 +0,0 @@ -{{if $not_refresh}}{{/if}} - - diff --git a/view/tpl/wikilist.tpl b/view/tpl/wikilist.tpl deleted file mode 100644 index 760cf41b9..000000000 --- a/view/tpl/wikilist.tpl +++ /dev/null @@ -1,78 +0,0 @@ -
    -
    - {{if $owner}} - - {{/if}} -

    {{$header}}

    -
    - {{if $owner}} -
    -
    - {{include file="field_input.tpl" field=$wikiName}} - {{include file="field_select.tpl" field=$mimeType}} - {{include file="field_checkbox.tpl" field=$notify}} -
    -
    - - -
    -
    -
    - {{$acl}} -
    -
    - {{/if}} -
    - - - - - - - {{if $owner}} - - {{/if}} - - {{foreach $wikis as $wiki}} - - - - - - {{if $owner}} - - {{/if}} - - {{/foreach}} -
    {{$name}}{{$type}}
    {{$wiki.title}}{{$wiki.mimeType}}
    -
    -
    - diff --git a/view/tpl/wikilist_widget.tpl b/view/tpl/wikilist_widget.tpl deleted file mode 100644 index 9853f9850..000000000 --- a/view/tpl/wikilist_widget.tpl +++ /dev/null @@ -1,8 +0,0 @@ -
    -

    {{$header}}

    - -
    diff --git a/view/tpl/write_pages.tpl b/view/tpl/write_pages.tpl deleted file mode 100644 index 53146ee30..000000000 --- a/view/tpl/write_pages.tpl +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/view/tpl/xchan_vcard.tpl b/view/tpl/xchan_vcard.tpl deleted file mode 100755 index ac796cd47..000000000 --- a/view/tpl/xchan_vcard.tpl +++ /dev/null @@ -1,10 +0,0 @@ -
    -
    {{$name}}
    -{{if $connect}} - -{{/if}} -
    {{$name}}
    -
    - - - diff --git a/view/tpl/xrd_diaspora.tpl b/view/tpl/xrd_diaspora.tpl deleted file mode 100644 index aa0d8c740..000000000 --- a/view/tpl/xrd_diaspora.tpl +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/view/tpl/xrd_host.tpl b/view/tpl/xrd_host.tpl deleted file mode 100755 index 2a40dcf47..000000000 --- a/view/tpl/xrd_host.tpl +++ /dev/null @@ -1,11 +0,0 @@ - - - - {{$zhost}} - - - - - diff --git a/view/tpl/xrd_person.tpl b/view/tpl/xrd_person.tpl deleted file mode 100755 index 93fdcb1df..000000000 --- a/view/tpl/xrd_person.tpl +++ /dev/null @@ -1,31 +0,0 @@ - - - - {{$accturi}} - {{if $aliases}}{{foreach $aliases as $a}} - {{$a}} - {{/foreach}}{{/if}} - - - - - - - - - - - {{$dspr}} - - diff --git a/view/tpl/zcard.tpl b/view/tpl/zcard.tpl deleted file mode 100644 index 908f07631..000000000 --- a/view/tpl/zcard.tpl +++ /dev/null @@ -1,144 +0,0 @@ - - -
    -
    {{$zcard.chan.xchan_name}} -
    {{$zcard.chan.xchan_name}}
    -
    {{$zcard.chan.channel_addr}}
    -
    -
    {{$zcard.chan.xchan_name}}
    -
    - diff --git a/view/tpl/zcard_embed.tpl b/view/tpl/zcard_embed.tpl deleted file mode 100644 index 5c7a925e3..000000000 --- a/view/tpl/zcard_embed.tpl +++ /dev/null @@ -1,8 +0,0 @@ -
    -
    {{$zcard.chan.xchan_name}} -
    {{$zcard.chan.xchan_name}}
    -
    {{$zcard.chan.channel_addr}}
    -
    -
    {{$zcard.chan.xchan_name}}
    -
    - -- cgit v1.2.3 From 80ec92ce8d9f615eeb06d92b67ad1ff840cad0cc Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 2 May 2017 12:46:50 -0700 Subject: Revert "move theme specific files to theme dir" This reverts commit e332d1074f1b663ec66d37b0f575df2e41d5535c. --- view/tpl/404.tpl | 3 + view/tpl/abook_edit.tpl | 519 ++++++++++++++++++++++++++++++ view/tpl/achievements.tpl | 9 + view/tpl/acl_selector.tpl | 64 ++++ view/tpl/admin_account_edit.tpl | 23 ++ view/tpl/admin_accounts.tpl | 88 ++++++ view/tpl/admin_aside.tpl | 46 +++ view/tpl/admin_channels.tpl | 51 +++ view/tpl/admin_hubloc.tpl | 27 ++ view/tpl/admin_logs.tpl | 19 ++ view/tpl/admin_plugins.tpl | 190 +++++++++++ view/tpl/admin_plugins_addrepo.tpl | 9 + view/tpl/admin_plugins_details.tpl | 58 ++++ view/tpl/admin_profiles.tpl | 38 +++ view/tpl/admin_queue.tpl | 15 + view/tpl/admin_security.tpl | 33 ++ view/tpl/admin_settings_features.tpl | 31 ++ view/tpl/admin_site.tpl | 101 ++++++ view/tpl/admin_summary.tpl | 43 +++ view/tpl/album_edit.tpl | 22 ++ view/tpl/alt_pager.tpl | 4 + view/tpl/api_config_xml.tpl | 66 ++++ view/tpl/api_friends_xml.tpl | 5 + view/tpl/api_ratelimit_xml.tpl | 6 + view/tpl/api_status_xml.tpl | 46 +++ view/tpl/api_test_xml.tpl | 1 + view/tpl/api_timeline_atom.tpl | 90 ++++++ view/tpl/api_timeline_rss.tpl | 26 ++ view/tpl/api_timeline_xml.tpl | 20 ++ view/tpl/api_user_xml.tpl | 46 +++ view/tpl/app.tpl | 30 ++ view/tpl/app_create.tpl | 40 +++ view/tpl/atom_feed.tpl | 30 ++ view/tpl/attach_edit.tpl | 31 ++ view/tpl/birthdays_reminder.tpl | 10 + view/tpl/blocklist.tpl | 69 ++++ view/tpl/bookmarkedchats.tpl | 10 + view/tpl/build_query.tpl | 65 ++++ view/tpl/categories_widget.tpl | 12 + view/tpl/cdav_addressbook.tpl | 462 +++++++++++++++++++++++++++ view/tpl/cdav_calendar.tpl | 349 ++++++++++++++++++++ view/tpl/cdav_widget_addressbook.tpl | 66 ++++ view/tpl/cdav_widget_calendar.tpl | 121 +++++++ view/tpl/channel.tpl | 49 +++ view/tpl/channel_id_select.tpl | 7 + view/tpl/channel_import.tpl | 43 +++ view/tpl/channels.tpl | 24 ++ view/tpl/chanview.tpl | 1 + view/tpl/chat.tpl | 346 ++++++++++++++++++++ view/tpl/chatroom_members.tpl | 5 + view/tpl/chatroom_new.tpl | 12 + view/tpl/chatroomlist.tpl | 10 + view/tpl/chatrooms.tpl | 41 +++ view/tpl/cloud.tpl | 4 + view/tpl/cloud_actionspanel.tpl | 42 +++ view/tpl/cloud_directory.tpl | 45 +++ view/tpl/cloud_header.tpl | 16 + view/tpl/comment_item.tpl | 67 ++++ view/tpl/common_friends.tpl | 15 + view/tpl/common_tabs.tpl | 17 + view/tpl/connection_template.tpl | 48 +++ view/tpl/connections.tpl | 36 +++ view/tpl/contact_block.tpl | 14 + view/tpl/contact_head.tpl | 30 ++ view/tpl/contact_slider.tpl | 20 ++ view/tpl/contact_template.tpl | 8 + view/tpl/contactsajax.tpl | 3 + view/tpl/conv.tpl | 17 + view/tpl/conv_frame.tpl | 5 + view/tpl/conv_item.tpl | 250 +++++++++++++++ view/tpl/conv_list.tpl | 251 +++++++++++++++ view/tpl/conversation.tpl | 20 ++ view/tpl/convobj.tpl | 4 + view/tpl/cover_photo.tpl | 29 ++ view/tpl/cover_photo_widget.tpl | 76 +++++ view/tpl/cropbody.tpl | 58 ++++ view/tpl/cropcover.tpl | 58 ++++ view/tpl/crophead.tpl | 4 + view/tpl/delegate.tpl | 57 ++++ view/tpl/design_tools.tpl | 9 + view/tpl/diaspora_vcard.tpl | 69 ++++ view/tpl/dir_sort_links.tpl | 8 + view/tpl/directajax.tpl | 4 + view/tpl/directory_header.tpl | 22 ++ view/tpl/direntry.tpl | 77 +++++ view/tpl/display-head.tpl | 8 + view/tpl/dreport.tpl | 28 ++ view/tpl/edpost_head.tpl | 14 + view/tpl/email_notify_html.tpl | 27 ++ view/tpl/email_notify_text.tpl | 13 + view/tpl/event.tpl | 16 + view/tpl/event_cal.tpl | 14 + view/tpl/event_form.tpl | 130 ++++++++ view/tpl/event_head.tpl | 160 ++++++++++ view/tpl/event_item_content.tpl | 10 + view/tpl/event_item_header.tpl | 11 + view/tpl/events-js.tpl | 31 ++ view/tpl/events_cal-js.tpl | 20 ++ view/tpl/events_menu_side.tpl | 8 + view/tpl/events_reminder.tpl | 10 + view/tpl/events_tools_side.tpl | 17 + view/tpl/failed_updates.tpl | 18 ++ view/tpl/field.tpl | 3 + view/tpl/field_acheckbox.tpl | 23 ++ view/tpl/field_checkbox.tpl | 5 + view/tpl/field_colorinput.tpl | 6 + view/tpl/field_combobox.tpl | 18 ++ view/tpl/field_custom.tpl | 5 + view/tpl/field_input.tpl | 5 + view/tpl/field_intcheckbox.tpl | 5 + view/tpl/field_password.tpl | 5 + view/tpl/field_radio.tpl | 8 + view/tpl/field_richtext.tpl | 5 + view/tpl/field_select.tpl | 7 + view/tpl/field_select_disabled.tpl | 7 + view/tpl/field_select_grouped.tpl | 12 + view/tpl/field_select_raw.tpl | 7 + view/tpl/field_textarea.tpl | 5 + view/tpl/field_themeselect.tpl | 13 + view/tpl/field_yesno.tpl | 13 + view/tpl/fileas_widget.tpl | 12 + view/tpl/filebrowser.tpl | 84 +++++ view/tpl/filer_dialog.tpl | 19 ++ view/tpl/follow.tpl | 14 + view/tpl/force_image_reload.tpl | 72 +++++ view/tpl/generic_addon_settings.tpl | 19 ++ view/tpl/generic_links_widget.tpl | 11 + view/tpl/generic_modal.tpl | 17 + view/tpl/group_drop.tpl | 7 + view/tpl/group_edit.tpl | 26 ++ view/tpl/group_selection.tpl | 8 + view/tpl/group_side.tpl | 26 ++ view/tpl/groupeditor.tpl | 16 + view/tpl/hdr.tpl | 3 + view/tpl/head.tpl | 21 ++ view/tpl/help.tpl | 33 ++ view/tpl/install.tpl | 9 + view/tpl/install_checks.tpl | 24 ++ view/tpl/install_db.tpl | 30 ++ view/tpl/install_settings.tpl | 28 ++ view/tpl/invite.tpl | 28 ++ view/tpl/item_attach.tpl | 5 + view/tpl/item_binary.tpl | 3 + view/tpl/item_categories.tpl | 8 + view/tpl/item_filer.tpl | 8 + view/tpl/item_import.tpl | 13 + view/tpl/jot-header.tpl | 598 +++++++++++++++++++++++++++++++++++ view/tpl/jot.tpl | 303 ++++++++++++++++++ view/tpl/jot_geotag.tpl | 7 + view/tpl/js_strings.tpl | 57 ++++ view/tpl/lang_selector.tpl | 13 + view/tpl/layoutlist.tpl | 71 +++++ view/tpl/like_noshare.tpl | 5 + view/tpl/locmanage.tpl | 41 +++ view/tpl/login.tpl | 21 ++ view/tpl/logout.tpl | 6 + view/tpl/lostpass.tpl | 17 + view/tpl/mail_conv.tpl | 38 +++ view/tpl/mail_display.tpl | 24 ++ view/tpl/mail_head.tpl | 8 + view/tpl/mail_list.tpl | 7 + view/tpl/main_slider.tpl | 38 +++ view/tpl/match.tpl | 16 + view/tpl/menuedit.tpl | 33 ++ view/tpl/menulist.tpl | 40 +++ view/tpl/message_side.tpl | 9 + view/tpl/micropro_img.tpl | 1 + view/tpl/micropro_txt.tpl | 1 + view/tpl/mitemedit.tpl | 42 +++ view/tpl/mitemlist.tpl | 34 ++ view/tpl/mood_content.tpl | 33 ++ view/tpl/msg-header.tpl | 81 +++++ view/tpl/myapps.tpl | 17 + view/tpl/nav.tpl | 222 +++++++++++++ view/tpl/nav_login.tpl | 18 ++ view/tpl/new_channel.tpl | 34 ++ view/tpl/notes.tpl | 35 ++ view/tpl/notifications.tpl | 11 + view/tpl/notify.tpl | 3 + view/tpl/nwiki_page_history.tpl | 59 ++++ view/tpl/oauth_authorize.tpl | 10 + view/tpl/oauth_authorize_done.tpl | 4 + view/tpl/oembed_video.tpl | 4 + view/tpl/oexchange_xrd.tpl | 33 ++ view/tpl/page_display.tpl | 14 + view/tpl/page_display_empty.tpl | 1 + view/tpl/pdledit.tpl | 24 ++ view/tpl/peoplefind.tpl | 17 + view/tpl/photo_album.tpl | 32 ++ view/tpl/photo_albums.tpl | 13 + view/tpl/photo_drop.tpl | 3 + view/tpl/photo_item.tpl | 34 ++ view/tpl/photo_top.tpl | 4 + view/tpl/photo_view.tpl | 172 ++++++++++ view/tpl/photos_recent.tpl | 23 ++ view/tpl/photos_upload.tpl | 61 ++++ view/tpl/photosajax.tpl | 4 + view/tpl/poco_entry_xml.tpl | 8 + view/tpl/poco_xml.tpl | 18 ++ view/tpl/poke_content.tpl | 48 +++ view/tpl/posted_date_widget.tpl | 46 +++ view/tpl/prep.tpl | 31 ++ view/tpl/profdef_edit.tpl | 16 + view/tpl/profed_head.tpl | 2 + view/tpl/profile_advanced.tpl | 341 ++++++++++++++++++++ view/tpl/profile_edit.tpl | 401 +++++++++++++++++++++++ view/tpl/profile_entry.tpl | 11 + view/tpl/profile_listing_header.tpl | 12 + view/tpl/profile_photo.tpl | 48 +++ view/tpl/profile_tabs.tpl | 5 + view/tpl/profile_vcard.tpl | 62 ++++ view/tpl/profile_vcard_short.tpl | 38 +++ view/tpl/prv_message.tpl | 104 ++++++ view/tpl/pwdreset.tpl | 17 + view/tpl/rating_form.tpl | 25 ++ view/tpl/rating_slider.tpl | 19 ++ view/tpl/rbmark.tpl | 16 + view/tpl/register.tpl | 61 ++++ view/tpl/remote_friends_common.tpl | 21 ++ view/tpl/remote_login.tpl | 1 + view/tpl/removeaccount.tpl | 20 ++ view/tpl/removeme.tpl | 20 ++ view/tpl/rmagic.tpl | 9 + view/tpl/safesearch.tpl | 6 + view/tpl/saved_searches.tpl | 12 + view/tpl/search_item.tpl | 114 +++++++ view/tpl/searchbox.tpl | 12 + view/tpl/section_title.tpl | 5 + view/tpl/select_timezone.tpl | 11 + view/tpl/sellpage_edit.tpl | 23 ++ view/tpl/sellpage_submit.tpl | 3 + view/tpl/sellpage_view.tpl | 11 + view/tpl/settings.tpl | 192 +++++++++++ view/tpl/settings_account.tpl | 28 ++ view/tpl/settings_addons.tpl | 11 + view/tpl/settings_connectors.tpl | 10 + view/tpl/settings_display.tpl | 86 +++++ view/tpl/settings_features.tpl | 30 ++ view/tpl/settings_nick_set.tpl | 8 + view/tpl/settings_oauth.tpl | 36 +++ view/tpl/settings_oauth_edit.tpl | 22 ++ view/tpl/settings_permcats.tpl | 64 ++++ view/tpl/settings_tokens.tpl | 72 +++++ view/tpl/sharedwithme.tpl | 26 ++ view/tpl/show_thing.tpl | 16 + view/tpl/siteinfo.tpl | 41 +++ view/tpl/sitesearch.tpl | 5 + view/tpl/sources_edit.tpl | 24 ++ view/tpl/sources_list.tpl | 17 + view/tpl/sources_new.tpl | 17 + view/tpl/suggest_friends.tpl | 16 + view/tpl/suggest_page.tpl | 9 + view/tpl/suggest_widget.tpl | 10 + view/tpl/thing_edit.tpl | 41 +++ view/tpl/thing_input.tpl | 41 +++ view/tpl/threaded_conversation.tpl | 8 + view/tpl/toggle_mobile_footer.tpl | 2 + view/tpl/uexport.tpl | 19 ++ view/tpl/usermenu.tpl | 20 ++ view/tpl/viewcontact_template.tpl | 13 + view/tpl/viewcontactsajax.tpl | 3 + view/tpl/webpage_export_list.tpl | 124 ++++++++ view/tpl/webpage_import.tpl | 126 ++++++++ view/tpl/webpagelist.tpl | 76 +++++ view/tpl/website_portation_tools.tpl | 60 ++++ view/tpl/wiki.tpl | 469 +++++++++++++++++++++++++++ view/tpl/wiki_page_history.tpl | 59 ++++ view/tpl/wiki_page_list.tpl | 76 +++++ view/tpl/wikilist.tpl | 78 +++++ view/tpl/wikilist_widget.tpl | 8 + view/tpl/write_pages.tpl | 3 + view/tpl/xchan_vcard.tpl | 10 + view/tpl/xrd_diaspora.tpl | 3 + view/tpl/xrd_host.tpl | 11 + view/tpl/xrd_person.tpl | 31 ++ view/tpl/zcard.tpl | 144 +++++++++ view/tpl/zcard_embed.tpl | 8 + 277 files changed, 12312 insertions(+) create mode 100755 view/tpl/404.tpl create mode 100755 view/tpl/abook_edit.tpl create mode 100644 view/tpl/achievements.tpl create mode 100755 view/tpl/acl_selector.tpl create mode 100644 view/tpl/admin_account_edit.tpl create mode 100755 view/tpl/admin_accounts.tpl create mode 100755 view/tpl/admin_aside.tpl create mode 100755 view/tpl/admin_channels.tpl create mode 100755 view/tpl/admin_hubloc.tpl create mode 100755 view/tpl/admin_logs.tpl create mode 100755 view/tpl/admin_plugins.tpl create mode 100644 view/tpl/admin_plugins_addrepo.tpl create mode 100755 view/tpl/admin_plugins_details.tpl create mode 100644 view/tpl/admin_profiles.tpl create mode 100644 view/tpl/admin_queue.tpl create mode 100755 view/tpl/admin_security.tpl create mode 100644 view/tpl/admin_settings_features.tpl create mode 100755 view/tpl/admin_site.tpl create mode 100755 view/tpl/admin_summary.tpl create mode 100755 view/tpl/album_edit.tpl create mode 100644 view/tpl/alt_pager.tpl create mode 100755 view/tpl/api_config_xml.tpl create mode 100755 view/tpl/api_friends_xml.tpl create mode 100755 view/tpl/api_ratelimit_xml.tpl create mode 100755 view/tpl/api_status_xml.tpl create mode 100755 view/tpl/api_test_xml.tpl create mode 100755 view/tpl/api_timeline_atom.tpl create mode 100755 view/tpl/api_timeline_rss.tpl create mode 100755 view/tpl/api_timeline_xml.tpl create mode 100755 view/tpl/api_user_xml.tpl create mode 100644 view/tpl/app.tpl create mode 100644 view/tpl/app_create.tpl create mode 100755 view/tpl/atom_feed.tpl create mode 100644 view/tpl/attach_edit.tpl create mode 100755 view/tpl/birthdays_reminder.tpl create mode 100644 view/tpl/blocklist.tpl create mode 100644 view/tpl/bookmarkedchats.tpl create mode 100755 view/tpl/build_query.tpl create mode 100755 view/tpl/categories_widget.tpl create mode 100644 view/tpl/cdav_addressbook.tpl create mode 100644 view/tpl/cdav_calendar.tpl create mode 100644 view/tpl/cdav_widget_addressbook.tpl create mode 100644 view/tpl/cdav_widget_calendar.tpl create mode 100755 view/tpl/channel.tpl create mode 100644 view/tpl/channel_id_select.tpl create mode 100755 view/tpl/channel_import.tpl create mode 100755 view/tpl/channels.tpl create mode 100755 view/tpl/chanview.tpl create mode 100644 view/tpl/chat.tpl create mode 100644 view/tpl/chatroom_members.tpl create mode 100644 view/tpl/chatroom_new.tpl create mode 100644 view/tpl/chatroomlist.tpl create mode 100644 view/tpl/chatrooms.tpl create mode 100644 view/tpl/cloud.tpl create mode 100644 view/tpl/cloud_actionspanel.tpl create mode 100644 view/tpl/cloud_directory.tpl create mode 100644 view/tpl/cloud_header.tpl create mode 100755 view/tpl/comment_item.tpl create mode 100755 view/tpl/common_friends.tpl create mode 100755 view/tpl/common_tabs.tpl create mode 100755 view/tpl/connection_template.tpl create mode 100755 view/tpl/connections.tpl create mode 100755 view/tpl/contact_block.tpl create mode 100755 view/tpl/contact_head.tpl create mode 100755 view/tpl/contact_slider.tpl create mode 100755 view/tpl/contact_template.tpl create mode 100644 view/tpl/contactsajax.tpl create mode 100755 view/tpl/conv.tpl create mode 100755 view/tpl/conv_frame.tpl create mode 100755 view/tpl/conv_item.tpl create mode 100755 view/tpl/conv_list.tpl create mode 100755 view/tpl/conversation.tpl create mode 100755 view/tpl/convobj.tpl create mode 100755 view/tpl/cover_photo.tpl create mode 100755 view/tpl/cover_photo_widget.tpl create mode 100755 view/tpl/cropbody.tpl create mode 100755 view/tpl/cropcover.tpl create mode 100755 view/tpl/crophead.tpl create mode 100755 view/tpl/delegate.tpl create mode 100644 view/tpl/design_tools.tpl create mode 100644 view/tpl/diaspora_vcard.tpl create mode 100644 view/tpl/dir_sort_links.tpl create mode 100644 view/tpl/directajax.tpl create mode 100755 view/tpl/directory_header.tpl create mode 100755 view/tpl/direntry.tpl create mode 100755 view/tpl/display-head.tpl create mode 100644 view/tpl/dreport.tpl create mode 100755 view/tpl/edpost_head.tpl create mode 100755 view/tpl/email_notify_html.tpl create mode 100755 view/tpl/email_notify_text.tpl create mode 100755 view/tpl/event.tpl create mode 100755 view/tpl/event_cal.tpl create mode 100755 view/tpl/event_form.tpl create mode 100755 view/tpl/event_head.tpl create mode 100644 view/tpl/event_item_content.tpl create mode 100755 view/tpl/event_item_header.tpl create mode 100755 view/tpl/events-js.tpl create mode 100755 view/tpl/events_cal-js.tpl create mode 100755 view/tpl/events_menu_side.tpl create mode 100755 view/tpl/events_reminder.tpl create mode 100755 view/tpl/events_tools_side.tpl create mode 100755 view/tpl/failed_updates.tpl create mode 100755 view/tpl/field.tpl create mode 100755 view/tpl/field_acheckbox.tpl create mode 100755 view/tpl/field_checkbox.tpl create mode 100644 view/tpl/field_colorinput.tpl create mode 100755 view/tpl/field_combobox.tpl create mode 100755 view/tpl/field_custom.tpl create mode 100755 view/tpl/field_input.tpl create mode 100755 view/tpl/field_intcheckbox.tpl create mode 100755 view/tpl/field_password.tpl create mode 100755 view/tpl/field_radio.tpl create mode 100755 view/tpl/field_richtext.tpl create mode 100755 view/tpl/field_select.tpl create mode 100644 view/tpl/field_select_disabled.tpl create mode 100644 view/tpl/field_select_grouped.tpl create mode 100755 view/tpl/field_select_raw.tpl create mode 100755 view/tpl/field_textarea.tpl create mode 100755 view/tpl/field_themeselect.tpl create mode 100755 view/tpl/field_yesno.tpl create mode 100755 view/tpl/fileas_widget.tpl create mode 100755 view/tpl/filebrowser.tpl create mode 100755 view/tpl/filer_dialog.tpl create mode 100755 view/tpl/follow.tpl create mode 100644 view/tpl/force_image_reload.tpl create mode 100644 view/tpl/generic_addon_settings.tpl create mode 100755 view/tpl/generic_links_widget.tpl create mode 100644 view/tpl/generic_modal.tpl create mode 100755 view/tpl/group_drop.tpl create mode 100755 view/tpl/group_edit.tpl create mode 100755 view/tpl/group_selection.tpl create mode 100755 view/tpl/group_side.tpl create mode 100755 view/tpl/groupeditor.tpl create mode 100644 view/tpl/hdr.tpl create mode 100755 view/tpl/head.tpl create mode 100644 view/tpl/help.tpl create mode 100755 view/tpl/install.tpl create mode 100755 view/tpl/install_checks.tpl create mode 100755 view/tpl/install_db.tpl create mode 100755 view/tpl/install_settings.tpl create mode 100755 view/tpl/invite.tpl create mode 100644 view/tpl/item_attach.tpl create mode 100644 view/tpl/item_binary.tpl create mode 100644 view/tpl/item_categories.tpl create mode 100644 view/tpl/item_filer.tpl create mode 100755 view/tpl/item_import.tpl create mode 100755 view/tpl/jot-header.tpl create mode 100755 view/tpl/jot.tpl create mode 100755 view/tpl/jot_geotag.tpl create mode 100755 view/tpl/js_strings.tpl create mode 100755 view/tpl/lang_selector.tpl create mode 100644 view/tpl/layoutlist.tpl create mode 100755 view/tpl/like_noshare.tpl create mode 100644 view/tpl/locmanage.tpl create mode 100755 view/tpl/login.tpl create mode 100755 view/tpl/logout.tpl create mode 100755 view/tpl/lostpass.tpl create mode 100755 view/tpl/mail_conv.tpl create mode 100755 view/tpl/mail_display.tpl create mode 100755 view/tpl/mail_head.tpl create mode 100755 view/tpl/mail_list.tpl create mode 100755 view/tpl/main_slider.tpl create mode 100755 view/tpl/match.tpl create mode 100644 view/tpl/menuedit.tpl create mode 100644 view/tpl/menulist.tpl create mode 100755 view/tpl/message_side.tpl create mode 100755 view/tpl/micropro_img.tpl create mode 100755 view/tpl/micropro_txt.tpl create mode 100644 view/tpl/mitemedit.tpl create mode 100644 view/tpl/mitemlist.tpl create mode 100755 view/tpl/mood_content.tpl create mode 100755 view/tpl/msg-header.tpl create mode 100755 view/tpl/myapps.tpl create mode 100755 view/tpl/nav.tpl create mode 100644 view/tpl/nav_login.tpl create mode 100755 view/tpl/new_channel.tpl create mode 100644 view/tpl/notes.tpl create mode 100755 view/tpl/notifications.tpl create mode 100755 view/tpl/notify.tpl create mode 100644 view/tpl/nwiki_page_history.tpl create mode 100755 view/tpl/oauth_authorize.tpl create mode 100755 view/tpl/oauth_authorize_done.tpl create mode 100755 view/tpl/oembed_video.tpl create mode 100755 view/tpl/oexchange_xrd.tpl create mode 100755 view/tpl/page_display.tpl create mode 100644 view/tpl/page_display_empty.tpl create mode 100644 view/tpl/pdledit.tpl create mode 100755 view/tpl/peoplefind.tpl create mode 100755 view/tpl/photo_album.tpl create mode 100755 view/tpl/photo_albums.tpl create mode 100755 view/tpl/photo_drop.tpl create mode 100755 view/tpl/photo_item.tpl create mode 100755 view/tpl/photo_top.tpl create mode 100755 view/tpl/photo_view.tpl create mode 100755 view/tpl/photos_recent.tpl create mode 100755 view/tpl/photos_upload.tpl create mode 100755 view/tpl/photosajax.tpl create mode 100755 view/tpl/poco_entry_xml.tpl create mode 100755 view/tpl/poco_xml.tpl create mode 100755 view/tpl/poke_content.tpl create mode 100755 view/tpl/posted_date_widget.tpl create mode 100644 view/tpl/prep.tpl create mode 100644 view/tpl/profdef_edit.tpl create mode 100755 view/tpl/profed_head.tpl create mode 100755 view/tpl/profile_advanced.tpl create mode 100755 view/tpl/profile_edit.tpl create mode 100755 view/tpl/profile_entry.tpl create mode 100755 view/tpl/profile_listing_header.tpl create mode 100755 view/tpl/profile_photo.tpl create mode 100644 view/tpl/profile_tabs.tpl create mode 100755 view/tpl/profile_vcard.tpl create mode 100755 view/tpl/profile_vcard_short.tpl create mode 100755 view/tpl/prv_message.tpl create mode 100755 view/tpl/pwdreset.tpl create mode 100644 view/tpl/rating_form.tpl create mode 100644 view/tpl/rating_slider.tpl create mode 100644 view/tpl/rbmark.tpl create mode 100755 view/tpl/register.tpl create mode 100755 view/tpl/remote_friends_common.tpl create mode 100644 view/tpl/remote_login.tpl create mode 100644 view/tpl/removeaccount.tpl create mode 100755 view/tpl/removeme.tpl create mode 100755 view/tpl/rmagic.tpl create mode 100644 view/tpl/safesearch.tpl create mode 100644 view/tpl/saved_searches.tpl create mode 100755 view/tpl/search_item.tpl create mode 100644 view/tpl/searchbox.tpl create mode 100644 view/tpl/section_title.tpl create mode 100644 view/tpl/select_timezone.tpl create mode 100644 view/tpl/sellpage_edit.tpl create mode 100644 view/tpl/sellpage_submit.tpl create mode 100644 view/tpl/sellpage_view.tpl create mode 100755 view/tpl/settings.tpl create mode 100755 view/tpl/settings_account.tpl create mode 100755 view/tpl/settings_addons.tpl create mode 100755 view/tpl/settings_connectors.tpl create mode 100755 view/tpl/settings_display.tpl create mode 100755 view/tpl/settings_features.tpl create mode 100755 view/tpl/settings_nick_set.tpl create mode 100755 view/tpl/settings_oauth.tpl create mode 100755 view/tpl/settings_oauth_edit.tpl create mode 100644 view/tpl/settings_permcats.tpl create mode 100644 view/tpl/settings_tokens.tpl create mode 100644 view/tpl/sharedwithme.tpl create mode 100644 view/tpl/show_thing.tpl create mode 100755 view/tpl/siteinfo.tpl create mode 100644 view/tpl/sitesearch.tpl create mode 100644 view/tpl/sources_edit.tpl create mode 100644 view/tpl/sources_list.tpl create mode 100644 view/tpl/sources_new.tpl create mode 100755 view/tpl/suggest_friends.tpl create mode 100755 view/tpl/suggest_page.tpl create mode 100644 view/tpl/suggest_widget.tpl create mode 100644 view/tpl/thing_edit.tpl create mode 100644 view/tpl/thing_input.tpl create mode 100755 view/tpl/threaded_conversation.tpl create mode 100755 view/tpl/toggle_mobile_footer.tpl create mode 100644 view/tpl/uexport.tpl create mode 100644 view/tpl/usermenu.tpl create mode 100755 view/tpl/viewcontact_template.tpl create mode 100644 view/tpl/viewcontactsajax.tpl create mode 100644 view/tpl/webpage_export_list.tpl create mode 100644 view/tpl/webpage_import.tpl create mode 100644 view/tpl/webpagelist.tpl create mode 100644 view/tpl/website_portation_tools.tpl create mode 100644 view/tpl/wiki.tpl create mode 100644 view/tpl/wiki_page_history.tpl create mode 100644 view/tpl/wiki_page_list.tpl create mode 100644 view/tpl/wikilist.tpl create mode 100644 view/tpl/wikilist_widget.tpl create mode 100644 view/tpl/write_pages.tpl create mode 100755 view/tpl/xchan_vcard.tpl create mode 100644 view/tpl/xrd_diaspora.tpl create mode 100755 view/tpl/xrd_host.tpl create mode 100755 view/tpl/xrd_person.tpl create mode 100644 view/tpl/zcard.tpl create mode 100644 view/tpl/zcard_embed.tpl (limited to 'view/tpl') diff --git a/view/tpl/404.tpl b/view/tpl/404.tpl new file mode 100755 index 000000000..c9b51a63b --- /dev/null +++ b/view/tpl/404.tpl @@ -0,0 +1,3 @@ +
    +

    {{$message}}

    +
    diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl new file mode 100755 index 000000000..9fb5c4b18 --- /dev/null +++ b/view/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}} +
    +
    +
    +
    diff --git a/view/tpl/achievements.tpl b/view/tpl/achievements.tpl new file mode 100644 index 000000000..7d503cc53 --- /dev/null +++ b/view/tpl/achievements.tpl @@ -0,0 +1,9 @@ +
    +

    {{$newmembertext}}

    + +{{if $profilebadge}}
    {{/if}} +{{if $contactbadge}}
    {{/if}} +{{if $keywordsbadge}}
    {{/if}} +{{if $channelsbadge}}
    {{/if}} + +
    diff --git a/view/tpl/acl_selector.tpl b/view/tpl/acl_selector.tpl new file mode 100755 index 000000000..f4f851c8a --- /dev/null +++ b/view/tpl/acl_selector.tpl @@ -0,0 +1,64 @@ +
    + +
    + diff --git a/view/tpl/admin_account_edit.tpl b/view/tpl/admin_account_edit.tpl new file mode 100644 index 000000000..82d137de4 --- /dev/null +++ b/view/tpl/admin_account_edit.tpl @@ -0,0 +1,23 @@ +

    {{$title}}

    + +

    {{$account.account_email}}

    + + +
    + + +{{include file="field_password.tpl" field=$pass1}} +{{include file="field_password.tpl" field=$pass2}} + +{{if $z_server_role == 'pro'}} +{{include file="field_select.tpl" field=$account_level}} +{{else}} + +{{/if}} +{{include file="field_select.tpl" field=$account_language}} +{{include file="field_input.tpl" field=$service_class}} + + + + +
    diff --git a/view/tpl/admin_accounts.tpl b/view/tpl/admin_accounts.tpl new file mode 100755 index 000000000..3535363a0 --- /dev/null +++ b/view/tpl/admin_accounts.tpl @@ -0,0 +1,88 @@ + +
    +

    {{$title}} - {{$page}}

    + +
    + + +

    {{$h_pending}}

    + {{if $pending}} + + + + {{foreach $th_pending as $th}}{{/foreach}} + + + + + + {{foreach $pending as $u}} + + + + + + + {{/foreach}} + +
    {{$th}}
    {{$u.account_created}} + + +
    + +
    + {{else}} +

    {{$no_pending}}

    + {{/if}} + + +

    {{$h_users}}

    + {{if $users}} + + + + {{foreach $th_users as $th}}{{/foreach}} + + + + + + {{foreach $users as $u}} + + + + + + + + + + + + {{/foreach}} + +
    {{$th.0}}
    {{$u.channels}}{{$u.account_created}}{{$u.account_service_class}} + +
    + +
    + {{else}} + NO USERS?!? + {{/if}} +
    +
    diff --git a/view/tpl/admin_aside.tpl b/view/tpl/admin_aside.tpl new file mode 100755 index 000000000..99f139e57 --- /dev/null +++ b/view/tpl/admin_aside.tpl @@ -0,0 +1,46 @@ + +
    +

    {{$admtxt}}

    + +
    + +{{if $admin.update}} + +{{/if}} + + +{{if $plugins}} +
    +

    {{$plugadmtxt}}

    + +
    +{{/if}} + +
    +

    {{$logtxt}}

    + +
    diff --git a/view/tpl/admin_channels.tpl b/view/tpl/admin_channels.tpl new file mode 100755 index 000000000..452e0eeec --- /dev/null +++ b/view/tpl/admin_channels.tpl @@ -0,0 +1,51 @@ + +
    +

    {{$title}} - {{$page}}

    + +
    + + +

    {{$h_channels}}

    + {{if $channels}} + + + + {{foreach $th_channels as $th}}{{/foreach}} + + + + + + {{foreach $channels as $c}} + + + + + + + + {{/foreach}} + +
    {{$th.0}}
    {{$c.channel_id}}{{$c.channel_name}}{{$c.channel_address}} + + + +
    + +
    + {{else}} + NO CHANNELS?!? + {{/if}} +
    +
    diff --git a/view/tpl/admin_hubloc.tpl b/view/tpl/admin_hubloc.tpl new file mode 100755 index 000000000..1bd1f0122 --- /dev/null +++ b/view/tpl/admin_hubloc.tpl @@ -0,0 +1,27 @@ +
    +

    {{$title}} - {{$page}}

    + + + + + {{foreach $th_hubloc as $th}}{{/foreach}} + + + + + {{foreach $hubloc as $hub}} + + + + {{/foreach}} + +
    {{$th}}
    {{$hub.hubloc_id}}{{$hub.hubloc_addr}}{{$hub.hubloc_host}}{{$hub.hubloc_status}} +
    + + + + +
    + + +
    diff --git a/view/tpl/admin_logs.tpl b/view/tpl/admin_logs.tpl new file mode 100755 index 000000000..6d2d7834c --- /dev/null +++ b/view/tpl/admin_logs.tpl @@ -0,0 +1,19 @@ +
    +

    {{$title}} - {{$page}}

    + +
    + + + {{include file="field_checkbox.tpl" field=$debugging}} + {{include file="field_input.tpl" field=$logfile}} + {{include file="field_select.tpl" field=$loglevel}} + +
    + +
    + +

    {{$logname}}

    +
    {{$data}}
    + + +
    diff --git a/view/tpl/admin_plugins.tpl b/view/tpl/admin_plugins.tpl new file mode 100755 index 000000000..fd5ae7d5e --- /dev/null +++ b/view/tpl/admin_plugins.tpl @@ -0,0 +1,190 @@ +
    +
    + {{if $allowManageRepos}} +
    + +
    + {{/if}} +

    {{$title}} - {{$page}}

    +
    +
    + +
    +
    +
    +
    +
    +
    + {{foreach $plugins as $p}} +
    +
    + {{if ! $p.2.disabled}} + + {{else}} + + {{/if}} + {{$p.2.name}} - {{$p.2.version}}{{if $p.2.disabled}} {{$disabled}}{{/if}} + {{if $p.2.experimental}} {{$experimental}} {{/if}}{{if $p.2.unsupported}} {{$unsupported}} {{/if}} + +
    {{$p.2.description}}
    +
    +
    + {{/foreach}} + +
    +
    +{{$newRepoModal}} + \ No newline at end of file diff --git a/view/tpl/admin_plugins_addrepo.tpl b/view/tpl/admin_plugins_addrepo.tpl new file mode 100644 index 000000000..de7b465bb --- /dev/null +++ b/view/tpl/admin_plugins_addrepo.tpl @@ -0,0 +1,9 @@ +
    + +

    {{$desc}}

    + {{include file="field_input.tpl" field=$repoURL}} + {{include file="field_input.tpl" field=$repoName}} +
    + +
    +
    diff --git a/view/tpl/admin_plugins_details.tpl b/view/tpl/admin_plugins_details.tpl new file mode 100755 index 000000000..309fc9569 --- /dev/null +++ b/view/tpl/admin_plugins_details.tpl @@ -0,0 +1,58 @@ +
    +

    {{$title}} - {{$page}}

    + +

    {{if ! $info.disabled}}{{else}}{{/if}} {{$info.name}} - {{$info.version}}{{if ! $info.disabled}} : {{$action}}{{/if}}

    + + {{if $info.disabled}} +

    {{$disabled}}

    + {{/if}} + +

    {{$info.description}}

    + + {{foreach $info.author as $a}} +

    {{$str_author}} + {{$a.name}}{{if $a.link}} {{$a.link}}{{/if}} +

    + {{/foreach}} + + {{if $info.minversion}} +

    {{$str_minversion}}{{$info.minversion}}

    + {{/if}} + {{if $info.maxversion}} +

    {{$str_maxversion}}{{$info.maxversion}}

    + {{/if}} + {{if $info.minphpversion}} +

    {{$str_minphpversion}}{{$info.minphpversion}}

    + {{/if}} + {{if $info.serverroles}} +

    {{$str_serverroles}}{{$info.serverroles}}

    + {{/if}} + {{if $info.requires}} +

    {{$str_requires}}{{$info.requires}}

    + {{/if}} + + + {{foreach $info.maintainer as $a}} +

    {{$str_maintainer}} + {{$a.name}}{{if $a.link}} {{$a.link}}{{/if}} +

    + {{/foreach}} + + {{if $screenshot}} + {{$screenshot.1}} + {{/if}} + + {{if $admin_form}} +

    {{$settings}}

    +
    + {{$admin_form}} +
    + {{/if}} + + {{if $readme}} +

    Readme

    +
    + {{$readme}} +
    + {{/if}} +
    diff --git a/view/tpl/admin_profiles.tpl b/view/tpl/admin_profiles.tpl new file mode 100644 index 000000000..e3a08449c --- /dev/null +++ b/view/tpl/admin_profiles.tpl @@ -0,0 +1,38 @@ +
    +
     {{$new}}

    {{$title}}

    +
    +
    + +
    + + + +
    + +{{include file="field_textarea.tpl" field=$basic}} +{{include file="field_textarea.tpl" field=$advanced}} + + + +
    + + + +{{if $cust_fields}} +

    +
    {{$cust_field_desc}}
    +
    + + +{{foreach $cust_fields as $field}} + +{{/foreach}} +
    {{$field.field_name}}{{$field.field_desc}} {{$drop}}
    +{{/if}} + +
    + +
    diff --git a/view/tpl/admin_queue.tpl b/view/tpl/admin_queue.tpl new file mode 100644 index 000000000..9d3d848c9 --- /dev/null +++ b/view/tpl/admin_queue.tpl @@ -0,0 +1,15 @@ +
    +

    {{$banner}}

    + +{{if $hasentries}} + + + +{{foreach $entries as $e}} + +{{if $expert}}{{/if}} +{{/foreach}} + +
    {{$numentries}}  {{$desturl}}{{$priority}}  
    {{$e.total}}{{$e.outq_posturl}}{{$e.priority}}
    + +{{/if}} diff --git a/view/tpl/admin_security.tpl b/view/tpl/admin_security.tpl new file mode 100755 index 000000000..409e9fc7d --- /dev/null +++ b/view/tpl/admin_security.tpl @@ -0,0 +1,33 @@ +
    +

    {{$title}} - {{$page}}

    + +
    + + + + + {{include file="field_checkbox.tpl" field=$block_public}} + {{include file="field_checkbox.tpl" field=$transport_security}} + {{include file="field_checkbox.tpl" field=$content_security}} + {{include file="field_checkbox.tpl" field=$embed_sslonly}} + + {{include file="field_textarea.tpl" field=$allowed_email}} + {{include file="field_textarea.tpl" field=$not_allowed_email}} + + {{include file="field_textarea.tpl" field=$whitelisted_sites}} + {{include file="field_textarea.tpl" field=$blacklisted_sites}} + + {{include file="field_textarea.tpl" field=$whitelisted_channels}} + {{include file="field_textarea.tpl" field=$blacklisted_channels}} + + {{include file="field_textarea.tpl" field=$embed_allow}} + {{include file="field_textarea.tpl" field=$embed_deny}} + + +
    + +
    + +
    + +
    diff --git a/view/tpl/admin_settings_features.tpl b/view/tpl/admin_settings_features.tpl new file mode 100644 index 000000000..2d5cf7e0b --- /dev/null +++ b/view/tpl/admin_settings_features.tpl @@ -0,0 +1,31 @@ +
    +
    +

    {{$title}}

    +
    +
    + +
    + {{foreach $features as $g => $f}} +
    + +
    +
    + {{foreach $f.1 as $fcat}} + {{include file="field_checkbox.tpl" field=$fcat.0}} + {{include file="field_checkbox.tpl" field=$fcat.1}} + {{/foreach}} +
    + +
    +
    +
    +
    + {{/foreach}} +
    +
    diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl new file mode 100755 index 000000000..6fd0fd9ce --- /dev/null +++ b/view/tpl/admin_site.tpl @@ -0,0 +1,101 @@ + +
    +

    {{$title}} - {{$page}}

    + + + + + {{include file="field_input.tpl" field=$sitename}} + {{include file="field_select.tpl" field=$server_role}} + + {{if $z_server_role == 'pro'}} + {{include file="field_select.tpl" field=$techlevel}} + {{include file="field_checkbox.tpl" field=$techlock}} + {{/if}} + + {{include file="field_textarea.tpl" field=$banner}} + {{include file="field_textarea.tpl" field=$siteinfo}} + {{include file="field_textarea.tpl" field=$admininfo}} + + {{include file="field_input.tpl" field=$reply_address}} + {{include file="field_input.tpl" field=$from_email}} + {{include file="field_input.tpl" field=$from_email_name}} + + {{include file="field_select.tpl" field=$language}} + {{include file="field_select.tpl" field=$theme}} + {{include file="field_select.tpl" field=$theme_mobile}} + {{include file="field_input.tpl" field=$frontpage}} + {{include file="field_checkbox.tpl" field=$mirror_frontpage}} + {{include file="field_checkbox.tpl" field=$login_on_homepage}} + {{include file="field_checkbox.tpl" field=$enable_context_help}} + {{if $directory_server}} + {{include file="field_select.tpl" field=$directory_server}} + {{/if}} + +
    + +

    {{$registration}}

    + {{include file="field_input.tpl" field=$register_text}} + {{include file="field_select.tpl" field=$register_policy}} + {{include file="field_checkbox.tpl" field=$invite_only}} + {{include file="field_select.tpl" field=$access_policy}} +
    + +

    {{$corporate}}

    + {{include file="field_checkbox.tpl" field=$verify_email}} + {{include file="field_checkbox.tpl" field=$feed_contacts}} + {{include file="field_checkbox.tpl" field=$force_publish}} + {{include file="field_checkbox.tpl" field=$disable_discover_tab}} + +
    + +

    {{$advanced}}

    + {{include file="field_input.tpl" field=$proxy}} + {{include file="field_input.tpl" field=$proxyuser}} + {{include file="field_input.tpl" field=$timeout}} + {{include file="field_input.tpl" field=$delivery_interval}} + {{include file="field_input.tpl" field=$delivery_batch_count}} + {{include file="field_input.tpl" field=$poll_interval}} + {{include file="field_input.tpl" field=$maxloadavg}} + {{include file="field_input.tpl" field=$abandon_days}} + {{include file="field_input.tpl" field=$default_expire_days}} + +
    + + +
    diff --git a/view/tpl/admin_summary.tpl b/view/tpl/admin_summary.tpl new file mode 100755 index 000000000..ca94b0ef7 --- /dev/null +++ b/view/tpl/admin_summary.tpl @@ -0,0 +1,43 @@ +
    +

    {{$title}} - {{$page}}

    +{{if $adminalertmsg}} + +{{/if}} +{{if $upgrade}} + +{{/if}} +
    +
    {{$queues.label}}
    +
    {{$queues.queue}}
    +
    +
    +
    {{$accounts.0}}
    +
    {{foreach from=$accounts.1 item=acc name=account}}{{$acc.val}}{{if !$smarty.foreach.account.last}} / {{/if}}{{/foreach}}
    +
    +
    +
    {{$pending.0}}
    +
    {{$pending.1}} +
    +
    +
    {{$channels.0}}
    +
    {{foreach from=$channels.1 item=ch name=chan}}{{$ch.val}}{{if !$smarty.foreach.chan.last}} / {{/if}}{{/foreach}}
    +
    +
    +
    {{$plugins.0}}
    +
    + {{foreach $plugins.1 as $p}} {{$p}} {{/foreach}} +
    +
    +
    +
    {{$version.0}}
    +
    {{$version.1}} - {{$build}}
    +
    +
    +
    {{$vmaster.0}}
    +
    {{$vmaster.1}}
    +
    +
    +
    {{$vdev.0}}
    +
    {{$vdev.1}}
    +
    +
    \ No newline at end of file diff --git a/view/tpl/album_edit.tpl b/view/tpl/album_edit.tpl new file mode 100755 index 000000000..f5495f149 --- /dev/null +++ b/view/tpl/album_edit.tpl @@ -0,0 +1,22 @@ +
    +
    +
    + + + + {{foreach $albums as $al}} + {{if $al.text}} + +
    +
    + + +
    +
    +
    +
    + + diff --git a/view/tpl/alt_pager.tpl b/view/tpl/alt_pager.tpl new file mode 100644 index 000000000..b46dc7662 --- /dev/null +++ b/view/tpl/alt_pager.tpl @@ -0,0 +1,4 @@ +
    +{{if $has_less}}{{$less}}{{/if}} +{{if $has_more}}{{if $has_less}} | {{/if}}{{$more}}{{/if}} +
    diff --git a/view/tpl/api_config_xml.tpl b/view/tpl/api_config_xml.tpl new file mode 100755 index 000000000..8c0766c73 --- /dev/null +++ b/view/tpl/api_config_xml.tpl @@ -0,0 +1,66 @@ + + + {{$config.site.name}} + {{$config.site.server}} + default + + {{$config.site.logo}} + + true + en + {{$config.site.email}} + + + UTC + {{$config.site.closed}} + + false + {{$config.site.private}} + {{$config.site.textlimit}} + {{$config.site.ssl}} + {{$config.site.sslserver}} + 30 + + + + cc + + http://creativecommons.org/licenses/by/3.0/ + Creative Commons Attribution 3.0 + http://i.creativecommons.org/l/by/3.0/80x15.png + + + + + + + + + + + + + + + + + false + 20 + 600 + + + + false + INVALID SERVER + 5222 + update + + + StatusNet + + + + false + 0 + + diff --git a/view/tpl/api_friends_xml.tpl b/view/tpl/api_friends_xml.tpl new file mode 100755 index 000000000..f2a7234d1 --- /dev/null +++ b/view/tpl/api_friends_xml.tpl @@ -0,0 +1,5 @@ + + {{foreach $users as $user}} + {{include file="api_user_xml.tpl"}} + {{/foreach}} + diff --git a/view/tpl/api_ratelimit_xml.tpl b/view/tpl/api_ratelimit_xml.tpl new file mode 100755 index 000000000..e4b470a25 --- /dev/null +++ b/view/tpl/api_ratelimit_xml.tpl @@ -0,0 +1,6 @@ + + {{$hash.remaining_hits}} + {{$hash.hourly_limit}} + {{$hash.reset_time}} + {{$hash.resettime_in_seconds}} + diff --git a/view/tpl/api_status_xml.tpl b/view/tpl/api_status_xml.tpl new file mode 100755 index 000000000..cbb736e22 --- /dev/null +++ b/view/tpl/api_status_xml.tpl @@ -0,0 +1,46 @@ +{{if $status}} + {{$status.created_at}} + {{$status.id}} + {{$status.text}} + {{$status.source}} + {{$status.truncated}} + {{$status.in_reply_to_status_id}} + {{$status.in_reply_to_user_id}} + {{$status.favorited}} + {{$status.in_reply_to_screen_name}} + {{$status.geo}} + {{$status.coordinates}} + {{$status.place}} + {{$status.contributors}} + + {{$status.user.id}} + {{$status.user.name}} + {{$status.user.screen_name}} + {{$status.user.location}} + {{$status.user.description}} + {{$status.user.profile_image_url}} + {{$status.user.url}} + {{$status.user.protected}} + {{$status.user.followers}} + {{$status.user.profile_background_color}} + {{$status.user.profile_text_color}} + {{$status.user.profile_link_color}} + {{$status.user.profile_sidebar_fill_color}} + {{$status.user.profile_sidebar_border_color}} + {{$status.user.friends_count}} + {{$status.user.created_at}} + {{$status.user.favourites_count}} + {{$status.user.utc_offset}} + {{$status.user.time_zone}} + {{$status.user.profile_background_image_url}} + {{$status.user.profile_background_tile}} + {{$status.user.profile_use_background_image}} + + {{$status.user.geo_enabled}} + {{$status.user.verified}} + + {{$status.user.statuses_count}} + {{$status.user.lang}} + {{$status.user.contributors_enabled}} + +{{/if}} diff --git a/view/tpl/api_test_xml.tpl b/view/tpl/api_test_xml.tpl new file mode 100755 index 000000000..80a541c39 --- /dev/null +++ b/view/tpl/api_test_xml.tpl @@ -0,0 +1 @@ +{{$ok}} diff --git a/view/tpl/api_timeline_atom.tpl b/view/tpl/api_timeline_atom.tpl new file mode 100755 index 000000000..e8bfb689e --- /dev/null +++ b/view/tpl/api_timeline_atom.tpl @@ -0,0 +1,90 @@ + + StatusNet + {{$rss.self}} + Friendika + Friendika API feed + {{$rss.logo}} + {{$rss.atom_updated}} + + + + + + http://activitystrea.ms/schema/1.0/person + {{$user.url}} + {{$user.name}} + + + + + + + {{$user.screen_name}} + {{$user.name}} + + homepage + {{$user.url}} + true + + + + + + + http://activitystrea.ms/schema/1.0/person + {{$user.contact_url}} + {{$user.name}} + + + + + + {{$user.screen_name}} + {{$user.name}} + + homepage + {{$user.url}} + true + + + + + + {{foreach $statuses as $status}} + + {{$status.objecttype}} + {{$status.message_id}} + {{$status.text}} + {{$status.statusnet_html}} + + {{$status.verb}} + {{$status.published}} + {{$status.updated}} + + + + + + + + http://activitystrea.ms/schema/1.0/person + {{$status.user.url}} + {{$status.user.name}} + + + + + {{$status.user.screen_name}} + {{$status.user.name}} + + + homepage + {{$status.user.url}} + true + + + + + + {{/foreach}} + diff --git a/view/tpl/api_timeline_rss.tpl b/view/tpl/api_timeline_rss.tpl new file mode 100755 index 000000000..86c645e99 --- /dev/null +++ b/view/tpl/api_timeline_rss.tpl @@ -0,0 +1,26 @@ + + + Friendika + {{$rss.alternate}} + + Friendika timeline + {{$rss.language}} + 40 + + {{$user.link}} + {{$user.name}}'s items + {{$user.profile_image_url}} + + +{{foreach $statuses as $status}} + + {{$status.user.name}}: {{$status.text}} + {{$status.text}} + {{$status.created_at}} + {{$status.url}} + {{$status.url}} + {{$status.source}} + +{{/foreach}} + + diff --git a/view/tpl/api_timeline_xml.tpl b/view/tpl/api_timeline_xml.tpl new file mode 100755 index 000000000..f14d73e9c --- /dev/null +++ b/view/tpl/api_timeline_xml.tpl @@ -0,0 +1,20 @@ + +{{foreach $statuses as $status}} + {{$status.text}} + {{$status.truncated}} + {{$status.created_at}} + {{$status.in_reply_to_status_id}} + {{$status.source}} + {{$status.id}} + {{$status.in_reply_to_user_id}} + {{$status.in_reply_to_screen_name}} + {{$status.geo}} + {{$status.favorited}} +{{include file="api_user_xml.tpl" user=$status.user}} {{$status.statusnet_html}} + {{$status.statusnet_conversation_id}} + {{$status.url}} + {{$status.coordinates}} + {{$status.place}} + {{$status.contributors}} + +{{/foreach}} diff --git a/view/tpl/api_user_xml.tpl b/view/tpl/api_user_xml.tpl new file mode 100755 index 000000000..3b51992f6 --- /dev/null +++ b/view/tpl/api_user_xml.tpl @@ -0,0 +1,46 @@ + + {{$user.id}} + {{$user.name}} + {{$user.screen_name}} + {{$user.location}} + {{$user.description}} + {{$user.profile_image_url}} + {{$user.url}} + {{$user.protected}} + {{$user.followers_count}} + {{$user.friends_count}} + {{$user.created_at}} + {{$user.favourites_count}} + {{$user.utc_offset}} + {{$user.time_zone}} + {{$user.statuses_count}} + {{$user.following}} + {{$user.profile_background_color}} + {{$user.profile_text_color}} + {{$user.profile_link_color}} + {{$user.profile_sidebar_fill_color}} + {{$user.profile_sidebar_border_color}} + {{$user.profile_background_image_url}} + {{$user.profile_background_tile}} + {{$user.profile_use_background_image}} + {{$user.notifications}} + {{$user.geo_enabled}} + {{$user.verified}} + {{$user.lang}} + {{$user.contributors_enabled}} + {{if $user.status}} + {{$user.status.created_at}} + {{$user.status.id}} + {{$user.status.text}} + {{$user.status.source}} + {{$user.status.truncated}} + {{$user.status.in_reply_to_status_id}} + {{$user.status.in_reply_to_user_id}} + {{$user.status.favorited}} + {{$user.status.in_reply_to_screen_name}} + {{$user.status.geo}} + {{$user.status.coordinates}} + {{$user.status.place}} + {{$user.status.contributors}} + {{/if}} + diff --git a/view/tpl/app.tpl b/view/tpl/app.tpl new file mode 100644 index 000000000..28f28611e --- /dev/null +++ b/view/tpl/app.tpl @@ -0,0 +1,30 @@ +{{if !$navapps}} +
    + + {{if $app.type !== 'system'}} + {{if $purchase}} +
    + +
    + {{/if}} + {{if $install || $update || $delete || $feature}} +
    +
    + + {{if $install}}{{/if}} + {{if $edit}}{{/if}} + {{if $delete}}{{/if}} + {{if $feature}}{{/if}} +
    +
    + {{/if}} + {{/if}} +
    +{{else}} +{{if $icon}}{{else}}{{/if}}{{$app.name}} +{{/if}} + diff --git a/view/tpl/app_create.tpl b/view/tpl/app_create.tpl new file mode 100644 index 000000000..5075ce5e2 --- /dev/null +++ b/view/tpl/app_create.tpl @@ -0,0 +1,40 @@ +
    +
    +

    {{$banner}}

    +
    + +
    +
    + {{if $guid}} + + {{/if}} + {{if $author}} + + {{/if}} + {{if $addr}} + + {{/if}} + + + + + + + {{include file="field_input.tpl" field=$name}} + {{include file="field_input.tpl" field=$categories}} + {{include file="field_input.tpl" field=$url}} + {{include file="field_textarea.tpl" field=$desc}} + {{include file="field_input.tpl" field=$photo}} + {{include file="field_input.tpl" field=$version}} + {{include file="field_input.tpl" field=$price}} + {{include file="field_input.tpl" field=$page}} + + {{if $embed}} + {{include file="field_textarea.tpl" field=$embed}} + {{/if}} + + + +
    +
    +
    diff --git a/view/tpl/atom_feed.tpl b/view/tpl/atom_feed.tpl new file mode 100755 index 000000000..ba50867ff --- /dev/null +++ b/view/tpl/atom_feed.tpl @@ -0,0 +1,30 @@ + + + + {{$feed_id}} + {{$feed_title}} + {{$red}} + + +{{if $author}} +{{$author}} +{{/if}} + + {{$feed_updated}} + + + {{$name}} + {{$profile_page}} + + + diff --git a/view/tpl/attach_edit.tpl b/view/tpl/attach_edit.tpl new file mode 100644 index 000000000..62442ff7a --- /dev/null +++ b/view/tpl/attach_edit.tpl @@ -0,0 +1,31 @@ +
    + + + + + {{if !$isadir}}{{include file="field_checkbox.tpl" field=$notify}}{{/if}} + {{if $isadir}}{{include file="field_checkbox.tpl" field=$recurse}}{{/if}} +
    + {{if !$isadir}} + + + + {{/if}} + +
    +
    + + +
    + +
    + diff --git a/view/tpl/birthdays_reminder.tpl b/view/tpl/birthdays_reminder.tpl new file mode 100755 index 000000000..d0500364a --- /dev/null +++ b/view/tpl/birthdays_reminder.tpl @@ -0,0 +1,10 @@ +{{if $count}} + + +{{/if}} + diff --git a/view/tpl/blocklist.tpl b/view/tpl/blocklist.tpl new file mode 100644 index 000000000..7f400bba2 --- /dev/null +++ b/view/tpl/blocklist.tpl @@ -0,0 +1,69 @@ +
    +
    + {{if $editor}} +
    + +
    + {{/if}} +

    {{$title}}

    +
    +
    + {{if $editor}} +
    + {{$editor}} +
    + {{/if}} + {{if $pages}} +
    + + + + + + + + + + + {{foreach $pages as $key => $items}} + {{foreach $items as $item}} + + + + + + + + + + {{/foreach}} + {{/foreach}} +
    {{$name}}{{$blocktitle}}{{$created}}{{$edited}}
    + {{if $view}} + {{$item.name}} + {{else}} + {{$item.name}} + {{/if}} + + {{$item.title}} + + {{if $edit}} + + {{/if}} + + {{if $item.bb_element}} + + {{/if}} + + {{if $edit}} + + {{/if}} + + {{$item.created}} + + {{$item.edited}} +
    +
    +
    + {{/if}} +
    diff --git a/view/tpl/bookmarkedchats.tpl b/view/tpl/bookmarkedchats.tpl new file mode 100644 index 000000000..3aabf835a --- /dev/null +++ b/view/tpl/bookmarkedchats.tpl @@ -0,0 +1,10 @@ +{{if $rooms}} +
    +

    {{$header}}

    + +
    +{{/if}} diff --git a/view/tpl/build_query.tpl b/view/tpl/build_query.tpl new file mode 100755 index 000000000..a76d4e549 --- /dev/null +++ b/view/tpl/build_query.tpl @@ -0,0 +1,65 @@ + + diff --git a/view/tpl/categories_widget.tpl b/view/tpl/categories_widget.tpl new file mode 100755 index 000000000..72478aa3d --- /dev/null +++ b/view/tpl/categories_widget.tpl @@ -0,0 +1,12 @@ +
    +

    {{$title}}

    +
    {{$desc}}
    + + + +
    diff --git a/view/tpl/cdav_addressbook.tpl b/view/tpl/cdav_addressbook.tpl new file mode 100644 index 000000000..587a95caa --- /dev/null +++ b/view/tpl/cdav_addressbook.tpl @@ -0,0 +1,462 @@ + +
    +
    + + +
    +
    + +
    +
    + + +
    +
    + +
    + + + +
    + +
    + + + +
    + +
    + + + +
    + +
    + + + +
    + +
    +
    + + + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    + + + +
    + +
    +
    + +

    {{$displayname}}

    +
    +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    + + +
    +
    +
    + +
    +
    +
    + + +
    +
    +
    + +
    +
    +
    + + + +
    +
    +
    + + +
    +
    +
    + + + +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + + + +
    +
    +
    + + {{foreach $cards as $card}} +
    + + +
    +
    + +
    + {{if $card.photo}}{{else}}
    {{/if}} + + {{if $card.fn}}{{$card.fn}}{{/if}} + {{if $card.emails.0.address}}{{/if}} + {{if $card.tels.0}}{{/if}} + + +
    +
    +
    + +
    +
    + {{if $card.org}} +
    + + +
    + {{/if}} +
    +
    + +
    +
    + {{if $card.title}} +
    + + +
    + {{/if}} +
    +
    + + +
    +
    + {{if $card.tels}} + {{foreach $card.tels as $tel}} +
    + + + +
    + {{/foreach}} + {{/if}} +
    +
    + + +
    +
    + {{if $card.emails}} + {{foreach $card.emails as $email}} +
    + + + +
    + {{/foreach}} + {{/if}} +
    +
    + +
    +
    + {{if $card.impps}} + {{foreach $card.impps as $impp}} +
    + + + +
    + {{/foreach}} + {{/if}} +
    +
    + +
    +
    + {{if $card.urls}} + {{foreach $card.urls as $url}} +
    + + + +
    + {{/foreach}} + {{/if}} +
    +
    + +
    +
    + {{if $card.adrs}} + {{foreach $card.adrs as $adr}} +
    +
    + + + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + {{/foreach}} + {{/if}} +
    +
    + +
    +
    + {{if $card.note}} + + + + {{/if}} +
    +
    + + + + + +
    +
    +
    + {{/foreach}} +
    diff --git a/view/tpl/cdav_calendar.tpl b/view/tpl/cdav_calendar.tpl new file mode 100644 index 000000000..5d683d751 --- /dev/null +++ b/view/tpl/cdav_calendar.tpl @@ -0,0 +1,349 @@ + + +
    +
    +
    + +
    +

    +
    +
    + +
    +
    +
    +
    diff --git a/view/tpl/cdav_widget_addressbook.tpl b/view/tpl/cdav_widget_addressbook.tpl new file mode 100644 index 000000000..c875dc977 --- /dev/null +++ b/view/tpl/cdav_widget_addressbook.tpl @@ -0,0 +1,66 @@ +
    +

    {{$addressbooks_label}}

    + {{foreach $addressbooks as $addressbook}} +
    + + +
    + {{/foreach}} +
    + +
    +

    {{$tools_label}}

    + +
    diff --git a/view/tpl/cdav_widget_calendar.tpl b/view/tpl/cdav_widget_calendar.tpl new file mode 100644 index 000000000..ec2257a19 --- /dev/null +++ b/view/tpl/cdav_widget_calendar.tpl @@ -0,0 +1,121 @@ +{{if $my_calendars}} +
    +

    {{$my_calendars_label}}

    + {{foreach $my_calendars as $calendar}} +
    +
    + {{$calendar.displayname}} +
    + + + + +
    + + +
    +
    + {{/foreach}} +
    +{{/if}} + +{{if $shared_calendars}} +
    +

    {{$shared_calendars_label}}

    + {{foreach $shared_calendars as $calendar}} +
    + {{$calendar.displayname}} ({{$calendar.sharer}}) +
    + + +
    +
    + {{/foreach}} +
    +{{/if}} + +
    +

    {{$tools_label}}

    + +
    diff --git a/view/tpl/channel.tpl b/view/tpl/channel.tpl new file mode 100755 index 000000000..1a84f1e66 --- /dev/null +++ b/view/tpl/channel.tpl @@ -0,0 +1,49 @@ +
    +
    + {{if $channel.default_links}} + {{if $channel.default}} +
    +  {{$msg_default}} +
    + {{else}} + +  {{$msg_make_default}} + + {{/if}} + {{/if}} + {{if $channel.delegate}} + {{$delegated_desc}} + {{/if}} +
    +

    + {{if $selected == $channel.channel_id}} + + {{/if}} + {{if $channel.delegate}} + + {{/if}} + {{if $selected != $channel.channel_id}}{{/if}} + {{$channel.channel_name}} + {{if $selected != $channel.channel_id}}{{/if}} +

    +
    +
    +
    +
    + {{if $selected != $channel.channel_id}}{{/if}} + {{$channel.channel_name}} + {{if $selected != $channel.channel_id}}{{/if}} +
    +
    + {{if !$channel.delegate}} + + + {{/if}} +
    +
    diff --git a/view/tpl/channel_id_select.tpl b/view/tpl/channel_id_select.tpl new file mode 100644 index 000000000..ecebd4bc0 --- /dev/null +++ b/view/tpl/channel_id_select.tpl @@ -0,0 +1,7 @@ +{{if $channels}} + +{{/if}} \ No newline at end of file diff --git a/view/tpl/channel_import.tpl b/view/tpl/channel_import.tpl new file mode 100755 index 000000000..baffe9b06 --- /dev/null +++ b/view/tpl/channel_import.tpl @@ -0,0 +1,43 @@ +

    {{$title}}

    + +
    + +
    {{$desc}}
    + + + +
    + +
    {{$choice}}
    + + + +
    + + + +
    + + + +
    + + + +
    + +
    {{$common}}
    + + + +
    + + + +
    + + +
    + +
    {{$pleasewait}}
    +
    diff --git a/view/tpl/channels.tpl b/view/tpl/channels.tpl new file mode 100755 index 000000000..f484b49e5 --- /dev/null +++ b/view/tpl/channels.tpl @@ -0,0 +1,24 @@ +
    +
    +  {{$create.2}} +

    {{$header}}

    +
    +
    + {{if $channel_usage_message}} +
    + {{$channel_usage_message}} +
    + {{/if}} + + {{foreach $all_channels as $chn}} + {{include file="channel.tpl" channel=$chn}} + {{/foreach}} + {{if $delegates}} + {{foreach $delegates as $chn}} + {{include file="channel.tpl" channel=$chn}} + {{/foreach}} + {{/if}} +
    +
    diff --git a/view/tpl/chanview.tpl b/view/tpl/chanview.tpl new file mode 100755 index 000000000..39fafaf8e --- /dev/null +++ b/view/tpl/chanview.tpl @@ -0,0 +1 @@ +{{$url}} diff --git a/view/tpl/chat.tpl b/view/tpl/chat.tpl new file mode 100644 index 000000000..22f3465bf --- /dev/null +++ b/view/tpl/chat.tpl @@ -0,0 +1,346 @@ +
    +
    +
    + {{if $is_owner}} +
    + + + +
    + {{/if}} + + +
    +

    {{$room_name}}

    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + +
    +
    +
    + + + +
    +
    +
    + + + + + +
    +
    + +
    + {{if $feature_encrypt}} +
    + +
    + {{/if}} +
    + + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + diff --git a/view/tpl/chatroom_members.tpl b/view/tpl/chatroom_members.tpl new file mode 100644 index 000000000..ea5fbede8 --- /dev/null +++ b/view/tpl/chatroom_members.tpl @@ -0,0 +1,5 @@ +
    +

    {{$header}}

    +
    +
    + diff --git a/view/tpl/chatroom_new.tpl b/view/tpl/chatroom_new.tpl new file mode 100644 index 000000000..1497939f6 --- /dev/null +++ b/view/tpl/chatroom_new.tpl @@ -0,0 +1,12 @@ +
    +
    + {{include file="field_input.tpl" field=$name}} + {{include file="field_input.tpl" field=$chat_expire}} +
    + + +
    +
    +
    +
    +{{$acl}} diff --git a/view/tpl/chatroomlist.tpl b/view/tpl/chatroomlist.tpl new file mode 100644 index 000000000..a81b8ec1e --- /dev/null +++ b/view/tpl/chatroomlist.tpl @@ -0,0 +1,10 @@ +
    +

    {{$header}}

    + +
    + diff --git a/view/tpl/chatrooms.tpl b/view/tpl/chatrooms.tpl new file mode 100644 index 000000000..71a2acada --- /dev/null +++ b/view/tpl/chatrooms.tpl @@ -0,0 +1,41 @@ +
    +
    + {{if $is_owner}} + + {{/if}} +

    {{$header}}

    +
    + {{if $is_owner}} + {{$chatroom_new}} + {{/if}} + {{if $rooms}} +
    + + + + + + + + {{foreach $rooms as $room}} + + + + + + + {{/foreach}} +
    {{$name}}{{$expire}}
    {{$room.cr_name}}{{$room.cr_expire}} min{{$room.cr_inroom}}
    + +
    + {{else}} +
    + {{$norooms}} +
    + {{/if}} +
    diff --git a/view/tpl/cloud.tpl b/view/tpl/cloud.tpl new file mode 100644 index 000000000..d1567af9f --- /dev/null +++ b/view/tpl/cloud.tpl @@ -0,0 +1,4 @@ +
    +{{include file="cloud_header.tpl"}} +{{include file="cloud_directory.tpl"}} +
    diff --git a/view/tpl/cloud_actionspanel.tpl b/view/tpl/cloud_actionspanel.tpl new file mode 100644 index 000000000..0ebecce29 --- /dev/null +++ b/view/tpl/cloud_actionspanel.tpl @@ -0,0 +1,42 @@ +
    + +
    + + + + +
    +
    + {{if $lockstate}} + + {{/if}} + +
    +
    +
    +
    +
    +
    + {{if $quota.limit || $quota.used}}{{/if}} +
    + + + + + +
    +
    + {{if $lockstate}} + + {{/if}} + +
    +
    +
    +
    +
    +{{$aclselect}} diff --git a/view/tpl/cloud_directory.tpl b/view/tpl/cloud_directory.tpl new file mode 100644 index 000000000..adc8584c3 --- /dev/null +++ b/view/tpl/cloud_directory.tpl @@ -0,0 +1,45 @@ +
    + + + + + + + + + + {{if $parentpath}} + + + + + + + + + {{/if}} + {{* this is needed to append the upload files in the right order *}} + {{foreach $entries as $item}} + + + + {{if $item.is_owner}} + + + + + + {{else}} + + {{/if}} + + + + + + + + + {{/foreach}} +
    {{$name}}{{*{{$type}}*}}{{$size}}{{$lastmod}}
    {{*{{$parentpath.icon}}*}}..{{*[{{$parent}}]*}}
    {{$item.displayName}}{{$item.attachIcon}}{{*{{$item.type}}*}}{{$item.sizeFormatted}}{{$item.lastmodified}}
    +
    diff --git a/view/tpl/cloud_header.tpl b/view/tpl/cloud_header.tpl new file mode 100644 index 000000000..c1e589341 --- /dev/null +++ b/view/tpl/cloud_header.tpl @@ -0,0 +1,16 @@ +
    + {{if $actionspanel}} +
    + {{if $is_owner}} +  {{$shared}} + {{/if}} + + +
    + {{/if}} +

    {{$header}}

    +
    +
    +{{if $actionspanel}} + {{$actionspanel}} +{{/if}} diff --git a/view/tpl/comment_item.tpl b/view/tpl/comment_item.tpl new file mode 100755 index 000000000..f490483b8 --- /dev/null +++ b/view/tpl/comment_item.tpl @@ -0,0 +1,67 @@ + {{if $threaded}} +
    + {{else}} +
    + {{/if}} +
    + + + + + + + + {{if $qcomment}} + + {{/if}} +
    +
    +
    + + + + + +
    +
    + +
    + {{if $feature_encrypt}} +
    + +
    + {{/if}} + {{$comment_buttons}} +
    +
    + {{if $preview}} + + {{/if}} + +
    +
    +
    +
    +
    +
    diff --git a/view/tpl/common_friends.tpl b/view/tpl/common_friends.tpl new file mode 100755 index 000000000..489717e78 --- /dev/null +++ b/view/tpl/common_friends.tpl @@ -0,0 +1,15 @@ +
    +
    + + {{$name}} + +
    +
    +
    + {{$name}} +
    + {{if $note}} +
    {{$note}}
    + {{/if}} +
    +
    diff --git a/view/tpl/common_tabs.tpl b/view/tpl/common_tabs.tpl new file mode 100755 index 000000000..29c46369b --- /dev/null +++ b/view/tpl/common_tabs.tpl @@ -0,0 +1,17 @@ +
    + +
    + diff --git a/view/tpl/connection_template.tpl b/view/tpl/connection_template.tpl new file mode 100755 index 000000000..16915abda --- /dev/null +++ b/view/tpl/connection_template.tpl @@ -0,0 +1,48 @@ +
    +
    +
    + {{if $contact.approve && $contact.ignore}} +
    + + + {{$contact.ignore}} + + {{/if}} + {{$contact.delete}} + + {{if $contact.approve}} +
    + {{/if}} +
    +

    {{if $contact.public_forum}} {{/if}}{{$contact.name}}{{if $contact.phone}} {{/if}}

    +
    +
    +
    + {{$contact.name}} +
    +
    + {{if $contact.status}} +
    + {{$contact.status_label}}: {{$contact.status}} +
    + {{/if}} + {{if $contact.connected}} +
    + {{$contact.connected_label}}: +
    + {{/if}} + {{if $contact.webbie}} +
    + {{$contact.webbie_label}}: {{$contact.webbie}} +
    + {{/if}} + {{if $contact.network}} +
    + {{$contact.network_label}}: {{$contact.network}} - {{$contact.recent_label}} +
    + {{/if}} +
    + +
    +
    + diff --git a/view/tpl/connections.tpl b/view/tpl/connections.tpl new file mode 100755 index 000000000..13261965a --- /dev/null +++ b/view/tpl/connections.tpl @@ -0,0 +1,36 @@ +
    +
    + + {{if $finding}}

    {{$finding}}

    {{else}}

    {{$header}}{{if $total}} ({{$total}}){{/if}}

    {{/if}} +
    +
    +
    +
    + +
    + +
    +
    +
    +
    +
    + {{foreach $contacts as $contact}} + {{include file="connection_template.tpl"}} + {{/foreach}} +
    +
    +
    + +
    diff --git a/view/tpl/contact_block.tpl b/view/tpl/contact_block.tpl new file mode 100755 index 000000000..580a8a41c --- /dev/null +++ b/view/tpl/contact_block.tpl @@ -0,0 +1,14 @@ +
    +

    {{$contacts}}

    + {{if $micropro}} + {{if $viewconnections}} + {{$viewconnections}} + {{/if}} +
    + {{foreach $micropro as $m}} + {{$m}} + {{/foreach}} +
    + {{/if}} +
    +
    diff --git a/view/tpl/contact_head.tpl b/view/tpl/contact_head.tpl new file mode 100755 index 000000000..72e7edbfb --- /dev/null +++ b/view/tpl/contact_head.tpl @@ -0,0 +1,30 @@ + + + diff --git a/view/tpl/contact_slider.tpl b/view/tpl/contact_slider.tpl new file mode 100755 index 000000000..550abc147 --- /dev/null +++ b/view/tpl/contact_slider.tpl @@ -0,0 +1,20 @@ +
    + diff --git a/view/tpl/contact_template.tpl b/view/tpl/contact_template.tpl new file mode 100755 index 000000000..3d1bfa4a4 --- /dev/null +++ b/view/tpl/contact_template.tpl @@ -0,0 +1,8 @@ +
    +
    + {{$contact.name}} +
    +
    +
    {{$contact.name}}
    +
    +
    diff --git a/view/tpl/contactsajax.tpl b/view/tpl/contactsajax.tpl new file mode 100644 index 000000000..a6b5ad791 --- /dev/null +++ b/view/tpl/contactsajax.tpl @@ -0,0 +1,3 @@ +{{foreach $contacts as $contact}} +{{include file="connection_template.tpl"}} +{{/foreach}} diff --git a/view/tpl/conv.tpl b/view/tpl/conv.tpl new file mode 100755 index 000000000..ddb959b84 --- /dev/null +++ b/view/tpl/conv.tpl @@ -0,0 +1,17 @@ +{{foreach $threads as $thread}} +
    + {{foreach $thread.items as $item}} + {{if $item.comment_firstcollapsed}} +
    + {{$thread.num_comments}} {{$thread.hide_text}} +
    + {{/if}} + + {{include file="{{$item.template}}"}} + + + {{/foreach}} +
    +{{/foreach}} diff --git a/view/tpl/conv_frame.tpl b/view/tpl/conv_frame.tpl new file mode 100755 index 000000000..aa7b55e9b --- /dev/null +++ b/view/tpl/conv_frame.tpl @@ -0,0 +1,5 @@ +
    +
    +
    +
    + diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl new file mode 100755 index 000000000..2d51af4ff --- /dev/null +++ b/view/tpl/conv_item.tpl @@ -0,0 +1,250 @@ +{{if $item.comment_firstcollapsed}} + + +{{/if}} diff --git a/view/tpl/conv_list.tpl b/view/tpl/conv_list.tpl new file mode 100755 index 000000000..59153e41f --- /dev/null +++ b/view/tpl/conv_list.tpl @@ -0,0 +1,251 @@ +{{if $item.comment_firstcollapsed}} + + +{{/if}} diff --git a/view/tpl/conversation.tpl b/view/tpl/conversation.tpl new file mode 100755 index 000000000..82c7be922 --- /dev/null +++ b/view/tpl/conversation.tpl @@ -0,0 +1,20 @@ +
    +{{foreach $threads as $thread}} +
    + {{foreach $thread.items as $item}} + {{if $item.comment_firstcollapsed}} +
    + {{$thread.num_comments}} {{$thread.hide_text}} +
    + {{/if}} + + {{include file="{{$item.template}}"}} + + + {{/foreach}} +
    +{{/foreach}} +
    +
    diff --git a/view/tpl/convobj.tpl b/view/tpl/convobj.tpl new file mode 100755 index 000000000..d5cee1170 --- /dev/null +++ b/view/tpl/convobj.tpl @@ -0,0 +1,4 @@ +{{foreach $threads as $item}} +{{include file="{{$item.template}}"}} +{{/foreach}} + diff --git a/view/tpl/cover_photo.tpl b/view/tpl/cover_photo.tpl new file mode 100755 index 000000000..4352501ae --- /dev/null +++ b/view/tpl/cover_photo.tpl @@ -0,0 +1,29 @@ +
    +
    +

    {{$title}}

    +
    +
    + +
    + + +
    + + + +
    +
    +
    +
    + +
    +
    + +
    +
    +
    + +
    +
    diff --git a/view/tpl/cover_photo_widget.tpl b/view/tpl/cover_photo_widget.tpl new file mode 100755 index 000000000..a9c384d2f --- /dev/null +++ b/view/tpl/cover_photo_widget.tpl @@ -0,0 +1,76 @@ + + +
    + {{$photo_html}} +
    +

    {{$title}}

    +

    {{$subtitle}}

    +
    +
    diff --git a/view/tpl/cropbody.tpl b/view/tpl/cropbody.tpl new file mode 100755 index 000000000..01d9a24a0 --- /dev/null +++ b/view/tpl/cropbody.tpl @@ -0,0 +1,58 @@ +

    {{$title}}

    +

    +{{$desc}} +

    +
    +{{$title}} +
    +
    +
    +
    + + + +
    + + + + + + + + + + + +
    + +
    + +
    diff --git a/view/tpl/cropcover.tpl b/view/tpl/cropcover.tpl new file mode 100755 index 000000000..04b96a603 --- /dev/null +++ b/view/tpl/cropcover.tpl @@ -0,0 +1,58 @@ +

    {{$title}}

    +

    +{{$desc}} +

    +
    +{{$title}} +
    +
    +
    +
    + + + +
    + + + + + + + + + + + +
    + +
    + +
    diff --git a/view/tpl/crophead.tpl b/view/tpl/crophead.tpl new file mode 100755 index 000000000..48f375426 --- /dev/null +++ b/view/tpl/crophead.tpl @@ -0,0 +1,4 @@ + + + + diff --git a/view/tpl/delegate.tpl b/view/tpl/delegate.tpl new file mode 100755 index 000000000..cbaa8da86 --- /dev/null +++ b/view/tpl/delegate.tpl @@ -0,0 +1,57 @@ +

    {{$header}}

    + +
    {{$desc}}
    + +{{if $managers}} +

    {{$head_managers}}

    + +{{foreach $managers as $x}} + +
    + + + +
    + +{{/foreach}} +
    +
    +{{/if}} + + +

    {{$head_delegates}}

    + +{{if $delegates}} +{{foreach $delegates as $x}} + +
    + + + +
    + +{{/foreach}} +
    +{{else}} +{{$none}} +{{/if}} +
    + + +

    {{$head_potentials}}

    +{{if $potentials}} +{{foreach $potentials as $x}} + +
    + + + +
    + +{{/foreach}} +
    +{{else}} +{{$none}} +{{/if}} +
    + diff --git a/view/tpl/design_tools.tpl b/view/tpl/design_tools.tpl new file mode 100644 index 000000000..bc7d46dc1 --- /dev/null +++ b/view/tpl/design_tools.tpl @@ -0,0 +1,9 @@ +
    +

    {{$title}}

    + +
    diff --git a/view/tpl/diaspora_vcard.tpl b/view/tpl/diaspora_vcard.tpl new file mode 100644 index 000000000..017eb555c --- /dev/null +++ b/view/tpl/diaspora_vcard.tpl @@ -0,0 +1,69 @@ +
    +
    +
    Uid
    +
    + {{$diaspora.guid}} +
    +
    +
    +
    Nickname
    +
    + {{$diaspora.nickname}} +
    +
    +
    +
    Full name
    +
    + {{$diaspora.fullname}} +
    +
    + +
    +
    First name
    +
    + {{$diaspora.firstname}} +
    +
    +
    +
    Family name
    +
    + {{$diaspora.lastname}} +
    +
    +
    +
    URL
    +
    + {{$diaspora.podloc}}/ +
    +
    +
    +
    Photo
    +
    + +
    +
    +
    +
    Photo
    +
    + +
    +
    +
    +
    Photo
    +
    + +
    +
    +
    +
    Searchable
    +
    + {{$diaspora.searchable}} +
    +
    +
    +
    Key
    +
    +
    {{$diaspora.pubkey}}
    +
    +
    +
    diff --git a/view/tpl/dir_sort_links.tpl b/view/tpl/dir_sort_links.tpl new file mode 100644 index 000000000..9346a7455 --- /dev/null +++ b/view/tpl/dir_sort_links.tpl @@ -0,0 +1,8 @@ + diff --git a/view/tpl/directajax.tpl b/view/tpl/directajax.tpl new file mode 100644 index 000000000..8faec4222 --- /dev/null +++ b/view/tpl/directajax.tpl @@ -0,0 +1,4 @@ +{{foreach $entries as $entry}} +{{include file="direntry.tpl"}} +{{/foreach}} + diff --git a/view/tpl/directory_header.tpl b/view/tpl/directory_header.tpl new file mode 100755 index 000000000..71e991f3a --- /dev/null +++ b/view/tpl/directory_header.tpl @@ -0,0 +1,22 @@ +
    +
    + +

    {{$dirlbl}}{{if $search}}: {{$safetxt}}{{/if}}

    +
    + {{foreach $entries as $entry}} + {{include file="direntry.tpl"}} + {{/foreach}} +
    +
    + +
    diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl new file mode 100755 index 000000000..f7ec7db23 --- /dev/null +++ b/view/tpl/direntry.tpl @@ -0,0 +1,77 @@ +
    +
    +
    + {{if $entry.viewrate}} + {{if $entry.total_ratings}}{{$entry.total_ratings}}{{/if}} + {{/if}} + {{if $entry.ignlink}} + {{$entry.ignore_label}} + {{/if}} + {{if $entry.connect}} + {{$entry.conn_label}} + {{/if}} + {{if $entry.viewrate}} + {{if $entry.canrate}}{{/if}} + {{/if}} +
    +

    {{if $entry.public_forum}} {{/if}}{{$entry.name}}{{if $entry.online}} {{/if}}

    +
    +
    +
    +
    + + {{$entry.alttext}} + +
    +
    +
    + {{if $entry.common_friends}} +
    + {{$entry.common_label}} {{$entry.common_count}} +
    + {{/if}} + + {{if $entry.pdesc}} +
    + {{$entry.pdesc_label}} {{$entry.pdesc}} +
    + {{/if}} + + {{if $entry.age}} +
    + {{$entry.age_label}} {{$entry.age}} +
    + {{/if}} + + {{if $entry.location}} +
    + {{$entry.location_label}} {{$entry.location}} +
    + {{/if}} + + {{if $entry.hometown}} +
    + {{$entry.hometown_label}} {{$entry.hometown}} +
    + {{/if}} + + {{if $entry.homepage}} +
    + {{$entry.homepage}} {{$entry.homepageurl}} +
    + {{/if}} + + {{if $entry.kw}} +
    + {{$entry.kw}} {{$entry.keywords}} +
    + {{/if}} + + {{if $entry.about}} +
    + {{$entry.about_label}} {{$entry.about}} +
    + {{/if}} +
    +
    +
    diff --git a/view/tpl/display-head.tpl b/view/tpl/display-head.tpl new file mode 100755 index 000000000..913784d98 --- /dev/null +++ b/view/tpl/display-head.tpl @@ -0,0 +1,8 @@ + + diff --git a/view/tpl/dreport.tpl b/view/tpl/dreport.tpl new file mode 100644 index 000000000..1f5915609 --- /dev/null +++ b/view/tpl/dreport.tpl @@ -0,0 +1,28 @@ +
    +
    + {{if $table == 'item'}} + + {{/if}} +

    {{$title}}

    +
    + +
    + + {{if $entries}} + {{foreach $entries as $e}} + + + + + + {{/foreach}} + {{/if}} +
    {{$e.name}}{{$e.result}}{{$e.time}}
    +
    diff --git a/view/tpl/edpost_head.tpl b/view/tpl/edpost_head.tpl new file mode 100755 index 000000000..b2ab5db4e --- /dev/null +++ b/view/tpl/edpost_head.tpl @@ -0,0 +1,14 @@ +
    +
    + {{if $delete}} + + {{/if}} +

    {{$title}}

    +
    +
    +
    + {{$editor}} +
    +
    diff --git a/view/tpl/email_notify_html.tpl b/view/tpl/email_notify_html.tpl new file mode 100755 index 000000000..5b4954c8e --- /dev/null +++ b/view/tpl/email_notify_html.tpl @@ -0,0 +1,27 @@ + + + + {{$banner}} + + + + + + + + + + + + + + + + + + + + +
    {{$product}}
    {{$preamble}}
    {{$source_name}}
    {{$title}}
    {{$htmlversion}}
    {{$hsitelink}}
    {{$hitemlink}}
    {{$thanks}}
    {{$site_admin}}
    + + diff --git a/view/tpl/email_notify_text.tpl b/view/tpl/email_notify_text.tpl new file mode 100755 index 000000000..56925c18b --- /dev/null +++ b/view/tpl/email_notify_text.tpl @@ -0,0 +1,13 @@ +{{$preamble}} + +{{$title}} + +{{$textversion}} + +{{$tsitelink}} + +{{$titemlink}} + +{{$thanks}} +{{$site_admin}} + diff --git a/view/tpl/event.tpl b/view/tpl/event.tpl new file mode 100755 index 000000000..cc0bfc1c7 --- /dev/null +++ b/view/tpl/event.tpl @@ -0,0 +1,16 @@ +{{foreach $events as $event}} +
    +
    +
    + {{if $event.item.author.xchan_name}}{{$event.item.author.xchan_name}}{{/if}} +
    + {{$event.html}} +
    + {{if $event.item.plink}}{{/if}} + {{if $event.edit}}{{/if}} + {{if $event.drop}}{{/if}} +
    +
    +
    +
    +{{/foreach}} diff --git a/view/tpl/event_cal.tpl b/view/tpl/event_cal.tpl new file mode 100755 index 000000000..d7662786b --- /dev/null +++ b/view/tpl/event_cal.tpl @@ -0,0 +1,14 @@ +{{foreach $events as $event}} +
    +
    +
    + {{if $event.item.author.xchan_name}}{{$event.item.author.xchan_name}}{{/if}} +
    + {{$event.html}} +
    + {{if $event.item.plink}}{{/if}} +
    +
    +
    +
    +{{/foreach}} diff --git a/view/tpl/event_form.tpl b/view/tpl/event_form.tpl new file mode 100755 index 000000000..d07a06b67 --- /dev/null +++ b/view/tpl/event_form.tpl @@ -0,0 +1,130 @@ +
    + + + + + + + + + + {{include file="field_input.tpl" field=$summary}} + + {{if $tz_choose}} + {{include file="field_select_grouped.tpl" field=$timezone}} + {{/if}} + + {{$s_dsel}} + + {{$f_dsel}} + + {{include file="field_checkbox.tpl" field=$nofinish}} + + + +
    + + +
    + + {{if ! $eid}} + + {{/if}} + +
    +
    + +{{if ! $eid}} + {{$acl}} +{{/if}} diff --git a/view/tpl/event_head.tpl b/view/tpl/event_head.tpl new file mode 100755 index 000000000..3b2cb5041 --- /dev/null +++ b/view/tpl/event_head.tpl @@ -0,0 +1,160 @@ + + + + + + + diff --git a/view/tpl/event_item_content.tpl b/view/tpl/event_item_content.tpl new file mode 100644 index 000000000..76e0f4616 --- /dev/null +++ b/view/tpl/event_item_content.tpl @@ -0,0 +1,10 @@ +{{if $description}} +
    + {{$description}} +
    +{{/if}} +{{if $location}} +
    + {{$location_label}} {{$location}} +
    +{{/if}} diff --git a/view/tpl/event_item_header.tpl b/view/tpl/event_item_header.tpl new file mode 100755 index 000000000..6247aaf6f --- /dev/null +++ b/view/tpl/event_item_header.tpl @@ -0,0 +1,11 @@ +
    +

     {{$title}}

    +
    +
    + {{$dtstart_label}} {{$dtstart_dt}} +
    +{{if $finish}} +
    + {{$dtend_label}} {{$dtend_dt}} +
    +{{/if}} diff --git a/view/tpl/events-js.tpl b/view/tpl/events-js.tpl new file mode 100755 index 000000000..9d32c76be --- /dev/null +++ b/view/tpl/events-js.tpl @@ -0,0 +1,31 @@ +
    +
    +
    + +
    +

    +
    +
    + +
    +
    +
    +
    +
    diff --git a/view/tpl/events_cal-js.tpl b/view/tpl/events_cal-js.tpl new file mode 100755 index 000000000..ba9e16dd6 --- /dev/null +++ b/view/tpl/events_cal-js.tpl @@ -0,0 +1,20 @@ +{{$tabs}} +
    +
    +
    +
    + + + +
    + + +
    +

    +
    +
    +
    +
    +
    +
    +
    diff --git a/view/tpl/events_menu_side.tpl b/view/tpl/events_menu_side.tpl new file mode 100755 index 000000000..b9a9062b1 --- /dev/null +++ b/view/tpl/events_menu_side.tpl @@ -0,0 +1,8 @@ +
    +

    {{$title}}

    + +
    diff --git a/view/tpl/events_reminder.tpl b/view/tpl/events_reminder.tpl new file mode 100755 index 000000000..fd6a1a5c7 --- /dev/null +++ b/view/tpl/events_reminder.tpl @@ -0,0 +1,10 @@ +{{if $count}} + + +{{/if}} + diff --git a/view/tpl/events_tools_side.tpl b/view/tpl/events_tools_side.tpl new file mode 100755 index 000000000..e22f95c1e --- /dev/null +++ b/view/tpl/events_tools_side.tpl @@ -0,0 +1,17 @@ +
    +

    {{$title}}

    + + +
    diff --git a/view/tpl/failed_updates.tpl b/view/tpl/failed_updates.tpl new file mode 100755 index 000000000..f53f1f478 --- /dev/null +++ b/view/tpl/failed_updates.tpl @@ -0,0 +1,18 @@ +
    +

    {{$banner}}

    + +
    {{$desc}}
    + +{{if $failed}} +{{foreach $failed as $f}} + +

    {{$f}}

    + + +
    +{{/foreach}} +{{/if}} +
    diff --git a/view/tpl/field.tpl b/view/tpl/field.tpl new file mode 100755 index 000000000..942cfcef5 --- /dev/null +++ b/view/tpl/field.tpl @@ -0,0 +1,3 @@ + {{if $field.0==select}} + {{include file="field_select.tpl"}} + {{/if}} diff --git a/view/tpl/field_acheckbox.tpl b/view/tpl/field_acheckbox.tpl new file mode 100755 index 000000000..c87b9ac79 --- /dev/null +++ b/view/tpl/field_acheckbox.tpl @@ -0,0 +1,23 @@ + + +
    + {{$field.6}} + + {{if $notself}} + + {{if $field.2}}{{else}}{{/if}} + + {{/if}} + + {{if $self || !$field.5 || $twocol }} + + {{/if}} + {{if $notself && $field.5}} + + {{if $field.3}}{{else}}{{/if}} + {{/if}} + + + {{if $field.5}}{{$inherited}}{{if $self}}{{if $field.7}} {{else}} {{/if}}{{/if}}{{/if}} + + diff --git a/view/tpl/field_checkbox.tpl b/view/tpl/field_checkbox.tpl new file mode 100755 index 000000000..f779f937c --- /dev/null +++ b/view/tpl/field_checkbox.tpl @@ -0,0 +1,5 @@ +
    + +
    + {{$field.3}} +
    diff --git a/view/tpl/field_colorinput.tpl b/view/tpl/field_colorinput.tpl new file mode 100644 index 000000000..9b6f33462 --- /dev/null +++ b/view/tpl/field_colorinput.tpl @@ -0,0 +1,6 @@ +
    + + {{if $field.4}} {{$field.4}} {{/if}} + {{$field.3}} +
    +
    diff --git a/view/tpl/field_combobox.tpl b/view/tpl/field_combobox.tpl new file mode 100755 index 000000000..12d00a08d --- /dev/null +++ b/view/tpl/field_combobox.tpl @@ -0,0 +1,18 @@ +
    + + + + {{foreach $field.4 as $opt=>$val}} + + {{** + + + **}} + {{$field.3}} +
    + diff --git a/view/tpl/field_custom.tpl b/view/tpl/field_custom.tpl new file mode 100755 index 000000000..907b4c50e --- /dev/null +++ b/view/tpl/field_custom.tpl @@ -0,0 +1,5 @@ +
    + + {{$field.2}} + {{$field.3}} +
    diff --git a/view/tpl/field_input.tpl b/view/tpl/field_input.tpl new file mode 100755 index 000000000..65a837e5f --- /dev/null +++ b/view/tpl/field_input.tpl @@ -0,0 +1,5 @@ +
    + + + {{$field.3}} +
    diff --git a/view/tpl/field_intcheckbox.tpl b/view/tpl/field_intcheckbox.tpl new file mode 100755 index 000000000..abfe6e189 --- /dev/null +++ b/view/tpl/field_intcheckbox.tpl @@ -0,0 +1,5 @@ +
    + +
    + {{$field.4}} +
    diff --git a/view/tpl/field_password.tpl b/view/tpl/field_password.tpl new file mode 100755 index 000000000..fa5e14582 --- /dev/null +++ b/view/tpl/field_password.tpl @@ -0,0 +1,5 @@ +
    + + {{if $field.4}} {{$field.4}} {{/if}} + {{$field.3}} +
    diff --git a/view/tpl/field_radio.tpl b/view/tpl/field_radio.tpl new file mode 100755 index 000000000..6b5f52de6 --- /dev/null +++ b/view/tpl/field_radio.tpl @@ -0,0 +1,8 @@ +
    + + {{$field.3}} +
    +
    diff --git a/view/tpl/field_richtext.tpl b/view/tpl/field_richtext.tpl new file mode 100755 index 000000000..378e02a62 --- /dev/null +++ b/view/tpl/field_richtext.tpl @@ -0,0 +1,5 @@ +
    + + + {{$field.3}} +
    diff --git a/view/tpl/field_select.tpl b/view/tpl/field_select.tpl new file mode 100755 index 000000000..cda9a823a --- /dev/null +++ b/view/tpl/field_select.tpl @@ -0,0 +1,7 @@ +
    + + + {{$field.3}} +
    diff --git a/view/tpl/field_select_disabled.tpl b/view/tpl/field_select_disabled.tpl new file mode 100644 index 000000000..ee5e1508f --- /dev/null +++ b/view/tpl/field_select_disabled.tpl @@ -0,0 +1,7 @@ +
    + + + {{$field.3}} +
    diff --git a/view/tpl/field_select_grouped.tpl b/view/tpl/field_select_grouped.tpl new file mode 100644 index 000000000..e6d1479de --- /dev/null +++ b/view/tpl/field_select_grouped.tpl @@ -0,0 +1,12 @@ +
    + + + {{$field.3}} +
    diff --git a/view/tpl/field_select_raw.tpl b/view/tpl/field_select_raw.tpl new file mode 100755 index 000000000..2780df58c --- /dev/null +++ b/view/tpl/field_select_raw.tpl @@ -0,0 +1,7 @@ +
    + + + {{$field.3}} +
    diff --git a/view/tpl/field_textarea.tpl b/view/tpl/field_textarea.tpl new file mode 100755 index 000000000..437dece93 --- /dev/null +++ b/view/tpl/field_textarea.tpl @@ -0,0 +1,5 @@ +
    + + + {{$field.3}} +
    diff --git a/view/tpl/field_themeselect.tpl b/view/tpl/field_themeselect.tpl new file mode 100755 index 000000000..7a529774c --- /dev/null +++ b/view/tpl/field_themeselect.tpl @@ -0,0 +1,13 @@ + {{if $field.5 == 'preview'}} + + {{/if}} +
    + + + {{$field.3}} + {{if $field.5=='preview'}} +
    + {{/if}} +
    diff --git a/view/tpl/field_yesno.tpl b/view/tpl/field_yesno.tpl new file mode 100755 index 000000000..8a4cda55b --- /dev/null +++ b/view/tpl/field_yesno.tpl @@ -0,0 +1,13 @@ + diff --git a/view/tpl/fileas_widget.tpl b/view/tpl/fileas_widget.tpl new file mode 100755 index 000000000..a6a69b89c --- /dev/null +++ b/view/tpl/fileas_widget.tpl @@ -0,0 +1,12 @@ +
    +

    {{$title}}

    +
    {{$desc}}
    + + + +
    diff --git a/view/tpl/filebrowser.tpl b/view/tpl/filebrowser.tpl new file mode 100755 index 000000000..787f7c0cd --- /dev/null +++ b/view/tpl/filebrowser.tpl @@ -0,0 +1,84 @@ + + + + + + + + + +
    +
      +
    • FileBrowser
    • +
    +
    +
    + +
    +
    + {{foreach $path as $p}}{{$p.1}}{{/foreach}} +
    +
    +
      + {{foreach $folders as $f}}
    • {{$f.1}}
    • {{/foreach}} +
    +
    +
    +
      + {{foreach $files as $f}} +
    • {{$f.1}}
    • + {{/foreach}} +
    +
    +
    +
    +
    + +
    + + + diff --git a/view/tpl/filer_dialog.tpl b/view/tpl/filer_dialog.tpl new file mode 100755 index 000000000..61860d10f --- /dev/null +++ b/view/tpl/filer_dialog.tpl @@ -0,0 +1,19 @@ + diff --git a/view/tpl/follow.tpl b/view/tpl/follow.tpl new file mode 100755 index 000000000..4def1415d --- /dev/null +++ b/view/tpl/follow.tpl @@ -0,0 +1,14 @@ +
    +

    {{$connect}}

    +
    +
    + +
    + +
    +
    +
    + {{if $abook_usage_message}} +
    {{$abook_usage_message}}
    + {{/if}} +
    diff --git a/view/tpl/force_image_reload.tpl b/view/tpl/force_image_reload.tpl new file mode 100644 index 000000000..839bd22b5 --- /dev/null +++ b/view/tpl/force_image_reload.tpl @@ -0,0 +1,72 @@ +{{* +Force the browser to reload an image from the server instead of the cache. +based on an answer from http://stackoverflow.com/a/22429796/3343347 + +Usage: Set $imgUrl to the src url you want to be re-fetched from the server + +*}} + + diff --git a/view/tpl/generic_addon_settings.tpl b/view/tpl/generic_addon_settings.tpl new file mode 100644 index 000000000..bf39b2aea --- /dev/null +++ b/view/tpl/generic_addon_settings.tpl @@ -0,0 +1,19 @@ +
    + +
    +
    + {{$content}} + {{if $addon.0}} +
    + +
    + {{/if}} +
    +
    +
    diff --git a/view/tpl/generic_links_widget.tpl b/view/tpl/generic_links_widget.tpl new file mode 100755 index 000000000..67801e666 --- /dev/null +++ b/view/tpl/generic_links_widget.tpl @@ -0,0 +1,11 @@ +
    + {{if $title}}

    {{$title}}

    {{/if}} + {{if $desc}}
    {{$desc}}
    {{/if}} + + + +
    diff --git a/view/tpl/generic_modal.tpl b/view/tpl/generic_modal.tpl new file mode 100644 index 000000000..18279b6f7 --- /dev/null +++ b/view/tpl/generic_modal.tpl @@ -0,0 +1,17 @@ + diff --git a/view/tpl/group_drop.tpl b/view/tpl/group_drop.tpl new file mode 100755 index 000000000..627debc80 --- /dev/null +++ b/view/tpl/group_drop.tpl @@ -0,0 +1,7 @@ +
    + +
    +
    diff --git a/view/tpl/group_edit.tpl b/view/tpl/group_edit.tpl new file mode 100755 index 000000000..d9412a6f7 --- /dev/null +++ b/view/tpl/group_edit.tpl @@ -0,0 +1,26 @@ +
    +

    {{$title}}

    + + +
    +
    + + + {{include file="field_input.tpl" field=$gname}} + {{include file="field_checkbox.tpl" field=$public}} + {{if $drop}}{{$drop}}{{/if}} +
    + +
    +
    +
    +
    + + +{{if $groupeditor}} +
    + {{include file="groupeditor.tpl"}} +
    +{{/if}} +{{if $desc}}
    {{$desc}}
    {{/if}} +
    diff --git a/view/tpl/group_selection.tpl b/view/tpl/group_selection.tpl new file mode 100755 index 000000000..270d2aa79 --- /dev/null +++ b/view/tpl/group_selection.tpl @@ -0,0 +1,8 @@ +
    + + +
    diff --git a/view/tpl/group_side.tpl b/view/tpl/group_side.tpl new file mode 100755 index 000000000..14f714ae9 --- /dev/null +++ b/view/tpl/group_side.tpl @@ -0,0 +1,26 @@ +
    +

    {{$title}}

    +
    + + +
    +
    + + + + diff --git a/view/tpl/groupeditor.tpl b/view/tpl/groupeditor.tpl new file mode 100755 index 000000000..c79bb0a2a --- /dev/null +++ b/view/tpl/groupeditor.tpl @@ -0,0 +1,16 @@ +
    +

    {{$groupeditor.label_members}}

    +
    +{{foreach $groupeditor.members as $c}} {{$c}} {{/foreach}} +
    +
    +
    +
    + +
    +

    {{$groupeditor.label_contacts}}

    +
    +{{foreach $groupeditor.contacts as $m}} {{$m}} {{/foreach}} +
    +
    +
    diff --git a/view/tpl/hdr.tpl b/view/tpl/hdr.tpl new file mode 100644 index 000000000..cccee2229 --- /dev/null +++ b/view/tpl/hdr.tpl @@ -0,0 +1,3 @@ + diff --git a/view/tpl/head.tpl b/view/tpl/head.tpl new file mode 100755 index 000000000..5f874426c --- /dev/null +++ b/view/tpl/head.tpl @@ -0,0 +1,21 @@ + + + +{{$metas}} +{{$head_css}} +{{$js_strings}} +{{$head_js}} +{{$linkrel}} +{{$plugins}} + + + + diff --git a/view/tpl/help.tpl b/view/tpl/help.tpl new file mode 100644 index 000000000..43b061dcc --- /dev/null +++ b/view/tpl/help.tpl @@ -0,0 +1,33 @@ +
    +
    +

    {{$title}}: {{$heading}}

    +
    +
    +

    + + + {{$tocHeading}} + +

    + + {{$content}} +
    +
    + + diff --git a/view/tpl/install.tpl b/view/tpl/install.tpl new file mode 100755 index 000000000..0e77aa97b --- /dev/null +++ b/view/tpl/install.tpl @@ -0,0 +1,9 @@ +

    {{$title}}

    +

    {{$pass}}

    + + +{{if $status}} +

    {{$status}}

    +{{/if}} + +{{$text}} diff --git a/view/tpl/install_checks.tpl b/view/tpl/install_checks.tpl new file mode 100755 index 000000000..ad0aef6a3 --- /dev/null +++ b/view/tpl/install_checks.tpl @@ -0,0 +1,24 @@ +

    {{$title}}

    +

    {{$pass}}

    +
    + +{{foreach $checks as $check}} + + {{if $check.help}} + + {{/if}} +{{/foreach}} +
    {{$check.title}} {{if $check.required}}(required){{/if}}
    {{$check.help}}
    + +{{if $phpath}} + +{{/if}} + +{{if $passed}} + + +{{else}} + + +{{/if}} +
    diff --git a/view/tpl/install_db.tpl b/view/tpl/install_db.tpl new file mode 100755 index 000000000..1a58de129 --- /dev/null +++ b/view/tpl/install_db.tpl @@ -0,0 +1,30 @@ +

    {{$title}}

    +

    {{$pass}}

    + + +

    +{{$info_01}}
    +{{$info_02}}
    +{{$info_03}} +

    + +{{if $status}} +

    {{$status}}

    +{{/if}} + +
    + + + + +{{include file="field_input.tpl" field=$dbhost}} +{{include file="field_input.tpl" field=$dbport}} +{{include file="field_input.tpl" field=$dbuser}} +{{include file="field_password.tpl" field=$dbpass}} +{{include file="field_input.tpl" field=$dbdata}} +{{include file="field_select.tpl" field=$dbtype}} + + + +
    + diff --git a/view/tpl/install_settings.tpl b/view/tpl/install_settings.tpl new file mode 100755 index 000000000..62dcbb8b3 --- /dev/null +++ b/view/tpl/install_settings.tpl @@ -0,0 +1,28 @@ +

    {{$title}}

    +

    {{$pass}}

    + + +{{if $status}} +

    {{$status}}

    +{{/if}} + +
    + + + + + + + + + + +{{include file="field_input.tpl" field=$adminmail}} +{{include file="field_input.tpl" field=$siteurl}} + +{{include file="field_select_grouped.tpl" field=$timezone}} + + + +
    + diff --git a/view/tpl/invite.tpl b/view/tpl/invite.tpl new file mode 100755 index 000000000..440e1e02b --- /dev/null +++ b/view/tpl/invite.tpl @@ -0,0 +1,28 @@ +
    +
    +

    {{$invite}}

    +
    +
    + +
    + + + +
    + + +
    + +
    + + +
    + +
    + +
    + +
    + +
    +
    diff --git a/view/tpl/item_attach.tpl b/view/tpl/item_attach.tpl new file mode 100644 index 000000000..95e38c0bd --- /dev/null +++ b/view/tpl/item_attach.tpl @@ -0,0 +1,5 @@ +{{if $attaches}} +{{foreach $attaches as $a}} + {{$a.label}} +{{/foreach}} +{{/if}} diff --git a/view/tpl/item_binary.tpl b/view/tpl/item_binary.tpl new file mode 100644 index 000000000..b19f7e7dd --- /dev/null +++ b/view/tpl/item_binary.tpl @@ -0,0 +1,3 @@ +

    +

    +

    diff --git a/view/tpl/item_categories.tpl b/view/tpl/item_categories.tpl new file mode 100644 index 000000000..e1b183c0d --- /dev/null +++ b/view/tpl/item_categories.tpl @@ -0,0 +1,8 @@ +{{if $categories}} + +{{foreach $categories as $cat}} + {{if $cat.url}}{{$cat.term}}{{else}}{{$cat.term}}{{/if}} +{{/foreach}} + +{{/if}} + diff --git a/view/tpl/item_filer.tpl b/view/tpl/item_filer.tpl new file mode 100644 index 000000000..4eb621f93 --- /dev/null +++ b/view/tpl/item_filer.tpl @@ -0,0 +1,8 @@ +{{if $categories}} + +{{foreach $categories as $cat}} + {{$cat.term}}  +{{/foreach}} + +{{/if}} + diff --git a/view/tpl/item_import.tpl b/view/tpl/item_import.tpl new file mode 100755 index 000000000..e976417e1 --- /dev/null +++ b/view/tpl/item_import.tpl @@ -0,0 +1,13 @@ +

    {{$title}}

    + +
    + +
    {{$desc}}
    + + + +
    + + +
    +
    diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl new file mode 100755 index 000000000..1cc5a898a --- /dev/null +++ b/view/tpl/jot-header.tpl @@ -0,0 +1,598 @@ + + + + + diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl new file mode 100755 index 000000000..dbbb470c5 --- /dev/null +++ b/view/tpl/jot.tpl @@ -0,0 +1,303 @@ +
    + {{$mimeselect}} + {{$layoutselect}} + {{if $id_select}} +
    + {{$id_seltext}} {{$id_select}} +
    + {{/if}} +
    + {{if $parent}} + + {{/if}} + + + + + + + + + + + + + + + + {{if $webpage}} +
    + +
    + {{/if}} +
    + +
    + {{if $catsenabled}} +
    + +
    + {{/if}} +
    + +
    + {{if $attachment}} +
    + +
    + {{/if}} +
    +
    + {{if $bbcode}} +
    + + + + + +
    + {{/if}} + {{if $visitor}} +
    + {{if $writefiles}} + + {{/if}} + {{if $weblink}} + + {{/if}} + {{if $embedPhotos}} + + {{/if}} +
    +
    + {{if $setloc}} + + {{/if}} + {{if $clearloc}} + + {{/if}} + {{else}} +
    + {{/if}} + {{if $feature_expire}} + + {{/if}} + {{if $feature_future}} + + {{/if}} + {{if $feature_encrypt}} + + {{/if}} + {{if $feature_voting}} + + {{/if}} + {{if $feature_nocomment}} + + {{/if}} +
    + {{if $writefiles || $weblink || $setloc || $clearloc || $feature_expire || $feature_encrypt || $feature_voting}} +
    + + +
    + {{/if}} +
    +
    +
    +
    +
    + {{if $preview}} + + {{/if}} + {{if $jotnets}} + + {{/if}} + {{if $showacl}} + + {{/if}} + +
    +
    + {{if $jotplugins}} +
    + {{$jotplugins}} +
    + {{/if}} + {{if $jotnets}} + + {{/if}} +
    +
    + + + + +{{$acl}} + +{{if $feature_expire}} + + +{{/if}} + +{{if $feature_future}} + +{{/if}} + +{{if $embedPhotos}} + +{{/if}} + +{{if $content || $attachment || $expanded}} + +{{/if}} diff --git a/view/tpl/jot_geotag.tpl b/view/tpl/jot_geotag.tpl new file mode 100755 index 000000000..60f128850 --- /dev/null +++ b/view/tpl/jot_geotag.tpl @@ -0,0 +1,7 @@ + if(navigator.geolocation) { + navigator.geolocation.getCurrentPosition(function(position) { + $('#jot-coord').val(position.coords.latitude + ' ' + position.coords.longitude); + $('#profile-nolocation-wrapper').attr('disabled', false); + }); + } + diff --git a/view/tpl/js_strings.tpl b/view/tpl/js_strings.tpl new file mode 100755 index 000000000..4243c2ea5 --- /dev/null +++ b/view/tpl/js_strings.tpl @@ -0,0 +1,57 @@ + + diff --git a/view/tpl/lang_selector.tpl b/view/tpl/lang_selector.tpl new file mode 100755 index 000000000..1324442f3 --- /dev/null +++ b/view/tpl/lang_selector.tpl @@ -0,0 +1,13 @@ +
    +

    {{$title}}

    +
    +
    +
    + +
    +
    +
    diff --git a/view/tpl/layoutlist.tpl b/view/tpl/layoutlist.tpl new file mode 100644 index 000000000..1bbe14893 --- /dev/null +++ b/view/tpl/layoutlist.tpl @@ -0,0 +1,71 @@ +
    +
    + {{if $editor}} +
    + +  {{$help.text}} +
    + {{/if}} +

    {{$title}}

    +
    +
    + {{if $editor}} +
    + {{$editor}} +
    + {{/if}} + + {{if $pages}} +
    + + + + + + + + + + + {{foreach $pages as $key => $items}} + {{foreach $items as $item}} + + + + + + + + + + {{/foreach}} + {{/foreach}} +
    {{$name}}{{$descr}}{{$created}}{{$edited}}
    + {{if $view}} + {{$item.title}} + {{else}} + {{$item.title}} + {{/if}} + + {{$item.descr}} + + {{if $edit}} + + {{/if}} + + {{if $item.bb_element}} + + {{/if}} + + {{if $edit}} + + {{/if}} + + {{$item.created}} + + {{$item.edited}} +
    +
    +
    + {{/if}} +
    diff --git a/view/tpl/like_noshare.tpl b/view/tpl/like_noshare.tpl new file mode 100755 index 000000000..e83b885fe --- /dev/null +++ b/view/tpl/like_noshare.tpl @@ -0,0 +1,5 @@ + diff --git a/view/tpl/locmanage.tpl b/view/tpl/locmanage.tpl new file mode 100644 index 000000000..a8c75b6a8 --- /dev/null +++ b/view/tpl/locmanage.tpl @@ -0,0 +1,41 @@ +
    +
    + + +

    {{$header}}

    +
    +
    +
    + {{$sync_text}} +
    + + + + + + + + + {{foreach $hubs as $hub}} + {{if ! $hub.deleted }} + + + + + + + {{/if}} + {{/foreach}} +
    {{$addr}}{{$loc}}{{$mkprm}}{{$drop}}
    {{$hub.hubloc_addr}}{{$hub.hubloc_url}}{{if $hub.primary}}{{else}}{{/if}}
    +
    +
    diff --git a/view/tpl/login.tpl b/view/tpl/login.tpl new file mode 100755 index 000000000..3d3faa41c --- /dev/null +++ b/view/tpl/login.tpl @@ -0,0 +1,21 @@ +
    + +
    +
    + {{include file="field_input.tpl" field=$lname}} + {{include file="field_password.tpl" field=$lpassword}} + {{include file="field_checkbox.tpl" field=$remember_me}} + +
    + +
    + {{foreach $hiddens as $k=>$v}} + + {{/foreach}} +
    +{{if $login_page}} + +{{/if}} diff --git a/view/tpl/logout.tpl b/view/tpl/logout.tpl new file mode 100755 index 000000000..7548ed196 --- /dev/null +++ b/view/tpl/logout.tpl @@ -0,0 +1,6 @@ +
    +
    + + +
    +
    diff --git a/view/tpl/lostpass.tpl b/view/tpl/lostpass.tpl new file mode 100755 index 000000000..8ecfd215b --- /dev/null +++ b/view/tpl/lostpass.tpl @@ -0,0 +1,17 @@ +
    +

    {{$title}}

    + +

    +{{$desc}} +

    + +
    +
    + + + +
    +
    +
    +
    +
    diff --git a/view/tpl/mail_conv.tpl b/view/tpl/mail_conv.tpl new file mode 100755 index 000000000..759517b7f --- /dev/null +++ b/view/tpl/mail_conv.tpl @@ -0,0 +1,38 @@ +
    +
    +
    + {{$mail.from_name}} +
    +
    + {{if $mail.is_recalled}}{{$mail.is_recalled}}{{/if}} + +
    {{$mail.date}}
    +
    +
    +
    +
    + {{$mail.body}} +
    + {{if $mail.attachments}} + + {{/if}} + +
    +
    diff --git a/view/tpl/mail_display.tpl b/view/tpl/mail_display.tpl new file mode 100755 index 000000000..e8549a49b --- /dev/null +++ b/view/tpl/mail_display.tpl @@ -0,0 +1,24 @@ +
    +
    +
    + + + {{if $mailbox == 'combined'}} + {{$delete}} + {{/if}} +
    +

    {{$prvmsg_header}}

    +
    +
    +
    + {{foreach $mails as $mail}} + {{include file="mail_conv.tpl"}} + {{/foreach}} + + {{if $canreply}} + {{include file="prv_message.tpl"}} + {{else}} + {{$unknown_text}} + {{/if}} +
    +
    diff --git a/view/tpl/mail_head.tpl b/view/tpl/mail_head.tpl new file mode 100755 index 000000000..aac592a5f --- /dev/null +++ b/view/tpl/mail_head.tpl @@ -0,0 +1,8 @@ +
    +

    {{$header}}

    + +
    diff --git a/view/tpl/mail_list.tpl b/view/tpl/mail_list.tpl new file mode 100755 index 000000000..827c7628f --- /dev/null +++ b/view/tpl/mail_list.tpl @@ -0,0 +1,7 @@ + diff --git a/view/tpl/main_slider.tpl b/view/tpl/main_slider.tpl new file mode 100755 index 000000000..a4e2e1925 --- /dev/null +++ b/view/tpl/main_slider.tpl @@ -0,0 +1,38 @@ +
    + diff --git a/view/tpl/match.tpl b/view/tpl/match.tpl new file mode 100755 index 000000000..a5ebb043c --- /dev/null +++ b/view/tpl/match.tpl @@ -0,0 +1,16 @@ +
    +
    + + {{$name}} + +
    +
    +
    + {{$name}} +
    +
    + {{if $connlnk}} + + {{/if}} + +
    diff --git a/view/tpl/menuedit.tpl b/view/tpl/menuedit.tpl new file mode 100644 index 000000000..84b16dc0b --- /dev/null +++ b/view/tpl/menuedit.tpl @@ -0,0 +1,33 @@ +{{if $header}} +
    +
    + {{if $menu_edit_link}} + + {{/if}} +

    {{$header}}

    +
    +
    +{{/if}} + +{{if $header}} +
    +{{/if}} diff --git a/view/tpl/menulist.tpl b/view/tpl/menulist.tpl new file mode 100644 index 000000000..e23035062 --- /dev/null +++ b/view/tpl/menulist.tpl @@ -0,0 +1,40 @@ +
    +
    +
    + +
    +

    {{$title}}

    +
    +
    + + {{$create}} + + {{if $menus }} + + {{/if}} +
    diff --git a/view/tpl/message_side.tpl b/view/tpl/message_side.tpl new file mode 100755 index 000000000..2ac61bf76 --- /dev/null +++ b/view/tpl/message_side.tpl @@ -0,0 +1,9 @@ + diff --git a/view/tpl/micropro_img.tpl b/view/tpl/micropro_img.tpl new file mode 100755 index 000000000..a7c5973f3 --- /dev/null +++ b/view/tpl/micropro_img.tpl @@ -0,0 +1 @@ +
    diff --git a/view/tpl/micropro_txt.tpl b/view/tpl/micropro_txt.tpl new file mode 100755 index 000000000..295e7940d --- /dev/null +++ b/view/tpl/micropro_txt.tpl @@ -0,0 +1 @@ + diff --git a/view/tpl/mitemedit.tpl b/view/tpl/mitemedit.tpl new file mode 100644 index 000000000..9f696fc23 --- /dev/null +++ b/view/tpl/mitemedit.tpl @@ -0,0 +1,42 @@ +{{if $header}} +
    +
    +

    {{$header}}

    +
    +{{/if}} + +{{if $header}} +
    +{{/if}} diff --git a/view/tpl/mitemlist.tpl b/view/tpl/mitemlist.tpl new file mode 100644 index 000000000..b28cdfc7e --- /dev/null +++ b/view/tpl/mitemlist.tpl @@ -0,0 +1,34 @@ +
    +
    +
    + +
    +

    {{$title}} {{if $menudesc}}{{$menudesc}}{{else}}{{$menuname}}{{/if}}

    +
    +
    + + {{$create}} + + {{if $mlist }} +
    + + + + + + + + + {{foreach $mlist as $m }} + + + + + + + + {{/foreach}} +
    {{$nametitle}}{{$targettitle}}
    {{$m.mitem_desc}}{{$m.mitem_link}}
    +
    + {{/if}} +
    diff --git a/view/tpl/mood_content.tpl b/view/tpl/mood_content.tpl new file mode 100755 index 000000000..315ee4c8a --- /dev/null +++ b/view/tpl/mood_content.tpl @@ -0,0 +1,33 @@ + +
    +
    +

    {{$title}}

    +
    +
    + +
    {{$desc}}
    + +
    +
    + + +
    +
    +
    + + + +
    + +
    +
    +
    + + +
    +
    +
    diff --git a/view/tpl/msg-header.tpl b/view/tpl/msg-header.tpl new file mode 100755 index 000000000..013e1cfdc --- /dev/null +++ b/view/tpl/msg-header.tpl @@ -0,0 +1,81 @@ + + + diff --git a/view/tpl/myapps.tpl b/view/tpl/myapps.tpl new file mode 100755 index 000000000..ccefa4a49 --- /dev/null +++ b/view/tpl/myapps.tpl @@ -0,0 +1,17 @@ +
    +
    + {{if $authed}} + {{if $create}} +  {{$create}} + {{else}} + {{$manage}} + {{/if}} + {{/if}} +

    {{$title}}{{if $cat}} - {{$cat}}{{/if}}

    +
    +
    + {{foreach $apps as $ap}} + {{$ap}} + {{/foreach}} +
    +
    diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl new file mode 100755 index 000000000..c5b378b4f --- /dev/null +++ b/view/tpl/nav.tpl @@ -0,0 +1,222 @@ +{{if $nav.login && !$userinfo}} +
    + + {{$nav.loginmenu.1.1}} + + {{if $nav.register}} + + {{$nav.register.1}} + + {{/if}} +
    +{{/if}} +{{if $userinfo}} + +{{/if}} + + + +{{if $nav.help.6}} +
    + {{$nav.help.5}} + +
    +{{/if}} diff --git a/view/tpl/nav_login.tpl b/view/tpl/nav_login.tpl new file mode 100644 index 000000000..b361b1a14 --- /dev/null +++ b/view/tpl/nav_login.tpl @@ -0,0 +1,18 @@ +{{if $nav.login && !$userinfo}} + +{{/if}} diff --git a/view/tpl/new_channel.tpl b/view/tpl/new_channel.tpl new file mode 100755 index 000000000..cc1983ac4 --- /dev/null +++ b/view/tpl/new_channel.tpl @@ -0,0 +1,34 @@ +
    +
    +

    {{$title}}

    +
    +
    + + {{if $channel_usage_message}} +
    + {{$channel_usage_message}} +
    + {{/if}} +
    + {{if $default_role}} + + {{else}} + {{include file="field_select_grouped.tpl" field=$role}} + {{/if}} + + {{include file="field_input.tpl" field=$name}} +
    + + {{include file="field_input.tpl" field=$nickname}} +
    + + +
    + + +
    +
    +
    +
    diff --git a/view/tpl/notes.tpl b/view/tpl/notes.tpl new file mode 100644 index 000000000..c6d5d8a73 --- /dev/null +++ b/view/tpl/notes.tpl @@ -0,0 +1,35 @@ +
    +

    {{$banner}}

    + + +
    diff --git a/view/tpl/notifications.tpl b/view/tpl/notifications.tpl new file mode 100755 index 000000000..0b24da7c3 --- /dev/null +++ b/view/tpl/notifications.tpl @@ -0,0 +1,11 @@ +
    + +

    {{$notif_header}}

    + +{{if $notifications_available}} +{{$notif_link_mark_seen}} +{{/if}} +
    + {{$notif_content}} +
    +
    diff --git a/view/tpl/notify.tpl b/view/tpl/notify.tpl new file mode 100755 index 000000000..d3c79be82 --- /dev/null +++ b/view/tpl/notify.tpl @@ -0,0 +1,3 @@ + diff --git a/view/tpl/nwiki_page_history.tpl b/view/tpl/nwiki_page_history.tpl new file mode 100644 index 000000000..b1c6c9284 --- /dev/null +++ b/view/tpl/nwiki_page_history.tpl @@ -0,0 +1,59 @@ + + + {{foreach $pageHistory as $commit}} + + {{/foreach}} +
    + + + + + +
    Date{{$commit.date}} + {{if $permsWrite}} + +

    + {{/if}} + +
    {{$name_lbl}}{{$commit.name}}
    {{$msg_label}}{{$commit.title}}
    +
    diff --git a/view/tpl/oauth_authorize.tpl b/view/tpl/oauth_authorize.tpl new file mode 100755 index 000000000..2b7afa80e --- /dev/null +++ b/view/tpl/oauth_authorize.tpl @@ -0,0 +1,10 @@ +

    {{$title}}

    + +
    + +

    {{$app.name}}

    +
    +

    {{$authorize}}

    +
    +
    +
    diff --git a/view/tpl/oauth_authorize_done.tpl b/view/tpl/oauth_authorize_done.tpl new file mode 100755 index 000000000..2e91e0125 --- /dev/null +++ b/view/tpl/oauth_authorize_done.tpl @@ -0,0 +1,4 @@ +

    {{$title}}

    + +

    {{$info}}

    +{{$code}} diff --git a/view/tpl/oembed_video.tpl b/view/tpl/oembed_video.tpl new file mode 100755 index 000000000..b0cfed2e5 --- /dev/null +++ b/view/tpl/oembed_video.tpl @@ -0,0 +1,4 @@ + + +
    +
    diff --git a/view/tpl/oexchange_xrd.tpl b/view/tpl/oexchange_xrd.tpl new file mode 100755 index 000000000..e865e07d9 --- /dev/null +++ b/view/tpl/oexchange_xrd.tpl @@ -0,0 +1,33 @@ + + + + {{$base}} + + Zotlabs + Hubzilla + Hubzilla + Send to Hubzilla + + + + + + + + diff --git a/view/tpl/page_display.tpl b/view/tpl/page_display.tpl new file mode 100755 index 000000000..a320920c7 --- /dev/null +++ b/view/tpl/page_display.tpl @@ -0,0 +1,14 @@ +
    +
    + {{if $title}} +
    +

    {{$title}}

    +
    + {{/if}} +
    + +
    {{$date}}
    +
    {{$body}}
    +
    +
    +
    diff --git a/view/tpl/page_display_empty.tpl b/view/tpl/page_display_empty.tpl new file mode 100644 index 000000000..9f000dee8 --- /dev/null +++ b/view/tpl/page_display_empty.tpl @@ -0,0 +1 @@ +{{$body}} \ No newline at end of file diff --git a/view/tpl/pdledit.tpl b/view/tpl/pdledit.tpl new file mode 100644 index 000000000..cef93d324 --- /dev/null +++ b/view/tpl/pdledit.tpl @@ -0,0 +1,24 @@ +
    +

    {{$header}}

    + +

    {{$mname}} {{$module}}

    + +
    +{{$help}} +
    +
    + + + +
    + + + +
    + + +
    + +
    diff --git a/view/tpl/peoplefind.tpl b/view/tpl/peoplefind.tpl new file mode 100755 index 000000000..2ecfbaff9 --- /dev/null +++ b/view/tpl/peoplefind.tpl @@ -0,0 +1,17 @@ +
    +

    {{$findpeople}}

    +
    +
    + +
    + +
    +
    +
    + +
    diff --git a/view/tpl/photo_album.tpl b/view/tpl/photo_album.tpl new file mode 100755 index 000000000..8bacb1575 --- /dev/null +++ b/view/tpl/photo_album.tpl @@ -0,0 +1,32 @@ +
    +
    +
    + {{if $order}} + + {{/if}} +
    + {{if $album_edit.1}} + + {{/if}} + {{if $can_post}} + + {{/if}} +
    +
    +

    {{$album}}

    +
    +
    + {{$upload_form}} + {{$album_edit.1}} +
    +
    + {{foreach $photos as $photo}} + {{include file="photo_top.tpl"}} + {{/foreach}} +
    +
    +
    +
    +
    + +
    diff --git a/view/tpl/photo_albums.tpl b/view/tpl/photo_albums.tpl new file mode 100755 index 000000000..a238e61bc --- /dev/null +++ b/view/tpl/photo_albums.tpl @@ -0,0 +1,13 @@ + diff --git a/view/tpl/photo_drop.tpl b/view/tpl/photo_drop.tpl new file mode 100755 index 000000000..664e5338c --- /dev/null +++ b/view/tpl/photo_drop.tpl @@ -0,0 +1,3 @@ +
    + +
    diff --git a/view/tpl/photo_item.tpl b/view/tpl/photo_item.tpl new file mode 100755 index 000000000..ec643c4a9 --- /dev/null +++ b/view/tpl/photo_item.tpl @@ -0,0 +1,34 @@ +
    +
    +
    +
    +
    + + {{$name}} +
    +
    +
    +
    + {{$name}} +
    +
    {{$ago}}
    +
    +
    +
    +
    {{$title}}
    +
    {{$body}}
    + +
    + {{if $drop}} +
    +
    + {{$drop}} +
    +
    +
    + {{/if}} +
    + {{$comment}} +
    +
    + diff --git a/view/tpl/photo_top.tpl b/view/tpl/photo_top.tpl new file mode 100755 index 000000000..a86aa7f80 --- /dev/null +++ b/view/tpl/photo_top.tpl @@ -0,0 +1,4 @@ + + {{if $photo.album.name}}{{$photo.album.name}}{{elseif $photo.desc}}{{$photo.desc}}{{elseif $photo.alt}}{{$photo.alt}}{{else}}{{$photo.unknown}}{{/if}} + + diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl new file mode 100755 index 000000000..2431329ec --- /dev/null +++ b/view/tpl/photo_view.tpl @@ -0,0 +1,172 @@ +
    +
    +
    +
    + {{if $tools || $map || $edit}} +
    + + +
    + {{/if}} + {{if $lock}} +
    + + +
    + {{/if}} + {{if $prevlink || $nextlink}} +
    + {{if $prevlink}} + + {{/if}} + {{if $nextlink}} + + {{/if}} +
    + {{/if}} +
    +

    {{if $desc}}{{$desc}}{{elseif $filename}}{{$filename}}{{else}}{{$unknown}}{{/if}}

    +
    +
    +
    + {{$map}} +
    +
    +
    + + {{* album renaming is not supported atm. +
    + + + {{if $edit.albums}} + + {{foreach $edit.albums as $al}} + {{if $al.text}} + + {{/if}} +
    + *}} +
    + + +
    +
    + + +
    +
    + {{include file="field_select.tpl" field=$edit.album_select}} +
    +
    + + +
    + {{if $edit.adult_enabled}} +
    + {{include file="field_checkbox.tpl" field=$edit.adult}} +
    + {{/if}} + +
    + +
    +
    + {{if $edit.aclselect}} + + {{/if}} + +
    +
    + {{$edit.aclselect}} +
    +
    +
    +
    +
    + {{if $tags}} +
    + {{$tag_hdr}} + {{foreach $tags as $t}} + {{$t.0}}{{if $edit}}  {{/if}} + {{/foreach}} +
    + {{/if}} +
    + {{if $responses.count }} +
    +
    + {{foreach $responses as $verb=>$response}} + {{if $response.count}} +
    + + {{if $response.list_part}} + + {{else}} + + {{/if}} + {{if $response.list_part}} + + {{/if}} +
    + {{/if}} + {{/foreach}} +
    +
    + {{/if}} + {{if $likebuttons}} +
    + + +
    +
    + {{/if}} +
    +
    +
    + {{$comments}} + {{if $commentbox}} +
    + {{$commentbox}} +
    + {{/if}} +
    +
    +{{$paginate}} + diff --git a/view/tpl/photos_recent.tpl b/view/tpl/photos_recent.tpl new file mode 100755 index 000000000..8fe631ca6 --- /dev/null +++ b/view/tpl/photos_recent.tpl @@ -0,0 +1,23 @@ +
    +
    +
    + {{if $can_post}} + + {{/if}} +
    +

    {{$title}}

    +
    +
    + {{$upload_form}} +
    +
    + {{foreach $photos as $photo}} + {{include file="photo_top.tpl"}} + {{/foreach}} +
    +
    +
    +
    +
    + +
    diff --git a/view/tpl/photos_upload.tpl b/view/tpl/photos_upload.tpl new file mode 100755 index 000000000..d52bad5a2 --- /dev/null +++ b/view/tpl/photos_upload.tpl @@ -0,0 +1,61 @@ +
    +
    +
    + + +
    + + + + {{foreach $albums as $al}} + {{if $al.text}} + +
    + {{if $default}} +
    + +
    + {{include file="field_input.tpl" field=$caption}} + {{include file="field_checkbox.tpl" field=$visible}} +
    + {{include file="field_textarea.tpl" field=$body}} +
    +
    +
    + {{if $lockstate}} + + {{/if}} + +
    + +
    + {{/if}} +
    + + {{if $uploader}} + {{include file="field_input.tpl" field=$caption}} + {{include file="field_checkbox.tpl" field=$visible}} +
    + {{include file="field_textarea.tpl" field=$body}} +
    +
    + {{if $lockstate}} + + {{/if}} +
    + {{$uploader}} +
    +
    + {{/if}} +
    +
    + {{$aclselect}} +
    +
    diff --git a/view/tpl/photosajax.tpl b/view/tpl/photosajax.tpl new file mode 100755 index 000000000..45191db85 --- /dev/null +++ b/view/tpl/photosajax.tpl @@ -0,0 +1,4 @@ +{{foreach $photos as $photo}} +{{include file="photo_top.tpl"}} +{{/foreach}} + diff --git a/view/tpl/poco_entry_xml.tpl b/view/tpl/poco_entry_xml.tpl new file mode 100755 index 000000000..30b6268dc --- /dev/null +++ b/view/tpl/poco_entry_xml.tpl @@ -0,0 +1,8 @@ + +{{if $entry.id}}{{$entry.id}}{{/if}} +{{if $entry.displayName}}{{$entry.displayName}}{{/if}} +{{if $entry.preferredUsername}}{{$entry.preferredUsername}}{{/if}} +{{if $entry.rating}}{{$entry.rating}}{{/if}} +{{if $entry.urls}}{{foreach $entry.urls as $url}}{{$url.value}}{{$url.type}}{{/foreach}}{{/if}} +{{if $entry.photos}}{{foreach $entry.photos as $photo}}{{$photo.value}}{{$photo.type}}{{/foreach}}{{/if}} + diff --git a/view/tpl/poco_xml.tpl b/view/tpl/poco_xml.tpl new file mode 100755 index 000000000..0e38a692c --- /dev/null +++ b/view/tpl/poco_xml.tpl @@ -0,0 +1,18 @@ + + +{{if $response.sorted}}{{$response.sorted}}{{/if}} +{{if $response.filtered}}{{$response.filtered}}{{/if}} +{{if $response.updatedSince}}{{$response.updatedSince}}{{/if}} +{{$response.startIndex}} +{{$response.itemsPerPage}} +{{$response.totalResults}} + + +{{if $response.totalResults}} +{{foreach $response.entry as $entry}} +{{include file="poco_entry_xml.tpl"}} +{{/foreach}} +{{else}} + +{{/if}} + diff --git a/view/tpl/poke_content.tpl b/view/tpl/poke_content.tpl new file mode 100755 index 000000000..f368cb024 --- /dev/null +++ b/view/tpl/poke_content.tpl @@ -0,0 +1,48 @@ + +
    +
    +

    {{$title}}

    +
    +
    + +
    {{$desc}}
    + +
    +
    + + +
    + + +
    + + +
    + + + + + +{{if $poke_basic}} + +{{else}} +
    + + +
    +{{/if}} + +{{if ! $parent}} +{{include file="field_checkbox.tpl" field=$private}} +{{/if}} + + +
    + + +
    +
    diff --git a/view/tpl/posted_date_widget.tpl b/view/tpl/posted_date_widget.tpl new file mode 100755 index 000000000..fb43c744b --- /dev/null +++ b/view/tpl/posted_date_widget.tpl @@ -0,0 +1,46 @@ + + + +
    +

    {{$title}}

    + + + + + {{/if}} + +
    diff --git a/view/tpl/prep.tpl b/view/tpl/prep.tpl new file mode 100644 index 000000000..debba13a8 --- /dev/null +++ b/view/tpl/prep.tpl @@ -0,0 +1,31 @@ +
    +

    {{$header}}

    + +{{if $site}} +

    {{$website}} {{$site}}

    +{{/if}} + + +{{if $raters}} +{{foreach $raters as $r}} + +
    + +
    +
    +{{$r.xchan_addr}} +
    +
    +
    +
    {{$r.xchan_name}}
    +
    {{$rating_lbl}} {{$r.xlink_rating}}
    +{{if $r.xlink_rating_text}} +
    {{$rating_text_label}} {{$r.xlink_rating_text}} +
    +{{/if}} +
    +
    +
    +{{/foreach}} +{{/if}} +
    diff --git a/view/tpl/profdef_edit.tpl b/view/tpl/profdef_edit.tpl new file mode 100644 index 000000000..bfe85314d --- /dev/null +++ b/view/tpl/profdef_edit.tpl @@ -0,0 +1,16 @@ +

    {{$header}}

    + +
    + +{{if $id}} + +{{/if}} + +{{include file="field_input.tpl" field=$field_name}} +{{include file="field_input.tpl" field=$field_type}} +{{include file="field_input.tpl" field=$field_desc}} +{{include file="field_input.tpl" field=$field_help}} + + + +
    diff --git a/view/tpl/profed_head.tpl b/view/tpl/profed_head.tpl new file mode 100755 index 000000000..ce774052a --- /dev/null +++ b/view/tpl/profed_head.tpl @@ -0,0 +1,2 @@ + + diff --git a/view/tpl/profile_advanced.tpl b/view/tpl/profile_advanced.tpl new file mode 100755 index 000000000..c56062459 --- /dev/null +++ b/view/tpl/profile_advanced.tpl @@ -0,0 +1,341 @@ +
    +
    +
    + {{if $profile.like_count}} +
    + + {{if $profile.likers}} + + {{/if}} +
    + {{/if}} + {{if $profile.canlike}} +
    + +
    + {{/if}} + {{if $editmenu.multi}} +
    +  {{$editmenu.edit.3}} + +
    + {{elseif $editmenu}} + + {{/if}} + {{if $exportlink}} + + {{/if}} +
    +

    {{$title}}

    +
    +
    +
    + + {{foreach $fields as $f}} + + + + + + + + + + + + + + + + + + + + + + + + {{if $f == 'name'}} +
    +
    {{$profile.fullname.0}}
    +
    {{$profile.fullname.1}}
    +
    + {{/if}} + + {{if $f == 'fullname'}} +
    +
    {{$profile.fullname.0}}
    +
    {{$profile.fullname.1}}
    +
    + {{/if}} + + {{if $f == 'gender'}} + {{if $profile.gender}} +
    +
    {{$profile.gender.0}}
    +
    {{$profile.gender.1}}
    +
    + {{/if}} + {{/if}} + + {{if $f == 'birthday'}} + {{if $profile.birthday}} +
    +
    {{$profile.birthday.0}}
    +
    {{$profile.birthday.1}}
    +
    + {{/if}} + {{/if}} + + {{if $f == 'age'}} + {{if $profile.age}} +
    +
    {{$profile.age.0}}
    +
    {{$profile.age.1}}
    +
    + {{/if}} + {{/if}} + + + {{if $f == 'marital'}} + {{if $profile.marital}} +
    +
     {{$profile.marital.0}}
    +
    {{$profile.marital.1}}{{if in_array('partner',$fields)}}{{if $profile.marital.partner}} ({{$profile.marital.partner}}){{/if}}{{/if}}{{if in_array('howlong',$fields)}}{{if $profile.howlong}} {{$profile.howlong}}{{/if}}{{/if}}
    +
    + {{/if}} + {{/if}} + + {{if $f == 'sexual'}} + {{if $profile.sexual}} +
    +
    {{$profile.sexual.0}}
    +
    {{$profile.sexual.1}}
    +
    + {{/if}} + {{/if}} + + {{if $f == 'keywords'}} + {{if $profile.keywords}} +
    +
    {{$profile.keywords.0}}
    +
    {{$profile.keywords.1}}
    +
    + {{/if}} + {{/if}} + + {{if $f == 'homepage'}} + {{if $profile.homepage}} +
    +
    {{$profile.homepage.0}}
    +
    {{$profile.homepage.1}}
    +
    + {{/if}} + {{/if}} + + {{if $f == 'hometown'}} + {{if $profile.hometown}} +
    +
    {{$profile.hometown.0}}
    +
    {{$profile.hometown.1}}
    +
    + {{/if}} + {{/if}} + + + {{if $f == 'politic'}} + {{if $profile.politic}} +
    +
    {{$profile.politic.0}}
    +
    {{$profile.politic.1}}
    +
    + {{/if}} + {{/if}} + + {{if $f == 'religion'}} + {{if $profile.religion}} +
    +
    {{$profile.religion.0}}
    +
    {{$profile.religion.1}}
    +
    + {{/if}} + {{/if}} + + {{if $f == 'about'}} + {{if $profile.about}} +
    +
    {{$profile.about.0}}
    +
    {{$profile.about.1}}
    +
    + {{/if}} + {{/if}} + + {{if $f == 'interest'}} + {{if $profile.interest}} +
    +
    {{$profile.interest.0}}
    +
    {{$profile.interest.1}}
    +
    + {{/if}} + {{/if}} + + {{if $f == 'likes'}} + {{if $profile.likes}} +
    +
    {{$profile.likes.0}}
    +
    {{$profile.likes.1}}
    +
    + {{/if}} + {{/if}} + + {{if $f == 'dislikes'}} + {{if $profile.dislikes}} +
    +
    {{$profile.dislikes.0}}
    +
    {{$profile.dislikes.1}}
    +
    + {{/if}} + {{/if}} + + {{if $f == 'contact'}} + {{if $profile.contact}} +
    +
    {{$profile.contact.0}}
    +
    {{$profile.contact.1}}
    +
    + {{/if}} + {{/if}} + + {{if $f == 'channels'}} + {{if $profile.channels}} +
    +
    {{$profile.channels.0}}
    +
    {{$profile.channels.1}}
    +
    + {{/if}} + {{/if}} + + + {{if $f == 'music'}} + {{if $profile.music}} +
    +
    {{$profile.music.0}}
    +
    {{$profile.music.1}}
    +
    + {{/if}} + {{/if}} + + + {{if $f == 'book'}} + {{if $profile.book}} +
    +
    {{$profile.book.0}}
    +
    {{$profile.book.1}}
    +
    + {{/if}} + {{/if}} + + + {{if $f == 'tv'}} + {{if $profile.tv}} +
    +
    {{$profile.tv.0}}
    +
    {{$profile.tv.1}}
    +
    + {{/if}} + {{/if}} + + + {{if $f == 'film'}} + {{if $profile.film}} +
    +
    {{$profile.film.0}}
    +
    {{$profile.film.1}}
    +
    + {{/if}} + {{/if}} + + + {{if $f == 'romance'}} + {{if $profile.romance}} +
    +
    {{$profile.romance.0}}
    +
    {{$profile.romance.1}}
    +
    + {{/if}} + {{/if}} + + + {{if $f == 'employment'}} + {{if $profile.employment}} +
    +
    {{$profile.employment.0}}
    +
    {{$profile.employment.1}}
    +
    + {{/if}} + {{/if}} + + {{if $f == 'education'}} + {{if $profile.education}} +
    +
    {{$profile.education.0}}
    +
    {{$profile.education.1}}
    +
    + {{/if}} + {{/if}} + + {{foreach $profile.extra_fields as $fld}} + {{if $f == $fld}} + {{if $profile.$fld}} +
    +
    {{$profile.$fld.0}}
    +
    {{$profile.$fld.1}}
    +
    + {{/if}} + {{/if}} + {{/foreach}} + {{/foreach}} + + + {{if $things}} + {{foreach $things as $key => $items}} + {{$profile.fullname.1}} {{$key}} +
      + {{foreach $items as $item}} +
    • {{if $item.img}}{{$item.term}}{{/if}} + {{$item.term}} + {{if $profile.canlike}}
      + + {{/if}} + {{if $item.like_count}} +
      + + {{if $item.likes}} + + {{/if}} +
      + {{/if}} +
    • + {{/foreach}} +
    +
    + {{/foreach}} + {{/if}} +
    +
    diff --git a/view/tpl/profile_edit.tpl b/view/tpl/profile_edit.tpl new file mode 100755 index 000000000..05137479f --- /dev/null +++ b/view/tpl/profile_edit.tpl @@ -0,0 +1,401 @@ +
    +
    + +

    {{$banner}}

    +
    +
    +
    + + +
    + +
    + + + {{if $is_default}} + + {{/if}} + +
    +
    + +
    +
    + {{include file="field_input.tpl" field=$profile_name}} + + {{include file="field_input.tpl" field=$name}} + + {{if $fields.pdesc}} + {{include file="field_input.tpl" field=$pdesc}} + {{/if}} + + {{if $fields.gender}} +
    + + {{if $advanced}} + {{$gender}} + {{else}} + {{$gender_min}} + {{/if}} +
    +
    + {{/if}} + + {{if $fields.dob}} + {{$dob}} + {{/if}} + + {{include file="field_checkbox.tpl" field=$hide_friends}} + +
    + +
    +
    +
    +
    +
    + + {{if $fields.comms }} + +
    + + + +
    + +
    + + + +
    + +
    + + + +
    + +
    +
    + +
    + + + {{if $vcard.fn}}{{$vcard.fn}}{{/if}} + {{if $vcard.emails.0.address}}{{/if}} + {{if $vcard.tels.0}}{{/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}} + + + {{if $fields.address || $fields.locality || $fields.postal_code || $fields.region || $fields.country_name || $fields.hometown}} +
    + +
    +
    + {{if $fields.address}} + {{include file="field_input.tpl" field=$address}} + {{/if}} + + {{if $fields.locality}} + {{include file="field_input.tpl" field=$locality}} + {{/if}} + + {{if $fields.postal_code}} + {{include file="field_input.tpl" field=$postal_code}} + {{/if}} + + {{if $fields.region}} + {{include file="field_input.tpl" field=$region}} + {{/if}} + + {{if $fields.country_name}} + {{include file="field_input.tpl" field=$country_name}} + {{/if}} + + {{if $fields.hometown}} + {{include file="field_input.tpl" field=$hometown}} + {{/if}} + +
    + +
    +
    +
    +
    +
    + + {{/if}} + + {{if $fields.marital || $fields.sexual}} +
    + +
    +
    + {{if $fields.marital }} +
    + + {{if $advanced}} + {{$marital}} + {{else}} + {{$marital_min}} + {{/if}} +
    +
    + + {{if $fields.partner}} + {{include file="field_input.tpl" field=$with}} + {{/if}} + + {{if $fields.howlong}} + {{include file="field_input.tpl" field=$howlong}} + {{/if}} + {{/if}} + + {{if $fields.sexual}} +
    + + {{$sexual}} +
    +
    + {{/if}} + +
    + +
    +
    +
    +
    +
    + {{/if}} + {{if $fields.keywords || $fields.politic || $fields.religion || $fields.about || $fields.contact || $fields.homepage || $fields.interest || $fields.likes || $fields.dislikes || $fields.channels || $fields.music || $fields.book || $fields.tv || $fields.film || $fields.romance || $fields.employment || $fields.education || $extra_fields}} +
    + +
    +
    + {{if $fields.homepage}} + {{include file="field_input.tpl" field=$homepage}} + {{/if}} + + {{if $fields.keywords}} + {{include file="field_input.tpl" field=$keywords}} + {{/if}} + + {{if $fields.politic}} + {{include file="field_input.tpl" field=$politic}} + {{/if}} + + {{if $fields.religion}} + {{include file="field_input.tpl" field=$religion}} + {{/if}} + + {{if $fields.about}} + {{include file="field_textarea.tpl" field=$about}} + {{/if}} + + {{if $fields.contact}} + {{include file="field_textarea.tpl" field=$contact}} + {{/if}} + + {{if $fields.interest}} + {{include file="field_textarea.tpl" field=$interest}} + {{/if}} + + {{if $fields.likes}} + {{include file="field_textarea.tpl" field=$likes}} + {{/if}} + + {{if $fields.dislikes}} + {{include file="field_textarea.tpl" field=$dislikes}} + {{/if}} + + {{if $fields.channels}} + {{include file="field_textarea.tpl" field=$channels}} + {{/if}} + + {{if $fields.music}} + {{include file="field_textarea.tpl" field=$music}} + {{/if}} + + {{if $fields.book}} + {{include file="field_textarea.tpl" field=$book}} + {{/if}} + + {{if $fields.tv}} + {{include file="field_textarea.tpl" field=$tv}} + {{/if}} + + {{if $fields.film}} + {{include file="field_textarea.tpl" field=$film}} + {{/if}} + + {{if $fields.romance}} + {{include file="field_textarea.tpl" field=$romance}} + {{/if}} + + {{if $fields.employment}} + {{include file="field_textarea.tpl" field=$employ}} + {{/if}} + + {{if $fields.education}} + {{include file="field_textarea.tpl" field=$education}} + {{/if}} + + {{if $extra_fields}} + {{foreach $extra_fields as $field }} + {{include file="field_input.tpl" field=$field}} + {{/foreach}} + {{/if}} +
    + +
    +
    +
    +
    +
    + {{/if}} +
    +
    +
    + diff --git a/view/tpl/profile_entry.tpl b/view/tpl/profile_entry.tpl new file mode 100755 index 000000000..9ae870738 --- /dev/null +++ b/view/tpl/profile_entry.tpl @@ -0,0 +1,11 @@ +
    +
    + {{$alt}} +
    + +
    + {{$visible}} +
    +
    diff --git a/view/tpl/profile_listing_header.tpl b/view/tpl/profile_listing_header.tpl new file mode 100755 index 000000000..42abf2735 --- /dev/null +++ b/view/tpl/profile_listing_header.tpl @@ -0,0 +1,12 @@ +
    +
    +  {{$cr_new}} +

    {{$header}}

    +
    +
    +
    + {{$profiles}} +
    +
    + +
    diff --git a/view/tpl/profile_photo.tpl b/view/tpl/profile_photo.tpl new file mode 100755 index 000000000..ca107bfcc --- /dev/null +++ b/view/tpl/profile_photo.tpl @@ -0,0 +1,48 @@ +
    +
    +

    {{$title}}

    +
    +
    + +
    + + +
    + + {{if $importfile}} + + {{else}} + + + {{/if}} +
    + + + {{if $single}} + + {{else}} + + + +
    +
    +
    + {{/if}} + +
    + +
    +
    + +
    +
    +
    + +
    +
    diff --git a/view/tpl/profile_tabs.tpl b/view/tpl/profile_tabs.tpl new file mode 100644 index 000000000..49b74bb8f --- /dev/null +++ b/view/tpl/profile_tabs.tpl @@ -0,0 +1,5 @@ + +{{foreach $tabs as $tab}} +{{$tab.label}} +{{/foreach}} + diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl new file mode 100755 index 000000000..c17a7878c --- /dev/null +++ b/view/tpl/profile_vcard.tpl @@ -0,0 +1,62 @@ +
    + {{if ! $zcard}} +
    {{$profile.fullname}}
    + {{/if}} + {{if $connect}} + + {{/if}} + {{if ! $zcard}} + {{if $editmenu.multi}} + + {{elseif $editmenu}} + + {{/if}} + {{/if}} + + {{if ! $zcard}} +
    {{$profile.fullname}}{{if $profile.online}} {{/if}}
    + {{if $reddress}}
    {{$profile.reddress}}
    {{/if}} + {{/if}} + {{if $pdesc}}
    {{$profile.pdesc}}
    {{/if}} + {{if $location}} +
    {{$location}}
    +
    + {{if $profile.address}}
    {{$profile.address}}
    {{/if}} + + {{$profile.locality}}{{if $profile.locality}}, {{/if}} + {{$profile.region}} + {{$profile.postal_code}} + + {{if $profile.country_name}}{{$profile.country_name}}{{/if}} +
    +
    + {{/if}} + + {{if $gender}}
    {{$gender}}
    {{$profile.gender}}
    {{/if}} + + {{if $marital}}
     {{$marital}}
    {{$profile.marital}}
    {{/if}} + + {{if $homepage}}
    {{$homepage}}
    {{$profile.homepage}}
    {{/if}} + + +
    +
    + +{{$rating}} + +{{$chanmenu}} + +{{$contact_block}} + + diff --git a/view/tpl/profile_vcard_short.tpl b/view/tpl/profile_vcard_short.tpl new file mode 100755 index 000000000..5d87d52c6 --- /dev/null +++ b/view/tpl/profile_vcard_short.tpl @@ -0,0 +1,38 @@ +{{$contact_block}} + + {{if $connect}} + + {{/if}} + + +{{$rating}} + + {{if $pdesc}}
    {{$profile.pdesc}}
    {{/if}} + + {{if $location}} +
    {{$location}}
    +
    + {{if $profile.address}}
    {{$profile.address}}
    {{/if}} + + {{$profile.locality}}{{if $profile.locality}}, {{/if}} + {{$profile.region}} + {{$profile.postal_code}} + + {{if $profile.country_name}}{{$profile.country_name}}{{/if}} +
    +
    + {{/if}} + + {{if $gender}}
    {{$gender}}
    {{$profile.gender}}
    {{/if}} + + + {{if $marital}}
     {{$marital}}
    {{$profile.marital}}
    {{/if}} + + {{if $homepage}}
    {{$homepage}}
    {{$profile.homepage}}
    {{/if}} + +
    + +{{$chanmenu}} + + + diff --git a/view/tpl/prv_message.tpl b/view/tpl/prv_message.tpl new file mode 100755 index 000000000..925447ff2 --- /dev/null +++ b/view/tpl/prv_message.tpl @@ -0,0 +1,104 @@ +{{if $new}} +
    +
    +

    {{$header}}

    +
    +
    +{{/if}} +
    +
    + + + + {{if $new}} +
    + + + +
    +
    + + +
    + {{/if}} + {{if $reply}} + + + + {{/if}} +
    + + +
    +
    +
    + + +
    +
    +
    + + + + + +
    +
    + + +
    + {{if $feature_expire || $feature_encrypt}} +
    + {{if $feature_expire}} + + {{/if}} + {{if $feature_encrypt}} + + {{/if}} +
    + {{/if}} +
    + + +
    +
    +
    +
    +
    +
    +
    + +
    +
    +{{if $new}} +
    +
    +{{/if}} diff --git a/view/tpl/pwdreset.tpl b/view/tpl/pwdreset.tpl new file mode 100755 index 000000000..dc17ed57a --- /dev/null +++ b/view/tpl/pwdreset.tpl @@ -0,0 +1,17 @@ +
    +

    {{$lbl1}}

    + +

    +{{$lbl2}} +

    +

    +{{$lbl3}} +

    +

    {{$newpass}}

    +

    +{{$lbl4}} {{$lbl5}} +

    +

    +{{$lbl6}} +

    +
    diff --git a/view/tpl/rating_form.tpl b/view/tpl/rating_form.tpl new file mode 100644 index 000000000..4bd826484 --- /dev/null +++ b/view/tpl/rating_form.tpl @@ -0,0 +1,25 @@ +
    +

    {{$header}}

    + +
    {{if $site}}{{$website}} {{$site}}{{else}}{{$tgt_name}}{{/if}}
    + +

    {{$lbl_rating}}

    + +
    + +{{$rating}} + + + + + +
    +

    {{$lbl_rating_txt}}

    + + +
    + + + +
    +
    diff --git a/view/tpl/rating_slider.tpl b/view/tpl/rating_slider.tpl new file mode 100644 index 000000000..4c36504e6 --- /dev/null +++ b/view/tpl/rating_slider.tpl @@ -0,0 +1,19 @@ +
    + diff --git a/view/tpl/rbmark.tpl b/view/tpl/rbmark.tpl new file mode 100644 index 000000000..bead1de2f --- /dev/null +++ b/view/tpl/rbmark.tpl @@ -0,0 +1,16 @@ +

    {{$header}}

    + + +
    + + + + +{{include file="field_input.tpl" field=$url}} +{{include file="field_input.tpl" field=$title}} +{{include file="field_select.tpl" field=$menus}} +{{include file="field_input.tpl" field=$menu_name}} + + + +
    diff --git a/view/tpl/register.tpl b/view/tpl/register.tpl new file mode 100755 index 000000000..c84934626 --- /dev/null +++ b/view/tpl/register.tpl @@ -0,0 +1,61 @@ +
    +
    +

    {{$title}}

    +
    +
    +
    + {{if $reg_is}} +
    +
    {{$reg_is}}
    +
    {{$other_sites}}
    +
    + {{/if}} + + {{if $registertext}} +
    {{$registertext}}
    + {{/if}} + + {{if $invitations}} + + {{include file="field_input.tpl" field=$invite_code}} + {{/if}} + + {{include file="field_input.tpl" field=$email}} + + {{include file="field_password.tpl" field=$pass1}} + + {{include file="field_password.tpl" field=$pass2}} + + {{if $auto_create}} + {{if $default_role}} + + {{else}} + + {{include file="field_select_grouped.tpl" field=$role}} + {{/if}} + + {{include file="field_input.tpl" field=$name}} +
    + + {{include file="field_input.tpl" field=$nickname}} +
    + {{/if}} + + {{if $enable_tos}} + {{include file="field_checkbox.tpl" field=$tos}} + {{else}} + + {{/if}} + + +
    +
    +
    +
    {{$verify_note}}
    + +
    +
    diff --git a/view/tpl/remote_friends_common.tpl b/view/tpl/remote_friends_common.tpl new file mode 100755 index 000000000..d6d2fd211 --- /dev/null +++ b/view/tpl/remote_friends_common.tpl @@ -0,0 +1,21 @@ +
    +
    {{$desc}}      {{if $linkmore}}{{$more}}{{/if}}
    + {{if $items}} + {{foreach $items as $item}} +
    +
    + + {{$item.xchan_name}} + +
    +
    + +
    +
    + {{/foreach}} + {{/if}} +
    +
    + diff --git a/view/tpl/remote_login.tpl b/view/tpl/remote_login.tpl new file mode 100644 index 000000000..e6d387265 --- /dev/null +++ b/view/tpl/remote_login.tpl @@ -0,0 +1 @@ +{{$title}} diff --git a/view/tpl/removeaccount.tpl b/view/tpl/removeaccount.tpl new file mode 100644 index 000000000..ce6c8ac22 --- /dev/null +++ b/view/tpl/removeaccount.tpl @@ -0,0 +1,20 @@ +
    +
    +

    {{$title}}

    +
    +
    + {{$desc.0}}{{$desc.1}}{{$desc.2}} +
    +
    +
    + +
    + + +
    + {{include file="field_checkbox.tpl" field=$global}} + +
    +
    +
    + diff --git a/view/tpl/removeme.tpl b/view/tpl/removeme.tpl new file mode 100755 index 000000000..40b9546d2 --- /dev/null +++ b/view/tpl/removeme.tpl @@ -0,0 +1,20 @@ +
    +
    +

    {{$title}}

    +
    +
    + {{$desc.0}}{{$desc.1}}{{$desc.2}} +
    +
    +
    + +
    + + +
    + {{include file="field_checkbox.tpl" field=$global}} + +
    +
    +
    + diff --git a/view/tpl/rmagic.tpl b/view/tpl/rmagic.tpl new file mode 100755 index 000000000..9d84e4a36 --- /dev/null +++ b/view/tpl/rmagic.tpl @@ -0,0 +1,9 @@ +
    +

    {{$title}}

    +
    +
    + {{include file="field_input.tpl" field=$address}} + +
    +
    +
    diff --git a/view/tpl/safesearch.tpl b/view/tpl/safesearch.tpl new file mode 100644 index 000000000..58ce22741 --- /dev/null +++ b/view/tpl/safesearch.tpl @@ -0,0 +1,6 @@ +
    +

    {{$safemode}}

    + +
    diff --git a/view/tpl/saved_searches.tpl b/view/tpl/saved_searches.tpl new file mode 100644 index 000000000..ff2d044ef --- /dev/null +++ b/view/tpl/saved_searches.tpl @@ -0,0 +1,12 @@ +
    + + {{$searchbox}} + +
    diff --git a/view/tpl/search_item.tpl b/view/tpl/search_item.tpl new file mode 100755 index 000000000..66618a216 --- /dev/null +++ b/view/tpl/search_item.tpl @@ -0,0 +1,114 @@ +
    + +
    +
    + {{if $item.photo}} +
    + {{$item.photo}} +
    + {{/if}} + {{if $item.event}} +
    + {{$item.event}} +
    + {{/if}} + {{if $item.title && !$item.event}} +
    + {{if $item.title_tosource}}{{if $item.plink}}{{/if}}{{/if}}{{$item.title}}{{if $item.title_tosource}}{{if $item.plink}}{{/if}}{{/if}} +
    + {{if ! $item.is_new}} +
    + {{/if}} + {{/if}} +
    +
    +
    + {{$item.name}} +
    +
    + {{if $item.lock}} + + {{/if}} +
    + {{$item.name}}{{if $item.owner_url}} {{$item.via}} {{$item.owner_name}}{{/if}} +
    +
    + {{if $item.verified}} {{elseif $item.forged}} {{/if}}{{if $item.location}}{{$item.location}}, {{/if}}{{$item.localtime}}{{if $item.editedtime}} {{$item.editedtime}}{{/if}}{{if $item.expiretime}} {{$item.expiretime}}{{/if}}{{if $item.editedtime}} {{/if}} {{if $item.app}}{{$item.str_app}}{{/if}} +
    +
    + {{if $item.body}} +
    +
    + {{$item.body}} +
    +
    + {{/if}} + {{if $item.has_tags}} +
    +
    + {{$item.mentions}} {{$item.tags}} {{$item.categories}} {{$item.folders}} +
    + {{** + {{if $item.mentions}} +
    + {{$item.mentions}} +
    + {{/if}} + {{if $item.tags}} +
    + {{$item.tags}} +
    + {{/if}} + {{if $item.categories}} +
    + {{$item.categories}} +
    + {{/if}} + {{if $item.folders}} +
    + {{$item.folders}} +
    + {{/if}} + **}} +
    + {{/if}} +
    +
    + + +
    + {{if $item.attachments}} +
    + + +
    + {{/if}} +
    +
    + {{if $item.conv}} + + {{/if}} +
    +
    + diff --git a/view/tpl/searchbox.tpl b/view/tpl/searchbox.tpl new file mode 100644 index 000000000..8f7ac5162 --- /dev/null +++ b/view/tpl/searchbox.tpl @@ -0,0 +1,12 @@ +
    + +
    + +
    + + {{if $savedsearch}} + + {{/if}} +
    +
    +
    diff --git a/view/tpl/section_title.tpl b/view/tpl/section_title.tpl new file mode 100644 index 000000000..338e57042 --- /dev/null +++ b/view/tpl/section_title.tpl @@ -0,0 +1,5 @@ +
    +

    {{$title}}

    +
    +
    + diff --git a/view/tpl/select_timezone.tpl b/view/tpl/select_timezone.tpl new file mode 100644 index 000000000..2820a54f4 --- /dev/null +++ b/view/tpl/select_timezone.tpl @@ -0,0 +1,11 @@ +{{* TODO: Make id configurabel *}} + + diff --git a/view/tpl/sellpage_edit.tpl b/view/tpl/sellpage_edit.tpl new file mode 100644 index 000000000..0a4726fb2 --- /dev/null +++ b/view/tpl/sellpage_edit.tpl @@ -0,0 +1,23 @@ +

    {{$header}}

    +
    + +{{include file="field_checkbox.tpl" field=$premium}} + +
    {{$desc}}
    + +
    +

    +{{$lbl_about}} +

    + + + +
    +
    + + +
    {{$lbl2}}
    +
    {{$desc2}}
    + + +
    diff --git a/view/tpl/sellpage_submit.tpl b/view/tpl/sellpage_submit.tpl new file mode 100644 index 000000000..2bd735ea4 --- /dev/null +++ b/view/tpl/sellpage_submit.tpl @@ -0,0 +1,3 @@ +
    + +
    \ No newline at end of file diff --git a/view/tpl/sellpage_view.tpl b/view/tpl/sellpage_view.tpl new file mode 100644 index 000000000..20a65ffbe --- /dev/null +++ b/view/tpl/sellpage_view.tpl @@ -0,0 +1,11 @@ +
    +

    {{$header}}

    + +
    {{$desc}}
    + +
    {{$text}}
    + +
    {{$desc2}}
    + +{{$submit}} +
    diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl new file mode 100755 index 000000000..dd5fecb43 --- /dev/null +++ b/view/tpl/settings.tpl @@ -0,0 +1,192 @@ +
    +
    + {{if $server_role != 'basic'}} {{$removeme}}{{/if}} +

    {{$ptitle}}

    +
    +
    + {{$nickname_block}} +
    + +
    +
    + +
    +
    + {{include file="field_input.tpl" field=$username}} + {{include file="field_select_grouped.tpl" field=$timezone}} + {{include file="field_input.tpl" field=$defloc}} + {{include file="field_checkbox.tpl" field=$allowloc}} + {{include file="field_checkbox.tpl" field=$adult}} + {{include file="field_input.tpl" field=$photo_path}} + {{include file="field_input.tpl" field=$attach_path}} + {{if $basic_addon}} + {{$basic_addon}} + {{/if}} +
    + +
    +
    +
    +
    +
    + +
    +
    + {{if $server_role != 'basic'}} + {{include file="field_select_grouped.tpl" field=$role}} + {{/if}} +
    + + {{if $server_role != 'basic'}} +
    + +
    + + {{/if}} +
    + +
    + {{$group_select}} + {{include file="field_checkbox.tpl" field=$hide_presence}} + {{$profile_in_dir}} +
    +
    + {{$suggestme}} + {{include file="field_checkbox.tpl" field=$blocktags}} + {{include file="field_input.tpl" field=$expire}} +
    + {{if $permcat_enable}} + {{include file="field_select.tpl" field=$defpermcat}} + {{/if}} + + {{if $sec_addon}} + {{$sec_addon}} + {{/if}} +
    + +
    +
    +
    +
    +
    + +
    +
    +
    +

    {{$activity_options}}

    +
    + {{*not yet implemented *}} + {{*include file="field_checkbox.tpl" field=$post_joingroup*}} + {{include file="field_checkbox.tpl" field=$post_newfriend}} + {{include file="field_checkbox.tpl" field=$post_profilechange}} +
    +

    {{$lbl_not}}

    +
    + {{include file="field_intcheckbox.tpl" field=$notify1}} + {{include file="field_intcheckbox.tpl" field=$notify2}} + {{include file="field_intcheckbox.tpl" field=$notify3}} + {{include file="field_intcheckbox.tpl" field=$notify4}} + {{*include file="field_intcheckbox.tpl" field=$notify9*}} + {{include file="field_intcheckbox.tpl" field=$notify5}} + {{include file="field_intcheckbox.tpl" field=$notify6}} + {{include file="field_intcheckbox.tpl" field=$notify7}} + {{include file="field_intcheckbox.tpl" field=$notify8}} +
    +

    {{$lbl_vnot}}

    +
    + {{include file="field_intcheckbox.tpl" field=$vnotify1}} + {{include file="field_intcheckbox.tpl" field=$vnotify2}} + {{include file="field_intcheckbox.tpl" field=$vnotify3}} + {{include file="field_intcheckbox.tpl" field=$vnotify4}} + {{include file="field_intcheckbox.tpl" field=$vnotify5}} + {{include file="field_intcheckbox.tpl" field=$vnotify6}} + {{include file="field_intcheckbox.tpl" field=$vnotify10}} + {{include file="field_intcheckbox.tpl" field=$vnotify7}} + {{include file="field_intcheckbox.tpl" field=$vnotify8}} + {{include file="field_intcheckbox.tpl" field=$vnotify9}} + {{include file="field_intcheckbox.tpl" field=$vnotify11}} + {{include file="field_intcheckbox.tpl" field=$always_show_in_notices}} + {{include file="field_input.tpl" field=$evdays}} +
    +
    + {{if $notify_addon}} + {{$notify_addon}} + {{/if}} +
    + +
    +
    +
    +
    + +
    + +
    +
    + {{if $menus}} +
    + + +
    + {{/if}} + {{include file="field_checkbox.tpl" field=$cal_first_day}} + + {{if $misc_addon}} + {{$misc_addon}} + {{/if}} + +
    + +
    +
    +
    +
    +
    +
    + {{$aclselect}} +
    diff --git a/view/tpl/settings_account.tpl b/view/tpl/settings_account.tpl new file mode 100755 index 000000000..b7fdfb9a9 --- /dev/null +++ b/view/tpl/settings_account.tpl @@ -0,0 +1,28 @@ +
    +
    +  {{$removeme}} +

    {{$title}}

    +
    +
    +
    + +
    + {{include file="field_input.tpl" field=$email}} + {{include file="field_password.tpl" field=$origpass}} + {{include file="field_password.tpl" field=$password1}} + {{include file="field_password.tpl" field=$password2}} + + {{if $z_server_role == 'pro' && ! $techlock}} + {{include file="field_select.tpl" field=$techlevel}} + {{else}} + + {{/if}} + +
    + +
    + {{$account_settings}} +
    +
    +
    + diff --git a/view/tpl/settings_addons.tpl b/view/tpl/settings_addons.tpl new file mode 100755 index 000000000..52f8d9d3f --- /dev/null +++ b/view/tpl/settings_addons.tpl @@ -0,0 +1,11 @@ +
    +
    +

    {{$title}}

    +
    +
    + +
    + {{$settings_addons}} +
    +
    +
    diff --git a/view/tpl/settings_connectors.tpl b/view/tpl/settings_connectors.tpl new file mode 100755 index 000000000..8bea9ca63 --- /dev/null +++ b/view/tpl/settings_connectors.tpl @@ -0,0 +1,10 @@ +
    +

    {{$title}}

    + +
    + + +{{$settings_connectors}} + +
    +
    diff --git a/view/tpl/settings_display.tpl b/view/tpl/settings_display.tpl new file mode 100755 index 000000000..d8c1ac7aa --- /dev/null +++ b/view/tpl/settings_display.tpl @@ -0,0 +1,86 @@ +
    +
    +

    {{$ptitle}}

    +
    +
    + + +
    + {{if $theme || $mobile_theme}} +
    + +
    +
    + {{if $theme}} + {{include file="field_themeselect.tpl" field=$theme}} + {{/if}} + {{if $schema}} + {{include file="field_select.tpl" field=$schema}} + {{/if}} + {{if $mobile_theme}} + {{include file="field_themeselect.tpl" field=$mobile_theme}} + {{/if}} +
    + +
    +
    +
    +
    + {{/if}} +
    + +
    +
    + {{if $theme_config}} + {{$theme_config}} + {{/if}} +
    +
    +
    +
    + +
    +
    + {{include file="field_input.tpl" field=$ajaxint}} + {{include file="field_input.tpl" field=$itemspage}} + {{include file="field_input.tpl" field=$channel_divmore_height}} + {{include file="field_input.tpl" field=$network_divmore_height}} + {{include file="field_checkbox.tpl" field=$nosmile}} + {{include file="field_checkbox.tpl" field=$title_tosource}} + {{include file="field_checkbox.tpl" field=$channel_list_mode}} + {{include file="field_checkbox.tpl" field=$network_list_mode}} + {{include file="field_checkbox.tpl" field=$user_scalable}} + {{include file="field_checkbox.tpl" field=$preload_images}} + {{include file="field_checkbox.tpl" field=$manual_update}} + {{if $expert}} + + {{/if}} +
    + +
    +
    +
    +
    +
    +
    +
    diff --git a/view/tpl/settings_features.tpl b/view/tpl/settings_features.tpl new file mode 100755 index 000000000..dfe049a7a --- /dev/null +++ b/view/tpl/settings_features.tpl @@ -0,0 +1,30 @@ +
    +
    +

    {{$title}}

    +
    +
    + +
    + {{foreach $features as $g => $f}} +
    + +
    +
    + {{foreach $f.1 as $fcat}} + {{include file="field_checkbox.tpl" field=$fcat}} + {{/foreach}} +
    + +
    +
    +
    +
    + {{/foreach}} +
    +
    diff --git a/view/tpl/settings_nick_set.tpl b/view/tpl/settings_nick_set.tpl new file mode 100755 index 000000000..76fe7cd8d --- /dev/null +++ b/view/tpl/settings_nick_set.tpl @@ -0,0 +1,8 @@ + +
    diff --git a/view/tpl/settings_oauth.tpl b/view/tpl/settings_oauth.tpl new file mode 100755 index 000000000..811cfcec5 --- /dev/null +++ b/view/tpl/settings_oauth.tpl @@ -0,0 +1,36 @@ +
    +
    +

    {{$title}}

    +
    + +
    + + + + + + {{foreach $apps as $app}} +
    + + {{if $app.clname}}

    {{$app.clname}}

    {{else}}

    {{$noname}}

    {{/if}} + {{if $app.my}} + {{if $app.oauth_token}} +
    + {{/if}} + {{/if}} + {{if $app.my}} + + + {{/if}} +
    + {{/foreach}} + + +
    +
    diff --git a/view/tpl/settings_oauth_edit.tpl b/view/tpl/settings_oauth_edit.tpl new file mode 100755 index 000000000..b94dec48a --- /dev/null +++ b/view/tpl/settings_oauth_edit.tpl @@ -0,0 +1,22 @@ +
    +
    +

    {{$title}}

    +
    +
    +
    + + +{{include file="field_input.tpl" field=$name}} +{{include file="field_input.tpl" field=$key}} +{{include file="field_input.tpl" field=$secret}} +{{include file="field_input.tpl" field=$redirect}} +{{include file="field_input.tpl" field=$icon}} + +
    + + +
    + +
    +
    +
    diff --git a/view/tpl/settings_permcats.tpl b/view/tpl/settings_permcats.tpl new file mode 100644 index 000000000..f6bb9b036 --- /dev/null +++ b/view/tpl/settings_permcats.tpl @@ -0,0 +1,64 @@ +
    +
    +

    {{$title}}

    +
    +
    +
    + + +
    + + {{include file="field_input.tpl" field=$name}} + +
    + +
    +
    + +
    + +
    +
    +
    + {{$permnote}} +
    + + + + + + {{foreach $perms as $prm}} + {{include file="field_acheckbox.tpl" field=$prm}} + {{/foreach}} +
    {{$me}}
    + +
    + +
    +
    +
    + {{if $permcats}} +
    + + {{foreach $permcats as $k => $v}} + + + + + {{/foreach}} +
    {{$k}}
    +
    + {{/if}} + +
    + + +
    diff --git a/view/tpl/settings_tokens.tpl b/view/tpl/settings_tokens.tpl new file mode 100644 index 000000000..48190c00c --- /dev/null +++ b/view/tpl/settings_tokens.tpl @@ -0,0 +1,72 @@ +
    +
    +

    {{$title}}

    +
    +
    +
    + + +
    + + {{if $atoken}}{{/if}} + {{include file="field_input.tpl" field=$name}} + {{include file="field_input.tpl" field=$token}} + {{include file="field_input.tpl" field=$expires}} +
    + +
    +
    + +
    + +
    +
    +
    + {{$permnote}} +
    + + + + + + {{foreach $perms as $prm}} + {{include file="field_acheckbox.tpl" field=$prm}} + {{/foreach}} +
    {{$me}}
    + +
    + +
    +
    +
    +
    + + +
    {{$desc2}}
    +
      +
    • {{$url1}}?f=&zat=
    • +
    • {{$url2}}?f=&zat=
    • +
    + + {{if $tokens}} +
    + + {{foreach $tokens as $t}} + + + + + {{/foreach}} +
    {{$t.atoken_name}}
    + +
    + {{/if}} +
    diff --git a/view/tpl/sharedwithme.tpl b/view/tpl/sharedwithme.tpl new file mode 100644 index 000000000..68bdd6faa --- /dev/null +++ b/view/tpl/sharedwithme.tpl @@ -0,0 +1,26 @@ +
    +
    +  {{$dropall}} +

    {{$header}}

    +
    +
    + + + + + + + + + {{foreach $items as $item}} + + + + + + + + {{/foreach}} +
    {{$name}}{{$size}}{{$lastmod}}
    {{$item.objfilename}}{{if $item.unseen}} {{$label_new}}{{/if}}{{$item.objfilesize}}{{$item.objedited}}
    +
    +
    diff --git a/view/tpl/show_thing.tpl b/view/tpl/show_thing.tpl new file mode 100644 index 000000000..d738c9fc9 --- /dev/null +++ b/view/tpl/show_thing.tpl @@ -0,0 +1,16 @@ +

    {{$header}}

    +{{if $thing}} +
    +{{if $thing.obj_imgurl}}{{$thing.obj_term}}{{/if}} +{{$thing.obj_term}} +
    +{{if $canedit}} + + +{{/if}} + +{{/if}} + diff --git a/view/tpl/siteinfo.tpl b/view/tpl/siteinfo.tpl new file mode 100755 index 000000000..a5b99fd83 --- /dev/null +++ b/view/tpl/siteinfo.tpl @@ -0,0 +1,41 @@ +
    +

    {{$title}}

    + +

    {{$sitenametxt}}

    + +
    {{$sitename}}
    + +

    {{$headline}}

    + +
    {{if $site_about}}{{$site_about}}{{else}}--{{/if}}
    + +

    {{$admin_headline}}

    + +
    {{if $admin_about}}{{$admin_about}}{{else}}--{{/if}}
    + +

    + + +
    + +

    {{$prj_header}}

    + +
    {{$prj_name}} ({{$z_server_role}})
    + +{{if $prj_version}} +
    {{$prj_version}}
    +{{/if}} + + +

    {{$prj_linktxt}}

    + +
    {{$prj_link}}
    + +

    {{$prj_srctxt}}

    + +
    {{$prj_src}}
    + +

    +
    {{$prj_transport}} ({{$transport_link}})
    + +
    diff --git a/view/tpl/sitesearch.tpl b/view/tpl/sitesearch.tpl new file mode 100644 index 000000000..8dbf8cef5 --- /dev/null +++ b/view/tpl/sitesearch.tpl @@ -0,0 +1,5 @@ +
    + + {{$searchbox}} +
    +
    diff --git a/view/tpl/sources_edit.tpl b/view/tpl/sources_edit.tpl new file mode 100644 index 000000000..61f6e8cb0 --- /dev/null +++ b/view/tpl/sources_edit.tpl @@ -0,0 +1,24 @@ +
    +

    {{$title}}

    + +
    {{$desc}}
    + +
    + + +{{include file="field_input.tpl" field=$name}} +{{include file="field_input.tpl" field=$tags}} +{{include file="field_textarea.tpl" field=$words}} + +
    + +
    +
    +
    +
    +{{$drop}} +
    + + + + diff --git a/view/tpl/sources_list.tpl b/view/tpl/sources_list.tpl new file mode 100644 index 000000000..76be35b1a --- /dev/null +++ b/view/tpl/sources_list.tpl @@ -0,0 +1,17 @@ +
    +

    {{$title}}

    + +
    {{$desc}}
    + + + +{{if $sources}} + +{{/if}} +
    diff --git a/view/tpl/sources_new.tpl b/view/tpl/sources_new.tpl new file mode 100644 index 000000000..bbc22df84 --- /dev/null +++ b/view/tpl/sources_new.tpl @@ -0,0 +1,17 @@ +
    +

    {{$title}}

    + +
    {{$desc}}
    + +
    + +{{include file="field_input.tpl" field=$name}} +{{include file="field_input.tpl" field=$tags}} +{{include file="field_textarea.tpl" field=$words}} + +
    + +
    +
    +
    + diff --git a/view/tpl/suggest_friends.tpl b/view/tpl/suggest_friends.tpl new file mode 100755 index 000000000..95f24cd63 --- /dev/null +++ b/view/tpl/suggest_friends.tpl @@ -0,0 +1,16 @@ +
    +
    + + {{$entry.name}} + +
    + +
    + +
    + {{if $entry.connlnk}} + + {{/if}} +
    diff --git a/view/tpl/suggest_page.tpl b/view/tpl/suggest_page.tpl new file mode 100755 index 000000000..97837c852 --- /dev/null +++ b/view/tpl/suggest_page.tpl @@ -0,0 +1,9 @@ +

    {{$title}}

    + +{{if $entries}} +{{foreach $entries as $child}} +{{include file="suggest_friends.tpl" entry=$child}} +{{/foreach}} +{{/if}} + +
    diff --git a/view/tpl/suggest_widget.tpl b/view/tpl/suggest_widget.tpl new file mode 100644 index 000000000..7b9afa668 --- /dev/null +++ b/view/tpl/suggest_widget.tpl @@ -0,0 +1,10 @@ +
    +

    {{$title}}

    +{{if $entries}} +{{foreach $entries as $child}} +{{include file="suggest_friends.tpl" entry=$child}} +{{/foreach}} +{{/if}} +
    + +
    diff --git a/view/tpl/thing_edit.tpl b/view/tpl/thing_edit.tpl new file mode 100644 index 000000000..62a7c02c8 --- /dev/null +++ b/view/tpl/thing_edit.tpl @@ -0,0 +1,41 @@ +

    {{$thing_hdr}}

    +
    + + +{{if $multiprof }} +
    {{$profile_lbl}}
    + +
    {{$profile_select}}
    +
    +{{/if}} + +
    {{$verb_lbl}}
    + +
    {{$verb_select}}
    +
    + + + + +
    + + +
    + + +
    + +{{include file="field_checkbox.tpl" field=$activity}} + +
    + +{{if $lockstate}} + +{{/if}} + + + +
    +{{$aclselect}} diff --git a/view/tpl/thing_input.tpl b/view/tpl/thing_input.tpl new file mode 100644 index 000000000..90fb093e4 --- /dev/null +++ b/view/tpl/thing_input.tpl @@ -0,0 +1,41 @@ +

    {{$thing_hdr}}

    +
    + +{{if $multiprof }} +
    {{$profile_lbl}}
    + +
    {{$profile_select}}
    +
    +{{/if}} + + +
    {{$verb_lbl}}
    + +
    {{$verb_select}}
    +
    + + + + +
    + + +
    + + +
    + +{{include file="field_checkbox.tpl" field=$activity}} + +
    + +{{if $lockstate}} + +{{/if}} + + + +
    +{{$aclselect}} diff --git a/view/tpl/threaded_conversation.tpl b/view/tpl/threaded_conversation.tpl new file mode 100755 index 000000000..ea5c3c281 --- /dev/null +++ b/view/tpl/threaded_conversation.tpl @@ -0,0 +1,8 @@ +{{if $photo_item}} +{{$photo_item}} +{{/if}} +{{foreach $threads as $thread_item}} +{{include file="{{$thread_item.template}}" item=$thread_item}} +{{/foreach}} + +
    diff --git a/view/tpl/toggle_mobile_footer.tpl b/view/tpl/toggle_mobile_footer.tpl new file mode 100755 index 000000000..82c0197ba --- /dev/null +++ b/view/tpl/toggle_mobile_footer.tpl @@ -0,0 +1,2 @@ +{{$toggle_text}} + diff --git a/view/tpl/uexport.tpl b/view/tpl/uexport.tpl new file mode 100644 index 000000000..7eafd97a6 --- /dev/null +++ b/view/tpl/uexport.tpl @@ -0,0 +1,19 @@ +
    +
    +

    {{$title}}

    +
    +
    + {{$basictitle}}

    +

    {{$basic}}

    + +

    {{$fulltitle}}

    +

    {{$full}}

    + +

    {{$extra}}

    +

    {{$extra2}}

    +

    {{$extra3}}

    + +

    {{$extra4}}

    + +
    +
    diff --git a/view/tpl/usermenu.tpl b/view/tpl/usermenu.tpl new file mode 100644 index 000000000..c51728c34 --- /dev/null +++ b/view/tpl/usermenu.tpl @@ -0,0 +1,20 @@ +{{if $wrap}} +
    +{{/if}} + {{if $menu.menu_desc}} +

    {{$menu.menu_desc}}{{if $edit}} {{/if}}

    + {{/if}} + {{if $items}} + + {{/if}} +{{if $wrap}} +
    +
    +{{/if}} diff --git a/view/tpl/viewcontact_template.tpl b/view/tpl/viewcontact_template.tpl new file mode 100755 index 000000000..2b7144450 --- /dev/null +++ b/view/tpl/viewcontact_template.tpl @@ -0,0 +1,13 @@ +
    +
    +

    {{$title}}

    +
    +
    + {{foreach $contacts as $contact}} + {{include file="contact_template.tpl"}} + {{/foreach}} +
    +
    +
    + +
    diff --git a/view/tpl/viewcontactsajax.tpl b/view/tpl/viewcontactsajax.tpl new file mode 100644 index 000000000..68be228be --- /dev/null +++ b/view/tpl/viewcontactsajax.tpl @@ -0,0 +1,3 @@ +{{foreach $contacts as $contact}} +{{include file="contact_template.tpl"}} +{{/foreach}} diff --git a/view/tpl/webpage_export_list.tpl b/view/tpl/webpage_export_list.tpl new file mode 100644 index 000000000..b22b3818a --- /dev/null +++ b/view/tpl/webpage_export_list.tpl @@ -0,0 +1,124 @@ +
    +
    + +
    +
    + +
    +

    {{$title}}

    +
    +
    +
    +
    + +
    +
    +
    + +
    + + + + + {{foreach $pages as $page}} + + + + + + + {{/foreach}} +
    Page LinkPage TitleType
    +
    + + +
    +
    +
    + {{$page.pagetitle}}
    +
    +
    +
    + {{$page.title}}
    +
    +
    +
    + {{$page.mimetype}}
    +
    +
    +
    +
    +
    + +
    + + + + + {{foreach $layouts as $layout}} + + + + + + + {{/foreach}} +
    Layout NameLayout DescriptionType
    +
    + + +
    +
    +
    + {{$layout.name}}
    +
    +
    +
    + {{$layout.description}}
    +
    +
    +
    + {{$layout.mimetype}}
    +
    +
    +
    +
    +
    + +
    + + + + + {{foreach $blocks as $block}} + + + + + + + {{/foreach}} +
    Block NameBlock TitleType
    +
    + + +
    +
    +
    + {{$block.name}}
    +
    +
    +
    + {{$block.title}}
    +
    +
    +
    + {{$block.mimetype}}
    +
    +
    +
    + +
    +
    +
    + diff --git a/view/tpl/webpage_import.tpl b/view/tpl/webpage_import.tpl new file mode 100644 index 000000000..955288c1e --- /dev/null +++ b/view/tpl/webpage_import.tpl @@ -0,0 +1,126 @@ +
    +
    + +
    +
    + +
    +

    {{$title}}

    +
    +
    +
    +
    + +
    +
    +

    Scanned Pages

    +
    + + + {{foreach $pages as $page}} + + + + + + {{/foreach}} +
    Import?Page
    +
    + + +
    +
    +
    + Page Link: {{$page.pagelink}}
    + Layout: {{$page.layout}}
    + Title: {{$page.title}}
    + Content File: {{$page.contentfile}}
    + Type: {{$page.type}}
    +
    +
    +
    + + +

    Scanned Layouts

    +
    + + + {{foreach $layouts as $layout}} + + + + + + {{/foreach}} +
    Import?Layout
    +
    + + +
    +
    +
    + Name: {{$layout.name}}
    + Description: {{$layout.description}}
    + Content File: {{$layout.contentfile}}
    +
    +
    +
    + +

    Scanned Blocks

    +
    + + + {{foreach $blocks as $block}} + + + + + + {{/foreach}} +
    Import?Block
    +
    + + +
    +
    +
    + Name: {{$block.name}}
    + Title: {{$block.title}}
    + Content File: {{$block.contentfile}}
    + Type: {{$block.type}}
    +
    +
    +
    + +
    +
    +
    +
    + diff --git a/view/tpl/webpagelist.tpl b/view/tpl/webpagelist.tpl new file mode 100644 index 000000000..fcf9de75a --- /dev/null +++ b/view/tpl/webpagelist.tpl @@ -0,0 +1,76 @@ +
    +
    + {{if $editor}} +
    + +
    + {{/if}} +

    {{$listtitle}}

    +
    +
    + {{if $editor}} +
    + {{$editor}} +
    + {{/if}} + {{if $pages}} +
    + + + + + + + + + + + + {{foreach $pages as $key => $items}} + {{foreach $items as $item}} + + + + + + + + + + + {{/foreach}} + {{/foreach}} +
    {{$pagelink_txt}}{{$title_txt}}{{$created_txt}}{{$edited_txt}}
    + {{if $view}} + {{$item.pagetitle}} + {{else}} + {{$item.pagetitle}} + {{/if}} + + {{$item.title}} + + {{if $edit}} + + {{/if}} + + {{if $item.bb_element}} + + {{/if}} + + {{if $edit}} + + {{/if}} + + {{$item.created}} + + {{$item.edited}} +
    +
    + {{/if}} +
    +
    diff --git a/view/tpl/website_portation_tools.tpl b/view/tpl/website_portation_tools.tpl new file mode 100644 index 000000000..0d131cb17 --- /dev/null +++ b/view/tpl/website_portation_tools.tpl @@ -0,0 +1,60 @@ +
    + + +
    diff --git a/view/tpl/wiki.tpl b/view/tpl/wiki.tpl new file mode 100644 index 000000000..564db3324 --- /dev/null +++ b/view/tpl/wiki.tpl @@ -0,0 +1,469 @@ +
    +
    +
    + {{if $showPageControls}} + + {{/if}} + + +
    +

    + {{$wikiheaderName}}: + {{$wikiheaderPage}} +

    +
    +
    + +
    + +
    +
    + {{if !$mimeType || $mimeType == 'text/markdown'}} +
    + {{else}} +
    + +
    + {{/if}} + {{if $showPageControls}} +
    +
    +
    + +
    + +
    +
    +
    +
    + {{/if}} +
    +
    +
    + {{$renderedContent}} +
    +
    +
    +
    +
    +
    +
    +
    + +{{$wikiModal}} + + + + diff --git a/view/tpl/wiki_page_history.tpl b/view/tpl/wiki_page_history.tpl new file mode 100644 index 000000000..9e5ba0f9c --- /dev/null +++ b/view/tpl/wiki_page_history.tpl @@ -0,0 +1,59 @@ + + + {{foreach $pageHistory as $commit}} + + {{/foreach}} +
    + + + + + +
    Date{{$commit.date}} + {{if $permsWrite}} + +

    + {{/if}} + +
    Name{{$commit.name}} <{{$commit.email}}>
    Message{{$commit.title}}
    +
    diff --git a/view/tpl/wiki_page_list.tpl b/view/tpl/wiki_page_list.tpl new file mode 100644 index 000000000..44fba15cc --- /dev/null +++ b/view/tpl/wiki_page_list.tpl @@ -0,0 +1,76 @@ +{{if $not_refresh}}{{/if}} + + diff --git a/view/tpl/wikilist.tpl b/view/tpl/wikilist.tpl new file mode 100644 index 000000000..760cf41b9 --- /dev/null +++ b/view/tpl/wikilist.tpl @@ -0,0 +1,78 @@ +
    +
    + {{if $owner}} + + {{/if}} +

    {{$header}}

    +
    + {{if $owner}} +
    +
    + {{include file="field_input.tpl" field=$wikiName}} + {{include file="field_select.tpl" field=$mimeType}} + {{include file="field_checkbox.tpl" field=$notify}} +
    +
    + + +
    +
    +
    + {{$acl}} +
    +
    + {{/if}} +
    + + + + + + + {{if $owner}} + + {{/if}} + + {{foreach $wikis as $wiki}} + + + + + + {{if $owner}} + + {{/if}} + + {{/foreach}} +
    {{$name}}{{$type}}
    {{$wiki.title}}{{$wiki.mimeType}}
    +
    +
    + diff --git a/view/tpl/wikilist_widget.tpl b/view/tpl/wikilist_widget.tpl new file mode 100644 index 000000000..9853f9850 --- /dev/null +++ b/view/tpl/wikilist_widget.tpl @@ -0,0 +1,8 @@ +
    +

    {{$header}}

    + +
    diff --git a/view/tpl/write_pages.tpl b/view/tpl/write_pages.tpl new file mode 100644 index 000000000..53146ee30 --- /dev/null +++ b/view/tpl/write_pages.tpl @@ -0,0 +1,3 @@ + diff --git a/view/tpl/xchan_vcard.tpl b/view/tpl/xchan_vcard.tpl new file mode 100755 index 000000000..ac796cd47 --- /dev/null +++ b/view/tpl/xchan_vcard.tpl @@ -0,0 +1,10 @@ +
    +
    {{$name}}
    +{{if $connect}} + +{{/if}} +
    {{$name}}
    +
    + + + diff --git a/view/tpl/xrd_diaspora.tpl b/view/tpl/xrd_diaspora.tpl new file mode 100644 index 000000000..aa0d8c740 --- /dev/null +++ b/view/tpl/xrd_diaspora.tpl @@ -0,0 +1,3 @@ + + + diff --git a/view/tpl/xrd_host.tpl b/view/tpl/xrd_host.tpl new file mode 100755 index 000000000..2a40dcf47 --- /dev/null +++ b/view/tpl/xrd_host.tpl @@ -0,0 +1,11 @@ + + + + {{$zhost}} + + + + + diff --git a/view/tpl/xrd_person.tpl b/view/tpl/xrd_person.tpl new file mode 100755 index 000000000..93fdcb1df --- /dev/null +++ b/view/tpl/xrd_person.tpl @@ -0,0 +1,31 @@ + + + + {{$accturi}} + {{if $aliases}}{{foreach $aliases as $a}} + {{$a}} + {{/foreach}}{{/if}} + + + + + + + + + + + {{$dspr}} + + diff --git a/view/tpl/zcard.tpl b/view/tpl/zcard.tpl new file mode 100644 index 000000000..908f07631 --- /dev/null +++ b/view/tpl/zcard.tpl @@ -0,0 +1,144 @@ + + +
    +
    {{$zcard.chan.xchan_name}} +
    {{$zcard.chan.xchan_name}}
    +
    {{$zcard.chan.channel_addr}}
    +
    +
    {{$zcard.chan.xchan_name}}
    +
    + diff --git a/view/tpl/zcard_embed.tpl b/view/tpl/zcard_embed.tpl new file mode 100644 index 000000000..5c7a925e3 --- /dev/null +++ b/view/tpl/zcard_embed.tpl @@ -0,0 +1,8 @@ +
    +
    {{$zcard.chan.xchan_name}} +
    {{$zcard.chan.xchan_name}}
    +
    {{$zcard.chan.channel_addr}}
    +
    +
    {{$zcard.chan.xchan_name}}
    +
    + -- cgit v1.2.3 From 7acb0685904bd66cd89ef15e181148d31c6813dc Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 2 May 2017 18:24:18 -0700 Subject: profile_sidebar hook ignored the updated html content --- view/tpl/diaspora_vcard.tpl | 69 --------------------------------------------- 1 file changed, 69 deletions(-) delete mode 100644 view/tpl/diaspora_vcard.tpl (limited to 'view/tpl') diff --git a/view/tpl/diaspora_vcard.tpl b/view/tpl/diaspora_vcard.tpl deleted file mode 100644 index 017eb555c..000000000 --- a/view/tpl/diaspora_vcard.tpl +++ /dev/null @@ -1,69 +0,0 @@ -
    -
    -
    Uid
    -
    - {{$diaspora.guid}} -
    -
    -
    -
    Nickname
    -
    - {{$diaspora.nickname}} -
    -
    -
    -
    Full name
    -
    - {{$diaspora.fullname}} -
    -
    - -
    -
    First name
    -
    - {{$diaspora.firstname}} -
    -
    -
    -
    Family name
    -
    - {{$diaspora.lastname}} -
    -
    -
    -
    URL
    -
    - {{$diaspora.podloc}}/ -
    -
    -
    -
    Photo
    -
    - -
    -
    -
    -
    Photo
    -
    - -
    -
    -
    -
    Photo
    -
    - -
    -
    -
    -
    Searchable
    -
    - {{$diaspora.searchable}} -
    -
    -
    -
    Key
    -
    -
    {{$diaspora.pubkey}}
    -
    -
    -
    -- cgit v1.2.3 From e4448423fbcee4e685b410a62844a245601d2e0b Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sun, 21 May 2017 22:23:36 -0700 Subject: apporder module and all the associated backend stuff to make it work; probably needs a bit of UI cleanup and a link to it from somewhere --- view/tpl/app.tpl | 7 ++++++- view/tpl/apporder.tpl | 7 +++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 view/tpl/apporder.tpl (limited to 'view/tpl') diff --git a/view/tpl/app.tpl b/view/tpl/app.tpl index 28f28611e..f45510a58 100644 --- a/view/tpl/app.tpl +++ b/view/tpl/app.tpl @@ -25,6 +25,11 @@ {{/if}}
    {{else}} +{{if $order}} + + +{{if $icon}}{{else}}{{/if}}{{$app.name}}
    +{{else}} {{if $icon}}{{else}}{{/if}}{{$app.name}} {{/if}} - +{{/if}} diff --git a/view/tpl/apporder.tpl b/view/tpl/apporder.tpl new file mode 100644 index 000000000..fdb726131 --- /dev/null +++ b/view/tpl/apporder.tpl @@ -0,0 +1,7 @@ +

    {{$header}}

    + +
    {{$desc}}
    +


    +{{foreach $nav_apps as $nav_app}} +{{$nav_app}} +{{/foreach}} -- cgit v1.2.3 From 07ee4984cbdb3fa59441792a23c1cf3fc4151936 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sun, 21 May 2017 22:42:22 -0700 Subject: some issues with the app order template logic --- view/tpl/app.tpl | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/app.tpl b/view/tpl/app.tpl index f45510a58..0c8ba7459 100644 --- a/view/tpl/app.tpl +++ b/view/tpl/app.tpl @@ -1,4 +1,4 @@ -{{if !$navapps}} +{{if ! ($navapps || $order)}}
    -{{else}} +{{/if}} +{{if $navapps}} +{{if $icon}}{{else}}{{/if}}{{$app.name}} +{{/if}} {{if $order}} {{if $icon}}{{else}}{{/if}}{{$app.name}}
    -{{else}} -{{if $icon}}{{else}}{{/if}}{{$app.name}} -{{/if}} {{/if}} + -- cgit v1.2.3 From 7ae0317b6a2bed323492ef987ddbaaf4f2a1a9b9 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 22 May 2017 17:07:34 -0700 Subject: apporder style improvement and add to nav menu, also add language awareness to webpages --- view/tpl/app.tpl | 4 ++-- view/tpl/nav.tpl | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/app.tpl b/view/tpl/app.tpl index 0c8ba7459..804db426f 100644 --- a/view/tpl/app.tpl +++ b/view/tpl/app.tpl @@ -29,8 +29,8 @@ {{if $icon}}{{else}}{{/if}}{{$app.name}} {{/if}} {{if $order}} - - + + {{if $icon}}{{else}}{{/if}}{{$app.name}}
    {{/if}} diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 5c301b4d2..39fe686a9 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -207,6 +207,7 @@ {{if $localuser}} {{$addapps}} + {{$orderapps}} {{/if}}
    @@ -232,6 +233,7 @@ {{if $localuser}} {{$addapps}} + {{$orderapps}} {{/if}}
    -- cgit v1.2.3 From 1b75e4de0db02389108aba2b89830f7804f289f4 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Fri, 26 May 2017 14:52:45 -0700 Subject: hubzilla issue #795 --- view/tpl/webpagelist.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl') diff --git a/view/tpl/webpagelist.tpl b/view/tpl/webpagelist.tpl index fcf9de75a..1c909b9b8 100644 --- a/view/tpl/webpagelist.tpl +++ b/view/tpl/webpagelist.tpl @@ -31,7 +31,7 @@ {{if $view}} - {{$item.pagetitle}} + {{$item.pagetitle}} {{else}} {{$item.pagetitle}} {{/if}} -- cgit v1.2.3 From 4fcfcc81172ebdfa4a27d3bca94bffe97356f600 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 29 May 2017 13:50:02 -0700 Subject: start deprecation of server_role --- view/tpl/admin_site.tpl | 3 --- view/tpl/settings.tpl | 9 +++------ 2 files changed, 3 insertions(+), 9 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl index 6fd0fd9ce..e995f82b2 100755 --- a/view/tpl/admin_site.tpl +++ b/view/tpl/admin_site.tpl @@ -41,12 +41,9 @@ {{include file="field_input.tpl" field=$sitename}} - {{include file="field_select.tpl" field=$server_role}} - {{if $z_server_role == 'pro'}} {{include file="field_select.tpl" field=$techlevel}} {{include file="field_checkbox.tpl" field=$techlock}} - {{/if}} {{include file="field_textarea.tpl" field=$banner}} {{include file="field_textarea.tpl" field=$siteinfo}} diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index dd5fecb43..6673e5815 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -1,6 +1,6 @@
    - {{if $server_role != 'basic'}} {{$removeme}}{{/if}} +  {{$removeme}}

    {{$ptitle}}

    @@ -44,12 +44,9 @@
    - {{if $server_role != 'basic'}} {{include file="field_select_grouped.tpl" field=$role}} - {{/if}} -
    +
    - {{if $server_role != 'basic'}}
    @@ -71,7 +68,7 @@
    - {{/if}} +
    -- cgit v1.2.3 From fd915138322b920036a2a21c56fdfb6a56749303 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 29 May 2017 16:25:27 -0700 Subject: more deprecate server_role --- view/tpl/admin_account_edit.tpl | 5 ----- view/tpl/settings_account.tpl | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/admin_account_edit.tpl b/view/tpl/admin_account_edit.tpl index 82d137de4..239d9084a 100644 --- a/view/tpl/admin_account_edit.tpl +++ b/view/tpl/admin_account_edit.tpl @@ -8,12 +8,7 @@ {{include file="field_password.tpl" field=$pass1}} {{include file="field_password.tpl" field=$pass2}} - -{{if $z_server_role == 'pro'}} {{include file="field_select.tpl" field=$account_level}} -{{else}} - -{{/if}} {{include file="field_select.tpl" field=$account_language}} {{include file="field_input.tpl" field=$service_class}} diff --git a/view/tpl/settings_account.tpl b/view/tpl/settings_account.tpl index b7fdfb9a9..dd1d0d0c9 100755 --- a/view/tpl/settings_account.tpl +++ b/view/tpl/settings_account.tpl @@ -12,7 +12,7 @@ {{include file="field_password.tpl" field=$password1}} {{include file="field_password.tpl" field=$password2}} - {{if $z_server_role == 'pro' && ! $techlock}} + {{if ! $techlock}} {{include file="field_select.tpl" field=$techlevel}} {{else}} -- cgit v1.2.3 From e48d5383cec4f5e7bd40bbac005819d60f38c970 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 30 May 2017 16:50:57 -0700 Subject: move disapora xrd stuff to plugin --- view/tpl/xrd_diaspora.tpl | 3 --- view/tpl/xrd_person.tpl | 5 +---- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 view/tpl/xrd_diaspora.tpl (limited to 'view/tpl') diff --git a/view/tpl/xrd_diaspora.tpl b/view/tpl/xrd_diaspora.tpl deleted file mode 100644 index aa0d8c740..000000000 --- a/view/tpl/xrd_diaspora.tpl +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/view/tpl/xrd_person.tpl b/view/tpl/xrd_person.tpl index 93fdcb1df..225892d70 100755 --- a/view/tpl/xrd_person.tpl +++ b/view/tpl/xrd_person.tpl @@ -22,10 +22,7 @@ href="{{$hcard_url}}" /> - - - {{$dspr}} - -- cgit v1.2.3 From cf583168dd1b3ea461e07918eda404546d8136f4 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Thu, 8 Jun 2017 19:15:55 -0700 Subject: put unreachable federated connections in the archived tab of the connections list page --- view/tpl/abook_edit.tpl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'view/tpl') diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 9fb5c4b18..8d44e8b16 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -59,6 +59,11 @@ {{$loc_text}} {{$locstr}}
    {{/if}} + {{if $not_here}} +
    + {{$not_here}} +
    + {{/if}} {{if $last_update}}
    {{$lastupdtext}} {{$last_update}} -- cgit v1.2.3 From 2a4032d71aaa8934ce948f549e55e53d14cdfc93 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Fri, 9 Jun 2017 16:26:30 -0700 Subject: clean up the warnings about connections on unclonable networks --- view/tpl/abook_edit.tpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 8d44e8b16..146030494 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -59,10 +59,11 @@ {{$loc_text}} {{$locstr}}
    {{/if}} - {{if $not_here}} + {{if $unclonable}}
    - {{$not_here}} +
    {{$unclonable}}
    +
    {{/if}} {{if $last_update}}
    -- cgit v1.2.3 From 4d5469f27ed2bea05dcfc4c286a9d14413a9e6b6 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sat, 17 Jun 2017 17:59:31 -0700 Subject: brainstorming a comment moderation system --- view/tpl/comment_item.tpl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'view/tpl') diff --git a/view/tpl/comment_item.tpl b/view/tpl/comment_item.tpl index bd5176c83..92eeac056 100755 --- a/view/tpl/comment_item.tpl +++ b/view/tpl/comment_item.tpl @@ -10,6 +10,13 @@ + {{if $anoncomments && ! $observer}} +
    + {{include file="field_input.tpl" field=$authorname}} + {{include file="field_input.tpl" field=$authormail}} + {{$anon_extras}} +
    + {{/if}} {{if $qcomment}} {{if $anoncomments && ! $observer}} -
    - {{include file="field_input.tpl" field=$authorname}} - {{include file="field_input.tpl" field=$authormail}} + {{/if}} diff --git a/view/tpl/search_item.tpl b/view/tpl/search_item.tpl index 66618a216..4ca6378b8 100755 --- a/view/tpl/search_item.tpl +++ b/view/tpl/search_item.tpl @@ -101,6 +101,17 @@
    + {{/if}} + {{if $item.mode === 'moderate'}} + + + + + {{/if}}
    -- cgit v1.2.3 From 7f982a07781f09756d852f423bba37dc11abf2a5 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sun, 25 Jun 2017 20:03:26 -0700 Subject: minor usability enhancements with the connections list - label the edit icon so it's more obvious; the intuitive action is to click the photo or name which isn't what we usually want. Also move the Delete button over just a bit more so it's harder to accidentally click on small screens with big thumbs. --- view/tpl/connection_template.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/connection_template.tpl b/view/tpl/connection_template.tpl index 16915abda..8e49c9e27 100755 --- a/view/tpl/connection_template.tpl +++ b/view/tpl/connection_template.tpl @@ -8,8 +8,8 @@ {{$contact.ignore}} {{/if}} - {{$contact.delete}} - + {{$contact.delete}} + {{$contact.edit}} {{if $contact.approve}} {{/if}} -- cgit v1.2.3 From 54c5e03b4f94e07fccf1d67078a534d2e7da99b4 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 26 Jun 2017 22:42:01 -0700 Subject: provide more comprehensible information on the admin summary page --- view/tpl/admin_summary.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/admin_summary.tpl b/view/tpl/admin_summary.tpl index ca94b0ef7..8125703d7 100755 --- a/view/tpl/admin_summary.tpl +++ b/view/tpl/admin_summary.tpl @@ -12,7 +12,7 @@
    {{$accounts.0}}
    -
    {{foreach from=$accounts.1 item=acc name=account}}{{$acc.val}}{{if !$smarty.foreach.account.last}} / {{/if}}{{/foreach}}
    +
    {{foreach from=$accounts.1 item=acc name=account}}{{$acc.val}} {{$acc.label}}{{if !$smarty.foreach.account.last}} / {{/if}}{{/foreach}}
    {{$pending.0}}
    @@ -20,7 +20,7 @@
    {{$channels.0}}
    -
    {{foreach from=$channels.1 item=ch name=chan}}{{$ch.val}}{{if !$smarty.foreach.chan.last}} / {{/if}}{{/foreach}}
    +
    {{foreach from=$channels.1 item=ch name=chan}}{{$ch.val}} {{$ch.label}}{{if !$smarty.foreach.chan.last}} / {{/if}}{{/foreach}}
    {{$plugins.0}}
    -- cgit v1.2.3 From 4c50bfebc293554d9c9a4a8c34b929b03c132d68 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 27 Jun 2017 21:55:34 -0700 Subject: provide a gender icon on the profile sidebar within reason --- view/tpl/profile_vcard.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl') diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index c17a7878c..13c22a2c7 100755 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -43,7 +43,7 @@
    {{/if}} - {{if $gender}}
    {{$gender}}
    {{$profile.gender}}
    {{/if}} + {{if $gender}}
    {{$gender}}
    {{if $profile.gender_icon}} {{/if}}{{$profile.gender}}
    {{/if}} {{if $marital}}
     {{$marital}}
    {{$profile.marital}}
    {{/if}} -- cgit v1.2.3 From 34c4775916f824755b4545f8d6f0ec2b8a653a88 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 28 Jun 2017 16:45:48 -0700 Subject: missing space in nav tpl --- view/tpl/nav.tpl | 2 +- view/tpl/xrd_person.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 4719e1b17..e1ee07935 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -83,7 +83,7 @@ diff --git a/view/tpl/xrd_person.tpl b/view/tpl/xrd_person.tpl index 225892d70..52adb54e3 100755 --- a/view/tpl/xrd_person.tpl +++ b/view/tpl/xrd_person.tpl @@ -1,7 +1,7 @@ - {{$accturi}} + {{$subject}} {{if $aliases}}{{foreach $aliases as $a}} {{$a}} {{/foreach}}{{/if}} -- cgit v1.2.3 From 798a03c2ab3d848fb7ba09027e968a99b67e7d95 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 28 Jun 2017 17:03:17 -0700 Subject: diaspora hcard wasn't being rendered --- view/tpl/profile_vcard.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index 13c22a2c7..f51f0719c 100755 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -49,9 +49,9 @@ {{if $homepage}}
    {{$homepage}}
    {{$profile.homepage}}
    {{/if}} - +
    -
    +
    {{$rating}} -- cgit v1.2.3