]> git.bochard.net Git - mysite.git/commitdiff
fixed html table layouting
authorbochard <git@bochard.net>
Sun, 7 Dec 2025 05:43:12 +0000 (13:43 +0800)
committerbochard <git@bochard.net>
Sun, 7 Dec 2025 05:53:10 +0000 (13:53 +0800)
book/index.php
email.php
guestbook.php
how-to/index.php
index.php
info.php
photo-album/index.php

index 30d87815e6addae668adbab8893ba79f0b283c2d..9f1f182758aab03e6d2c8b408ce66a678d86ec13 100644 (file)
                                </td>
                        </tr>
                </tbody>
+               
+               <tfoot>
+                       <tr>
+                               <td><?php include_once("$part/foot.php");?></td>
+                       </tr>
+               </tfoot>
        </table>
-
-       <?php include_once("$part/foot.php");?>
 </body>
 </html>
index 1274ab5dae2b54335a0f368f7e1e6fc755d6267c..bd7e794319b593f4e67c6b9e70ed12b5b034aefe 100644 (file)
--- a/email.php
+++ b/email.php
                                </td>
                        </tr>
                </tbody>
+               
+               <tfoot>
+                       <tr>
+                               <td><?php include_once("$part/foot.php");?></td>
+                       </tr>
+               </tfoot>
        </table>
-
-       <?php include_once("$part/foot.php");?>
 </body>
 </html>
index 349843d4748c42dc0a2998da0dfbd20f78f5611e..9e656aa3a1fda234513bae52b8ac6d9f46404648 100644 (file)
                                </td>
                        </tr>
                </tbody>
+               
+               <tfoot>
+                       <tr>
+                               <td><?php include_once("$part/foot.php");?></td>
+                       </tr>
+               </tfoot>
        </table>
-
-       <?php include_once("$part/foot.php");?>
 </body>
 </html>
index df1d156244731b96d8fdbf8fb384ab830d37365e..e3a482558d9b3bcbb9a020b458751ba35c42efa5 100644 (file)
                                </td>
                        </tr>
                </tbody>
+               
+               <tfoot>
+                       <tr>
+                               <td><?php include_once("$part/foot.php");?></td>
+                       </tr>
+               </tfoot>
        </table>
-
-       <?php include_once("$part/foot.php");?>
 </body>
 </html>
index 42c0e86e7eb5746fbe6e6664fc907aafabde4e96..e7222691232f97ada2cd139a6eabb5df7535ea6f 100644 (file)
--- a/index.php
+++ b/index.php
                                        <a href="https://data.typeracer.com/pit/profile?user=bochard&ref=badge" target="_top"><img src="https://data.typeracer.com/misc/badge?user=bochard" border="0" alt="TypeRacer.com scorecard for user bochard" align="right" height="400"></a>\r
                                </td>\r
                        </tr>\r
+                       \r
+                       <tr>\r
+                               <td>\r
+                                       <br><br>\r
+                                       <center><h2>Site updates</h2></center>\r
+                                       <table align=center border=1 cellpadding=7>\r
+                                               <thead>\r
+                                                       <tr>\r
+                                                               <th>update description</th>\r
+                                                               <th>date</th>\r
+                                                       </tr>\r
+                                               </thead>\r
+                                               <tbody>\r
+                                                       <tr>\r
+                                                               <td>new design and layout</td>\r
+                                                               <td>MM/DD/2025</td>\r
+                                                       </tr>\r
+                                                       <tr>\r
+                                                               <td>lorem ipsum dolor sit amet conseptitum allallalal</td>\r
+                                                               <td>MM/DD/2025</td>\r
+                                                       </tr>\r
+                                               </tbody>\r
+                                       </table>\r
+                               </td>\r
+                       </tr>\r
                </tbody>\r
+               \r
+               <tfoot>\r
+                       <tr>\r
+                               <td><?php include_once("$part/foot.php");?></td>\r
+                       </tr>\r
+               </tfoot>\r
        </table>\r
-       \r
-       <?php include_once("$part/foot.php");?>\r
 </body>\r
 </html>\r
index 7fa39e8b074f63225da2d9c283856fe8b8f31650..06505cfeeb59a8d8bbdc6697944a8b4ee7f5cb42 100644 (file)
--- a/info.php
+++ b/info.php
                                </td>
                        </tr>
                </tbody>
+               
+               <tfoot>
+                       <tr>
+                               <td><?php include_once("$part/foot.php");?></td>
+                       </tr>
+               </tfoot>
        </table>
-
-       <?php include_once("$part/foot.php");?>
 </body>
 </html>
index 4264e507ec6239c5dd8d5b189d7014ea6cc9bca4..b6d2a25f5980693e8e6b96c1a2feead52d37d2f4 100644 (file)
                                </td>
                        </tr>
                </tbody>
+               
+               <tfoot>
+                       <tr>
+                               <td><?php include_once("$part/foot.php");?></td>
+                       </tr>
+               </tfoot>
        </table>
-
-       <?php include_once("$part/foot.php");?>
 </body>
 </html>