From 02d0b89bfdf1837a0eee9a8dca087553dfafd152 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 15 Apr 2013 08:18:38 +0200 Subject: Improvements in the article.html template. --- source/static/templates/article.html | 78 +++++++++++++++++++----------------- 1 file changed, 42 insertions(+), 36 deletions(-) (limited to 'source/static') diff --git a/source/static/templates/article.html b/source/static/templates/article.html index ec0addb9..fcb29522 100644 --- a/source/static/templates/article.html +++ b/source/static/templates/article.html @@ -11,52 +11,58 @@ %endif   

- ${description} - -
-
+
+ + +
+
+ + + +
+ -
- %if plain_text == "1": - HTML version - %else: - Plain text - %endif - - Export to EPUB -
- Complete story -
+
+ %if plain_text == "1": + HTML version + %else: + Plain text + %endif + - Export to EPUB +
+ Complete story +
- Share this article:
- - + Share this article:
+ + - + - - + + - - + + - - + + - - + + - - + + - + -
- \ No newline at end of file +
+ \ No newline at end of file -- cgit