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/delegate.tpl | 57 ++++++++++++++++++++++++++++----------------------- 1 file changed, 31 insertions(+), 26 deletions(-) mode change 100644 => 100755 view/tpl/delegate.tpl (limited to 'view/tpl/delegate.tpl') diff --git a/view/tpl/delegate.tpl b/view/tpl/delegate.tpl old mode 100644 new mode 100755 index 9a7d2e18d..7aa85cf39 --- a/view/tpl/delegate.tpl +++ b/view/tpl/delegate.tpl @@ -1,57 +1,62 @@ -

$header

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

{{$header}}

-
$desc
+
{{$desc}}
-{{ if $managers }} -

$head_managers

+{{if $managers}} +

{{$head_managers}}

-{{ for $managers as $x }} +{{foreach $managers as $x}}
- +
-{{ endfor }} +{{/foreach}}

-{{ endif }} +{{/if}} -

$head_delegates

+

{{$head_delegates}}

-{{ if $delegates }} -{{ for $delegates as $x }} +{{if $delegates}} +{{foreach $delegates as $x}}
- - + +
-{{ endfor }} +{{/foreach}}
-{{ else }} -$none -{{ endif }} +{{else}} +{{$none}} +{{/if}}
-

$head_potentials

-{{ if $potentials }} -{{ for $potentials as $x }} +

{{$head_potentials}}

+{{if $potentials}} +{{foreach $potentials as $x}}
- - + +
-{{ endfor }} +{{/foreach}}
-{{ else }} -$none -{{ endif }} +{{else}} +{{$none}} +{{/if}}
-- cgit v1.2.3 From 328ebda77a44bfeaa3ac5455a4713db402bc54bf Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Tue, 16 Jul 2013 18:08:26 +0100 Subject: Kill autogenerated warnings, plus a typo. --- view/tpl/delegate.tpl | 5 ----- 1 file changed, 5 deletions(-) (limited to 'view/tpl/delegate.tpl') diff --git a/view/tpl/delegate.tpl b/view/tpl/delegate.tpl index 7aa85cf39..cbaa8da86 100755 --- a/view/tpl/delegate.tpl +++ b/view/tpl/delegate.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}}

{{$header}}

{{$desc}}
-- cgit v1.2.3