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') 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') 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/theme/redbasic/tpl/prep.tpl b/view/theme/redbasic/tpl/prep.tpl new file mode 100644 index 000000000..debba13a8 --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/profdef_edit.tpl b/view/theme/redbasic/tpl/profdef_edit.tpl new file mode 100644 index 000000000..bfe85314d --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/profed_head.tpl b/view/theme/redbasic/tpl/profed_head.tpl new file mode 100755 index 000000000..ce774052a --- /dev/null +++ b/view/theme/redbasic/tpl/profed_head.tpl @@ -0,0 +1,2 @@ + + diff --git a/view/theme/redbasic/tpl/profile_advanced.tpl b/view/theme/redbasic/tpl/profile_advanced.tpl new file mode 100755 index 000000000..c56062459 --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/profile_edit.tpl b/view/theme/redbasic/tpl/profile_edit.tpl new file mode 100755 index 000000000..05137479f --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/profile_entry.tpl b/view/theme/redbasic/tpl/profile_entry.tpl new file mode 100755 index 000000000..9ae870738 --- /dev/null +++ b/view/theme/redbasic/tpl/profile_entry.tpl @@ -0,0 +1,11 @@ +
    +
    + {{$alt}} +
    + +
    + {{$visible}} +
    +
    diff --git a/view/theme/redbasic/tpl/profile_listing_header.tpl b/view/theme/redbasic/tpl/profile_listing_header.tpl new file mode 100755 index 000000000..42abf2735 --- /dev/null +++ b/view/theme/redbasic/tpl/profile_listing_header.tpl @@ -0,0 +1,12 @@ +
    +
    +  {{$cr_new}} +

    {{$header}}

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

    {{$title}}

    +
    +
    + +
    + + +
    + + {{if $importfile}} + + {{else}} + + + {{/if}} +
    + + + {{if $single}} + + {{else}} + + + +
    +
    +
    + {{/if}} + +
    + +
    +
    + +
    +
    +
    + +
    +
    diff --git a/view/theme/redbasic/tpl/profile_tabs.tpl b/view/theme/redbasic/tpl/profile_tabs.tpl new file mode 100644 index 000000000..49b74bb8f --- /dev/null +++ b/view/theme/redbasic/tpl/profile_tabs.tpl @@ -0,0 +1,5 @@ + +{{foreach $tabs as $tab}} +{{$tab.label}} +{{/foreach}} + diff --git a/view/theme/redbasic/tpl/profile_vcard.tpl b/view/theme/redbasic/tpl/profile_vcard.tpl new file mode 100755 index 000000000..c17a7878c --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/profile_vcard_short.tpl b/view/theme/redbasic/tpl/profile_vcard_short.tpl new file mode 100755 index 000000000..5d87d52c6 --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/prv_message.tpl b/view/theme/redbasic/tpl/prv_message.tpl new file mode 100755 index 000000000..925447ff2 --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/pwdreset.tpl b/view/theme/redbasic/tpl/pwdreset.tpl new file mode 100755 index 000000000..dc17ed57a --- /dev/null +++ b/view/theme/redbasic/tpl/pwdreset.tpl @@ -0,0 +1,17 @@ +
    +

    {{$lbl1}}

    + +

    +{{$lbl2}} +

    +

    +{{$lbl3}} +

    +

    {{$newpass}}

    +

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

    +

    +{{$lbl6}} +

    +
    diff --git a/view/theme/redbasic/tpl/rating_form.tpl b/view/theme/redbasic/tpl/rating_form.tpl new file mode 100644 index 000000000..4bd826484 --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/rating_slider.tpl b/view/theme/redbasic/tpl/rating_slider.tpl new file mode 100644 index 000000000..4c36504e6 --- /dev/null +++ b/view/theme/redbasic/tpl/rating_slider.tpl @@ -0,0 +1,19 @@ +
    + diff --git a/view/theme/redbasic/tpl/rbmark.tpl b/view/theme/redbasic/tpl/rbmark.tpl new file mode 100644 index 000000000..bead1de2f --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/register.tpl b/view/theme/redbasic/tpl/register.tpl new file mode 100755 index 000000000..c84934626 --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/remote_friends_common.tpl b/view/theme/redbasic/tpl/remote_friends_common.tpl new file mode 100755 index 000000000..d6d2fd211 --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/remote_login.tpl b/view/theme/redbasic/tpl/remote_login.tpl new file mode 100644 index 000000000..e6d387265 --- /dev/null +++ b/view/theme/redbasic/tpl/remote_login.tpl @@ -0,0 +1 @@ +{{$title}} diff --git a/view/theme/redbasic/tpl/removeaccount.tpl b/view/theme/redbasic/tpl/removeaccount.tpl new file mode 100644 index 000000000..ce6c8ac22 --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/removeme.tpl b/view/theme/redbasic/tpl/removeme.tpl new file mode 100755 index 000000000..40b9546d2 --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/rmagic.tpl b/view/theme/redbasic/tpl/rmagic.tpl new file mode 100755 index 000000000..9d84e4a36 --- /dev/null +++ b/view/theme/redbasic/tpl/rmagic.tpl @@ -0,0 +1,9 @@ +
    +

    {{$title}}

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

    {{$safemode}}

    + +
    diff --git a/view/theme/redbasic/tpl/saved_searches.tpl b/view/theme/redbasic/tpl/saved_searches.tpl new file mode 100644 index 000000000..ff2d044ef --- /dev/null +++ b/view/theme/redbasic/tpl/saved_searches.tpl @@ -0,0 +1,12 @@ +
    + + {{$searchbox}} + +
    diff --git a/view/theme/redbasic/tpl/search_item.tpl b/view/theme/redbasic/tpl/search_item.tpl new file mode 100755 index 000000000..66618a216 --- /dev/null +++ b/view/theme/redbasic/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}} +
    +
    + +
  • + {{/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/theme/redbasic/tpl/searchbox.tpl b/view/theme/redbasic/tpl/searchbox.tpl new file mode 100644 index 000000000..8f7ac5162 --- /dev/null +++ b/view/theme/redbasic/tpl/searchbox.tpl @@ -0,0 +1,12 @@ +
    + +
    + +
    + + {{if $savedsearch}} + + {{/if}} +
    +
    +
    diff --git a/view/theme/redbasic/tpl/section_title.tpl b/view/theme/redbasic/tpl/section_title.tpl new file mode 100644 index 000000000..338e57042 --- /dev/null +++ b/view/theme/redbasic/tpl/section_title.tpl @@ -0,0 +1,5 @@ +
    +

    {{$title}}

    +
    +
    + diff --git a/view/theme/redbasic/tpl/select_timezone.tpl b/view/theme/redbasic/tpl/select_timezone.tpl new file mode 100644 index 000000000..2820a54f4 --- /dev/null +++ b/view/theme/redbasic/tpl/select_timezone.tpl @@ -0,0 +1,11 @@ +{{* TODO: Make id configurabel *}} + + diff --git a/view/theme/redbasic/tpl/sellpage_edit.tpl b/view/theme/redbasic/tpl/sellpage_edit.tpl new file mode 100644 index 000000000..0a4726fb2 --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/sellpage_submit.tpl b/view/theme/redbasic/tpl/sellpage_submit.tpl new file mode 100644 index 000000000..2bd735ea4 --- /dev/null +++ b/view/theme/redbasic/tpl/sellpage_submit.tpl @@ -0,0 +1,3 @@ +
    + +
    \ No newline at end of file diff --git a/view/theme/redbasic/tpl/sellpage_view.tpl b/view/theme/redbasic/tpl/sellpage_view.tpl new file mode 100644 index 000000000..20a65ffbe --- /dev/null +++ b/view/theme/redbasic/tpl/sellpage_view.tpl @@ -0,0 +1,11 @@ +
    +

    {{$header}}

    + +
    {{$desc}}
    + +
    {{$text}}
    + +
    {{$desc2}}
    + +{{$submit}} +
    diff --git a/view/theme/redbasic/tpl/settings.tpl b/view/theme/redbasic/tpl/settings.tpl new file mode 100755 index 000000000..dd5fecb43 --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/settings_account.tpl b/view/theme/redbasic/tpl/settings_account.tpl new file mode 100755 index 000000000..b7fdfb9a9 --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/settings_addons.tpl b/view/theme/redbasic/tpl/settings_addons.tpl new file mode 100755 index 000000000..52f8d9d3f --- /dev/null +++ b/view/theme/redbasic/tpl/settings_addons.tpl @@ -0,0 +1,11 @@ +
    +
    +

    {{$title}}

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

    {{$title}}

    + +
    + + +{{$settings_connectors}} + +
    +
    diff --git a/view/theme/redbasic/tpl/settings_display.tpl b/view/theme/redbasic/tpl/settings_display.tpl new file mode 100755 index 000000000..d8c1ac7aa --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/settings_features.tpl b/view/theme/redbasic/tpl/settings_features.tpl new file mode 100755 index 000000000..dfe049a7a --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/settings_nick_set.tpl b/view/theme/redbasic/tpl/settings_nick_set.tpl new file mode 100755 index 000000000..76fe7cd8d --- /dev/null +++ b/view/theme/redbasic/tpl/settings_nick_set.tpl @@ -0,0 +1,8 @@ + +
    diff --git a/view/theme/redbasic/tpl/settings_oauth.tpl b/view/theme/redbasic/tpl/settings_oauth.tpl new file mode 100755 index 000000000..811cfcec5 --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/settings_oauth_edit.tpl b/view/theme/redbasic/tpl/settings_oauth_edit.tpl new file mode 100755 index 000000000..b94dec48a --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/settings_permcats.tpl b/view/theme/redbasic/tpl/settings_permcats.tpl new file mode 100644 index 000000000..f6bb9b036 --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/settings_tokens.tpl b/view/theme/redbasic/tpl/settings_tokens.tpl new file mode 100644 index 000000000..48190c00c --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/sharedwithme.tpl b/view/theme/redbasic/tpl/sharedwithme.tpl new file mode 100644 index 000000000..68bdd6faa --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/show_thing.tpl b/view/theme/redbasic/tpl/show_thing.tpl new file mode 100644 index 000000000..d738c9fc9 --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/siteinfo.tpl b/view/theme/redbasic/tpl/siteinfo.tpl new file mode 100755 index 000000000..a5b99fd83 --- /dev/null +++ b/view/theme/redbasic/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}}
    + +

    +
    {{$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/theme/redbasic/tpl/sitesearch.tpl b/view/theme/redbasic/tpl/sitesearch.tpl new file mode 100644 index 000000000..8dbf8cef5 --- /dev/null +++ b/view/theme/redbasic/tpl/sitesearch.tpl @@ -0,0 +1,5 @@ +
    + + {{$searchbox}} +
    +
    diff --git a/view/theme/redbasic/tpl/sources_edit.tpl b/view/theme/redbasic/tpl/sources_edit.tpl new file mode 100644 index 000000000..61f6e8cb0 --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/sources_list.tpl b/view/theme/redbasic/tpl/sources_list.tpl new file mode 100644 index 000000000..76be35b1a --- /dev/null +++ b/view/theme/redbasic/tpl/sources_list.tpl @@ -0,0 +1,17 @@ +
    +

    {{$title}}

    + +
    {{$desc}}
    + + + +{{if $sources}} + +{{/if}} +
    diff --git a/view/theme/redbasic/tpl/sources_new.tpl b/view/theme/redbasic/tpl/sources_new.tpl new file mode 100644 index 000000000..bbc22df84 --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/suggest_friends.tpl b/view/theme/redbasic/tpl/suggest_friends.tpl new file mode 100755 index 000000000..95f24cd63 --- /dev/null +++ b/view/theme/redbasic/tpl/suggest_friends.tpl @@ -0,0 +1,16 @@ +
    +
    + + {{$entry.name}} + +
    + +
    + +
    + {{if $entry.connlnk}} + + {{/if}} +
    diff --git a/view/theme/redbasic/tpl/suggest_page.tpl b/view/theme/redbasic/tpl/suggest_page.tpl new file mode 100755 index 000000000..97837c852 --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/suggest_widget.tpl b/view/theme/redbasic/tpl/suggest_widget.tpl new file mode 100644 index 000000000..7b9afa668 --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/thing_edit.tpl b/view/theme/redbasic/tpl/thing_edit.tpl new file mode 100644 index 000000000..62a7c02c8 --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/thing_input.tpl b/view/theme/redbasic/tpl/thing_input.tpl new file mode 100644 index 000000000..90fb093e4 --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/threaded_conversation.tpl b/view/theme/redbasic/tpl/threaded_conversation.tpl new file mode 100755 index 000000000..ea5c3c281 --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/toggle_mobile_footer.tpl b/view/theme/redbasic/tpl/toggle_mobile_footer.tpl new file mode 100755 index 000000000..82c0197ba --- /dev/null +++ b/view/theme/redbasic/tpl/toggle_mobile_footer.tpl @@ -0,0 +1,2 @@ +{{$toggle_text}} + diff --git a/view/theme/redbasic/tpl/uexport.tpl b/view/theme/redbasic/tpl/uexport.tpl new file mode 100644 index 000000000..7eafd97a6 --- /dev/null +++ b/view/theme/redbasic/tpl/uexport.tpl @@ -0,0 +1,19 @@ +
    +
    +

    {{$title}}

    +
    +
    + {{$basictitle}}

    +

    {{$basic}}

    + +

    {{$fulltitle}}

    +

    {{$full}}

    + +

    {{$extra}}

    +

    {{$extra2}}

    +

    {{$extra3}}

    + +

    {{$extra4}}

    + +
    +
    diff --git a/view/theme/redbasic/tpl/usermenu.tpl b/view/theme/redbasic/tpl/usermenu.tpl new file mode 100644 index 000000000..c51728c34 --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/viewcontact_template.tpl b/view/theme/redbasic/tpl/viewcontact_template.tpl new file mode 100755 index 000000000..2b7144450 --- /dev/null +++ b/view/theme/redbasic/tpl/viewcontact_template.tpl @@ -0,0 +1,13 @@ +
    +
    +

    {{$title}}

    +
    +
    + {{foreach $contacts as $contact}} + {{include file="contact_template.tpl"}} + {{/foreach}} +
    +
    +
    + +
    diff --git a/view/theme/redbasic/tpl/viewcontactsajax.tpl b/view/theme/redbasic/tpl/viewcontactsajax.tpl new file mode 100644 index 000000000..68be228be --- /dev/null +++ b/view/theme/redbasic/tpl/viewcontactsajax.tpl @@ -0,0 +1,3 @@ +{{foreach $contacts as $contact}} +{{include file="contact_template.tpl"}} +{{/foreach}} diff --git a/view/theme/redbasic/tpl/webpage_export_list.tpl b/view/theme/redbasic/tpl/webpage_export_list.tpl new file mode 100644 index 000000000..b22b3818a --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/webpage_import.tpl b/view/theme/redbasic/tpl/webpage_import.tpl new file mode 100644 index 000000000..955288c1e --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/webpagelist.tpl b/view/theme/redbasic/tpl/webpagelist.tpl new file mode 100644 index 000000000..fcf9de75a --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/website_portation_tools.tpl b/view/theme/redbasic/tpl/website_portation_tools.tpl new file mode 100644 index 000000000..0d131cb17 --- /dev/null +++ b/view/theme/redbasic/tpl/website_portation_tools.tpl @@ -0,0 +1,60 @@ +
    + + +
    diff --git a/view/theme/redbasic/tpl/wiki.tpl b/view/theme/redbasic/tpl/wiki.tpl new file mode 100644 index 000000000..564db3324 --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/wiki_page_history.tpl b/view/theme/redbasic/tpl/wiki_page_history.tpl new file mode 100644 index 000000000..9e5ba0f9c --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/wiki_page_list.tpl b/view/theme/redbasic/tpl/wiki_page_list.tpl new file mode 100644 index 000000000..44fba15cc --- /dev/null +++ b/view/theme/redbasic/tpl/wiki_page_list.tpl @@ -0,0 +1,76 @@ +{{if $not_refresh}}{{/if}} + + diff --git a/view/theme/redbasic/tpl/wikilist.tpl b/view/theme/redbasic/tpl/wikilist.tpl new file mode 100644 index 000000000..760cf41b9 --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/wikilist_widget.tpl b/view/theme/redbasic/tpl/wikilist_widget.tpl new file mode 100644 index 000000000..9853f9850 --- /dev/null +++ b/view/theme/redbasic/tpl/wikilist_widget.tpl @@ -0,0 +1,8 @@ +
    +

    {{$header}}

    + +
    diff --git a/view/theme/redbasic/tpl/write_pages.tpl b/view/theme/redbasic/tpl/write_pages.tpl new file mode 100644 index 000000000..53146ee30 --- /dev/null +++ b/view/theme/redbasic/tpl/write_pages.tpl @@ -0,0 +1,3 @@ + diff --git a/view/theme/redbasic/tpl/xchan_vcard.tpl b/view/theme/redbasic/tpl/xchan_vcard.tpl new file mode 100755 index 000000000..ac796cd47 --- /dev/null +++ b/view/theme/redbasic/tpl/xchan_vcard.tpl @@ -0,0 +1,10 @@ +
    +
    {{$name}}
    +{{if $connect}} + +{{/if}} +
    {{$name}}
    +
    + + + diff --git a/view/theme/redbasic/tpl/xrd_diaspora.tpl b/view/theme/redbasic/tpl/xrd_diaspora.tpl new file mode 100644 index 000000000..aa0d8c740 --- /dev/null +++ b/view/theme/redbasic/tpl/xrd_diaspora.tpl @@ -0,0 +1,3 @@ + + + diff --git a/view/theme/redbasic/tpl/xrd_host.tpl b/view/theme/redbasic/tpl/xrd_host.tpl new file mode 100755 index 000000000..2a40dcf47 --- /dev/null +++ b/view/theme/redbasic/tpl/xrd_host.tpl @@ -0,0 +1,11 @@ + + + + {{$zhost}} + + + + + diff --git a/view/theme/redbasic/tpl/xrd_person.tpl b/view/theme/redbasic/tpl/xrd_person.tpl new file mode 100755 index 000000000..93fdcb1df --- /dev/null +++ b/view/theme/redbasic/tpl/xrd_person.tpl @@ -0,0 +1,31 @@ + + + + {{$accturi}} + {{if $aliases}}{{foreach $aliases as $a}} + {{$a}} + {{/foreach}}{{/if}} + + + + + + + + + + + {{$dspr}} + + diff --git a/view/theme/redbasic/tpl/zcard.tpl b/view/theme/redbasic/tpl/zcard.tpl new file mode 100644 index 000000000..908f07631 --- /dev/null +++ b/view/theme/redbasic/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/theme/redbasic/tpl/zcard_embed.tpl b/view/theme/redbasic/tpl/zcard_embed.tpl new file mode 100644 index 000000000..5c7a925e3 --- /dev/null +++ b/view/theme/redbasic/tpl/zcard_embed.tpl @@ -0,0 +1,8 @@ +
    +
    {{$zcard.chan.xchan_name}} +
    {{$zcard.chan.xchan_name}}
    +
    {{$zcard.chan.channel_addr}}
    +
    +
    {{$zcard.chan.xchan_name}}
    +
    + diff --git a/view/tpl/404.tpl b/view/tpl/404.tpl deleted file mode 100755 index c9b51a63b..000000000 --- a/view/tpl/404.tpl +++ /dev/null @@ -1,3 +0,0 @@ -
    -

    {{$message}}

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

    {{$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 deleted file mode 100755 index f4f851c8a..000000000 --- a/view/tpl/acl_selector.tpl +++ /dev/null @@ -1,64 +0,0 @@ -
    - -
    - diff --git a/view/tpl/admin_account_edit.tpl b/view/tpl/admin_account_edit.tpl deleted file mode 100644 index 82d137de4..000000000 --- a/view/tpl/admin_account_edit.tpl +++ /dev/null @@ -1,23 +0,0 @@ -

    {{$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 deleted file mode 100755 index 3535363a0..000000000 --- a/view/tpl/admin_accounts.tpl +++ /dev/null @@ -1,88 +0,0 @@ - -
    -

    {{$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 deleted file mode 100755 index 99f139e57..000000000 --- a/view/tpl/admin_aside.tpl +++ /dev/null @@ -1,46 +0,0 @@ - -
    -

    {{$admtxt}}

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

    {{$plugadmtxt}}

    - -
    -{{/if}} - -
    -

    {{$logtxt}}

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

    {{$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 deleted file mode 100755 index 1bd1f0122..000000000 --- a/view/tpl/admin_hubloc.tpl +++ /dev/null @@ -1,27 +0,0 @@ -
    -

    {{$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 deleted file mode 100755 index 6d2d7834c..000000000 --- a/view/tpl/admin_logs.tpl +++ /dev/null @@ -1,19 +0,0 @@ -
    -

    {{$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 deleted file mode 100755 index fd5ae7d5e..000000000 --- a/view/tpl/admin_plugins.tpl +++ /dev/null @@ -1,190 +0,0 @@ -
    -
    - {{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 deleted file mode 100644 index de7b465bb..000000000 --- a/view/tpl/admin_plugins_addrepo.tpl +++ /dev/null @@ -1,9 +0,0 @@ -
    - -

    {{$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 deleted file mode 100755 index 309fc9569..000000000 --- a/view/tpl/admin_plugins_details.tpl +++ /dev/null @@ -1,58 +0,0 @@ -
    -

    {{$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 deleted file mode 100644 index e3a08449c..000000000 --- a/view/tpl/admin_profiles.tpl +++ /dev/null @@ -1,38 +0,0 @@ -
    -
     {{$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 deleted file mode 100644 index 9d3d848c9..000000000 --- a/view/tpl/admin_queue.tpl +++ /dev/null @@ -1,15 +0,0 @@ -
    -

    {{$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 deleted file mode 100755 index 409e9fc7d..000000000 --- a/view/tpl/admin_security.tpl +++ /dev/null @@ -1,33 +0,0 @@ -
    -

    {{$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 deleted file mode 100644 index 2d5cf7e0b..000000000 --- a/view/tpl/admin_settings_features.tpl +++ /dev/null @@ -1,31 +0,0 @@ -
    -
    -

    {{$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 deleted file mode 100755 index 6fd0fd9ce..000000000 --- a/view/tpl/admin_site.tpl +++ /dev/null @@ -1,101 +0,0 @@ - -
    -

    {{$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 deleted file mode 100755 index ca94b0ef7..000000000 --- a/view/tpl/admin_summary.tpl +++ /dev/null @@ -1,43 +0,0 @@ -
    -

    {{$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 deleted file mode 100755 index f5495f149..000000000 --- a/view/tpl/album_edit.tpl +++ /dev/null @@ -1,22 +0,0 @@ -
    -
    -
    - - - - {{foreach $albums as $al}} - {{if $al.text}} - -
    -
    - - -
    -
    -
    -
    - - diff --git a/view/tpl/alt_pager.tpl b/view/tpl/alt_pager.tpl deleted file mode 100644 index b46dc7662..000000000 --- a/view/tpl/alt_pager.tpl +++ /dev/null @@ -1,4 +0,0 @@ -
    -{{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 deleted file mode 100755 index 8c0766c73..000000000 --- a/view/tpl/api_config_xml.tpl +++ /dev/null @@ -1,66 +0,0 @@ - - - {{$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 deleted file mode 100755 index f2a7234d1..000000000 --- a/view/tpl/api_friends_xml.tpl +++ /dev/null @@ -1,5 +0,0 @@ - - {{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 deleted file mode 100755 index e4b470a25..000000000 --- a/view/tpl/api_ratelimit_xml.tpl +++ /dev/null @@ -1,6 +0,0 @@ - - {{$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 deleted file mode 100755 index cbb736e22..000000000 --- a/view/tpl/api_status_xml.tpl +++ /dev/null @@ -1,46 +0,0 @@ -{{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 deleted file mode 100755 index 80a541c39..000000000 --- a/view/tpl/api_test_xml.tpl +++ /dev/null @@ -1 +0,0 @@ -{{$ok}} diff --git a/view/tpl/api_timeline_atom.tpl b/view/tpl/api_timeline_atom.tpl deleted file mode 100755 index e8bfb689e..000000000 --- a/view/tpl/api_timeline_atom.tpl +++ /dev/null @@ -1,90 +0,0 @@ - - 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 deleted file mode 100755 index 86c645e99..000000000 --- a/view/tpl/api_timeline_rss.tpl +++ /dev/null @@ -1,26 +0,0 @@ - - - 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 deleted file mode 100755 index f14d73e9c..000000000 --- a/view/tpl/api_timeline_xml.tpl +++ /dev/null @@ -1,20 +0,0 @@ - -{{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 deleted file mode 100755 index 3b51992f6..000000000 --- a/view/tpl/api_user_xml.tpl +++ /dev/null @@ -1,46 +0,0 @@ - - {{$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 deleted file mode 100644 index 28f28611e..000000000 --- a/view/tpl/app.tpl +++ /dev/null @@ -1,30 +0,0 @@ -{{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 deleted file mode 100644 index 5075ce5e2..000000000 --- a/view/tpl/app_create.tpl +++ /dev/null @@ -1,40 +0,0 @@ -
    -
    -

    {{$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 deleted file mode 100755 index ba50867ff..000000000 --- a/view/tpl/atom_feed.tpl +++ /dev/null @@ -1,30 +0,0 @@ - - - - {{$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 deleted file mode 100644 index 62442ff7a..000000000 --- a/view/tpl/attach_edit.tpl +++ /dev/null @@ -1,31 +0,0 @@ -
    - - - - - {{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 deleted file mode 100755 index d0500364a..000000000 --- a/view/tpl/birthdays_reminder.tpl +++ /dev/null @@ -1,10 +0,0 @@ -{{if $count}} - - -{{/if}} - diff --git a/view/tpl/blocklist.tpl b/view/tpl/blocklist.tpl deleted file mode 100644 index 7f400bba2..000000000 --- a/view/tpl/blocklist.tpl +++ /dev/null @@ -1,69 +0,0 @@ -
    -
    - {{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 deleted file mode 100644 index 3aabf835a..000000000 --- a/view/tpl/bookmarkedchats.tpl +++ /dev/null @@ -1,10 +0,0 @@ -{{if $rooms}} -
    -

    {{$header}}

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

    {{$title}}

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

    {{$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 deleted file mode 100644 index 5d683d751..000000000 --- a/view/tpl/cdav_calendar.tpl +++ /dev/null @@ -1,349 +0,0 @@ - - -
    -
    -
    - -
    -

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

    {{$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 deleted file mode 100644 index ec2257a19..000000000 --- a/view/tpl/cdav_widget_calendar.tpl +++ /dev/null @@ -1,121 +0,0 @@ -{{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 deleted file mode 100755 index 1a84f1e66..000000000 --- a/view/tpl/channel.tpl +++ /dev/null @@ -1,49 +0,0 @@ -
    -
    - {{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 deleted file mode 100644 index ecebd4bc0..000000000 --- a/view/tpl/channel_id_select.tpl +++ /dev/null @@ -1,7 +0,0 @@ -{{if $channels}} - -{{/if}} \ No newline at end of file diff --git a/view/tpl/channel_import.tpl b/view/tpl/channel_import.tpl deleted file mode 100755 index baffe9b06..000000000 --- a/view/tpl/channel_import.tpl +++ /dev/null @@ -1,43 +0,0 @@ -

    {{$title}}

    - -
    - -
    {{$desc}}
    - - - -
    - -
    {{$choice}}
    - - - -
    - - - -
    - - - -
    - - - -
    - -
    {{$common}}
    - - - -
    - - - -
    - - -
    - -
    {{$pleasewait}}
    -
    diff --git a/view/tpl/channels.tpl b/view/tpl/channels.tpl deleted file mode 100755 index f484b49e5..000000000 --- a/view/tpl/channels.tpl +++ /dev/null @@ -1,24 +0,0 @@ -
    -
    -  {{$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 deleted file mode 100755 index 39fafaf8e..000000000 --- a/view/tpl/chanview.tpl +++ /dev/null @@ -1 +0,0 @@ -{{$url}} diff --git a/view/tpl/chat.tpl b/view/tpl/chat.tpl deleted file mode 100644 index 22f3465bf..000000000 --- a/view/tpl/chat.tpl +++ /dev/null @@ -1,346 +0,0 @@ -
    -
    -
    - {{if $is_owner}} -
    - - - -
    - {{/if}} - - -
    -

    {{$room_name}}

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

    {{$header}}

    -
    -
    - diff --git a/view/tpl/chatroom_new.tpl b/view/tpl/chatroom_new.tpl deleted file mode 100644 index 1497939f6..000000000 --- a/view/tpl/chatroom_new.tpl +++ /dev/null @@ -1,12 +0,0 @@ -
    -
    - {{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 deleted file mode 100644 index a81b8ec1e..000000000 --- a/view/tpl/chatroomlist.tpl +++ /dev/null @@ -1,10 +0,0 @@ -
    -

    {{$header}}

    - -
    - diff --git a/view/tpl/chatrooms.tpl b/view/tpl/chatrooms.tpl deleted file mode 100644 index 71a2acada..000000000 --- a/view/tpl/chatrooms.tpl +++ /dev/null @@ -1,41 +0,0 @@ -
    -
    - {{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 deleted file mode 100644 index d1567af9f..000000000 --- a/view/tpl/cloud.tpl +++ /dev/null @@ -1,4 +0,0 @@ -
    -{{include file="cloud_header.tpl"}} -{{include file="cloud_directory.tpl"}} -
    diff --git a/view/tpl/cloud_actionspanel.tpl b/view/tpl/cloud_actionspanel.tpl deleted file mode 100644 index 0ebecce29..000000000 --- a/view/tpl/cloud_actionspanel.tpl +++ /dev/null @@ -1,42 +0,0 @@ -
    - -
    - - - - -
    -
    - {{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 deleted file mode 100644 index adc8584c3..000000000 --- a/view/tpl/cloud_directory.tpl +++ /dev/null @@ -1,45 +0,0 @@ -
    - - - - - - - - - - {{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 deleted file mode 100644 index c1e589341..000000000 --- a/view/tpl/cloud_header.tpl +++ /dev/null @@ -1,16 +0,0 @@ -
    - {{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 deleted file mode 100755 index f490483b8..000000000 --- a/view/tpl/comment_item.tpl +++ /dev/null @@ -1,67 +0,0 @@ - {{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 deleted file mode 100755 index 489717e78..000000000 --- a/view/tpl/common_friends.tpl +++ /dev/null @@ -1,15 +0,0 @@ -
    -
    - - {{$name}} - -
    -
    -
    - {{$name}} -
    - {{if $note}} -
    {{$note}}
    - {{/if}} -
    -
    diff --git a/view/tpl/common_tabs.tpl b/view/tpl/common_tabs.tpl deleted file mode 100755 index 29c46369b..000000000 --- a/view/tpl/common_tabs.tpl +++ /dev/null @@ -1,17 +0,0 @@ -
    - -
    - diff --git a/view/tpl/connection_template.tpl b/view/tpl/connection_template.tpl deleted file mode 100755 index 16915abda..000000000 --- a/view/tpl/connection_template.tpl +++ /dev/null @@ -1,48 +0,0 @@ -
    -
    -
    - {{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 deleted file mode 100755 index 13261965a..000000000 --- a/view/tpl/connections.tpl +++ /dev/null @@ -1,36 +0,0 @@ -
    -
    - - {{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 deleted file mode 100755 index 580a8a41c..000000000 --- a/view/tpl/contact_block.tpl +++ /dev/null @@ -1,14 +0,0 @@ -
    -

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

    {{$title}}

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

    {{$title}}

    -

    {{$subtitle}}

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

    {{$title}}

    -

    -{{$desc}} -

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

    {{$title}}

    -

    -{{$desc}} -

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

    {{$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 deleted file mode 100644 index bc7d46dc1..000000000 --- a/view/tpl/design_tools.tpl +++ /dev/null @@ -1,9 +0,0 @@ -
    -

    {{$title}}

    - -
    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}}
    -
    -
    -
    diff --git a/view/tpl/dir_sort_links.tpl b/view/tpl/dir_sort_links.tpl deleted file mode 100644 index 9346a7455..000000000 --- a/view/tpl/dir_sort_links.tpl +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/view/tpl/directajax.tpl b/view/tpl/directajax.tpl deleted file mode 100644 index 8faec4222..000000000 --- a/view/tpl/directajax.tpl +++ /dev/null @@ -1,4 +0,0 @@ -{{foreach $entries as $entry}} -{{include file="direntry.tpl"}} -{{/foreach}} - diff --git a/view/tpl/directory_header.tpl b/view/tpl/directory_header.tpl deleted file mode 100755 index 71e991f3a..000000000 --- a/view/tpl/directory_header.tpl +++ /dev/null @@ -1,22 +0,0 @@ -
    -
    - -

    {{$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 deleted file mode 100755 index f7ec7db23..000000000 --- a/view/tpl/direntry.tpl +++ /dev/null @@ -1,77 +0,0 @@ -
    -
    -
    - {{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 deleted file mode 100755 index 913784d98..000000000 --- a/view/tpl/display-head.tpl +++ /dev/null @@ -1,8 +0,0 @@ - - diff --git a/view/tpl/dreport.tpl b/view/tpl/dreport.tpl deleted file mode 100644 index 1f5915609..000000000 --- a/view/tpl/dreport.tpl +++ /dev/null @@ -1,28 +0,0 @@ -
    -
    - {{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 deleted file mode 100755 index b2ab5db4e..000000000 --- a/view/tpl/edpost_head.tpl +++ /dev/null @@ -1,14 +0,0 @@ -
    -
    - {{if $delete}} - - {{/if}} -

    {{$title}}

    -
    -
    -
    - {{$editor}} -
    -
    diff --git a/view/tpl/email_notify_html.tpl b/view/tpl/email_notify_html.tpl deleted file mode 100755 index 5b4954c8e..000000000 --- a/view/tpl/email_notify_html.tpl +++ /dev/null @@ -1,27 +0,0 @@ - - - - {{$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 deleted file mode 100755 index 56925c18b..000000000 --- a/view/tpl/email_notify_text.tpl +++ /dev/null @@ -1,13 +0,0 @@ -{{$preamble}} - -{{$title}} - -{{$textversion}} - -{{$tsitelink}} - -{{$titemlink}} - -{{$thanks}} -{{$site_admin}} - diff --git a/view/tpl/event.tpl b/view/tpl/event.tpl deleted file mode 100755 index cc0bfc1c7..000000000 --- a/view/tpl/event.tpl +++ /dev/null @@ -1,16 +0,0 @@ -{{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 deleted file mode 100755 index d7662786b..000000000 --- a/view/tpl/event_cal.tpl +++ /dev/null @@ -1,14 +0,0 @@ -{{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 deleted file mode 100755 index d07a06b67..000000000 --- a/view/tpl/event_form.tpl +++ /dev/null @@ -1,130 +0,0 @@ -
    - - - - - - - - - - {{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 deleted file mode 100755 index 3b2cb5041..000000000 --- a/view/tpl/event_head.tpl +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - diff --git a/view/tpl/event_item_content.tpl b/view/tpl/event_item_content.tpl deleted file mode 100644 index 76e0f4616..000000000 --- a/view/tpl/event_item_content.tpl +++ /dev/null @@ -1,10 +0,0 @@ -{{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 deleted file mode 100755 index 6247aaf6f..000000000 --- a/view/tpl/event_item_header.tpl +++ /dev/null @@ -1,11 +0,0 @@ -
    -

     {{$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 deleted file mode 100755 index 9d32c76be..000000000 --- a/view/tpl/events-js.tpl +++ /dev/null @@ -1,31 +0,0 @@ -
    -
    -
    - -
    -

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

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

    {{$title}}

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

    {{$title}}

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

    {{$banner}}

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

    {{$f}}

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

    {{$title}}

    -
    {{$desc}}
    - - - -
    diff --git a/view/tpl/filebrowser.tpl b/view/tpl/filebrowser.tpl deleted file mode 100755 index 787f7c0cd..000000000 --- a/view/tpl/filebrowser.tpl +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - -
    -
      -
    • 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 deleted file mode 100755 index 61860d10f..000000000 --- a/view/tpl/filer_dialog.tpl +++ /dev/null @@ -1,19 +0,0 @@ - diff --git a/view/tpl/follow.tpl b/view/tpl/follow.tpl deleted file mode 100755 index 4def1415d..000000000 --- a/view/tpl/follow.tpl +++ /dev/null @@ -1,14 +0,0 @@ -
    -

    {{$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 deleted file mode 100644 index 839bd22b5..000000000 --- a/view/tpl/force_image_reload.tpl +++ /dev/null @@ -1,72 +0,0 @@ -{{* -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 deleted file mode 100644 index bf39b2aea..000000000 --- a/view/tpl/generic_addon_settings.tpl +++ /dev/null @@ -1,19 +0,0 @@ -
    - -
    -
    - {{$content}} - {{if $addon.0}} -
    - -
    - {{/if}} -
    -
    -
    diff --git a/view/tpl/generic_links_widget.tpl b/view/tpl/generic_links_widget.tpl deleted file mode 100755 index 67801e666..000000000 --- a/view/tpl/generic_links_widget.tpl +++ /dev/null @@ -1,11 +0,0 @@ -
    - {{if $title}}

    {{$title}}

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

    {{$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 deleted file mode 100755 index 270d2aa79..000000000 --- a/view/tpl/group_selection.tpl +++ /dev/null @@ -1,8 +0,0 @@ -
    - - -
    diff --git a/view/tpl/group_side.tpl b/view/tpl/group_side.tpl deleted file mode 100755 index 14f714ae9..000000000 --- a/view/tpl/group_side.tpl +++ /dev/null @@ -1,26 +0,0 @@ -
    -

    {{$title}}

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

    {{$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 deleted file mode 100644 index cccee2229..000000000 --- a/view/tpl/hdr.tpl +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/view/tpl/head.tpl b/view/tpl/head.tpl deleted file mode 100755 index 5f874426c..000000000 --- a/view/tpl/head.tpl +++ /dev/null @@ -1,21 +0,0 @@ - - - -{{$metas}} -{{$head_css}} -{{$js_strings}} -{{$head_js}} -{{$linkrel}} -{{$plugins}} - - - - diff --git a/view/tpl/help.tpl b/view/tpl/help.tpl deleted file mode 100644 index 43b061dcc..000000000 --- a/view/tpl/help.tpl +++ /dev/null @@ -1,33 +0,0 @@ -
    -
    -

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

    -
    -
    -

    - - - {{$tocHeading}} - -

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

    {{$title}}

    -

    {{$pass}}

    - - -{{if $status}} -

    {{$status}}

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

    {{$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 deleted file mode 100755 index 1a58de129..000000000 --- a/view/tpl/install_db.tpl +++ /dev/null @@ -1,30 +0,0 @@ -

    {{$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 deleted file mode 100755 index 62dcbb8b3..000000000 --- a/view/tpl/install_settings.tpl +++ /dev/null @@ -1,28 +0,0 @@ -

    {{$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 deleted file mode 100755 index 440e1e02b..000000000 --- a/view/tpl/invite.tpl +++ /dev/null @@ -1,28 +0,0 @@ -
    -
    -

    {{$invite}}

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

    -

    -

    diff --git a/view/tpl/item_categories.tpl b/view/tpl/item_categories.tpl deleted file mode 100644 index e1b183c0d..000000000 --- a/view/tpl/item_categories.tpl +++ /dev/null @@ -1,8 +0,0 @@ -{{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 deleted file mode 100644 index 4eb621f93..000000000 --- a/view/tpl/item_filer.tpl +++ /dev/null @@ -1,8 +0,0 @@ -{{if $categories}} - -{{foreach $categories as $cat}} - {{$cat.term}}  -{{/foreach}} - -{{/if}} - diff --git a/view/tpl/item_import.tpl b/view/tpl/item_import.tpl deleted file mode 100755 index e976417e1..000000000 --- a/view/tpl/item_import.tpl +++ /dev/null @@ -1,13 +0,0 @@ -

    {{$title}}

    - -
    - -
    {{$desc}}
    - - - -
    - - -
    -
    diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl deleted file mode 100755 index 1cc5a898a..000000000 --- a/view/tpl/jot-header.tpl +++ /dev/null @@ -1,598 +0,0 @@ - - - - - diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl deleted file mode 100755 index dbbb470c5..000000000 --- a/view/tpl/jot.tpl +++ /dev/null @@ -1,303 +0,0 @@ -
    - {{$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 deleted file mode 100755 index 60f128850..000000000 --- a/view/tpl/jot_geotag.tpl +++ /dev/null @@ -1,7 +0,0 @@ - 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 deleted file mode 100755 index 4243c2ea5..000000000 --- a/view/tpl/js_strings.tpl +++ /dev/null @@ -1,57 +0,0 @@ - - diff --git a/view/tpl/lang_selector.tpl b/view/tpl/lang_selector.tpl deleted file mode 100755 index 1324442f3..000000000 --- a/view/tpl/lang_selector.tpl +++ /dev/null @@ -1,13 +0,0 @@ -
    -

    {{$title}}

    -
    -
    -
    - -
    -
    -
    diff --git a/view/tpl/layoutlist.tpl b/view/tpl/layoutlist.tpl deleted file mode 100644 index 1bbe14893..000000000 --- a/view/tpl/layoutlist.tpl +++ /dev/null @@ -1,71 +0,0 @@ -
    -
    - {{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 deleted file mode 100755 index e83b885fe..000000000 --- a/view/tpl/like_noshare.tpl +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/view/tpl/locmanage.tpl b/view/tpl/locmanage.tpl deleted file mode 100644 index a8c75b6a8..000000000 --- a/view/tpl/locmanage.tpl +++ /dev/null @@ -1,41 +0,0 @@ -
    -
    - - -

    {{$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 deleted file mode 100755 index 3d3faa41c..000000000 --- a/view/tpl/login.tpl +++ /dev/null @@ -1,21 +0,0 @@ -
    - -
    -
    - {{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 deleted file mode 100755 index 7548ed196..000000000 --- a/view/tpl/logout.tpl +++ /dev/null @@ -1,6 +0,0 @@ -
    -
    - - -
    -
    diff --git a/view/tpl/lostpass.tpl b/view/tpl/lostpass.tpl deleted file mode 100755 index 8ecfd215b..000000000 --- a/view/tpl/lostpass.tpl +++ /dev/null @@ -1,17 +0,0 @@ -
    -

    {{$title}}

    - -

    -{{$desc}} -

    - -
    -
    - - - -
    -
    -
    -
    -
    diff --git a/view/tpl/mail_conv.tpl b/view/tpl/mail_conv.tpl deleted file mode 100755 index 759517b7f..000000000 --- a/view/tpl/mail_conv.tpl +++ /dev/null @@ -1,38 +0,0 @@ -
    -
    -
    - {{$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 deleted file mode 100755 index e8549a49b..000000000 --- a/view/tpl/mail_display.tpl +++ /dev/null @@ -1,24 +0,0 @@ -
    -
    -
    - - - {{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 deleted file mode 100755 index aac592a5f..000000000 --- a/view/tpl/mail_head.tpl +++ /dev/null @@ -1,8 +0,0 @@ -
    -

    {{$header}}

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

    {{$header}}

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

    {{$title}}

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

    {{$header}}

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

    {{$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 deleted file mode 100755 index 315ee4c8a..000000000 --- a/view/tpl/mood_content.tpl +++ /dev/null @@ -1,33 +0,0 @@ - -
    -
    -

    {{$title}}

    -
    -
    - -
    {{$desc}}
    - -
    -
    - - -
    -
    -
    - - - -
    - -
    -
    -
    - - -
    -
    -
    diff --git a/view/tpl/msg-header.tpl b/view/tpl/msg-header.tpl deleted file mode 100755 index 013e1cfdc..000000000 --- a/view/tpl/msg-header.tpl +++ /dev/null @@ -1,81 +0,0 @@ - - - diff --git a/view/tpl/myapps.tpl b/view/tpl/myapps.tpl deleted file mode 100755 index ccefa4a49..000000000 --- a/view/tpl/myapps.tpl +++ /dev/null @@ -1,17 +0,0 @@ -
    -
    - {{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 deleted file mode 100755 index c5b378b4f..000000000 --- a/view/tpl/nav.tpl +++ /dev/null @@ -1,222 +0,0 @@ -{{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 deleted file mode 100644 index b361b1a14..000000000 --- a/view/tpl/nav_login.tpl +++ /dev/null @@ -1,18 +0,0 @@ -{{if $nav.login && !$userinfo}} - -{{/if}} diff --git a/view/tpl/new_channel.tpl b/view/tpl/new_channel.tpl deleted file mode 100755 index cc1983ac4..000000000 --- a/view/tpl/new_channel.tpl +++ /dev/null @@ -1,34 +0,0 @@ -
    -
    -

    {{$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 deleted file mode 100644 index c6d5d8a73..000000000 --- a/view/tpl/notes.tpl +++ /dev/null @@ -1,35 +0,0 @@ -
    -

    {{$banner}}

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

    {{$notif_header}}

    - -{{if $notifications_available}} -{{$notif_link_mark_seen}} -{{/if}} -
    - {{$notif_content}} -
    -
    diff --git a/view/tpl/notify.tpl b/view/tpl/notify.tpl deleted file mode 100755 index d3c79be82..000000000 --- a/view/tpl/notify.tpl +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/view/tpl/nwiki_page_history.tpl b/view/tpl/nwiki_page_history.tpl deleted file mode 100644 index b1c6c9284..000000000 --- a/view/tpl/nwiki_page_history.tpl +++ /dev/null @@ -1,59 +0,0 @@ - - - {{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 deleted file mode 100755 index 2b7afa80e..000000000 --- a/view/tpl/oauth_authorize.tpl +++ /dev/null @@ -1,10 +0,0 @@ -

    {{$title}}

    - -
    - -

    {{$app.name}}

    -
    -

    {{$authorize}}

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

    {{$title}}

    - -

    {{$info}}

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

    {{$title}}

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

    {{$header}}

    - -

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

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

    {{$findpeople}}

    -
    -
    - -
    - -
    -
    -
    - -
    diff --git a/view/tpl/photo_album.tpl b/view/tpl/photo_album.tpl deleted file mode 100755 index 8bacb1575..000000000 --- a/view/tpl/photo_album.tpl +++ /dev/null @@ -1,32 +0,0 @@ -
    -
    -
    - {{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 deleted file mode 100755 index a238e61bc..000000000 --- a/view/tpl/photo_albums.tpl +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/view/tpl/photo_drop.tpl b/view/tpl/photo_drop.tpl deleted file mode 100755 index 664e5338c..000000000 --- a/view/tpl/photo_drop.tpl +++ /dev/null @@ -1,3 +0,0 @@ -
    - -
    diff --git a/view/tpl/photo_item.tpl b/view/tpl/photo_item.tpl deleted file mode 100755 index ec643c4a9..000000000 --- a/view/tpl/photo_item.tpl +++ /dev/null @@ -1,34 +0,0 @@ -
    -
    -
    -
    -
    - - {{$name}} -
    -
    -
    -
    - {{$name}} -
    -
    {{$ago}}
    -
    -
    -
    -
    {{$title}}
    -
    {{$body}}
    - -
    - {{if $drop}} -
    -
    - {{$drop}} -
    -
    -
    - {{/if}} -
    - {{$comment}} -
    -
    - diff --git a/view/tpl/photo_top.tpl b/view/tpl/photo_top.tpl deleted file mode 100755 index a86aa7f80..000000000 --- a/view/tpl/photo_top.tpl +++ /dev/null @@ -1,4 +0,0 @@ - - {{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 deleted file mode 100755 index 2431329ec..000000000 --- a/view/tpl/photo_view.tpl +++ /dev/null @@ -1,172 +0,0 @@ -
    -
    -
    -
    - {{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 deleted file mode 100755 index 8fe631ca6..000000000 --- a/view/tpl/photos_recent.tpl +++ /dev/null @@ -1,23 +0,0 @@ -
    -
    -
    - {{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 deleted file mode 100755 index d52bad5a2..000000000 --- a/view/tpl/photos_upload.tpl +++ /dev/null @@ -1,61 +0,0 @@ -
    -
    -
    - - -
    - - - - {{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 deleted file mode 100755 index 45191db85..000000000 --- a/view/tpl/photosajax.tpl +++ /dev/null @@ -1,4 +0,0 @@ -{{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 deleted file mode 100755 index 30b6268dc..000000000 --- a/view/tpl/poco_entry_xml.tpl +++ /dev/null @@ -1,8 +0,0 @@ - -{{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 deleted file mode 100755 index 0e38a692c..000000000 --- a/view/tpl/poco_xml.tpl +++ /dev/null @@ -1,18 +0,0 @@ - - -{{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 deleted file mode 100755 index f368cb024..000000000 --- a/view/tpl/poke_content.tpl +++ /dev/null @@ -1,48 +0,0 @@ - -
    -
    -

    {{$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 deleted file mode 100755 index fb43c744b..000000000 --- a/view/tpl/posted_date_widget.tpl +++ /dev/null @@ -1,46 +0,0 @@ - - - -
    -

    {{$title}}

    - - - - - {{/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}} -
    -
    - - -
    - {{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}}
    - -

    - - -
    - -

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

    {{$message}}

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

    {{$newmembertext}}

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

    {{$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/theme/redbasic/tpl/admin_accounts.tpl b/view/theme/redbasic/tpl/admin_accounts.tpl deleted file mode 100755 index 3535363a0..000000000 --- a/view/theme/redbasic/tpl/admin_accounts.tpl +++ /dev/null @@ -1,88 +0,0 @@ - -
    -

    {{$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/theme/redbasic/tpl/admin_aside.tpl b/view/theme/redbasic/tpl/admin_aside.tpl deleted file mode 100755 index 99f139e57..000000000 --- a/view/theme/redbasic/tpl/admin_aside.tpl +++ /dev/null @@ -1,46 +0,0 @@ - -
    -

    {{$admtxt}}

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

    {{$plugadmtxt}}

    - -
    -{{/if}} - -
    -

    {{$logtxt}}

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

    {{$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/theme/redbasic/tpl/admin_hubloc.tpl b/view/theme/redbasic/tpl/admin_hubloc.tpl deleted file mode 100755 index 1bd1f0122..000000000 --- a/view/theme/redbasic/tpl/admin_hubloc.tpl +++ /dev/null @@ -1,27 +0,0 @@ -
    -

    {{$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/theme/redbasic/tpl/admin_logs.tpl b/view/theme/redbasic/tpl/admin_logs.tpl deleted file mode 100755 index 6d2d7834c..000000000 --- a/view/theme/redbasic/tpl/admin_logs.tpl +++ /dev/null @@ -1,19 +0,0 @@ -
    -

    {{$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/theme/redbasic/tpl/admin_plugins.tpl b/view/theme/redbasic/tpl/admin_plugins.tpl deleted file mode 100755 index fd5ae7d5e..000000000 --- a/view/theme/redbasic/tpl/admin_plugins.tpl +++ /dev/null @@ -1,190 +0,0 @@ -
    -
    - {{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/theme/redbasic/tpl/admin_plugins_addrepo.tpl b/view/theme/redbasic/tpl/admin_plugins_addrepo.tpl deleted file mode 100644 index de7b465bb..000000000 --- a/view/theme/redbasic/tpl/admin_plugins_addrepo.tpl +++ /dev/null @@ -1,9 +0,0 @@ -
    - -

    {{$desc}}

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

    {{$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/theme/redbasic/tpl/admin_profiles.tpl b/view/theme/redbasic/tpl/admin_profiles.tpl deleted file mode 100644 index e3a08449c..000000000 --- a/view/theme/redbasic/tpl/admin_profiles.tpl +++ /dev/null @@ -1,38 +0,0 @@ -
    -
     {{$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/theme/redbasic/tpl/admin_queue.tpl b/view/theme/redbasic/tpl/admin_queue.tpl deleted file mode 100644 index 9d3d848c9..000000000 --- a/view/theme/redbasic/tpl/admin_queue.tpl +++ /dev/null @@ -1,15 +0,0 @@ -
    -

    {{$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/theme/redbasic/tpl/admin_security.tpl b/view/theme/redbasic/tpl/admin_security.tpl deleted file mode 100755 index 409e9fc7d..000000000 --- a/view/theme/redbasic/tpl/admin_security.tpl +++ /dev/null @@ -1,33 +0,0 @@ -
    -

    {{$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/theme/redbasic/tpl/admin_settings_features.tpl b/view/theme/redbasic/tpl/admin_settings_features.tpl deleted file mode 100644 index 2d5cf7e0b..000000000 --- a/view/theme/redbasic/tpl/admin_settings_features.tpl +++ /dev/null @@ -1,31 +0,0 @@ -
    -
    -

    {{$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/theme/redbasic/tpl/admin_site.tpl b/view/theme/redbasic/tpl/admin_site.tpl deleted file mode 100755 index 6fd0fd9ce..000000000 --- a/view/theme/redbasic/tpl/admin_site.tpl +++ /dev/null @@ -1,101 +0,0 @@ - -
    -

    {{$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/theme/redbasic/tpl/admin_summary.tpl b/view/theme/redbasic/tpl/admin_summary.tpl deleted file mode 100755 index ca94b0ef7..000000000 --- a/view/theme/redbasic/tpl/admin_summary.tpl +++ /dev/null @@ -1,43 +0,0 @@ -
    -

    {{$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/theme/redbasic/tpl/album_edit.tpl b/view/theme/redbasic/tpl/album_edit.tpl deleted file mode 100755 index f5495f149..000000000 --- a/view/theme/redbasic/tpl/album_edit.tpl +++ /dev/null @@ -1,22 +0,0 @@ -
    -
    -
    - - - - {{foreach $albums as $al}} - {{if $al.text}} - -
    -
    - - -
    -
    -
    -
    - - diff --git a/view/theme/redbasic/tpl/alt_pager.tpl b/view/theme/redbasic/tpl/alt_pager.tpl deleted file mode 100644 index b46dc7662..000000000 --- a/view/theme/redbasic/tpl/alt_pager.tpl +++ /dev/null @@ -1,4 +0,0 @@ -
    -{{if $has_less}}{{$less}}{{/if}} -{{if $has_more}}{{if $has_less}} | {{/if}}{{$more}}{{/if}} -
    diff --git a/view/theme/redbasic/tpl/api_config_xml.tpl b/view/theme/redbasic/tpl/api_config_xml.tpl deleted file mode 100755 index 8c0766c73..000000000 --- a/view/theme/redbasic/tpl/api_config_xml.tpl +++ /dev/null @@ -1,66 +0,0 @@ - - - {{$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/theme/redbasic/tpl/api_friends_xml.tpl b/view/theme/redbasic/tpl/api_friends_xml.tpl deleted file mode 100755 index f2a7234d1..000000000 --- a/view/theme/redbasic/tpl/api_friends_xml.tpl +++ /dev/null @@ -1,5 +0,0 @@ - - {{foreach $users as $user}} - {{include file="api_user_xml.tpl"}} - {{/foreach}} - diff --git a/view/theme/redbasic/tpl/api_ratelimit_xml.tpl b/view/theme/redbasic/tpl/api_ratelimit_xml.tpl deleted file mode 100755 index e4b470a25..000000000 --- a/view/theme/redbasic/tpl/api_ratelimit_xml.tpl +++ /dev/null @@ -1,6 +0,0 @@ - - {{$hash.remaining_hits}} - {{$hash.hourly_limit}} - {{$hash.reset_time}} - {{$hash.resettime_in_seconds}} - diff --git a/view/theme/redbasic/tpl/api_status_xml.tpl b/view/theme/redbasic/tpl/api_status_xml.tpl deleted file mode 100755 index cbb736e22..000000000 --- a/view/theme/redbasic/tpl/api_status_xml.tpl +++ /dev/null @@ -1,46 +0,0 @@ -{{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/theme/redbasic/tpl/api_test_xml.tpl b/view/theme/redbasic/tpl/api_test_xml.tpl deleted file mode 100755 index 80a541c39..000000000 --- a/view/theme/redbasic/tpl/api_test_xml.tpl +++ /dev/null @@ -1 +0,0 @@ -{{$ok}} diff --git a/view/theme/redbasic/tpl/api_timeline_atom.tpl b/view/theme/redbasic/tpl/api_timeline_atom.tpl deleted file mode 100755 index e8bfb689e..000000000 --- a/view/theme/redbasic/tpl/api_timeline_atom.tpl +++ /dev/null @@ -1,90 +0,0 @@ - - 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/theme/redbasic/tpl/api_timeline_rss.tpl b/view/theme/redbasic/tpl/api_timeline_rss.tpl deleted file mode 100755 index 86c645e99..000000000 --- a/view/theme/redbasic/tpl/api_timeline_rss.tpl +++ /dev/null @@ -1,26 +0,0 @@ - - - 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/theme/redbasic/tpl/api_timeline_xml.tpl b/view/theme/redbasic/tpl/api_timeline_xml.tpl deleted file mode 100755 index f14d73e9c..000000000 --- a/view/theme/redbasic/tpl/api_timeline_xml.tpl +++ /dev/null @@ -1,20 +0,0 @@ - -{{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/theme/redbasic/tpl/api_user_xml.tpl b/view/theme/redbasic/tpl/api_user_xml.tpl deleted file mode 100755 index 3b51992f6..000000000 --- a/view/theme/redbasic/tpl/api_user_xml.tpl +++ /dev/null @@ -1,46 +0,0 @@ - - {{$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/theme/redbasic/tpl/app.tpl b/view/theme/redbasic/tpl/app.tpl deleted file mode 100644 index 28f28611e..000000000 --- a/view/theme/redbasic/tpl/app.tpl +++ /dev/null @@ -1,30 +0,0 @@ -{{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/theme/redbasic/tpl/app_create.tpl b/view/theme/redbasic/tpl/app_create.tpl deleted file mode 100644 index 5075ce5e2..000000000 --- a/view/theme/redbasic/tpl/app_create.tpl +++ /dev/null @@ -1,40 +0,0 @@ -
    -
    -

    {{$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/theme/redbasic/tpl/atom_feed.tpl b/view/theme/redbasic/tpl/atom_feed.tpl deleted file mode 100755 index ba50867ff..000000000 --- a/view/theme/redbasic/tpl/atom_feed.tpl +++ /dev/null @@ -1,30 +0,0 @@ - - - - {{$feed_id}} - {{$feed_title}} - {{$red}} - - -{{if $author}} -{{$author}} -{{/if}} - - {{$feed_updated}} - - - {{$name}} - {{$profile_page}} - - - diff --git a/view/theme/redbasic/tpl/attach_edit.tpl b/view/theme/redbasic/tpl/attach_edit.tpl deleted file mode 100644 index 62442ff7a..000000000 --- a/view/theme/redbasic/tpl/attach_edit.tpl +++ /dev/null @@ -1,31 +0,0 @@ -
    - - - - - {{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/theme/redbasic/tpl/birthdays_reminder.tpl b/view/theme/redbasic/tpl/birthdays_reminder.tpl deleted file mode 100755 index d0500364a..000000000 --- a/view/theme/redbasic/tpl/birthdays_reminder.tpl +++ /dev/null @@ -1,10 +0,0 @@ -{{if $count}} - - -{{/if}} - diff --git a/view/theme/redbasic/tpl/blocklist.tpl b/view/theme/redbasic/tpl/blocklist.tpl deleted file mode 100644 index 7f400bba2..000000000 --- a/view/theme/redbasic/tpl/blocklist.tpl +++ /dev/null @@ -1,69 +0,0 @@ -
    -
    - {{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/theme/redbasic/tpl/bookmarkedchats.tpl b/view/theme/redbasic/tpl/bookmarkedchats.tpl deleted file mode 100644 index 3aabf835a..000000000 --- a/view/theme/redbasic/tpl/bookmarkedchats.tpl +++ /dev/null @@ -1,10 +0,0 @@ -{{if $rooms}} -
    -

    {{$header}}

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

    {{$title}}

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

    {{$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/theme/redbasic/tpl/cdav_calendar.tpl b/view/theme/redbasic/tpl/cdav_calendar.tpl deleted file mode 100644 index 5d683d751..000000000 --- a/view/theme/redbasic/tpl/cdav_calendar.tpl +++ /dev/null @@ -1,349 +0,0 @@ - - -
    -
    -
    - -
    -

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

    {{$addressbooks_label}}

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

    {{$tools_label}}

    - -
    diff --git a/view/theme/redbasic/tpl/cdav_widget_calendar.tpl b/view/theme/redbasic/tpl/cdav_widget_calendar.tpl deleted file mode 100644 index ec2257a19..000000000 --- a/view/theme/redbasic/tpl/cdav_widget_calendar.tpl +++ /dev/null @@ -1,121 +0,0 @@ -{{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/theme/redbasic/tpl/channel.tpl b/view/theme/redbasic/tpl/channel.tpl deleted file mode 100755 index 1a84f1e66..000000000 --- a/view/theme/redbasic/tpl/channel.tpl +++ /dev/null @@ -1,49 +0,0 @@ -
    -
    - {{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/theme/redbasic/tpl/channel_id_select.tpl b/view/theme/redbasic/tpl/channel_id_select.tpl deleted file mode 100644 index ecebd4bc0..000000000 --- a/view/theme/redbasic/tpl/channel_id_select.tpl +++ /dev/null @@ -1,7 +0,0 @@ -{{if $channels}} - -{{/if}} \ No newline at end of file diff --git a/view/theme/redbasic/tpl/channel_import.tpl b/view/theme/redbasic/tpl/channel_import.tpl deleted file mode 100755 index baffe9b06..000000000 --- a/view/theme/redbasic/tpl/channel_import.tpl +++ /dev/null @@ -1,43 +0,0 @@ -

    {{$title}}

    - -
    - -
    {{$desc}}
    - - - -
    - -
    {{$choice}}
    - - - -
    - - - -
    - - - -
    - - - -
    - -
    {{$common}}
    - - - -
    - - - -
    - - -
    - -
    {{$pleasewait}}
    -
    diff --git a/view/theme/redbasic/tpl/channels.tpl b/view/theme/redbasic/tpl/channels.tpl deleted file mode 100755 index f484b49e5..000000000 --- a/view/theme/redbasic/tpl/channels.tpl +++ /dev/null @@ -1,24 +0,0 @@ -
    -
    -  {{$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/theme/redbasic/tpl/chanview.tpl b/view/theme/redbasic/tpl/chanview.tpl deleted file mode 100755 index 39fafaf8e..000000000 --- a/view/theme/redbasic/tpl/chanview.tpl +++ /dev/null @@ -1 +0,0 @@ -{{$url}} diff --git a/view/theme/redbasic/tpl/chat.tpl b/view/theme/redbasic/tpl/chat.tpl deleted file mode 100644 index 22f3465bf..000000000 --- a/view/theme/redbasic/tpl/chat.tpl +++ /dev/null @@ -1,346 +0,0 @@ -
    -
    -
    - {{if $is_owner}} -
    - - - -
    - {{/if}} - - -
    -

    {{$room_name}}

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

    {{$header}}

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

    {{$header}}

    - -
    - diff --git a/view/theme/redbasic/tpl/chatrooms.tpl b/view/theme/redbasic/tpl/chatrooms.tpl deleted file mode 100644 index 71a2acada..000000000 --- a/view/theme/redbasic/tpl/chatrooms.tpl +++ /dev/null @@ -1,41 +0,0 @@ -
    -
    - {{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/theme/redbasic/tpl/cloud.tpl b/view/theme/redbasic/tpl/cloud.tpl deleted file mode 100644 index d1567af9f..000000000 --- a/view/theme/redbasic/tpl/cloud.tpl +++ /dev/null @@ -1,4 +0,0 @@ -
    -{{include file="cloud_header.tpl"}} -{{include file="cloud_directory.tpl"}} -
    diff --git a/view/theme/redbasic/tpl/cloud_actionspanel.tpl b/view/theme/redbasic/tpl/cloud_actionspanel.tpl deleted file mode 100644 index 0ebecce29..000000000 --- a/view/theme/redbasic/tpl/cloud_actionspanel.tpl +++ /dev/null @@ -1,42 +0,0 @@ -
    - -
    - - - - -
    -
    - {{if $lockstate}} - - {{/if}} - -
    -
    -
    -
    -
    -
    - {{if $quota.limit || $quota.used}}{{/if}} -
    - - - - - -
    -
    - {{if $lockstate}} - - {{/if}} - -
    -
    -
    -
    -
    -{{$aclselect}} diff --git a/view/theme/redbasic/tpl/cloud_directory.tpl b/view/theme/redbasic/tpl/cloud_directory.tpl deleted file mode 100644 index adc8584c3..000000000 --- a/view/theme/redbasic/tpl/cloud_directory.tpl +++ /dev/null @@ -1,45 +0,0 @@ -
    - - - - - - - - - - {{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/theme/redbasic/tpl/cloud_header.tpl b/view/theme/redbasic/tpl/cloud_header.tpl deleted file mode 100644 index c1e589341..000000000 --- a/view/theme/redbasic/tpl/cloud_header.tpl +++ /dev/null @@ -1,16 +0,0 @@ -
    - {{if $actionspanel}} -
    - {{if $is_owner}} -  {{$shared}} - {{/if}} - - -
    - {{/if}} -

    {{$header}}

    -
    -
    -{{if $actionspanel}} - {{$actionspanel}} -{{/if}} diff --git a/view/theme/redbasic/tpl/comment_item.tpl b/view/theme/redbasic/tpl/comment_item.tpl deleted file mode 100755 index f490483b8..000000000 --- a/view/theme/redbasic/tpl/comment_item.tpl +++ /dev/null @@ -1,67 +0,0 @@ - {{if $threaded}} -
    - {{else}} -
    - {{/if}} -
    - - - - - - - - {{if $qcomment}} - - {{/if}} -
    -
    -
    - - - - - -
    -
    - -
    - {{if $feature_encrypt}} -
    - -
    - {{/if}} - {{$comment_buttons}} -
    -
    - {{if $preview}} - - {{/if}} - -
    -
    -
    -
    -
    -
    diff --git a/view/theme/redbasic/tpl/common_friends.tpl b/view/theme/redbasic/tpl/common_friends.tpl deleted file mode 100755 index 489717e78..000000000 --- a/view/theme/redbasic/tpl/common_friends.tpl +++ /dev/null @@ -1,15 +0,0 @@ -
    -
    - - {{$name}} - -
    -
    -
    - {{$name}} -
    - {{if $note}} -
    {{$note}}
    - {{/if}} -
    -
    diff --git a/view/theme/redbasic/tpl/common_tabs.tpl b/view/theme/redbasic/tpl/common_tabs.tpl deleted file mode 100755 index 29c46369b..000000000 --- a/view/theme/redbasic/tpl/common_tabs.tpl +++ /dev/null @@ -1,17 +0,0 @@ -
    - -
    - diff --git a/view/theme/redbasic/tpl/connection_template.tpl b/view/theme/redbasic/tpl/connection_template.tpl deleted file mode 100755 index 16915abda..000000000 --- a/view/theme/redbasic/tpl/connection_template.tpl +++ /dev/null @@ -1,48 +0,0 @@ -
    -
    -
    - {{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/theme/redbasic/tpl/connections.tpl b/view/theme/redbasic/tpl/connections.tpl deleted file mode 100755 index 13261965a..000000000 --- a/view/theme/redbasic/tpl/connections.tpl +++ /dev/null @@ -1,36 +0,0 @@ -
    -
    - - {{if $finding}}

    {{$finding}}

    {{else}}

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

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

    {{$contacts}}

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

    {{$title}}

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

    {{$title}}

    -

    {{$subtitle}}

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

    {{$title}}

    -

    -{{$desc}} -

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

    {{$title}}

    -

    -{{$desc}} -

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

    {{$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/theme/redbasic/tpl/design_tools.tpl b/view/theme/redbasic/tpl/design_tools.tpl deleted file mode 100644 index bc7d46dc1..000000000 --- a/view/theme/redbasic/tpl/design_tools.tpl +++ /dev/null @@ -1,9 +0,0 @@ -
    -

    {{$title}}

    - -
    diff --git a/view/theme/redbasic/tpl/diaspora_vcard.tpl b/view/theme/redbasic/tpl/diaspora_vcard.tpl deleted file mode 100644 index 017eb555c..000000000 --- a/view/theme/redbasic/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}}
    -
    -
    -
    diff --git a/view/theme/redbasic/tpl/dir_sort_links.tpl b/view/theme/redbasic/tpl/dir_sort_links.tpl deleted file mode 100644 index 9346a7455..000000000 --- a/view/theme/redbasic/tpl/dir_sort_links.tpl +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/view/theme/redbasic/tpl/directajax.tpl b/view/theme/redbasic/tpl/directajax.tpl deleted file mode 100644 index 8faec4222..000000000 --- a/view/theme/redbasic/tpl/directajax.tpl +++ /dev/null @@ -1,4 +0,0 @@ -{{foreach $entries as $entry}} -{{include file="direntry.tpl"}} -{{/foreach}} - diff --git a/view/theme/redbasic/tpl/directory_header.tpl b/view/theme/redbasic/tpl/directory_header.tpl deleted file mode 100755 index 71e991f3a..000000000 --- a/view/theme/redbasic/tpl/directory_header.tpl +++ /dev/null @@ -1,22 +0,0 @@ -
    -
    - -

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

    -
    - {{foreach $entries as $entry}} - {{include file="direntry.tpl"}} - {{/foreach}} -
    -
    - -
    diff --git a/view/theme/redbasic/tpl/direntry.tpl b/view/theme/redbasic/tpl/direntry.tpl deleted file mode 100755 index f7ec7db23..000000000 --- a/view/theme/redbasic/tpl/direntry.tpl +++ /dev/null @@ -1,77 +0,0 @@ -
    -
    -
    - {{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/theme/redbasic/tpl/display-head.tpl b/view/theme/redbasic/tpl/display-head.tpl deleted file mode 100755 index 913784d98..000000000 --- a/view/theme/redbasic/tpl/display-head.tpl +++ /dev/null @@ -1,8 +0,0 @@ - - diff --git a/view/theme/redbasic/tpl/dreport.tpl b/view/theme/redbasic/tpl/dreport.tpl deleted file mode 100644 index 1f5915609..000000000 --- a/view/theme/redbasic/tpl/dreport.tpl +++ /dev/null @@ -1,28 +0,0 @@ -
    -
    - {{if $table == 'item'}} - - {{/if}} -

    {{$title}}

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

    {{$title}}

    -
    -
    -
    - {{$editor}} -
    -
    diff --git a/view/theme/redbasic/tpl/email_notify_html.tpl b/view/theme/redbasic/tpl/email_notify_html.tpl deleted file mode 100755 index 5b4954c8e..000000000 --- a/view/theme/redbasic/tpl/email_notify_html.tpl +++ /dev/null @@ -1,27 +0,0 @@ - - - - {{$banner}} - - - - - - - - - - - - - - - - - - - - -
    {{$product}}
    {{$preamble}}
    {{$source_name}}
    {{$title}}
    {{$htmlversion}}
    {{$hsitelink}}
    {{$hitemlink}}
    {{$thanks}}
    {{$site_admin}}
    - - diff --git a/view/theme/redbasic/tpl/email_notify_text.tpl b/view/theme/redbasic/tpl/email_notify_text.tpl deleted file mode 100755 index 56925c18b..000000000 --- a/view/theme/redbasic/tpl/email_notify_text.tpl +++ /dev/null @@ -1,13 +0,0 @@ -{{$preamble}} - -{{$title}} - -{{$textversion}} - -{{$tsitelink}} - -{{$titemlink}} - -{{$thanks}} -{{$site_admin}} - diff --git a/view/theme/redbasic/tpl/event.tpl b/view/theme/redbasic/tpl/event.tpl deleted file mode 100755 index cc0bfc1c7..000000000 --- a/view/theme/redbasic/tpl/event.tpl +++ /dev/null @@ -1,16 +0,0 @@ -{{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/theme/redbasic/tpl/event_cal.tpl b/view/theme/redbasic/tpl/event_cal.tpl deleted file mode 100755 index d7662786b..000000000 --- a/view/theme/redbasic/tpl/event_cal.tpl +++ /dev/null @@ -1,14 +0,0 @@ -{{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/theme/redbasic/tpl/event_form.tpl b/view/theme/redbasic/tpl/event_form.tpl deleted file mode 100755 index d07a06b67..000000000 --- a/view/theme/redbasic/tpl/event_form.tpl +++ /dev/null @@ -1,130 +0,0 @@ -
    - - - - - - - - - - {{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/theme/redbasic/tpl/event_head.tpl b/view/theme/redbasic/tpl/event_head.tpl deleted file mode 100755 index 3b2cb5041..000000000 --- a/view/theme/redbasic/tpl/event_head.tpl +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - diff --git a/view/theme/redbasic/tpl/event_item_content.tpl b/view/theme/redbasic/tpl/event_item_content.tpl deleted file mode 100644 index 76e0f4616..000000000 --- a/view/theme/redbasic/tpl/event_item_content.tpl +++ /dev/null @@ -1,10 +0,0 @@ -{{if $description}} -
    - {{$description}} -
    -{{/if}} -{{if $location}} -
    - {{$location_label}} {{$location}} -
    -{{/if}} diff --git a/view/theme/redbasic/tpl/event_item_header.tpl b/view/theme/redbasic/tpl/event_item_header.tpl deleted file mode 100755 index 6247aaf6f..000000000 --- a/view/theme/redbasic/tpl/event_item_header.tpl +++ /dev/null @@ -1,11 +0,0 @@ -
    -

     {{$title}}

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

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

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

    {{$title}}

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

    {{$title}}

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

    {{$banner}}

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

    {{$f}}

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

    {{$title}}

    -
    {{$desc}}
    - - - -
    diff --git a/view/theme/redbasic/tpl/filebrowser.tpl b/view/theme/redbasic/tpl/filebrowser.tpl deleted file mode 100755 index 787f7c0cd..000000000 --- a/view/theme/redbasic/tpl/filebrowser.tpl +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - -
    -
      -
    • 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/theme/redbasic/tpl/filer_dialog.tpl b/view/theme/redbasic/tpl/filer_dialog.tpl deleted file mode 100755 index 61860d10f..000000000 --- a/view/theme/redbasic/tpl/filer_dialog.tpl +++ /dev/null @@ -1,19 +0,0 @@ - diff --git a/view/theme/redbasic/tpl/follow.tpl b/view/theme/redbasic/tpl/follow.tpl deleted file mode 100755 index 4def1415d..000000000 --- a/view/theme/redbasic/tpl/follow.tpl +++ /dev/null @@ -1,14 +0,0 @@ -
    -

    {{$connect}}

    -
    -
    - -
    - -
    -
    -
    - {{if $abook_usage_message}} -
    {{$abook_usage_message}}
    - {{/if}} -
    diff --git a/view/theme/redbasic/tpl/force_image_reload.tpl b/view/theme/redbasic/tpl/force_image_reload.tpl deleted file mode 100644 index 839bd22b5..000000000 --- a/view/theme/redbasic/tpl/force_image_reload.tpl +++ /dev/null @@ -1,72 +0,0 @@ -{{* -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/theme/redbasic/tpl/generic_addon_settings.tpl b/view/theme/redbasic/tpl/generic_addon_settings.tpl deleted file mode 100644 index bf39b2aea..000000000 --- a/view/theme/redbasic/tpl/generic_addon_settings.tpl +++ /dev/null @@ -1,19 +0,0 @@ -
    - -
    -
    - {{$content}} - {{if $addon.0}} -
    - -
    - {{/if}} -
    -
    -
    diff --git a/view/theme/redbasic/tpl/generic_links_widget.tpl b/view/theme/redbasic/tpl/generic_links_widget.tpl deleted file mode 100755 index 67801e666..000000000 --- a/view/theme/redbasic/tpl/generic_links_widget.tpl +++ /dev/null @@ -1,11 +0,0 @@ -
    - {{if $title}}

    {{$title}}

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

    {{$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/theme/redbasic/tpl/group_selection.tpl b/view/theme/redbasic/tpl/group_selection.tpl deleted file mode 100755 index 270d2aa79..000000000 --- a/view/theme/redbasic/tpl/group_selection.tpl +++ /dev/null @@ -1,8 +0,0 @@ -
    - - -
    diff --git a/view/theme/redbasic/tpl/group_side.tpl b/view/theme/redbasic/tpl/group_side.tpl deleted file mode 100755 index 14f714ae9..000000000 --- a/view/theme/redbasic/tpl/group_side.tpl +++ /dev/null @@ -1,26 +0,0 @@ -
    -

    {{$title}}

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

    {{$groupeditor.label_members}}

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

    {{$groupeditor.label_contacts}}

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

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

    -
    -
    -

    - - - {{$tocHeading}} - -

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

    {{$title}}

    -

    {{$pass}}

    - - -{{if $status}} -

    {{$status}}

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

    {{$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/theme/redbasic/tpl/install_db.tpl b/view/theme/redbasic/tpl/install_db.tpl deleted file mode 100755 index 1a58de129..000000000 --- a/view/theme/redbasic/tpl/install_db.tpl +++ /dev/null @@ -1,30 +0,0 @@ -

    {{$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/theme/redbasic/tpl/install_settings.tpl b/view/theme/redbasic/tpl/install_settings.tpl deleted file mode 100755 index 62dcbb8b3..000000000 --- a/view/theme/redbasic/tpl/install_settings.tpl +++ /dev/null @@ -1,28 +0,0 @@ -

    {{$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/theme/redbasic/tpl/invite.tpl b/view/theme/redbasic/tpl/invite.tpl deleted file mode 100755 index 440e1e02b..000000000 --- a/view/theme/redbasic/tpl/invite.tpl +++ /dev/null @@ -1,28 +0,0 @@ -
    -
    -

    {{$invite}}

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

    -

    -

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

    {{$title}}

    - -
    - -
    {{$desc}}
    - - - -
    - - -
    -
    diff --git a/view/theme/redbasic/tpl/jot-header.tpl b/view/theme/redbasic/tpl/jot-header.tpl deleted file mode 100755 index 1cc5a898a..000000000 --- a/view/theme/redbasic/tpl/jot-header.tpl +++ /dev/null @@ -1,598 +0,0 @@ - - - - - diff --git a/view/theme/redbasic/tpl/jot.tpl b/view/theme/redbasic/tpl/jot.tpl deleted file mode 100755 index dbbb470c5..000000000 --- a/view/theme/redbasic/tpl/jot.tpl +++ /dev/null @@ -1,303 +0,0 @@ -
    - {{$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/theme/redbasic/tpl/jot_geotag.tpl b/view/theme/redbasic/tpl/jot_geotag.tpl deleted file mode 100755 index 60f128850..000000000 --- a/view/theme/redbasic/tpl/jot_geotag.tpl +++ /dev/null @@ -1,7 +0,0 @@ - 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/theme/redbasic/tpl/js_strings.tpl b/view/theme/redbasic/tpl/js_strings.tpl deleted file mode 100755 index 4243c2ea5..000000000 --- a/view/theme/redbasic/tpl/js_strings.tpl +++ /dev/null @@ -1,57 +0,0 @@ - - diff --git a/view/theme/redbasic/tpl/lang_selector.tpl b/view/theme/redbasic/tpl/lang_selector.tpl deleted file mode 100755 index 1324442f3..000000000 --- a/view/theme/redbasic/tpl/lang_selector.tpl +++ /dev/null @@ -1,13 +0,0 @@ -
    -

    {{$title}}

    -
    -
    -
    - -
    -
    -
    diff --git a/view/theme/redbasic/tpl/layoutlist.tpl b/view/theme/redbasic/tpl/layoutlist.tpl deleted file mode 100644 index 1bbe14893..000000000 --- a/view/theme/redbasic/tpl/layoutlist.tpl +++ /dev/null @@ -1,71 +0,0 @@ -
    -
    - {{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/theme/redbasic/tpl/like_noshare.tpl b/view/theme/redbasic/tpl/like_noshare.tpl deleted file mode 100755 index e83b885fe..000000000 --- a/view/theme/redbasic/tpl/like_noshare.tpl +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/view/theme/redbasic/tpl/locmanage.tpl b/view/theme/redbasic/tpl/locmanage.tpl deleted file mode 100644 index a8c75b6a8..000000000 --- a/view/theme/redbasic/tpl/locmanage.tpl +++ /dev/null @@ -1,41 +0,0 @@ -
    -
    - - -

    {{$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/theme/redbasic/tpl/login.tpl b/view/theme/redbasic/tpl/login.tpl deleted file mode 100755 index 3d3faa41c..000000000 --- a/view/theme/redbasic/tpl/login.tpl +++ /dev/null @@ -1,21 +0,0 @@ -
    - -
    -
    - {{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/theme/redbasic/tpl/logout.tpl b/view/theme/redbasic/tpl/logout.tpl deleted file mode 100755 index 7548ed196..000000000 --- a/view/theme/redbasic/tpl/logout.tpl +++ /dev/null @@ -1,6 +0,0 @@ -
    -
    - - -
    -
    diff --git a/view/theme/redbasic/tpl/lostpass.tpl b/view/theme/redbasic/tpl/lostpass.tpl deleted file mode 100755 index 8ecfd215b..000000000 --- a/view/theme/redbasic/tpl/lostpass.tpl +++ /dev/null @@ -1,17 +0,0 @@ -
    -

    {{$title}}

    - -

    -{{$desc}} -

    - -
    -
    - - - -
    -
    -
    -
    -
    diff --git a/view/theme/redbasic/tpl/mail_conv.tpl b/view/theme/redbasic/tpl/mail_conv.tpl deleted file mode 100755 index 759517b7f..000000000 --- a/view/theme/redbasic/tpl/mail_conv.tpl +++ /dev/null @@ -1,38 +0,0 @@ -
    -
    -
    - {{$mail.from_name}} -
    -
    - {{if $mail.is_recalled}}{{$mail.is_recalled}}{{/if}} - -
    {{$mail.date}}
    -
    -
    -
    -
    - {{$mail.body}} -
    - {{if $mail.attachments}} - - {{/if}} - -
    -
    diff --git a/view/theme/redbasic/tpl/mail_display.tpl b/view/theme/redbasic/tpl/mail_display.tpl deleted file mode 100755 index e8549a49b..000000000 --- a/view/theme/redbasic/tpl/mail_display.tpl +++ /dev/null @@ -1,24 +0,0 @@ -
    -
    -
    - - - {{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/theme/redbasic/tpl/mail_head.tpl b/view/theme/redbasic/tpl/mail_head.tpl deleted file mode 100755 index aac592a5f..000000000 --- a/view/theme/redbasic/tpl/mail_head.tpl +++ /dev/null @@ -1,8 +0,0 @@ -
    -

    {{$header}}

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

    {{$header}}

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

    {{$title}}

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

    {{$header}}

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

    {{$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/theme/redbasic/tpl/mood_content.tpl b/view/theme/redbasic/tpl/mood_content.tpl deleted file mode 100755 index 315ee4c8a..000000000 --- a/view/theme/redbasic/tpl/mood_content.tpl +++ /dev/null @@ -1,33 +0,0 @@ - -
    -
    -

    {{$title}}

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

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

    -
    -
    - {{foreach $apps as $ap}} - {{$ap}} - {{/foreach}} -
    -
    diff --git a/view/theme/redbasic/tpl/nav.tpl b/view/theme/redbasic/tpl/nav.tpl deleted file mode 100755 index c5b378b4f..000000000 --- a/view/theme/redbasic/tpl/nav.tpl +++ /dev/null @@ -1,222 +0,0 @@ -{{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/theme/redbasic/tpl/nav_login.tpl b/view/theme/redbasic/tpl/nav_login.tpl deleted file mode 100644 index b361b1a14..000000000 --- a/view/theme/redbasic/tpl/nav_login.tpl +++ /dev/null @@ -1,18 +0,0 @@ -{{if $nav.login && !$userinfo}} - -{{/if}} diff --git a/view/theme/redbasic/tpl/new_channel.tpl b/view/theme/redbasic/tpl/new_channel.tpl deleted file mode 100755 index cc1983ac4..000000000 --- a/view/theme/redbasic/tpl/new_channel.tpl +++ /dev/null @@ -1,34 +0,0 @@ -
    -
    -

    {{$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/theme/redbasic/tpl/notes.tpl b/view/theme/redbasic/tpl/notes.tpl deleted file mode 100644 index c6d5d8a73..000000000 --- a/view/theme/redbasic/tpl/notes.tpl +++ /dev/null @@ -1,35 +0,0 @@ -
    -

    {{$banner}}

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

    {{$notif_header}}

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

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

    {{$title}}

    - -
    - -

    {{$app.name}}

    -
    -

    {{$authorize}}

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

    {{$title}}

    - -

    {{$info}}

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

    {{$title}}

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

    {{$header}}

    - -

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

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

    {{$findpeople}}

    -
    -
    - -
    - -
    -
    -
    - -
    diff --git a/view/theme/redbasic/tpl/photo_album.tpl b/view/theme/redbasic/tpl/photo_album.tpl deleted file mode 100755 index 8bacb1575..000000000 --- a/view/theme/redbasic/tpl/photo_album.tpl +++ /dev/null @@ -1,32 +0,0 @@ -
    -
    -
    - {{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/theme/redbasic/tpl/photo_albums.tpl b/view/theme/redbasic/tpl/photo_albums.tpl deleted file mode 100755 index a238e61bc..000000000 --- a/view/theme/redbasic/tpl/photo_albums.tpl +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/view/theme/redbasic/tpl/photo_drop.tpl b/view/theme/redbasic/tpl/photo_drop.tpl deleted file mode 100755 index 664e5338c..000000000 --- a/view/theme/redbasic/tpl/photo_drop.tpl +++ /dev/null @@ -1,3 +0,0 @@ -
    - -
    diff --git a/view/theme/redbasic/tpl/photo_item.tpl b/view/theme/redbasic/tpl/photo_item.tpl deleted file mode 100755 index ec643c4a9..000000000 --- a/view/theme/redbasic/tpl/photo_item.tpl +++ /dev/null @@ -1,34 +0,0 @@ -
    -
    -
    -
    -
    - - {{$name}} -
    -
    -
    -
    - {{$name}} -
    -
    {{$ago}}
    -
    -
    -
    -
    {{$title}}
    -
    {{$body}}
    - -
    - {{if $drop}} -
    -
    - {{$drop}} -
    -
    -
    - {{/if}} -
    - {{$comment}} -
    -
    - diff --git a/view/theme/redbasic/tpl/photo_top.tpl b/view/theme/redbasic/tpl/photo_top.tpl deleted file mode 100755 index a86aa7f80..000000000 --- a/view/theme/redbasic/tpl/photo_top.tpl +++ /dev/null @@ -1,4 +0,0 @@ - - {{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/theme/redbasic/tpl/photo_view.tpl b/view/theme/redbasic/tpl/photo_view.tpl deleted file mode 100755 index 2431329ec..000000000 --- a/view/theme/redbasic/tpl/photo_view.tpl +++ /dev/null @@ -1,172 +0,0 @@ -
    -
    -
    -
    - {{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/theme/redbasic/tpl/photos_recent.tpl b/view/theme/redbasic/tpl/photos_recent.tpl deleted file mode 100755 index 8fe631ca6..000000000 --- a/view/theme/redbasic/tpl/photos_recent.tpl +++ /dev/null @@ -1,23 +0,0 @@ -
    -
    -
    - {{if $can_post}} - - {{/if}} -
    -

    {{$title}}

    -
    -
    - {{$upload_form}} -
    -
    - {{foreach $photos as $photo}} - {{include file="photo_top.tpl"}} - {{/foreach}} -
    -
    -
    -
    -
    - -
    diff --git a/view/theme/redbasic/tpl/photos_upload.tpl b/view/theme/redbasic/tpl/photos_upload.tpl deleted file mode 100755 index d52bad5a2..000000000 --- a/view/theme/redbasic/tpl/photos_upload.tpl +++ /dev/null @@ -1,61 +0,0 @@ -
    -
    -
    - - -
    - - - - {{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/theme/redbasic/tpl/photosajax.tpl b/view/theme/redbasic/tpl/photosajax.tpl deleted file mode 100755 index 45191db85..000000000 --- a/view/theme/redbasic/tpl/photosajax.tpl +++ /dev/null @@ -1,4 +0,0 @@ -{{foreach $photos as $photo}} -{{include file="photo_top.tpl"}} -{{/foreach}} - diff --git a/view/theme/redbasic/tpl/poco_entry_xml.tpl b/view/theme/redbasic/tpl/poco_entry_xml.tpl deleted file mode 100755 index 30b6268dc..000000000 --- a/view/theme/redbasic/tpl/poco_entry_xml.tpl +++ /dev/null @@ -1,8 +0,0 @@ - -{{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/theme/redbasic/tpl/poco_xml.tpl b/view/theme/redbasic/tpl/poco_xml.tpl deleted file mode 100755 index 0e38a692c..000000000 --- a/view/theme/redbasic/tpl/poco_xml.tpl +++ /dev/null @@ -1,18 +0,0 @@ - - -{{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/theme/redbasic/tpl/poke_content.tpl b/view/theme/redbasic/tpl/poke_content.tpl deleted file mode 100755 index f368cb024..000000000 --- a/view/theme/redbasic/tpl/poke_content.tpl +++ /dev/null @@ -1,48 +0,0 @@ - -
    -
    -

    {{$title}}

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

    {{$title}}

    - - - - - {{/if}} - -
    diff --git a/view/theme/redbasic/tpl/prep.tpl b/view/theme/redbasic/tpl/prep.tpl deleted file mode 100644 index debba13a8..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/profdef_edit.tpl b/view/theme/redbasic/tpl/profdef_edit.tpl deleted file mode 100644 index bfe85314d..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/profed_head.tpl b/view/theme/redbasic/tpl/profed_head.tpl deleted file mode 100755 index ce774052a..000000000 --- a/view/theme/redbasic/tpl/profed_head.tpl +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/view/theme/redbasic/tpl/profile_advanced.tpl b/view/theme/redbasic/tpl/profile_advanced.tpl deleted file mode 100755 index c56062459..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/profile_edit.tpl b/view/theme/redbasic/tpl/profile_edit.tpl deleted file mode 100755 index 05137479f..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/profile_entry.tpl b/view/theme/redbasic/tpl/profile_entry.tpl deleted file mode 100755 index 9ae870738..000000000 --- a/view/theme/redbasic/tpl/profile_entry.tpl +++ /dev/null @@ -1,11 +0,0 @@ -
    -
    - {{$alt}} -
    - -
    - {{$visible}} -
    -
    diff --git a/view/theme/redbasic/tpl/profile_listing_header.tpl b/view/theme/redbasic/tpl/profile_listing_header.tpl deleted file mode 100755 index 42abf2735..000000000 --- a/view/theme/redbasic/tpl/profile_listing_header.tpl +++ /dev/null @@ -1,12 +0,0 @@ -
    -
    -  {{$cr_new}} -

    {{$header}}

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

    {{$title}}

    -
    -
    - -
    - - -
    - - {{if $importfile}} - - {{else}} - - - {{/if}} -
    - - - {{if $single}} - - {{else}} - - - -
    -
    -
    - {{/if}} - -
    - -
    -
    - -
    -
    -
    - -
    -
    diff --git a/view/theme/redbasic/tpl/profile_tabs.tpl b/view/theme/redbasic/tpl/profile_tabs.tpl deleted file mode 100644 index 49b74bb8f..000000000 --- a/view/theme/redbasic/tpl/profile_tabs.tpl +++ /dev/null @@ -1,5 +0,0 @@ - -{{foreach $tabs as $tab}} -{{$tab.label}} -{{/foreach}} - diff --git a/view/theme/redbasic/tpl/profile_vcard.tpl b/view/theme/redbasic/tpl/profile_vcard.tpl deleted file mode 100755 index c17a7878c..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/profile_vcard_short.tpl b/view/theme/redbasic/tpl/profile_vcard_short.tpl deleted file mode 100755 index 5d87d52c6..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/prv_message.tpl b/view/theme/redbasic/tpl/prv_message.tpl deleted file mode 100755 index 925447ff2..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/pwdreset.tpl b/view/theme/redbasic/tpl/pwdreset.tpl deleted file mode 100755 index dc17ed57a..000000000 --- a/view/theme/redbasic/tpl/pwdreset.tpl +++ /dev/null @@ -1,17 +0,0 @@ -
    -

    {{$lbl1}}

    - -

    -{{$lbl2}} -

    -

    -{{$lbl3}} -

    -

    {{$newpass}}

    -

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

    -

    -{{$lbl6}} -

    -
    diff --git a/view/theme/redbasic/tpl/rating_form.tpl b/view/theme/redbasic/tpl/rating_form.tpl deleted file mode 100644 index 4bd826484..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/rating_slider.tpl b/view/theme/redbasic/tpl/rating_slider.tpl deleted file mode 100644 index 4c36504e6..000000000 --- a/view/theme/redbasic/tpl/rating_slider.tpl +++ /dev/null @@ -1,19 +0,0 @@ -
    - diff --git a/view/theme/redbasic/tpl/rbmark.tpl b/view/theme/redbasic/tpl/rbmark.tpl deleted file mode 100644 index bead1de2f..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/register.tpl b/view/theme/redbasic/tpl/register.tpl deleted file mode 100755 index c84934626..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/remote_friends_common.tpl b/view/theme/redbasic/tpl/remote_friends_common.tpl deleted file mode 100755 index d6d2fd211..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/remote_login.tpl b/view/theme/redbasic/tpl/remote_login.tpl deleted file mode 100644 index e6d387265..000000000 --- a/view/theme/redbasic/tpl/remote_login.tpl +++ /dev/null @@ -1 +0,0 @@ -{{$title}} diff --git a/view/theme/redbasic/tpl/removeaccount.tpl b/view/theme/redbasic/tpl/removeaccount.tpl deleted file mode 100644 index ce6c8ac22..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/removeme.tpl b/view/theme/redbasic/tpl/removeme.tpl deleted file mode 100755 index 40b9546d2..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/rmagic.tpl b/view/theme/redbasic/tpl/rmagic.tpl deleted file mode 100755 index 9d84e4a36..000000000 --- a/view/theme/redbasic/tpl/rmagic.tpl +++ /dev/null @@ -1,9 +0,0 @@ -
    -

    {{$title}}

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

    {{$safemode}}

    - -
    diff --git a/view/theme/redbasic/tpl/saved_searches.tpl b/view/theme/redbasic/tpl/saved_searches.tpl deleted file mode 100644 index ff2d044ef..000000000 --- a/view/theme/redbasic/tpl/saved_searches.tpl +++ /dev/null @@ -1,12 +0,0 @@ -
    - - {{$searchbox}} - -
    diff --git a/view/theme/redbasic/tpl/search_item.tpl b/view/theme/redbasic/tpl/search_item.tpl deleted file mode 100755 index 66618a216..000000000 --- a/view/theme/redbasic/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}} -
    -
    - - -
    - {{if $item.attachments}} -
    - - -
    - {{/if}} -
    -
    - {{if $item.conv}} - - {{/if}} -
    -
    - diff --git a/view/theme/redbasic/tpl/searchbox.tpl b/view/theme/redbasic/tpl/searchbox.tpl deleted file mode 100644 index 8f7ac5162..000000000 --- a/view/theme/redbasic/tpl/searchbox.tpl +++ /dev/null @@ -1,12 +0,0 @@ -
    - -
    - -
    - - {{if $savedsearch}} - - {{/if}} -
    -
    -
    diff --git a/view/theme/redbasic/tpl/section_title.tpl b/view/theme/redbasic/tpl/section_title.tpl deleted file mode 100644 index 338e57042..000000000 --- a/view/theme/redbasic/tpl/section_title.tpl +++ /dev/null @@ -1,5 +0,0 @@ -
    -

    {{$title}}

    -
    -
    - diff --git a/view/theme/redbasic/tpl/select_timezone.tpl b/view/theme/redbasic/tpl/select_timezone.tpl deleted file mode 100644 index 2820a54f4..000000000 --- a/view/theme/redbasic/tpl/select_timezone.tpl +++ /dev/null @@ -1,11 +0,0 @@ -{{* TODO: Make id configurabel *}} - - diff --git a/view/theme/redbasic/tpl/sellpage_edit.tpl b/view/theme/redbasic/tpl/sellpage_edit.tpl deleted file mode 100644 index 0a4726fb2..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/sellpage_submit.tpl b/view/theme/redbasic/tpl/sellpage_submit.tpl deleted file mode 100644 index 2bd735ea4..000000000 --- a/view/theme/redbasic/tpl/sellpage_submit.tpl +++ /dev/null @@ -1,3 +0,0 @@ -
    - -
    \ No newline at end of file diff --git a/view/theme/redbasic/tpl/sellpage_view.tpl b/view/theme/redbasic/tpl/sellpage_view.tpl deleted file mode 100644 index 20a65ffbe..000000000 --- a/view/theme/redbasic/tpl/sellpage_view.tpl +++ /dev/null @@ -1,11 +0,0 @@ -
    -

    {{$header}}

    - -
    {{$desc}}
    - -
    {{$text}}
    - -
    {{$desc2}}
    - -{{$submit}} -
    diff --git a/view/theme/redbasic/tpl/settings.tpl b/view/theme/redbasic/tpl/settings.tpl deleted file mode 100755 index dd5fecb43..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/settings_account.tpl b/view/theme/redbasic/tpl/settings_account.tpl deleted file mode 100755 index b7fdfb9a9..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/settings_addons.tpl b/view/theme/redbasic/tpl/settings_addons.tpl deleted file mode 100755 index 52f8d9d3f..000000000 --- a/view/theme/redbasic/tpl/settings_addons.tpl +++ /dev/null @@ -1,11 +0,0 @@ -
    -
    -

    {{$title}}

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

    {{$title}}

    - -
    - - -{{$settings_connectors}} - -
    -
    diff --git a/view/theme/redbasic/tpl/settings_display.tpl b/view/theme/redbasic/tpl/settings_display.tpl deleted file mode 100755 index d8c1ac7aa..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/settings_features.tpl b/view/theme/redbasic/tpl/settings_features.tpl deleted file mode 100755 index dfe049a7a..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/settings_nick_set.tpl b/view/theme/redbasic/tpl/settings_nick_set.tpl deleted file mode 100755 index 76fe7cd8d..000000000 --- a/view/theme/redbasic/tpl/settings_nick_set.tpl +++ /dev/null @@ -1,8 +0,0 @@ - -
    diff --git a/view/theme/redbasic/tpl/settings_oauth.tpl b/view/theme/redbasic/tpl/settings_oauth.tpl deleted file mode 100755 index 811cfcec5..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/settings_oauth_edit.tpl b/view/theme/redbasic/tpl/settings_oauth_edit.tpl deleted file mode 100755 index b94dec48a..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/settings_permcats.tpl b/view/theme/redbasic/tpl/settings_permcats.tpl deleted file mode 100644 index f6bb9b036..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/settings_tokens.tpl b/view/theme/redbasic/tpl/settings_tokens.tpl deleted file mode 100644 index 48190c00c..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/sharedwithme.tpl b/view/theme/redbasic/tpl/sharedwithme.tpl deleted file mode 100644 index 68bdd6faa..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/show_thing.tpl b/view/theme/redbasic/tpl/show_thing.tpl deleted file mode 100644 index d738c9fc9..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/siteinfo.tpl b/view/theme/redbasic/tpl/siteinfo.tpl deleted file mode 100755 index a5b99fd83..000000000 --- a/view/theme/redbasic/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}}
    - -

    - - -
    - -

    {{$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/theme/redbasic/tpl/sitesearch.tpl b/view/theme/redbasic/tpl/sitesearch.tpl deleted file mode 100644 index 8dbf8cef5..000000000 --- a/view/theme/redbasic/tpl/sitesearch.tpl +++ /dev/null @@ -1,5 +0,0 @@ -
    - - {{$searchbox}} -
    -
    diff --git a/view/theme/redbasic/tpl/sources_edit.tpl b/view/theme/redbasic/tpl/sources_edit.tpl deleted file mode 100644 index 61f6e8cb0..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/sources_list.tpl b/view/theme/redbasic/tpl/sources_list.tpl deleted file mode 100644 index 76be35b1a..000000000 --- a/view/theme/redbasic/tpl/sources_list.tpl +++ /dev/null @@ -1,17 +0,0 @@ -
    -

    {{$title}}

    - -
    {{$desc}}
    - - - -{{if $sources}} - -{{/if}} -
    diff --git a/view/theme/redbasic/tpl/sources_new.tpl b/view/theme/redbasic/tpl/sources_new.tpl deleted file mode 100644 index bbc22df84..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/suggest_friends.tpl b/view/theme/redbasic/tpl/suggest_friends.tpl deleted file mode 100755 index 95f24cd63..000000000 --- a/view/theme/redbasic/tpl/suggest_friends.tpl +++ /dev/null @@ -1,16 +0,0 @@ -
    -
    - - {{$entry.name}} - -
    - -
    - -
    - {{if $entry.connlnk}} - - {{/if}} -
    diff --git a/view/theme/redbasic/tpl/suggest_page.tpl b/view/theme/redbasic/tpl/suggest_page.tpl deleted file mode 100755 index 97837c852..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/suggest_widget.tpl b/view/theme/redbasic/tpl/suggest_widget.tpl deleted file mode 100644 index 7b9afa668..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/thing_edit.tpl b/view/theme/redbasic/tpl/thing_edit.tpl deleted file mode 100644 index 62a7c02c8..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/thing_input.tpl b/view/theme/redbasic/tpl/thing_input.tpl deleted file mode 100644 index 90fb093e4..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/threaded_conversation.tpl b/view/theme/redbasic/tpl/threaded_conversation.tpl deleted file mode 100755 index ea5c3c281..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/toggle_mobile_footer.tpl b/view/theme/redbasic/tpl/toggle_mobile_footer.tpl deleted file mode 100755 index 82c0197ba..000000000 --- a/view/theme/redbasic/tpl/toggle_mobile_footer.tpl +++ /dev/null @@ -1,2 +0,0 @@ -{{$toggle_text}} - diff --git a/view/theme/redbasic/tpl/uexport.tpl b/view/theme/redbasic/tpl/uexport.tpl deleted file mode 100644 index 7eafd97a6..000000000 --- a/view/theme/redbasic/tpl/uexport.tpl +++ /dev/null @@ -1,19 +0,0 @@ -
    -
    -

    {{$title}}

    -
    -
    - {{$basictitle}}

    -

    {{$basic}}

    - -

    {{$fulltitle}}

    -

    {{$full}}

    - -

    {{$extra}}

    -

    {{$extra2}}

    -

    {{$extra3}}

    - -

    {{$extra4}}

    - -
    -
    diff --git a/view/theme/redbasic/tpl/usermenu.tpl b/view/theme/redbasic/tpl/usermenu.tpl deleted file mode 100644 index c51728c34..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/viewcontact_template.tpl b/view/theme/redbasic/tpl/viewcontact_template.tpl deleted file mode 100755 index 2b7144450..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/viewcontactsajax.tpl b/view/theme/redbasic/tpl/viewcontactsajax.tpl deleted file mode 100644 index 68be228be..000000000 --- a/view/theme/redbasic/tpl/viewcontactsajax.tpl +++ /dev/null @@ -1,3 +0,0 @@ -{{foreach $contacts as $contact}} -{{include file="contact_template.tpl"}} -{{/foreach}} diff --git a/view/theme/redbasic/tpl/webpage_export_list.tpl b/view/theme/redbasic/tpl/webpage_export_list.tpl deleted file mode 100644 index b22b3818a..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/webpage_import.tpl b/view/theme/redbasic/tpl/webpage_import.tpl deleted file mode 100644 index 955288c1e..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/webpagelist.tpl b/view/theme/redbasic/tpl/webpagelist.tpl deleted file mode 100644 index fcf9de75a..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/website_portation_tools.tpl b/view/theme/redbasic/tpl/website_portation_tools.tpl deleted file mode 100644 index 0d131cb17..000000000 --- a/view/theme/redbasic/tpl/website_portation_tools.tpl +++ /dev/null @@ -1,60 +0,0 @@ -
    - - -
    diff --git a/view/theme/redbasic/tpl/wiki.tpl b/view/theme/redbasic/tpl/wiki.tpl deleted file mode 100644 index 564db3324..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/wiki_page_history.tpl b/view/theme/redbasic/tpl/wiki_page_history.tpl deleted file mode 100644 index 9e5ba0f9c..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/wiki_page_list.tpl b/view/theme/redbasic/tpl/wiki_page_list.tpl deleted file mode 100644 index 44fba15cc..000000000 --- a/view/theme/redbasic/tpl/wiki_page_list.tpl +++ /dev/null @@ -1,76 +0,0 @@ -{{if $not_refresh}}{{/if}} - - diff --git a/view/theme/redbasic/tpl/wikilist.tpl b/view/theme/redbasic/tpl/wikilist.tpl deleted file mode 100644 index 760cf41b9..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/wikilist_widget.tpl b/view/theme/redbasic/tpl/wikilist_widget.tpl deleted file mode 100644 index 9853f9850..000000000 --- a/view/theme/redbasic/tpl/wikilist_widget.tpl +++ /dev/null @@ -1,8 +0,0 @@ -
    -

    {{$header}}

    - -
    diff --git a/view/theme/redbasic/tpl/write_pages.tpl b/view/theme/redbasic/tpl/write_pages.tpl deleted file mode 100644 index 53146ee30..000000000 --- a/view/theme/redbasic/tpl/write_pages.tpl +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/view/theme/redbasic/tpl/xchan_vcard.tpl b/view/theme/redbasic/tpl/xchan_vcard.tpl deleted file mode 100755 index ac796cd47..000000000 --- a/view/theme/redbasic/tpl/xchan_vcard.tpl +++ /dev/null @@ -1,10 +0,0 @@ -
    -
    {{$name}}
    -{{if $connect}} - -{{/if}} -
    {{$name}}
    -
    - - - diff --git a/view/theme/redbasic/tpl/xrd_diaspora.tpl b/view/theme/redbasic/tpl/xrd_diaspora.tpl deleted file mode 100644 index aa0d8c740..000000000 --- a/view/theme/redbasic/tpl/xrd_diaspora.tpl +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/view/theme/redbasic/tpl/xrd_host.tpl b/view/theme/redbasic/tpl/xrd_host.tpl deleted file mode 100755 index 2a40dcf47..000000000 --- a/view/theme/redbasic/tpl/xrd_host.tpl +++ /dev/null @@ -1,11 +0,0 @@ - - - - {{$zhost}} - - - - - diff --git a/view/theme/redbasic/tpl/xrd_person.tpl b/view/theme/redbasic/tpl/xrd_person.tpl deleted file mode 100755 index 93fdcb1df..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/zcard.tpl b/view/theme/redbasic/tpl/zcard.tpl deleted file mode 100644 index 908f07631..000000000 --- a/view/theme/redbasic/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/theme/redbasic/tpl/zcard_embed.tpl b/view/theme/redbasic/tpl/zcard_embed.tpl deleted file mode 100644 index 5c7a925e3..000000000 --- a/view/theme/redbasic/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}}
    -
    - 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') 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 4933aef543dbdec66f50f27599d6eb68b4a8432a Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 2 May 2017 22:40:31 -0700 Subject: more cleanup --- view/pdl/mod_cdav.pdl | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 view/pdl/mod_cdav.pdl (limited to 'view') diff --git a/view/pdl/mod_cdav.pdl b/view/pdl/mod_cdav.pdl new file mode 100644 index 000000000..ae26810c4 --- /dev/null +++ b/view/pdl/mod_cdav.pdl @@ -0,0 +1,3 @@ +[region=aside] +[widget=cdav][/widget] +[/region] -- 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') 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') 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') 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') 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') 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') 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 321957781e047b8da55e2d8b5510bc595c0d2cf9 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 29 May 2017 20:59:05 -0700 Subject: remove server role from language configs --- view/de/htconfig.tpl | 7 ------- view/en-au/htconfig.tpl | 7 ------- view/en-gb/htconfig.tpl | 8 -------- view/en/htconfig.tpl | 9 --------- view/fr/htconfig.tpl | 9 --------- view/it/htconfig.tpl | 8 -------- view/nb-no/htconfig.tpl | 8 -------- view/pt-br/htconfig.tpl | 8 -------- view/ru/htconfig.tpl | 7 ------- view/sv/htconfig.tpl | 7 ------- 10 files changed, 78 deletions(-) (limited to 'view') diff --git a/view/de/htconfig.tpl b/view/de/htconfig.tpl index 9d4333fb0..46bf0de14 100644 --- a/view/de/htconfig.tpl +++ b/view/de/htconfig.tpl @@ -34,13 +34,6 @@ App::$config['system']['baseurl'] = '{{$siteurl}}'; App::$config['system']['sitename'] = "Hubzilla"; App::$config['system']['location_hash'] = '{{$site_id}}'; -// Choices are 'basic', 'standard', and 'pro'. -// basic sets up the sevrer for basic social networking and removes "complicated" features -// standard provides most desired features except e-commerce -// pro gives you access to everything - -App::$config['system']['server_role'] = '{{$server_role}}'; - // These lines set additional security headers to be sent with all responses // You may wish to set transport_security_header to 0 if your server already sends // this header. content_security_policy may need to be disabled if you wish to diff --git a/view/en-au/htconfig.tpl b/view/en-au/htconfig.tpl index 090bbf06f..cefcba727 100644 --- a/view/en-au/htconfig.tpl +++ b/view/en-au/htconfig.tpl @@ -34,13 +34,6 @@ App::$config['system']['baseurl'] = '{{$siteurl}}'; App::$config['system']['sitename'] = "Hubzilla"; App::$config['system']['location_hash'] = '{{$site_id}}'; -// Choices are 'basic', 'standard', and 'pro'. -// basic sets up the sevrer for basic social networking and removes "complicated" features -// standard provides most desired features except e-commerce -// pro gives you access to everything - -App::$config['system']['server_role'] = '{{$server_role}}'; - // These lines set additional security headers to be sent with all responses // You may wish to set transport_security_header to 0 if your server already sends // this header. content_security_policy may need to be disabled if you wish to diff --git a/view/en-gb/htconfig.tpl b/view/en-gb/htconfig.tpl index 515957b36..ea458d664 100644 --- a/view/en-gb/htconfig.tpl +++ b/view/en-gb/htconfig.tpl @@ -34,14 +34,6 @@ App::$config['system']['baseurl'] = '{{$siteurl}}'; App::$config['system']['sitename'] = "Hubzilla"; App::$config['system']['location_hash'] = '{{$site_id}}'; - -// Choices are 'basic', 'standard', and 'pro'. -// basic sets up the sevrer for basic social networking and removes "complicated" features -// standard provides most desired features except e-commerce -// pro gives you access to everything - -App::$config['system']['server_role'] = '{{$server_role}}'; - // These lines set additional security headers to be sent with all responses // You may wish to set transport_security_header to 0 if your server already sends // this header. content_security_policy may need to be disabled if you wish to diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl index 042c89797..8159b6d44 100644 --- a/view/en/htconfig.tpl +++ b/view/en/htconfig.tpl @@ -34,15 +34,6 @@ App::$config['system']['baseurl'] = '{{$siteurl}}'; App::$config['system']['sitename'] = "Hubzilla"; App::$config['system']['location_hash'] = '{{$site_id}}'; -// Choices are 'basic', 'standard', and 'pro'. -// basic sets up the server for basic social networking and removes "complicated" features -// standard provides most desired features except e-commerce -// pro disables protocol federation plugins and only supports the zot protocol -// if you are in doubt or are unsure, it is strongly advised that you select 'standard'. - -App::$config['system']['server_role'] = '{{$server_role}}'; - - // These lines set additional security headers to be sent with all responses // You may wish to set transport_security_header to 0 if your server already sends // this header. content_security_policy may need to be disabled if you wish to diff --git a/view/fr/htconfig.tpl b/view/fr/htconfig.tpl index fae8e3f98..ddc1d1053 100644 --- a/view/fr/htconfig.tpl +++ b/view/fr/htconfig.tpl @@ -35,15 +35,6 @@ App::$config['system']['baseurl'] = '{{$siteurl}}'; App::$config['system']['sitename'] = "Hubzilla"; App::$config['system']['location_hash'] = '{{$site_id}}'; -// Choices are 'basic', 'standard', and 'pro'. -// basic sets up the sevrer for basic social networking and removes "complicated" features -// standard provides most desired features except e-commerce -// pro gives you access to everything - -App::$config['system']['server_role'] = '{{$server_role}}'; - - - // These lines set additional security headers to be sent with all responses // You may wish to set transport_security_header to 0 if your server already sends // this header. content_security_policy may need to be disabled if you wish to diff --git a/view/it/htconfig.tpl b/view/it/htconfig.tpl index ea3f5b5c2..5acb0ebe2 100644 --- a/view/it/htconfig.tpl +++ b/view/it/htconfig.tpl @@ -34,14 +34,6 @@ App::$config['system']['baseurl'] = '{{$siteurl}}'; App::$config['system']['sitename'] = "Hubzilla"; App::$config['system']['location_hash'] = '{{$site_id}}'; -// Choices are 'basic', 'standard', and 'pro'. -// basic sets up the sevrer for basic social networking and removes "complicated" features -// standard provides most desired features except e-commerce -// pro gives you access to everything - -App::$config['system']['server_role'] = '{{$server_role}}'; - - // These lines set additional security headers to be sent with all responses // You may wish to set transport_security_header to 0 if your server already sends // this header. content_security_policy may need to be disabled if you wish to diff --git a/view/nb-no/htconfig.tpl b/view/nb-no/htconfig.tpl index ea3f5b5c2..5acb0ebe2 100644 --- a/view/nb-no/htconfig.tpl +++ b/view/nb-no/htconfig.tpl @@ -34,14 +34,6 @@ App::$config['system']['baseurl'] = '{{$siteurl}}'; App::$config['system']['sitename'] = "Hubzilla"; App::$config['system']['location_hash'] = '{{$site_id}}'; -// Choices are 'basic', 'standard', and 'pro'. -// basic sets up the sevrer for basic social networking and removes "complicated" features -// standard provides most desired features except e-commerce -// pro gives you access to everything - -App::$config['system']['server_role'] = '{{$server_role}}'; - - // These lines set additional security headers to be sent with all responses // You may wish to set transport_security_header to 0 if your server already sends // this header. content_security_policy may need to be disabled if you wish to diff --git a/view/pt-br/htconfig.tpl b/view/pt-br/htconfig.tpl index ea3f5b5c2..5acb0ebe2 100644 --- a/view/pt-br/htconfig.tpl +++ b/view/pt-br/htconfig.tpl @@ -34,14 +34,6 @@ App::$config['system']['baseurl'] = '{{$siteurl}}'; App::$config['system']['sitename'] = "Hubzilla"; App::$config['system']['location_hash'] = '{{$site_id}}'; -// Choices are 'basic', 'standard', and 'pro'. -// basic sets up the sevrer for basic social networking and removes "complicated" features -// standard provides most desired features except e-commerce -// pro gives you access to everything - -App::$config['system']['server_role'] = '{{$server_role}}'; - - // These lines set additional security headers to be sent with all responses // You may wish to set transport_security_header to 0 if your server already sends // this header. content_security_policy may need to be disabled if you wish to diff --git a/view/ru/htconfig.tpl b/view/ru/htconfig.tpl index 00da08c91..58a18fbd0 100644 --- a/view/ru/htconfig.tpl +++ b/view/ru/htconfig.tpl @@ -34,13 +34,6 @@ App::$config['system']['baseurl'] = '{{$siteurl}}'; App::$config['system']['sitename'] = "Hubzilla"; App::$config['system']['location_hash'] = '{{$site_id}}'; -// Choices are 'basic', 'standard', and 'pro'. -// basic sets up the sevrer for basic social networking and removes "complicated" features -// standard provides most desired features except e-commerce -// pro gives you access to everything - -App::$config['system']['server_role'] = '{{$server_role}}'; - // Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED. // Be certain to create your own personal account before setting // REGISTER_CLOSED. 'register_text' (if set) will be displayed prominently on diff --git a/view/sv/htconfig.tpl b/view/sv/htconfig.tpl index 00da08c91..58a18fbd0 100644 --- a/view/sv/htconfig.tpl +++ b/view/sv/htconfig.tpl @@ -34,13 +34,6 @@ App::$config['system']['baseurl'] = '{{$siteurl}}'; App::$config['system']['sitename'] = "Hubzilla"; App::$config['system']['location_hash'] = '{{$site_id}}'; -// Choices are 'basic', 'standard', and 'pro'. -// basic sets up the sevrer for basic social networking and removes "complicated" features -// standard provides most desired features except e-commerce -// pro gives you access to everything - -App::$config['system']['server_role'] = '{{$server_role}}'; - // Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED. // Be certain to create your own personal account before setting // REGISTER_CLOSED. 'register_text' (if set) will be displayed prominently on -- 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') 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 909e618f6ce5638e8205873aeb9a214a52cb379d Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 30 May 2017 21:28:59 -0700 Subject: remove text_highlight css load from core --- view/php/theme_init.php | 1 - 1 file changed, 1 deletion(-) (limited to 'view') diff --git a/view/php/theme_init.php b/view/php/theme_init.php index 869b97473..ff37023cf 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -10,7 +10,6 @@ head_add_css('/view/css/conversation.css'); head_add_css('/view/css/widgets.css'); head_add_css('/view/css/colorbox.css'); head_add_css('/library/justifiedGallery/justifiedGallery.min.css'); -head_add_css('/library/Text_Highlighter/sample.css'); head_add_js('jquery.js'); head_add_js('/library/justifiedGallery/jquery.justifiedGallery.min.js'); -- cgit v1.2.3 From e6581aa09c582e32f5b4e5b06243265abd1ff45e Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 31 May 2017 21:57:01 -0700 Subject: active nav-link was white on white --- view/theme/redbasic/schema/dark.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'view') diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css index ebef68a52..756c583ff 100644 --- a/view/theme/redbasic/schema/dark.css +++ b/view/theme/redbasic/schema/dark.css @@ -139,6 +139,10 @@ option { background-color: #111; } +.nav-link.active { + color:#000 !important; +} + a.btn, aside a { font-weight: 400 !important; } -- 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') 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') 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') 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 02b7bc08033b21ea5438aa667e8dbb1fd72022bb Mon Sep 17 00:00:00 2001 From: zotlabs Date: Thu, 22 Jun 2017 20:16:54 -0700 Subject: cdav migration to core --- view/css/cdav_addressbook.css | 103 ++++++++++++++++++++++++++++++++++++++++++ view/css/cdav_calendar.css | 22 +++++++++ 2 files changed, 125 insertions(+) create mode 100644 view/css/cdav_addressbook.css create mode 100644 view/css/cdav_calendar.css (limited to 'view') diff --git a/view/css/cdav_addressbook.css b/view/css/cdav_addressbook.css new file mode 100644 index 000000000..038358e43 --- /dev/null +++ b/view/css/cdav_addressbook.css @@ -0,0 +1,103 @@ +.vcard-header { + cursor: pointer; + padding: 7px 10px; + margin-bottom: 3px; +} + +.vcard-header:hover, +.vcard-header.active { + background-color: rgb(238,238,238); + cursor: pointer; +} + +.vcard-header.active:hover { + cursor: initial; +} + +.vcard-add-field { + margin-top: 8px; + display: none; +} + +.vcard-cancel { + margin: 6px 10px; + height: 32px; + line-height: 32px; + color: #777; + font-size: 16px; + + cursor: pointer; + display: none; + float: right; +} + +.vcard-info { + display: none; +} + +.vcard-nophoto { + display: inline-block; + width: 32px; + height: 32px; + border-radius: 4px; + border: 1px solid #ccc; + text-align: center; + font-size: 20px; + color: #fff; + background-color: #ddd; +} + +.vcard-photo { + width: 32px; + height: 32px; + border-radius: 4px; + border: 1px solid #ccc; + text-align: center; +} + +.vcard-fn-preview, +input.vcard-fn { + font-size: 16px !important; + margin-left: 5px; +} + +.vcard-email-preview, +.vcard-tel-preview { + color: #999; +} + + +.vcard-fn, +#create_form, +#more_block { + display: none; +} + +input.vcard-fn, +.vcard-fn-create input, +.vcard-org input, +.vcard-title input, +.vcard-tel input, +.vcard-email input, +.vcard-impp input, +.vcard-url input, +.vcard-adr input, +.vcard-note input { + padding: 0px; + margin-left: 5px; + border-width: 0px 0px 1px 0px; + border-radius: 0px; + background-color: transparent; + min-width: 160px; +} + +#template-form-vcard-org, +#template-form-vcard-title, +#template-form-vcard-tel, +#template-form-vcard-email, +#template-form-vcard-impp, +#template-form-vcard-url, +#template-form-vcard-adr, +#template-form-vcard-note { + display: none; +} diff --git a/view/css/cdav_calendar.css b/view/css/cdav_calendar.css new file mode 100644 index 000000000..d68278a63 --- /dev/null +++ b/view/css/cdav_calendar.css @@ -0,0 +1,22 @@ +/* fix borders */ + +.fc th:first-child, +.fc td:first-child { + border-left-width: 0px; +} + +.fc th:last-child, +.fc td:last-child { + border-right-width: 0px; + border-bottom-width: 0px; +} + +.fc-unthemed th, +.fc-unthemed td, +.fc-unthemed thead, +.fc-unthemed tbody, +.fc-unthemed .fc-divider, +.fc-unthemed .fc-row, +.fc-unthemed .fc-popover { + border-color: #ccc !important; +} -- 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/theme/redbasic/css/style.css | 4 ++++ view/tpl/connection_template.tpl | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'view') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 07dfd938d..0dee7dead 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -427,6 +427,10 @@ footer { right: 5px; } +.contact-delete-btn { + margin-right: 32px; +} + #contact-block { width: 100%; } 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') 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') 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') 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') 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