From afb2c9f1e796232722c029a3d7f2c265c0b734c6 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sat, 5 Jan 2008 19:53:15 +0100 Subject: issue59, remove HTML table from main skeleton Signed-off-by: Andreas Unterkircher --- themes/default/templates/credits.tpl | 42 +++++++++++------------------------- themes/default/templates/export.tpl | 25 ++++++++------------- themes/default/templates/index.tpl | 20 ++++++----------- themes/default/templates/welcome.tpl | 24 +++++---------------- 4 files changed, 33 insertions(+), 78 deletions(-) diff --git a/themes/default/templates/credits.tpl b/themes/default/templates/credits.tpl index 54991d4..a940b03 100644 --- a/themes/default/templates/credits.tpl +++ b/themes/default/templates/credits.tpl @@ -1,29 +1,13 @@ - - - - - - - - -
- {$product} {$version}
-
-
- - - - -
- by Andreas Unterkircher
- Licensed under GPLv3, phpfspot -
- HTML_AJAX -
- PHP tag-cloud code by Jenny Ferenc. -
- F-Spot database version: {$db_version} -
-
-
- +
+ {$product} {$version}
+
+
+ by Andreas Unterkircher
+ Licensed under GPLv3, phpfspot +
+ HTML_AJAX +
+ PHP tag-cloud code by Jenny Ferenc. +
+ F-Spot database version: {$db_version} +
diff --git a/themes/default/templates/export.tpl b/themes/default/templates/export.tpl index 14354b7..3647863 100644 --- a/themes/default/templates/export.tpl +++ b/themes/default/templates/export.tpl @@ -1,21 +1,14 @@ {include file="header.tpl"}
- - - - -
-
- - -
-
-
-
+
+ + +
+
{include file="footer.tpl"} diff --git a/themes/default/templates/index.tpl b/themes/default/templates/index.tpl index 791dd32..10459aa 100644 --- a/themes/default/templates/index.tpl +++ b/themes/default/templates/index.tpl @@ -22,20 +22,12 @@
- - - - - - - -
- {include file="search.tpl"} -
-
- {include file="tags.tpl"} -
-
+
+ {include file="search.tpl"} +
+
+ {include file="tags.tpl"} +
diff --git a/themes/default/templates/welcome.tpl b/themes/default/templates/welcome.tpl index fa8d80e..960e7cf 100644 --- a/themes/default/templates/welcome.tpl +++ b/themes/default/templates/welcome.tpl @@ -1,16 +1,8 @@ - - - - - - - -
- phpfspot welcomes you to a dynamic photo gallery for F-Spot
-
-
- - - - -
+
+ phpfspot welcomes you to a dynamic photo gallery for F-Spot
+
+
This application targets to provide an easy way, to presentate your F-Spot
pictures in the web, in a way where you do not need any of the current
web2.0 providers or setup complex apps like gallery
@@ -19,11 +11,5 @@ You can addept this welcome page in the file "welcome.tpl" in the template
directory. ;)

[ Click here to take a look at your photo index or select a tag from the list on the left ] -
-
-
+ -- cgit v1.2.3-18-g5258 From 09840d69393cddaf881159e62beff40790db05ae Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sat, 5 Jan 2008 20:00:07 +0100 Subject: stylesheet improvements, removed some html table styles Signed-off-by: Andreas Unterkircher --- themes/default/stylesheet.css | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/themes/default/stylesheet.css b/themes/default/stylesheet.css index 1f7e7d4..5c29ddf 100644 --- a/themes/default/stylesheet.css +++ b/themes/default/stylesheet.css @@ -84,14 +84,14 @@ td.searchfor { font-weight: bolder; } -td.index_header { +td.index_header,div.index_header { background-color: #eeeeee; padding: 10px; vertical-align: middle; white-space: nowrap; } -td.content_title { +td.content_title,div.content_title { background-color: #eeeeee; padding: 10px; vertical-align: middle; @@ -136,28 +136,6 @@ a.calendar { font-size: 10px; } -#single { - padding: 10px; - display: table; - table-layout: fixed; - border: hidden; - border-spacing: 10px; - border-collapse: separate; - margin-left: auto; - margin-right: auto; -} - -table.matrix { - padding: 10px; - display: table; - table-layout: fixed; - border-style: hidden; - border-spacing: 10px; - border-collapse: separate; - margin-left: auto; - margin-right: auto; -} - div.thumb { text-align: center; vertical-align: top; -- cgit v1.2.3-18-g5258