diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-01-05 19:57:26 +0100 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-01-05 19:57:26 +0100 |
commit | 86a2dc30b73dfbd4d4bc0b0561082713d83c5aa8 (patch) | |
tree | 1f2555e6b44bc0a5ea9e3dd6f701455f8d100c29 | |
parent | f89f1aeb2004bbccf3d08fdccc41b235f8e1beb0 (diff) |
issue59, remove HTML table from main skeleton
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
-rw-r--r-- | themes/default/templates/welcome.tpl | 24 |
1 files changed, 5 insertions, 19 deletions
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 @@ <!-- welcome --> -<table style="width: 100%;"> - <tr> - <td class="index_header" style="text-align: left;"> - phpfspot welcomes you to a dynamic photo gallery for <a href="http://f-spot.org" target="_blank">F-Spot</a><br /> - </td> - </tr> - <tr> - <td> - <div style="padding: 10px; display: table; margin-left: 10px; margin-right: 10px; table-layout: fixed; border: hidden; border-spacing: 10px; border-collapse: separate;"> - <table> - <tr> - <td> +<div class="index_header" style="text-align: left;"> + phpfspot welcomes you to a dynamic photo gallery for <a href="http://f-spot.org" target="_blank">F-Spot</a><br /> +</div> +<div style="padding: 10px; display: table; margin-left: 10px; margin-right: 10px; table-layout: fixed; border: hidden; border-spacing: 10px; border-collapse: separate;"> This application targets to provide an easy way, to presentate your F-Spot<br /> pictures in the web, in a way where you do not need any of the current<br /> web2.0 providers or setup complex apps like gallery<br /> @@ -19,11 +11,5 @@ You can addept this welcome page in the file "welcome.tpl" in the template<br /> directory. ;) <br /><br /> <a href="javascript:showPhotoIndex();">[ Click here to take a look at your photo index or select a tag from the list on the left ]</a> - </td> - </tr> - </table> - </div> - </td> - </tr> -</table> +</div> <!-- /welcome --> |