From 12e6d98659a41655da4463a0f105716e8f59a6f7 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Tue, 30 Dec 2014 14:11:27 +0100 Subject: Remove some old, unused templates --- view/tpl/atom_feed_dfrn.tpl | 29 -------------------- view/tpl/crepair.tpl | 45 -------------------------------- view/tpl/diaspora_profile.tpl | 16 ------------ view/tpl/edpage_head.tpl | 1 - view/tpl/hide_comments.tpl | 4 --- view/tpl/intros.tpl | 17 ------------ view/tpl/intros_header.tpl | 1 - view/tpl/list_things.tpl | 13 --------- view/tpl/netfriend.tpl | 14 ---------- view/tpl/nogroup-template.tpl | 12 --------- view/tpl/notifications_comments_item.tpl | 3 --- view/tpl/notifications_dislikes_item.tpl | 3 --- view/tpl/notifications_friends_item.tpl | 3 --- view/tpl/notifications_likes_item.tpl | 3 --- view/tpl/notifications_posts_item.tpl | 3 --- view/tpl/saved_searches_aside.tpl | 14 ---------- view/tpl/suggestions.tpl | 20 -------------- 17 files changed, 201 deletions(-) delete mode 100755 view/tpl/atom_feed_dfrn.tpl delete mode 100755 view/tpl/crepair.tpl delete mode 100644 view/tpl/diaspora_profile.tpl delete mode 100755 view/tpl/edpage_head.tpl delete mode 100755 view/tpl/hide_comments.tpl delete mode 100755 view/tpl/intros.tpl delete mode 100755 view/tpl/intros_header.tpl delete mode 100644 view/tpl/list_things.tpl delete mode 100755 view/tpl/netfriend.tpl delete mode 100755 view/tpl/nogroup-template.tpl delete mode 100755 view/tpl/notifications_comments_item.tpl delete mode 100755 view/tpl/notifications_dislikes_item.tpl delete mode 100755 view/tpl/notifications_friends_item.tpl delete mode 100755 view/tpl/notifications_likes_item.tpl delete mode 100755 view/tpl/notifications_posts_item.tpl delete mode 100755 view/tpl/saved_searches_aside.tpl delete mode 100755 view/tpl/suggestions.tpl (limited to 'view/tpl') diff --git a/view/tpl/atom_feed_dfrn.tpl b/view/tpl/atom_feed_dfrn.tpl deleted file mode 100755 index 307001fbe..000000000 --- a/view/tpl/atom_feed_dfrn.tpl +++ /dev/null @@ -1,29 +0,0 @@ - - - - {{$feed_id}} - {{$feed_title}} - Friendica - - {{$hub}} - {{$salmon}} - {{$community}} - - {{$feed_updated}} - - - {{$name}} - {{$profile_page}} - - - {{$birthday}} - diff --git a/view/tpl/crepair.tpl b/view/tpl/crepair.tpl deleted file mode 100755 index 1a5a019db..000000000 --- a/view/tpl/crepair.tpl +++ /dev/null @@ -1,45 +0,0 @@ -
- -

{{$contact_name}}

- - - -
- - - -
- - - -
- - - -
- - - -
- - - -
- - - -
- - - -
- - - -
- - - -
- - diff --git a/view/tpl/diaspora_profile.tpl b/view/tpl/diaspora_profile.tpl deleted file mode 100644 index cf53f51c0..000000000 --- a/view/tpl/diaspora_profile.tpl +++ /dev/null @@ -1,16 +0,0 @@ - - - {{$handle}} - {{$first}} - {{$last}} - {{$large}} - {{$medium}} - {{$small}} - {{$dob}} - {{$gender}} - {{$about}} - {{$location}} - {{$searchable}} - {{$tags}} - - diff --git a/view/tpl/edpage_head.tpl b/view/tpl/edpage_head.tpl deleted file mode 100755 index 890b746bf..000000000 --- a/view/tpl/edpage_head.tpl +++ /dev/null @@ -1 +0,0 @@ -

{{$title}}

diff --git a/view/tpl/hide_comments.tpl b/view/tpl/hide_comments.tpl deleted file mode 100755 index f4ed9c552..000000000 --- a/view/tpl/hide_comments.tpl +++ /dev/null @@ -1,4 +0,0 @@ -
-{{$num_comments}} {{$hide_text}} -
-
diff --git a/view/tpl/intros.tpl b/view/tpl/intros.tpl deleted file mode 100755 index a4aed3bb8..000000000 --- a/view/tpl/intros.tpl +++ /dev/null @@ -1,17 +0,0 @@ -
- -
{{$fullname}}
-{{$fullname}} -
-
- - - -{{include file="field_checkbox.tpl" field=$hidden}} -{{* {{include file="field_checkbox.tpl" field=$activity}} *}} - - - -
-
-
diff --git a/view/tpl/intros_header.tpl b/view/tpl/intros_header.tpl deleted file mode 100755 index 15096c7f8..000000000 --- a/view/tpl/intros_header.tpl +++ /dev/null @@ -1 +0,0 @@ -

{{$title}}

diff --git a/view/tpl/list_things.tpl b/view/tpl/list_things.tpl deleted file mode 100644 index fb8935d82..000000000 --- a/view/tpl/list_things.tpl +++ /dev/null @@ -1,13 +0,0 @@ -{{if $things}} -{{foreach $things as $key => $items}} -{{$items.profile}} {{$key}} -
    -{{foreach $items as $item}} -
  • {{if $item.img}}{{$item.term}}{{/if}} -{{$item.term}} -
  • -{{/foreach}} -
-
-{{/foreach}} -{{/if}} diff --git a/view/tpl/netfriend.tpl b/view/tpl/netfriend.tpl deleted file mode 100755 index ec6b3b6cc..000000000 --- a/view/tpl/netfriend.tpl +++ /dev/null @@ -1,14 +0,0 @@ -
{{$approve_as}}
- -
- - -
-
-
-
- - -
-
-
diff --git a/view/tpl/nogroup-template.tpl b/view/tpl/nogroup-template.tpl deleted file mode 100755 index 15094b2d6..000000000 --- a/view/tpl/nogroup-template.tpl +++ /dev/null @@ -1,12 +0,0 @@ -

{{$header}}

- -{{foreach $contacts as $contact}} - {{include file="contact_template.tpl"}} -{{/foreach}} -
- -{{$paginate}} - - - - diff --git a/view/tpl/notifications_comments_item.tpl b/view/tpl/notifications_comments_item.tpl deleted file mode 100755 index d3c79be82..000000000 --- a/view/tpl/notifications_comments_item.tpl +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/view/tpl/notifications_dislikes_item.tpl b/view/tpl/notifications_dislikes_item.tpl deleted file mode 100755 index d3c79be82..000000000 --- a/view/tpl/notifications_dislikes_item.tpl +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/view/tpl/notifications_friends_item.tpl b/view/tpl/notifications_friends_item.tpl deleted file mode 100755 index d3c79be82..000000000 --- a/view/tpl/notifications_friends_item.tpl +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/view/tpl/notifications_likes_item.tpl b/view/tpl/notifications_likes_item.tpl deleted file mode 100755 index d3c79be82..000000000 --- a/view/tpl/notifications_likes_item.tpl +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/view/tpl/notifications_posts_item.tpl b/view/tpl/notifications_posts_item.tpl deleted file mode 100755 index d3c79be82..000000000 --- a/view/tpl/notifications_posts_item.tpl +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/view/tpl/saved_searches_aside.tpl b/view/tpl/saved_searches_aside.tpl deleted file mode 100755 index e0983f0dd..000000000 --- a/view/tpl/saved_searches_aside.tpl +++ /dev/null @@ -1,14 +0,0 @@ -
- - {{$searchbox}} - - -
-
diff --git a/view/tpl/suggestions.tpl b/view/tpl/suggestions.tpl deleted file mode 100755 index 2d9cba325..000000000 --- a/view/tpl/suggestions.tpl +++ /dev/null @@ -1,20 +0,0 @@ -
- -

{{$str_notifytype}} {{$notify_type}}

-
{{$madeby}}
-
{{$fullname}}
-{{$fullname}} -
{{$note}}
-
-
- - -
-
- -
-{{include file="field_checkbox.tpl" field=$hidden}} - -
-
-
-- cgit v1.2.3