diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-08-01 21:13:35 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-08-01 21:13:35 +0200 |
commit | be3fe912791f7332374ca231422d3a06b05778e9 (patch) | |
tree | 5295c217ac8424a895370d956037a650d6445435 /inlinepage.tmpl | |
parent | 2fb8dbca8338e24e7018355295d8248eba6e1132 (diff) |
Sync with ikiwiki 2.55.
Diffstat (limited to 'inlinepage.tmpl')
-rw-r--r-- | inlinepage.tmpl | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/inlinepage.tmpl b/inlinepage.tmpl index 71d57b0..ffcb897 100644 --- a/inlinepage.tmpl +++ b/inlinepage.tmpl @@ -1,4 +1,7 @@ <div class="inlinepage"> + +<div class="inlineheader"> + <TMPL_IF NAME="AUTHOR"> <span class="author"> <TMPL_IF NAME="AUTHORURL"> @@ -15,7 +18,14 @@ <a href="<TMPL_VAR PAGEURL>"><TMPL_VAR TITLE></a> </TMPL_IF> </span> + +</div><!--.inlineheader--> + +<div class="inlinecontent"> <TMPL_VAR CONTENT> +</div><!--.inlinecontent--> + +<div class="inlinefooter"> <span class="pagedate"> Posted <TMPL_VAR CTIME> @@ -52,7 +62,9 @@ License: <TMPL_VAR LICENSE> <li><TMPL_VAR DISCUSSIONLINK></li> </TMPL_IF> </ul> -</div> +</div><!--.actions--> </TMPL_IF> -</div> +</div><!--.inlinefooter--> + +</div><!--.inlinepage--> |