From 4a0b6f6114f19cebd796b3b1c6e5253edc3267c3 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sat, 14 Jul 2007 12:06:42 +0000 Subject: issue24, first trial of date search is now included git-svn-id: file:///var/lib/svn/phpfspot/trunk@198 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- templates/calendar.tpl | 28 ++++++++++++++++++++++++++++ templates/index.tpl | 2 +- templates/search.tpl | 7 +++++++ 3 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 templates/calendar.tpl (limited to 'templates') diff --git a/templates/calendar.tpl b/templates/calendar.tpl new file mode 100644 index 0000000..1f52732 --- /dev/null +++ b/templates/calendar.tpl @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + {section name="row" loop=$rows step=1} + {section name="col" loop=8 step=1} + {if $matrix[row][col] } + {$matrix[row][col]} + {/if} + {/section} + {/section} + +
<< + {$current_month} + >>
MTWTFSS
+ diff --git a/templates/index.tpl b/templates/index.tpl index 5ff9b0e..4366679 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -12,7 +12,7 @@ photo index - + reset tags diff --git a/templates/search.tpl b/templates/search.tpl index 092006e..51c1877 100644 --- a/templates/search.tpl +++ b/templates/search.tpl @@ -10,6 +10,13 @@ Tag: +
+ Date:
+ {$from_date}

+ {$to_date}
+ +
+
-- cgit v1.2.3-18-g5258