aboutsummaryrefslogtreecommitdiff
path: root/templates/inlinepage.tmpl
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-09-14 18:11:10 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-09-14 18:11:10 +0000
commit906dcfd518c9597dd68ddf30c28bb68e9cbf8555 (patch)
tree617ca209f8fc582850d5a3a4aadd718871bfed4f /templates/inlinepage.tmpl
parentdedd467376f86626e5aa599924dc93d57fa27bc4 (diff)
downloadikiwiki-906dcfd518c9597dd68ddf30c28bb68e9cbf8555.tar
ikiwiki-906dcfd518c9597dd68ddf30c28bb68e9cbf8555.tar.gz
* meta: Support license and copyright information. The information will
be shown in the page footer. HTML will also be inserted that should support the rel=license microformat as well as the HTML spec's rel=copyright.
Diffstat (limited to 'templates/inlinepage.tmpl')
-rw-r--r--templates/inlinepage.tmpl14
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/inlinepage.tmpl b/templates/inlinepage.tmpl
index e1943baec..17043b608 100644
--- a/templates/inlinepage.tmpl
+++ b/templates/inlinepage.tmpl
@@ -30,6 +30,20 @@ Tags:
</span>
</TMPL_IF>
+<TMPL_IF COPYRIGHT>
+<div class="copyright">
+<a name="page_copyright"></a>
+<TMPL_VAR COPYRIGHT>
+</div>
+</TMPL_IF>
+
+<TMPL_IF LICENSE>
+<div class="license">
+<a name="page_license"></a>
+License: <TMPL_VAR LICENSE>
+</div>
+</TMPL_IF>
+
<TMPL_IF NAME="HAVE_ACTIONS">
<div class="actions">
<ul>