aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--default.template27
1 files changed, 13 insertions, 14 deletions
diff --git a/default.template b/default.template
index 4c1ac12..01fc197 100644
--- a/default.template
+++ b/default.template
@@ -31,23 +31,23 @@
31 </style> 31 </style>
32 </head> 32 </head>
33 <body bgcolor="black" text="white" alink="red" link="yellow" vlink="blue"> 33 <body bgcolor="black" text="white" alink="red" link="yellow" vlink="blue">
34 <table> 34 <table style="background-color: rebeccapurple; line-style: none; border-style: none; border-spacing: 0;">
35 <tr> 35 <tr>
36 <td><img src="Connie_click-me.gif" alt="alt text" title="Not (Yet) (Another / A) Wiki."/></td> 36 <td><img src="$logo$" alt="alt text" title="Not (Yet) (Another / A) Wiki."/></td>
37 <td>$header$ &nbsp; plus login and register buttons</td> 37 <td style="text-align: right;">$header$ &nbsp; plus login and register buttons</td>
38 </tr> 38 </tr>
39 <td rowspan=0 style="background-color: rebeccapurple; text-align:left; white-space:nowrap; vertical-align:top"> 39 <tr>
40 menu for the current directory 40 <td rowspan=2 style="white-space:nowrap; vertical-align:top;">
41 $menu$ 41 $menu$
42 </td> 42 </td>
43 <td style="background-color: rebeccapurple"> 43 <td>
44 &#x1f463; $trail$ 44 <p>&#x1f463; $trail$</p>
45 </td> 45 </td>
46 </tr> 46 </tr>
47 <tr> 47 <tr>
48 <td> 48 <td>
49 <main class="contentBox"> 49 <main class="contentBox">
50 <div name="contentFrame"> 50 <div name="contentFrame" style="background-color: black;">
51 <h1>$pagetitle$</h1> 51 <h1>$pagetitle$</h1>
52 Author: $author$ 52 Author: $author$
53 $body$ 53 $body$
@@ -56,12 +56,11 @@
56 </td> 56 </td>
57 </tr> 57 </tr>
58 <tr> 58 <tr>
59 <td style="background-color: rebeccapurple"> 59 <td>
60 <p>Page <a href="$history$">history</a>. &nbsp; Web site <a href="$feedatom$">atom feed</a> and <a href="$sourcecode$">source code</a> &nbsp; Powered by <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/about/">notYetAnotherWiki</a> Version $version$.</p> 60 <p>Page <a href="$history$">history</a></p>
61 </td> 61 </td>
62 </tr> 62 <td style="text-align: right;">
63 <tr> 63 <p>Web site <a href="$feedatom$">atom feed</a> and <a href="$sourcecode$">source code</a> &nbsp; Powered by <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/about/">notYetAnotherWiki</a> Version $version$.</p>
64 <td>
65 </td> 64 </td>
66 </tr> 65 </tr>
67 </table> 66 </table>