From 5e1980becf69a4c65489bed6f94fa730ec8ef4bf Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Wed, 8 May 2013 04:23:17 -0400 Subject: remove "internal" templates, use "tpl/" folder for smarty3 templates, move smarty3 templates in "tpl/" folder, add util/precompile_smarty.php utility, add precompiled templates --- view/tpl/profile_advanced.tpl | 187 ++++++++++++++++++++++-------------------- 1 file changed, 96 insertions(+), 91 deletions(-) mode change 100644 => 100755 view/tpl/profile_advanced.tpl (limited to 'view/tpl/profile_advanced.tpl') diff --git a/view/tpl/profile_advanced.tpl b/view/tpl/profile_advanced.tpl old mode 100644 new mode 100755 index 0bc4d3fd3..f8743c011 --- a/view/tpl/profile_advanced.tpl +++ b/view/tpl/profile_advanced.tpl @@ -1,169 +1,174 @@ -

$title

+{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} +

{{$title}}

-
$profile.fullname.0
-
$profile.fullname.1
+
{{$profile.fullname.0}}
+
{{$profile.fullname.1}}
-{{ if $profile.gender }} +{{if $profile.gender}}
-
$profile.gender.0
-
$profile.gender.1
+
{{$profile.gender.0}}
+
{{$profile.gender.1}}
-{{ endif }} +{{/if}} -{{ if $profile.birthday }} +{{if $profile.birthday}}
-
$profile.birthday.0
-
$profile.birthday.1
+
{{$profile.birthday.0}}
+
{{$profile.birthday.1}}
-{{ endif }} +{{/if}} -{{ if $profile.age }} +{{if $profile.age}}
-
$profile.age.0
-
$profile.age.1
+
{{$profile.age.0}}
+
{{$profile.age.1}}
-{{ endif }} +{{/if}} -{{ if $profile.marital }} +{{if $profile.marital}}
-
$profile.marital.0
-
$profile.marital.1{{ if $profile.marital.with }} ($profile.marital.with){{ endif }}{{ if $profile.howlong }} $profile.howlong{{ endif }}
+
{{$profile.marital.0}}
+
{{$profile.marital.1}}{{if $profile.marital.with}} ({{$profile.marital.with}}){{/if}}{{if $profile.howlong}} {{$profile.howlong}}{{/if}}
-{{ endif }} +{{/if}} -{{ if $profile.sexual }} +{{if $profile.sexual}}
-
$profile.sexual.0
-
$profile.sexual.1
+
{{$profile.sexual.0}}
+
{{$profile.sexual.1}}
-{{ endif }} +{{/if}} -{{ if $profile.keywords }} +{{if $profile.keywords}}
-
$profile.keywords.0
-
$profile.keywords.1
+
{{$profile.keywords.0}}
+
{{$profile.keywords.1}}
-{{ endif }} +{{/if}} -{{ if $profile.homepage }} +{{if $profile.homepage}}
-
$profile.homepage.0
-
$profile.homepage.1
+
{{$profile.homepage.0}}
+
{{$profile.homepage.1}}
-{{ endif }} +{{/if}} -{{ if $profile.hometown }} +{{if $profile.hometown}}
-
$profile.hometown.0
-
$profile.hometown.1
+
{{$profile.hometown.0}}
+
{{$profile.hometown.1}}
-{{ endif }} +{{/if}} -{{ if $profile.politic }} +{{if $profile.politic}}
-
$profile.politic.0
-
$profile.politic.1
+
{{$profile.politic.0}}
+
{{$profile.politic.1}}
-{{ endif }} +{{/if}} -{{ if $profile.religion }} +{{if $profile.religion}}
-
$profile.religion.0
-
$profile.religion.1
+
{{$profile.religion.0}}
+
{{$profile.religion.1}}
-{{ endif }} +{{/if}} -{{ if $profile.about }} +{{if $profile.about}}
-
$profile.about.0
-
$profile.about.1
+
{{$profile.about.0}}
+
{{$profile.about.1}}
-{{ endif }} +{{/if}} -{{ if $profile.interest }} +{{if $profile.interest}}
-
$profile.interest.0
-
$profile.interest.1
+
{{$profile.interest.0}}
+
{{$profile.interest.1}}
-{{ endif }} +{{/if}} -{{ if $profile.likes }} +{{if $profile.likes}}
-
$profile.likes.0
-
$profile.likes.1
+
{{$profile.likes.0}}
+
{{$profile.likes.1}}
-{{ endif }} +{{/if}} -{{ if $profile.dislikes }} +{{if $profile.dislikes}}
-
$profile.dislikes.0
-
$profile.dislikes.1
+
{{$profile.dislikes.0}}
+
{{$profile.dislikes.1}}
-{{ endif }} +{{/if}} -{{ if $profile.contact }} +{{if $profile.contact}}
-
$profile.contact.0
-
$profile.contact.1
+
{{$profile.contact.0}}
+
{{$profile.contact.1}}
-{{ endif }} +{{/if}} -{{ if $profile.music }} +{{if $profile.music}}
-
$profile.music.0
-
$profile.music.1
+
{{$profile.music.0}}
+
{{$profile.music.1}}
-{{ endif }} +{{/if}} -{{ if $profile.book }} +{{if $profile.book}}
-
$profile.book.0
-
$profile.book.1
+
{{$profile.book.0}}
+
{{$profile.book.1}}
-{{ endif }} +{{/if}} -{{ if $profile.tv }} +{{if $profile.tv}}
-
$profile.tv.0
-
$profile.tv.1
+
{{$profile.tv.0}}
+
{{$profile.tv.1}}
-{{ endif }} +{{/if}} -{{ if $profile.film }} +{{if $profile.film}}
-
$profile.film.0
-
$profile.film.1
+
{{$profile.film.0}}
+
{{$profile.film.1}}
-{{ endif }} +{{/if}} -{{ if $profile.romance }} +{{if $profile.romance}}
-
$profile.romance.0
-
$profile.romance.1
+
{{$profile.romance.0}}
+
{{$profile.romance.1}}
-{{ endif }} +{{/if}} -{{ if $profile.work }} +{{if $profile.work}}
-
$profile.work.0
-
$profile.work.1
+
{{$profile.work.0}}
+
{{$profile.work.1}}
-{{ endif }} +{{/if}} -{{ if $profile.education }} +{{if $profile.education}}
-
$profile.education.0
-
$profile.education.1
+
{{$profile.education.0}}
+
{{$profile.education.1}}
-{{ endif }} +{{/if}} -- cgit v1.2.3