diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-01-05 19:53:15 +0100 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-01-05 20:08:44 +0100 |
commit | afb2c9f1e796232722c029a3d7f2c265c0b734c6 (patch) | |
tree | 81f2ad5c9eb9b04ae4b55f9d56624ee934921fb9 /themes | |
parent | 3face190fc281981026fe48fb80cea007a2e841b (diff) |
issue59, remove HTML table from main skeleton
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/templates/credits.tpl | 42 | ||||
-rw-r--r-- | themes/default/templates/export.tpl | 25 | ||||
-rw-r--r-- | themes/default/templates/index.tpl | 20 | ||||
-rw-r--r-- | 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 @@ -<!-- Single photo --> -<table> - <tr> - <td class="index_header"> - <b>{$product} {$version}</b><br /> - </td> - </tr> - <tr> - <td> - <div id='matrix'> - <table> - <tr> - <td> - by Andreas Unterkircher<br /> - Licensed under GPLv3, <a href="http://oss.netshadow.at/oss/phpfspot/Project" target="_blank">phpfspot</a> - <hr /> - <a href="http://wiki.bluga.net/HTML_AJAX/HomePage">HTML_AJAX</a> - <hr /> - PHP tag-cloud code by <a href="http://prism-perfect.net/archive/php-tag-cloud-tutorial/">Jenny Ferenc</a>. - <hr /> - F-Spot database version: {$db_version} - </td> - </tr> - </table> - </div> - </td> - </tr> -</table> -<!-- /Single photo --> +<div class="index_header"> + <b>{$product} {$version}</b><br /> +</div> +<div id='matrix' style="margin-top: 10px; margin-left: 10px;"> + by Andreas Unterkircher<br /> + Licensed under GPLv3, <a href="http://oss.netshadow.at/oss/phpfspot/Project" target="_blank">phpfspot</a> + <hr /> + <a href="http://wiki.bluga.net/HTML_AJAX/HomePage">HTML_AJAX</a> + <hr /> + PHP tag-cloud code by <a href="http://prism-perfect.net/archive/php-tag-cloud-tutorial/">Jenny Ferenc</a>. + <hr /> + F-Spot database version: {$db_version} +</div> 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"} <body> <div id="frame"> - <table> - <tr> - <td> - <form action="javascript:#" onsubmit="setViewMode(document.getElementsByName('format')[0].options[document.getElementsByName('format')[0].selectedIndex].value); return false;"> - <select name="format"> - <option value="HTML">HTML</option> - <option value="MoinMoin">MoinMoin Wiki</option> - <option value="MoinMoinList">MoinMoin Wiki List</option> - </select> - <input type="image" src="resources/doit.png" alt="Switch View" /> - </form> - <div id="output"></div> - </td> - </tr> - </table> - </div> + <form action="javascript:#" onsubmit="setViewMode(document.getElementsByName('format')[0].options[document.getElementsByName('format')[0].selectedIndex].value); return false;"> + <select name="format"> + <option value="HTML">HTML</option> + <option value="MoinMoin">MoinMoin Wiki</option> + <option value="MoinMoinList">MoinMoin Wiki List</option> + </select> + <input type="image" src="resources/doit.png" alt="Switch View" /> + </form> + <div id="output"></div> </body> {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 @@ <span style="clear: both;"> <!-- option column --> <div class="options" style="float: left;"> - <table> - <tr> - <td> - {include file="search.tpl"} - </td> - </tr> - <tr> - <td> - <div id="tags"> - {include file="tags.tpl"} - </div> - </td> - </tr> - </table> + <div> + {include file="search.tpl"} + </div> + <div id="tags"> + {include file="tags.tpl"} + </div> </div> <!-- /option column --> 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 --> |