From ac10cc90fe99a465aaba747a32f469237bcd723e Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Fri, 5 Nov 2010 10:37:53 +0000 Subject: quick HTML cleanup --- root/template/footer | 4 +--- root/template/header | 22 +++++++++----------- root/template/html | 25 ++++++++++++----------- root/template/layout | 57 +++++++++++++++++++++++++--------------------------- 4 files changed, 51 insertions(+), 57 deletions(-) (limited to 'root/template') diff --git a/root/template/footer b/root/template/footer index 78203d5..0e1dc01 100644 --- a/root/template/footer +++ b/root/template/footer @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/root/template/header b/root/template/header index a80c079..4812ea7 100644 --- a/root/template/header +++ b/root/template/header @@ -1,16 +1,14 @@ -
-

[% c.config.apptitle %]

+

[% c.config.apptitle %]

- - + +
- diff --git a/root/template/html b/root/template/html index c23fcfb..d28ca35 100644 --- a/root/template/html +++ b/root/template/html @@ -1,13 +1,14 @@ - - - - [% template.title or site.title %] - - - - - - + + + + + + [% template.title or site.title %] + + + + + [% content %] - - + + \ No newline at end of file diff --git a/root/template/layout b/root/template/layout index 53d0202..3d7bc10 100644 --- a/root/template/layout +++ b/root/template/layout @@ -1,40 +1,37 @@ - -
-
+
-
- -
+
+ +
-
+
-
- -
-
- [% IF errors %] - - [% FOREACH error IN errors %] - [% error %]
- [% END %] -
- [% END %] -
- [% content %] -
-
-
+
+ +
+
+ [% IF errors %] + + [% FOREACH error IN errors %] + [% error %]
+ [% END %] +
+ [% END %] +
+ [% content %] +
+
+
-
- -
+
+ -- cgit v1.2.1