From: Andreas Unterkircher Date: Mon, 4 Jun 2007 18:41:16 +0000 (+0000) Subject: initial import of smarty templates X-Git-Tag: phpfspot-1.2~332 X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=commitdiff_plain;h=7862547b2ebd4c830b8c155e6f09cab1f41ce48d initial import of smarty templates git-svn-id: file:///var/lib/svn/phpfspot/trunk@3 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- diff --git a/templates/body.tpl b/templates/body.tpl new file mode 100644 index 0000000..7b2812d --- /dev/null +++ b/templates/body.tpl @@ -0,0 +1,29 @@ +
+Picture Viewer + + + + + + + + + + +
+ +
+ { if $previous_url == "" } +   + { else } + Previous + { /if } +   + { if $next_url == "" } +   + { else } + Next + { /if} +
+ +
diff --git a/templates/footer.tpl b/templates/footer.tpl new file mode 100644 index 0000000..5f85cab --- /dev/null +++ b/templates/footer.tpl @@ -0,0 +1 @@ + diff --git a/templates/header.tpl b/templates/header.tpl new file mode 100644 index 0000000..0ead6cb --- /dev/null +++ b/templates/header.tpl @@ -0,0 +1,7 @@ + + + + + {$page_title} + + diff --git a/templates/index.tpl b/templates/index.tpl new file mode 100644 index 0000000..eeb1de7 --- /dev/null +++ b/templates/index.tpl @@ -0,0 +1,6 @@ +{include file="header.tpl"} + + {include file="tags.tpl"} + {include file="body.tpl"} + +{include file="footer.tpl"} diff --git a/templates/tags.tpl b/templates/tags.tpl new file mode 100644 index 0000000..52751e2 --- /dev/null +++ b/templates/tags.tpl @@ -0,0 +1,6 @@ +
+ The following tags are available:
+{foreach from=$tags item=tag } + {$tag} +{/foreach} +