6 |
kaklik |
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
2 |
<html dir="{LANG_DIR}">
|
|
|
3 |
<head>
|
|
|
4 |
<title>{TITLE}</title>
|
|
|
5 |
<meta http-equiv="content-type" content="text/html; charset={charset}" />
|
|
|
6 |
<meta http-equiv="Pragma" content="no-cache" />
|
|
|
7 |
{META}
|
|
|
8 |
<link rel="stylesheet" href="themes/hardwired/style.css" />
|
|
|
9 |
<script type="text/javascript" src="scripts.js"></script>
|
|
|
10 |
<!--
|
|
|
11 |
Coppermine version: 1.3.3
|
|
|
12 |
$Source: /cvsroot/coppermine/stable/themes/hardwired/template.html,v $
|
|
|
13 |
$Revision: 1.7 $
|
|
|
14 |
$Author: gaugau $
|
|
|
15 |
$Date: 2005/04/19 03:17:14 $
|
|
|
16 |
-->
|
|
|
17 |
</head>
|
|
|
18 |
<body>
|
|
|
19 |
<table width="778" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
|
|
|
20 |
<tr>
|
|
|
21 |
<td width="778" height="61" valign="middle" align="right" background="themes/hardwired/images/hw_01.gif">
|
|
|
22 |
<table width="73%" height="32" border="0" cellpadding="0" cellspacing="0">
|
|
|
23 |
<tr>
|
|
|
24 |
<td width="94%" height="22" valign="bottom" align="right"><span class="gal_name">{GAL_NAME}</span></td>
|
|
|
25 |
<td width="6%"></td>
|
|
|
26 |
</tr>
|
|
|
27 |
</table>
|
|
|
28 |
</td>
|
|
|
29 |
</tr>
|
|
|
30 |
<tr>
|
|
|
31 |
<td height="100%" align="center" valign="top" background="themes/hardwired/images/hw_02.gif"><table width="100%" height="100%" border="0" align="center">
|
|
|
32 |
<tr>
|
|
|
33 |
<td valign="top" align="left">
|
|
|
34 |
<table width="725" border="0" align="center" cellpadding="6" cellspacing="0">
|
|
|
35 |
<tr>
|
|
|
36 |
<td height="108" valign="top"><div align="right">{MAIN_MENU1}</div><br />
|
|
|
37 |
{MAIN_MENU2} <br />
|
|
|
38 |
<div align="center">{THEME_SELECT_LIST} {LANGUAGE_SELECT_LIST}</div><br />
|
|
|
39 |
{ADMIN_MENU} {GALLERY}</td>
|
|
|
40 |
</tr>
|
|
|
41 |
</table>
|
|
|
42 |
<br />
|
|
|
43 |
</td>
|
|
|
44 |
</tr>
|
|
|
45 |
</table></TD>
|
|
|
46 |
</tr>
|
|
|
47 |
<tr>
|
|
|
48 |
<td valign="bottom"> <img src="themes/hardwired/images/hw_03.gif"></td>
|
|
|
49 |
</tr>
|
|
|
50 |
</table>
|
|
|
51 |
<br />
|
|
|
52 |
<div align="center">{LANGUAGE_SELECT_FLAGS}</div>
|
|
|
53 |
</body>
|
|
|
54 |
</html>
|