issue59, remove HTML table from main skeleton
authorAndreas Unterkircher <unki@netshadow.at>
Sat, 5 Jan 2008 18:53:15 +0000 (19:53 +0100)
committerAndreas Unterkircher <unki@netshadow.at>
Sat, 5 Jan 2008 19:08:44 +0000 (20:08 +0100)
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
themes/default/templates/credits.tpl
themes/default/templates/export.tpl
themes/default/templates/index.tpl
themes/default/templates/welcome.tpl

index 54991d413ad49878d69ce82993cce01330b70054..a940b03b23a4a77f9364e68c01d5310900101d4f 100644 (file)
@@ -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>
index 14354b746ae8703e12f157ab4399002b3fea79fe..364786323f0a3c8c92d27b68475acfbdd5829109 100644 (file)
@@ -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"}
index 791dd32f446fb8a866867372be07cb94ad5fa31f..10459aa72dc3f39389408687c7e96d6b95d9bb77 100644 (file)
   <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 -->
 
index fa8d80eade1b5618f26a0083d221350b02a20f5c..960e7cf2a98058bdb618594186bf558b873e21c5 100644 (file)
@@ -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 -->