From dcbc0c0c9516adf616023615871439b4015fa686 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 1 Aug 2012 05:02:43 -0700 Subject: major theme re-org, only duepuntozero and slackr working atm --- view/theme/duepuntozero/tpl/comment_item.tpl | 61 ++++++++++++++++++++ view/theme/duepuntozero/tpl/lang_selector.tpl | 10 ++++ view/theme/duepuntozero/tpl/moderated_comment.tpl | 61 ++++++++++++++++++++ view/theme/duepuntozero/tpl/nav.tpl | 70 +++++++++++++++++++++++ view/theme/duepuntozero/tpl/profile_vcard.tpl | 51 +++++++++++++++++ view/theme/duepuntozero/tpl/prv_message.tpl | 39 +++++++++++++ 6 files changed, 292 insertions(+) create mode 100755 view/theme/duepuntozero/tpl/comment_item.tpl create mode 100644 view/theme/duepuntozero/tpl/lang_selector.tpl create mode 100755 view/theme/duepuntozero/tpl/moderated_comment.tpl create mode 100644 view/theme/duepuntozero/tpl/nav.tpl create mode 100644 view/theme/duepuntozero/tpl/profile_vcard.tpl create mode 100644 view/theme/duepuntozero/tpl/prv_message.tpl (limited to 'view/theme/duepuntozero/tpl') diff --git a/view/theme/duepuntozero/tpl/comment_item.tpl b/view/theme/duepuntozero/tpl/comment_item.tpl new file mode 100755 index 000000000..ea24d95cc --- /dev/null +++ b/view/theme/duepuntozero/tpl/comment_item.tpl @@ -0,0 +1,61 @@ +
+
+ + + + + + + +
+ $mytitle +
+
+
    +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
+
+ + {{ if $qcomment }} + + {{ endif }} + +
+ + +
+
+ +
diff --git a/view/theme/duepuntozero/tpl/lang_selector.tpl b/view/theme/duepuntozero/tpl/lang_selector.tpl new file mode 100644 index 000000000..e777a0a86 --- /dev/null +++ b/view/theme/duepuntozero/tpl/lang_selector.tpl @@ -0,0 +1,10 @@ +
+ diff --git a/view/theme/duepuntozero/tpl/moderated_comment.tpl b/view/theme/duepuntozero/tpl/moderated_comment.tpl new file mode 100755 index 000000000..b0451c8c6 --- /dev/null +++ b/view/theme/duepuntozero/tpl/moderated_comment.tpl @@ -0,0 +1,61 @@ +
+
+ + + + + + + +
+ $mytitle +
+
+ +
    +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
+
+ + +
+ + +
+
+ +
diff --git a/view/theme/duepuntozero/tpl/nav.tpl b/view/theme/duepuntozero/tpl/nav.tpl new file mode 100644 index 000000000..3029ce9bd --- /dev/null +++ b/view/theme/duepuntozero/tpl/nav.tpl @@ -0,0 +1,70 @@ + + + diff --git a/view/theme/duepuntozero/tpl/profile_vcard.tpl b/view/theme/duepuntozero/tpl/profile_vcard.tpl new file mode 100644 index 000000000..bcb5baeeb --- /dev/null +++ b/view/theme/duepuntozero/tpl/profile_vcard.tpl @@ -0,0 +1,51 @@ +
+ +
$profile.name
+ + + + {{ 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/duepuntozero/tpl/prv_message.tpl b/view/theme/duepuntozero/tpl/prv_message.tpl new file mode 100644 index 000000000..e103497e1 --- /dev/null +++ b/view/theme/duepuntozero/tpl/prv_message.tpl @@ -0,0 +1,39 @@ + +

$header

+ +
+
+ +$parent + +
$to
+ +{{ if $showinputs }} + + +{{ else }} +$select +{{ endif }} + +
$subject
+ + +
$yourmessage
+ + + +
+ +
+
+
+ +
+ +
+
+
+
+
-- cgit v1.2.3