Revision 621
Added by doc almost 17 years ago
template.html | ||
---|---|---|
69 | 69 |
</tr> |
70 | 70 |
</table> |
71 | 71 |
|
72 |
<table cellpadding="0" cellspacing="0" border="0" class="section"> |
|
72 |
<table cellpadding="0" cellspacing="0" border="0" class="section" style="display: {DISPLAY_ADDONS};">
|
|
73 | 73 |
<tr> |
74 | 74 |
<td class="graphic" align="center" valign="middle" rowspan="2"> |
75 |
<a href="{ADMIN_URL}/preferences/index.php">
|
|
76 |
<img src="{ADMIN_URL}/images/icons/preferences.png" border="0" />
|
|
75 |
<a href="{ADMIN_URL}/addons/index.php">
|
|
76 |
<img src="{ADMIN_URL}/images/icons/addons.png" border="0" />
|
|
77 | 77 |
</a> |
78 | 78 |
</td> |
79 | 79 |
<td class="title"> |
80 |
<a href="{ADMIN_URL}/preferences/index.php">{PREFERENCES}</a>
|
|
80 |
<a href="{ADMIN_URL}/addons/index.php">{ADDONS}</a>
|
|
81 | 81 |
</td> |
82 | 82 |
</tr> |
83 | 83 |
<tr> |
84 | 84 |
<td class="description"> |
85 |
{PREFERENCES_OVERVIEW}
|
|
85 |
{ADDONS_OVERVIEW}
|
|
86 | 86 |
</td> |
87 | 87 |
</tr> |
88 | 88 |
</table> |
89 |
|
|
90 |
<table cellpadding="0" cellspacing="0" border="0" class="section" style="display: {DISPLAY_ACCESS};">
|
|
89 |
|
|
90 |
<table cellpadding="0" cellspacing="0" border="0" class="section" style="display: {DISPLAY_SETTINGS};">
|
|
91 | 91 |
<tr> |
92 | 92 |
<td class="graphic" align="center" valign="middle" rowspan="2"> |
93 |
<a href="{ADMIN_URL}/access/index.php">
|
|
94 |
<img src="{ADMIN_URL}/images/icons/access.png" border="0" />
|
|
93 |
<a href="{ADMIN_URL}/settings/index.php">
|
|
94 |
<img src="{ADMIN_URL}/images/icons/settings.png" border="0" />
|
|
95 | 95 |
</a> |
96 | 96 |
</td> |
97 | 97 |
<td class="title"> |
98 |
<a href="{ADMIN_URL}/access/index.php">{ACCESS}</a>
|
|
98 |
<a href="{ADMIN_URL}/settings/index.php">{SETTINGS}</a>
|
|
99 | 99 |
</td> |
100 | 100 |
</tr> |
101 | 101 |
<tr> |
102 | 102 |
<td class="description"> |
103 |
{ACCESS_OVERVIEW}
|
|
103 |
{SETTINGS_OVERVIEW}
|
|
104 | 104 |
</td> |
105 | 105 |
</tr> |
106 | 106 |
</table> |
107 |
|
|
108 |
<table cellpadding="0" cellspacing="0" border="0" class="section" style="display: {DISPLAY_SETTINGS};">
|
|
107 |
|
|
108 |
<table cellpadding="0" cellspacing="0" border="0" class="section" style="display: {DISPLAY_ACCESS};">
|
|
109 | 109 |
<tr> |
110 | 110 |
<td class="graphic" align="center" valign="middle" rowspan="2"> |
111 |
<a href="{ADMIN_URL}/settings/index.php">
|
|
112 |
<img src="{ADMIN_URL}/images/icons/settings.png" border="0" />
|
|
111 |
<a href="{ADMIN_URL}/access/index.php">
|
|
112 |
<img src="{ADMIN_URL}/images/icons/access.png" border="0" />
|
|
113 | 113 |
</a> |
114 | 114 |
</td> |
115 | 115 |
<td class="title"> |
116 |
<a href="{ADMIN_URL}/settings/index.php">{SETTINGS}</a>
|
|
116 |
<a href="{ADMIN_URL}/access/index.php">{ACCESS}</a>
|
|
117 | 117 |
</td> |
118 | 118 |
</tr> |
119 | 119 |
<tr> |
120 | 120 |
<td class="description"> |
121 |
{SETTINGS_OVERVIEW}
|
|
121 |
{ACCESS_OVERVIEW}
|
|
122 | 122 |
</td> |
123 | 123 |
</tr> |
124 | 124 |
</table> |
125 |
|
|
125 |
|
|
126 | 126 |
</td> |
127 | 127 |
<td width="15"> |
128 | 128 |
|
... | ... | |
146 | 146 |
</td> |
147 | 147 |
</tr> |
148 | 148 |
</table> |
149 |
|
|
149 |
|
|
150 | 150 |
<table cellpadding="0" cellspacing="0" border="0" class="section"> |
151 | 151 |
<tr> |
152 | 152 |
<td class="graphic" align="center" valign="middle" rowspan="2"> |
153 |
<a href="http://www.websitebaker.org/go/help/{WB_VERSION}" target="_blank">
|
|
154 |
<img src="{ADMIN_URL}/images/icons/help.png" border="0" />
|
|
153 |
<a href="{ADMIN_URL}/preferences/index.php">
|
|
154 |
<img src="{ADMIN_URL}/images/icons/preferences.png" border="0" />
|
|
155 | 155 |
</a> |
156 | 156 |
</td> |
157 | 157 |
<td class="title"> |
158 |
<a href="http://www.websitebaker.org/go/help/{WB_VERSION}" target="_blank">{HELP}</a>
|
|
158 |
<a href="{ADMIN_URL}/preferences/index.php">{PREFERENCES}</a>
|
|
159 | 159 |
</td> |
160 | 160 |
</tr> |
161 | 161 |
<tr> |
162 | 162 |
<td class="description"> |
163 |
{HELP_OVERVIEW}
|
|
163 |
{PREFERENCES_OVERVIEW}
|
|
164 | 164 |
</td> |
165 | 165 |
</tr> |
166 | 166 |
</table> |
167 |
|
|
168 |
<table cellpadding="0" cellspacing="0" border="0" class="section" style="display: {DISPLAY_ADDONS};">
|
|
167 |
|
|
168 |
<table cellpadding="0" cellspacing="0" border="0" class="section" style="display: {DISPLAY_ADMINTOOLS};">
|
|
169 | 169 |
<tr> |
170 | 170 |
<td class="graphic" align="center" valign="middle" rowspan="2"> |
171 |
<a href="{ADMIN_URL}/addons/index.php">
|
|
172 |
<img src="{ADMIN_URL}/images/icons/addons.png" border="0" />
|
|
171 |
<a href="{ADMIN_URL}/admintools/index.php">
|
|
172 |
<img src="{ADMIN_URL}/images/icons/admintools.png" border="0" />
|
|
173 | 173 |
</a> |
174 | 174 |
</td> |
175 | 175 |
<td class="title"> |
176 |
<a href="{ADMIN_URL}/addons/index.php">{ADDONS}</a>
|
|
176 |
<a href="{ADMIN_URL}/admintools/index.php">{ADMINTOOLS}</a>
|
|
177 | 177 |
</td> |
178 | 178 |
</tr> |
179 | 179 |
<tr> |
180 | 180 |
<td class="description"> |
181 |
{ADDONS_OVERVIEW}
|
|
181 |
{ADMINTOOLS_OVERVIEW}
|
|
182 | 182 |
</td> |
183 | 183 |
</tr> |
184 | 184 |
</table> |
185 |
|
|
186 |
<table cellpadding="0" cellspacing="0" border="0" class="section" style="width: 99%;" align="center"> |
|
187 |
<tr> |
|
188 |
<td class="graphic" align="center" valign="middle" rowspan="2"> |
|
189 |
<a href="{WB_URL}/" target="_blank"> |
|
190 |
<img src="{ADMIN_URL}/images/icons/view.png" border="0" /> |
|
191 |
</a> |
|
192 |
</td> |
|
193 |
<td class="title" width="88%"> |
|
194 |
<a href="{WB_URL}/" target="_blank">{VIEW}</a> |
|
195 |
</td> |
|
196 |
</tr> |
|
197 |
<tr> |
|
198 |
<td class="description"> |
|
199 |
{VIEW_OVERVIEW} |
|
200 |
</td> |
|
201 |
</tr> |
|
202 |
</table> |
|
203 |
|
|
185 |
|
|
204 | 186 |
</td> |
205 | 187 |
</tr> |
206 | 188 |
</table> |
Also available in: Unified diff
introduced the WB 2.7 backend style developed by Michael Brinsteiner (escpro), thanks man