diff options
author | dvs1 | 2025-02-20 02:26:34 +1000 |
---|---|---|
committer | dvs1 | 2025-02-20 02:26:34 +1000 |
commit | 616f64ff54afa51aaf0f7b59d91d9365575e8f4d (patch) | |
tree | 39713bc8a8cad356cc011f45ad762f20aef24326 /default.template | |
parent | Major YAR!! (diff) | |
download | notYetAnotherWiki-616f64ff54afa51aaf0f7b59d91d9365575e8f4d.zip notYetAnotherWiki-616f64ff54afa51aaf0f7b59d91d9365575e8f4d.tar.gz notYetAnotherWiki-616f64ff54afa51aaf0f7b59d91d9365575e8f4d.tar.bz2 notYetAnotherWiki-616f64ff54afa51aaf0f7b59d91d9365575e8f4d.tar.xz |
Add some accessibility.
Diffstat (limited to 'default.template')
-rw-r--r-- | default.template | 28 |
1 files changed, 18 insertions, 10 deletions
diff --git a/default.template b/default.template index 72462f4..d32ed1c 100644 --- a/default.template +++ b/default.template | |||
@@ -77,14 +77,20 @@ | |||
77 | </head> | 77 | </head> |
78 | <body bgcolor="black" color="white" text="white" alink="red" link="yellow" vlink="yellowgreen"> | 78 | <body bgcolor="black" color="white" text="white" alink="red" link="yellow" vlink="yellowgreen"> |
79 | <table class="stuff"> | 79 | <table class="stuff"> |
80 | <tr class="stuffCell"> | 80 | <header> |
81 | <td class="stuffCell"><a href="$home$"><img src="$logo$" alt="Not (Yet) (Another / A) Wiki." title="Not (Yet) (Another / A) Wiki."/></a></td> | 81 | <tr class="stuffCell"> |
82 | <td class="stuffCell"><p>👣 $trail$</p></td> | 82 | <td class="stuffCell"><a href="$home$"><img src="$logo$" alt="Not (Yet) (Another / A) Wiki." title="Not (Yet) (Another / A) Wiki."/></a></td> |
83 | </tr> | 83 | <nav> |
84 | <tr class="stuffCell"> | 84 | <td class="stuffCell"><p>👣 $trail$</p></td> |
85 | <td class="stuffCellMenu" rowspan=2>$menu$</td> | 85 | </nav> |
86 | <td class="stuffCellRight">$header$ plus login and register buttons </td> | 86 | </tr> |
87 | </tr> | 87 | <tr class="stuffCell"> |
88 | <nav> | ||
89 | <td class="stuffCellMenu" rowspan=2>$menu$</td> | ||
90 | <td class="stuffCellRight">$header$ plus login and register buttons </td> | ||
91 | </nav> | ||
92 | </tr> | ||
93 | </header> | ||
88 | <tr class="stuffCell"> | 94 | <tr class="stuffCell"> |
89 | <td class="stuffCellBody"> | 95 | <td class="stuffCellBody"> |
90 | <main class="contentBox"> | 96 | <main class="contentBox"> |
@@ -93,8 +99,10 @@ | |||
93 | </td> | 99 | </td> |
94 | </tr> | 100 | </tr> |
95 | <tr class="stuffCell"> | 101 | <tr class="stuffCell"> |
96 | <td class="stuffCell">$history$</td> | 102 | <footer> |
97 | <td class="stuffCellRight">$footer$</td> | 103 | <td class="stuffCell">$history$</td> |
104 | <td class="stuffCellRight">$footer$</td> | ||
105 | </footer> | ||
98 | </tr> | 106 | </tr> |
99 | </table> | 107 | </table> |
100 | </body> | 108 | </body> |