summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-10-11 16:54:23 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-10-11 16:54:23 -0400
commita7cb3090902e23e2b0f2371539ade7ec5a4ba01b (patch)
tree1f97182b72da88c2f3d49980101242b8b5d073a2 /templates
parent5dba91cdc88c01ac1d314f24b12eb2cda651e206 (diff)
parent665da89c270f98e93b1eaa89e729f3975973ab8f (diff)
Merge branch 'master' into dependency-types
Conflicts: debian/changelog doc/plugins/calendar.mdwn
Diffstat (limited to 'templates')
-rw-r--r--templates/calendarmonth.tmpl3
-rw-r--r--templates/calendaryear.tmpl1
2 files changed, 4 insertions, 0 deletions
diff --git a/templates/calendarmonth.tmpl b/templates/calendarmonth.tmpl
new file mode 100644
index 000000000..37ad78c5c
--- /dev/null
+++ b/templates/calendarmonth.tmpl
@@ -0,0 +1,3 @@
+[[!calendar type=month month=<TMPL_VAR MONTH> year=<TMPL_VAR YEAR> pages="<TMPL_VAR PAGESPEC>"]]
+
+[[!inline pages="creation_month(<TMPL_VAR MONTH>) and creation_year(<TMPL_VAR YEAR>) and <TMPL_VAR PAGESPEC>" show=0 feeds=no reverse=yes]]
diff --git a/templates/calendaryear.tmpl b/templates/calendaryear.tmpl
new file mode 100644
index 000000000..714bd6d47
--- /dev/null
+++ b/templates/calendaryear.tmpl
@@ -0,0 +1 @@
+[[!calendar type=year year=<TMPL_VAR YEAR> pages="<TMPL_VAR PAGESPEC>"]]