From 6db8b5bbd213693587de6d696e401d5b936b3b80 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 6 Nov 2012 20:39:00 -0800 Subject: All the themes except one are horked anway --- view/theme/quattro/tpl/birthdays_reminder.tpl | 1 - view/theme/quattro/tpl/comment_item.tpl | 62 ---------- view/theme/quattro/tpl/contact_template.tpl | 26 ---- view/theme/quattro/tpl/conversation.tpl | 48 ------- view/theme/quattro/tpl/events_reminder.tpl | 39 ------ view/theme/quattro/tpl/fileas_widget.tpl | 12 -- view/theme/quattro/tpl/generic_links_widget.tpl | 11 -- view/theme/quattro/tpl/group_side.tpl | 29 ----- view/theme/quattro/tpl/jot.tpl | 52 -------- view/theme/quattro/tpl/mail_conv.tpl | 60 --------- view/theme/quattro/tpl/mail_display.tpl | 12 -- view/theme/quattro/tpl/mail_list.tpl | 8 -- view/theme/quattro/tpl/message_side.tpl | 10 -- view/theme/quattro/tpl/msg-header.tpl | 97 --------------- view/theme/quattro/tpl/nav.tpl | 95 -------------- view/theme/quattro/tpl/nets.tpl | 12 -- view/theme/quattro/tpl/photo_view.tpl | 37 ------ view/theme/quattro/tpl/profile_vcard.tpl | 63 ---------- view/theme/quattro/tpl/saved_searches_aside.tpl | 15 --- view/theme/quattro/tpl/search_item.tpl | 91 -------------- view/theme/quattro/tpl/theme_settings.tpl | 8 -- view/theme/quattro/tpl/threaded_conversation.tpl | 37 ------ view/theme/quattro/tpl/wall_item.tpl | 90 -------------- view/theme/quattro/tpl/wall_item_tag.tpl | 27 ---- view/theme/quattro/tpl/wall_thread.tpl | 144 --------------------- view/theme/quattro/tpl/wallwall_item.tpl | 96 -------------- view/theme/quattro/tpl/wallwall_thread.tpl | 151 ----------------------- 27 files changed, 1333 deletions(-) delete mode 100644 view/theme/quattro/tpl/birthdays_reminder.tpl delete mode 100644 view/theme/quattro/tpl/comment_item.tpl delete mode 100644 view/theme/quattro/tpl/contact_template.tpl delete mode 100644 view/theme/quattro/tpl/conversation.tpl delete mode 100644 view/theme/quattro/tpl/events_reminder.tpl delete mode 100644 view/theme/quattro/tpl/fileas_widget.tpl delete mode 100644 view/theme/quattro/tpl/generic_links_widget.tpl delete mode 100644 view/theme/quattro/tpl/group_side.tpl delete mode 100644 view/theme/quattro/tpl/jot.tpl delete mode 100644 view/theme/quattro/tpl/mail_conv.tpl delete mode 100644 view/theme/quattro/tpl/mail_display.tpl delete mode 100644 view/theme/quattro/tpl/mail_list.tpl delete mode 100644 view/theme/quattro/tpl/message_side.tpl delete mode 100644 view/theme/quattro/tpl/msg-header.tpl delete mode 100644 view/theme/quattro/tpl/nav.tpl delete mode 100644 view/theme/quattro/tpl/nets.tpl delete mode 100644 view/theme/quattro/tpl/photo_view.tpl delete mode 100644 view/theme/quattro/tpl/profile_vcard.tpl delete mode 100644 view/theme/quattro/tpl/saved_searches_aside.tpl delete mode 100644 view/theme/quattro/tpl/search_item.tpl delete mode 100644 view/theme/quattro/tpl/theme_settings.tpl delete mode 100644 view/theme/quattro/tpl/threaded_conversation.tpl delete mode 100644 view/theme/quattro/tpl/wall_item.tpl delete mode 100644 view/theme/quattro/tpl/wall_item_tag.tpl delete mode 100644 view/theme/quattro/tpl/wall_thread.tpl delete mode 100644 view/theme/quattro/tpl/wallwall_item.tpl delete mode 100644 view/theme/quattro/tpl/wallwall_thread.tpl (limited to 'view/theme/quattro/tpl') diff --git a/view/theme/quattro/tpl/birthdays_reminder.tpl b/view/theme/quattro/tpl/birthdays_reminder.tpl deleted file mode 100644 index 8b1378917..000000000 --- a/view/theme/quattro/tpl/birthdays_reminder.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/view/theme/quattro/tpl/comment_item.tpl b/view/theme/quattro/tpl/comment_item.tpl deleted file mode 100644 index 7d1d7550b..000000000 --- a/view/theme/quattro/tpl/comment_item.tpl +++ /dev/null @@ -1,62 +0,0 @@ -
-
- - - - - - - -
- $mytitle -
-
    -
  • -
  • -
  • -
  • -
  • -
  • -
  • -
  • -
- - {{ if $qcomment }} - - {{ endif }} - - - -
- -
diff --git a/view/theme/quattro/tpl/contact_template.tpl b/view/theme/quattro/tpl/contact_template.tpl deleted file mode 100644 index b826acc65..000000000 --- a/view/theme/quattro/tpl/contact_template.tpl +++ /dev/null @@ -1,26 +0,0 @@ - -
-
-
- - $contact.name - - {{ if $contact.photo_menu }} - menu - - {{ endif }} -
- -
-
$contact.name
- {{ if $contact.alt_text }}
$contact.alt_text
{{ endif }} -
$contact.itemurl
-
$contact.network
- - -
- diff --git a/view/theme/quattro/tpl/conversation.tpl b/view/theme/quattro/tpl/conversation.tpl deleted file mode 100644 index 48ab4364a..000000000 --- a/view/theme/quattro/tpl/conversation.tpl +++ /dev/null @@ -1,48 +0,0 @@ -
-{{ for $threads as $thread }} -
- {{ for $thread.items as $item }} - {{if $mode == display}} - {{ else }} - {{if $item.comment_firstcollapsed}} -
- $thread.num_comments $thread.hide_text -
- {{endif}} - {{ endif }} - - {{ if $item.type == tag }} - {{ inc wall_item_tag.tpl }}{{ endinc }} - {{ else }} - {{ inc $item.template }}{{ endinc }} - {{ endif }} - - {{ endfor }} -
-{{ endfor }} -
-
- -{{ if $dropping }} - - $dropping - -{{ endif }} - - - -{{ if $mode == display }} - -{{ endif }} - diff --git a/view/theme/quattro/tpl/events_reminder.tpl b/view/theme/quattro/tpl/events_reminder.tpl deleted file mode 100644 index fc13fa68b..000000000 --- a/view/theme/quattro/tpl/events_reminder.tpl +++ /dev/null @@ -1,39 +0,0 @@ - - - -
-
diff --git a/view/theme/quattro/tpl/fileas_widget.tpl b/view/theme/quattro/tpl/fileas_widget.tpl deleted file mode 100644 index 1e5a76044..000000000 --- a/view/theme/quattro/tpl/fileas_widget.tpl +++ /dev/null @@ -1,12 +0,0 @@ -
-

$title

-
$desc
- - - -
diff --git a/view/theme/quattro/tpl/generic_links_widget.tpl b/view/theme/quattro/tpl/generic_links_widget.tpl deleted file mode 100644 index 29580bbc7..000000000 --- a/view/theme/quattro/tpl/generic_links_widget.tpl +++ /dev/null @@ -1,11 +0,0 @@ -
- {{if $title}}

$title

{{endif}} - {{if $desc}}
$desc
{{endif}} - - - -
diff --git a/view/theme/quattro/tpl/group_side.tpl b/view/theme/quattro/tpl/group_side.tpl deleted file mode 100644 index 596a8d13f..000000000 --- a/view/theme/quattro/tpl/group_side.tpl +++ /dev/null @@ -1,29 +0,0 @@ -
-
-

$title

- $add -
- - -
- diff --git a/view/theme/quattro/tpl/jot.tpl b/view/theme/quattro/tpl/jot.tpl deleted file mode 100644 index 95c0ff6b1..000000000 --- a/view/theme/quattro/tpl/jot.tpl +++ /dev/null @@ -1,52 +0,0 @@ -
-
-
 
- -
- - - - - - - - - - - - - - -
- - - -
-
- $acl -
-
$emailcc
-
- $jotnets -
-
- -
- -{{ if $content }}{{ endif }} diff --git a/view/theme/quattro/tpl/mail_conv.tpl b/view/theme/quattro/tpl/mail_conv.tpl deleted file mode 100644 index 31ae289ae..000000000 --- a/view/theme/quattro/tpl/mail_conv.tpl +++ /dev/null @@ -1,60 +0,0 @@ -
-
-
- -
-
- $mail.body -
-
-
- -
-
-
-
-
-
-
-
- $mail.from_name $mail.date -
- -
-
- - - -
-
-
-
-
- - -{# - - -
-
- $mail.from_name -
-
-
$mail.from_name
-
$mail.date
-
$mail.subject
-
$mail.body
-
-
-
-
-
- -#} diff --git a/view/theme/quattro/tpl/mail_display.tpl b/view/theme/quattro/tpl/mail_display.tpl deleted file mode 100644 index e87eca485..000000000 --- a/view/theme/quattro/tpl/mail_display.tpl +++ /dev/null @@ -1,12 +0,0 @@ -
- $thread_subject - -
- -{{ for $mails as $mail }} -
- {{ inc mail_conv.tpl }}{{endinc}} -
-{{ endfor }} - -{{ inc prv_message.tpl }}{{ endinc }} diff --git a/view/theme/quattro/tpl/mail_list.tpl b/view/theme/quattro/tpl/mail_list.tpl deleted file mode 100644 index 6bc6c84f6..000000000 --- a/view/theme/quattro/tpl/mail_list.tpl +++ /dev/null @@ -1,8 +0,0 @@ -
- $subject - $from_name - $date - $count - - -
diff --git a/view/theme/quattro/tpl/message_side.tpl b/view/theme/quattro/tpl/message_side.tpl deleted file mode 100644 index 9f1587096..000000000 --- a/view/theme/quattro/tpl/message_side.tpl +++ /dev/null @@ -1,10 +0,0 @@ -
- - - - -
diff --git a/view/theme/quattro/tpl/msg-header.tpl b/view/theme/quattro/tpl/msg-header.tpl deleted file mode 100644 index 2d1ea7a61..000000000 --- a/view/theme/quattro/tpl/msg-header.tpl +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - diff --git a/view/theme/quattro/tpl/nav.tpl b/view/theme/quattro/tpl/nav.tpl deleted file mode 100644 index af1fc9414..000000000 --- a/view/theme/quattro/tpl/nav.tpl +++ /dev/null @@ -1,95 +0,0 @@ -
- {# $langselector #} - -
$sitelocation
- -
- - - -
$langselector
diff --git a/view/theme/quattro/tpl/nets.tpl b/view/theme/quattro/tpl/nets.tpl deleted file mode 100644 index cbadf1361..000000000 --- a/view/theme/quattro/tpl/nets.tpl +++ /dev/null @@ -1,12 +0,0 @@ -
-

$title

-
$desc
- - - -
diff --git a/view/theme/quattro/tpl/photo_view.tpl b/view/theme/quattro/tpl/photo_view.tpl deleted file mode 100644 index 3b7a66271..000000000 --- a/view/theme/quattro/tpl/photo_view.tpl +++ /dev/null @@ -1,37 +0,0 @@ -
-

$album.1

- - - -
-{{ if $prevlink }}{{ endif }} -{{ if $nextlink }}{{ endif }} -
$desc
-{{ if $tags }} -
$tags.0
-
$tags.1
-{{ endif }} -{{ if $tags.2 }}
$tags.3
{{ endif }} - -{{ if $edit }}$edit{{ endif }} - -{{ if $likebuttons }} -
- $likebuttons - $like - $dislike -
-{{ endif }} -
- $comments -
- -$paginate - diff --git a/view/theme/quattro/tpl/profile_vcard.tpl b/view/theme/quattro/tpl/profile_vcard.tpl deleted file mode 100644 index 42cd0b3b2..000000000 --- a/view/theme/quattro/tpl/profile_vcard.tpl +++ /dev/null @@ -1,63 +0,0 @@ -
- -
-
$profile.name
- {{ if $profile.edit }} -
- $profile.edit.1 - -
- {{ endif }} -
- - - {{ if $pdesc }}
$profile.pdesc
{{ endif }} -
$profile.name
- - - - {{ if $location }} -
$location
-
- {{ if $profile.address }}
$profile.address
{{ endif }} - - $profile.locality{{ if $profile.locality }}, {{ endif }} - $profile.region - $profile.postal_code - - {{ if $profile.country_name }}$profile.country_name{{ endif }} -
-
- {{ endif }} - - {{ if $gender }}
$gender
$profile.gender
{{ endif }} - - {{ if $profile.pubkey }}{{ endif }} - - {{ if $marital }}
$marital
$profile.marital
{{ endif }} - - {{ if $homepage }}
$homepage
$profile.homepage
{{ endif }} - - {{ inc diaspora_vcard.tpl }}{{ endinc }} - - -
- -$contact_block - - diff --git a/view/theme/quattro/tpl/saved_searches_aside.tpl b/view/theme/quattro/tpl/saved_searches_aside.tpl deleted file mode 100644 index 9c10a26de..000000000 --- a/view/theme/quattro/tpl/saved_searches_aside.tpl +++ /dev/null @@ -1,15 +0,0 @@ -
-

$title

- - - - $searchbox - -
diff --git a/view/theme/quattro/tpl/search_item.tpl b/view/theme/quattro/tpl/search_item.tpl deleted file mode 100644 index 605b0086d..000000000 --- a/view/theme/quattro/tpl/search_item.tpl +++ /dev/null @@ -1,91 +0,0 @@ - -
- $item.star.starred - {{ if $item.lock }}$item.lock{{ endif }} - -
- -
-
-
-
- - $item.name - - menu - - -
-
$item.location
-
-
- {{ if $item.title }}

$item.title

{{ endif }} - $item.body -
-
-
- -
- {{ for $item.tags as $tag }} - $tag - {{ endfor }} -
-
-
-
- {{ if $item.plink }}$item.plink.title{{ endif }} -
-
-
- $item.name $item.ago -
- -
- {{ if $item.star }} - $item.star.do - $item.star.undo - $item.star.tagger - {{ endif }} - - {{ if $item.vote }} - $item.vote.like.1 - $item.vote.dislike.1 - {{ endif }} - - {{ if $item.vote.share }} - $item.vote.share.1 - {{ endif }} -
- -
- - {{ if $item.drop.dropping }} - - $item.drop.delete - {{ endif }} - {{ if $item.edpost }} - - {{ endif }} -
- -
-
-
- - -
$item.dislike
- {{ if $item.conv }} -
- $item.conv.title - {{ endif }} -
-
- - -
- diff --git a/view/theme/quattro/tpl/theme_settings.tpl b/view/theme/quattro/tpl/theme_settings.tpl deleted file mode 100644 index 9771ae162..000000000 --- a/view/theme/quattro/tpl/theme_settings.tpl +++ /dev/null @@ -1,8 +0,0 @@ -{{inc field_select.tpl with $field=$color}}{{endinc}} - -{{inc field_select.tpl with $field=$align}}{{endinc}} - -
- -
- diff --git a/view/theme/quattro/tpl/threaded_conversation.tpl b/view/theme/quattro/tpl/threaded_conversation.tpl deleted file mode 100644 index 13c38acb2..000000000 --- a/view/theme/quattro/tpl/threaded_conversation.tpl +++ /dev/null @@ -1,37 +0,0 @@ -{{ for $threads as $item }} - -
- - - {{ if $item.type == tag }} - {{ inc wall_item_tag.tpl }}{{ endinc }} - {{ else }} - {{ inc $item.template }}{{ endinc }} - {{ endif }} - -
-{{ endfor }} - -
- -{{ if $dropping }} - - $dropping - -{{ endif }} - - - -{{ if $mode == display }} - -{{ endif }} - diff --git a/view/theme/quattro/tpl/wall_item.tpl b/view/theme/quattro/tpl/wall_item.tpl deleted file mode 100644 index 52ba6ede9..000000000 --- a/view/theme/quattro/tpl/wall_item.tpl +++ /dev/null @@ -1,90 +0,0 @@ - -
- $item.star.starred - {{ if $item.lock }}$item.lock{{ endif }} - -
- -
-
-
-
- - $item.name - - menu - - -
-
$item.location
-
-
- {{ if $item.title }}

$item.title

{{ endif }} - $item.body -
-
-
- -
- {{ for $item.tags as $tag }} - $tag - {{ endfor }} -
-
-
-
- {{ if $item.plink }}$item.plink.title{{ endif }} -
-
-
- $item.name $item.ago -
- -
- {{ if $item.star }} - $item.star.do - $item.star.undo - $item.star.tagger - {{ endif }} - {{ if $item.filer }} - $item.filer - {{ endif }} - - {{ if $item.vote }} - $item.vote.like.1 - $item.vote.dislike.1 - {{ endif }} - - {{ if $item.vote.share }} - $item.vote.share.1 - {{ endif }} -
- -
- - {{ if $item.drop.dropping }} - - $item.drop.delete - {{ endif }} - {{ if $item.edpost }} - - {{ endif }} -
- -
-
-
- - -
$item.dislike
-
-
- -
- $item.comment -
diff --git a/view/theme/quattro/tpl/wall_item_tag.tpl b/view/theme/quattro/tpl/wall_item_tag.tpl deleted file mode 100644 index 14ad7d79c..000000000 --- a/view/theme/quattro/tpl/wall_item_tag.tpl +++ /dev/null @@ -1,27 +0,0 @@ -{{ if $item.thread_level!=1 }}
{{ endif }} - -
-
-
-
- - $item.name - - - -
-
$item.location
-
-
- $item.ago $item.body -
-
-
- -{{ if $item.thread_level!=1 }}
{{ endif }} - -{{ if $item.flatten }} -
$item.comment
-{{ endif }} diff --git a/view/theme/quattro/tpl/wall_thread.tpl b/view/theme/quattro/tpl/wall_thread.tpl deleted file mode 100644 index 030991ccb..000000000 --- a/view/theme/quattro/tpl/wall_thread.tpl +++ /dev/null @@ -1,144 +0,0 @@ -{{if $mode == display}} -{{ else }} -{{if $item.comment_firstcollapsed}} -
- $item.num_comments - $item.hide_text - {{ if $item.thread_level==3 }} - - expand / - collapse thread{{ endif }} -
- {{endif}} -{{ endif }} - -{{if $item.threaded}}{{if $item.comment}}{{if $item.thread_level==1}} -
$item.comment
-{{ endif }}{{ endif }}{{ endif }} - - -{{ if $item.flatten }} -
$item.comment
-{{ endif }} diff --git a/view/theme/quattro/tpl/wallwall_item.tpl b/view/theme/quattro/tpl/wallwall_item.tpl deleted file mode 100644 index b5057ee9c..000000000 --- a/view/theme/quattro/tpl/wallwall_item.tpl +++ /dev/null @@ -1,96 +0,0 @@ -
- $item.star.starred - {{ if $item.lock }}$item.lock{{ endif }} - -
- -
-
-
-
- - $item.name - - menu - - -
-
- - $item.owner_name - -
-
$item.location
-
-
- {{ if $item.title }}

$item.title

{{ endif }} - $item.body -
-
-
- -
- {{ for $item.tags as $tag }} - $tag - {{ endfor }} -
-
-
- -
-
- $item.name $item.ago -
$item.to $item.owner_name $item.vwall - -
- -
- {{ if $item.star }} - $item.star.do - $item.star.undo - $item.star.tagger - - {{ endif }} - {{ if $item.filer }} - $item.filer - {{ endif }} - - {{ if $item.vote }} - $item.vote.like.1 - $item.vote.dislike.1 - {{ endif }} - - {{ if $item.vote.share }} - $item.vote.share.1 - {{ endif }} -
- -
- - {{ if $item.drop.dropping }} - - $item.drop.delete - {{ endif }} - {{ if $item.edpost }} - - {{ endif }} -
- -
-
-
- - -
$item.dislike
-
-
-
- $item.comment -
diff --git a/view/theme/quattro/tpl/wallwall_thread.tpl b/view/theme/quattro/tpl/wallwall_thread.tpl deleted file mode 100644 index 777405d9a..000000000 --- a/view/theme/quattro/tpl/wallwall_thread.tpl +++ /dev/null @@ -1,151 +0,0 @@ -{{if $mode == display}} -{{ else }} -{{if $item.comment_firstcollapsed}} -
- $item.num_comments - $item.hide_text - {{ if $item.thread_level==3 }} - - expand / - collapse thread{{ endif }} -
- {{endif}} -{{ endif }} - -{{if $item.threaded}}{{if $item.comment}}{{if $item.thread_level==1}} -
$item.comment
-{{ endif }}{{ endif }}{{ endif }} - - -{{ if $item.flatten }} -
$item.comment
-{{ endif }} -- cgit v1.2.3