diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-08-01 21:56:29 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-08-01 21:56:29 +0200 |
commit | 4fb9600af4d836e61a341531507380465b715226 (patch) | |
tree | 5923e697613268321fe8da3ad8536cc7b4ef5398 /inlinepage.tmpl | |
parent | 16dcd6d3af047971985cabce68d9e06b4a399fad (diff) | |
parent | be3fe912791f7332374ca231422d3a06b05778e9 (diff) |
Merge branch 'master' into master-da
Conflicts (merged manually):
editpage.tmpl
searchquery.tmpl
Pages translated as part of the merge:
editconflict.tmpl
editcreationconflict.tmpl
editfailedsave.tmpl
editpagegone.tmpl
renamesummary.tmpl
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 2a221d1..59ffd94 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 @@ Licens: <TMPL_VAR LICENSE> <li><TMPL_VAR DISCUSSIONLINK></li> </TMPL_IF> </ul> -</div> +</div><!--.actions--> </TMPL_IF> -</div> +</div><!--.inlinefooter--> + +</div><!--.inlinepage--> |