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/water_drop/style.css" />
|
|
|
9 |
<script type="text/javascript" src="scripts.js"></script>
|
|
|
10 |
<!--
|
|
|
11 |
Coppermine version: 1.3.3
|
|
|
12 |
$Source: /cvsroot/coppermine/stable/themes/water_drop/template.html,v $
|
|
|
13 |
$Revision: 1.5 $
|
|
|
14 |
$Author: gaugau $
|
|
|
15 |
$Date: 2005/04/19 03:17:15 $
|
|
|
16 |
-->
|
|
|
17 |
</head>
|
|
|
18 |
<body>
|
|
|
19 |
<table width="100%" height="100%" border="0" cellpadding="20" cellspacing="20">
|
|
|
20 |
<tr>
|
|
|
21 |
<td valign="top" bordercolor="#666666" bgcolor="#FFFFFF" style="border: 1px solid #ccd7e0; background-color: #fff;">
|
|
|
22 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
|
23 |
<tr>
|
|
|
24 |
<td width="100%" align="center">
|
|
|
25 |
<h1>{GAL_NAME}</h1>
|
|
|
26 |
<h3>{GAL_DESCRIPTION}</h3><br />
|
|
|
27 |
{MAIN_MENU}<br />
|
|
|
28 |
{LANGUAGE_SELECT_FLAGS}<br>{LANGUAGE_SELECT_LIST}
|
|
|
29 |
{THEME_SELECT_LIST}
|
|
|
30 |
</td>
|
|
|
31 |
</tr>
|
|
|
32 |
</table>
|
|
|
33 |
<img src="images/spacer.gif" width="1" height="15" /><br />
|
|
|
34 |
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
|
|
|
35 |
<tr>
|
|
|
36 |
<td align="center" valign="top">
|
|
|
37 |
{ADMIN_MENU}
|
|
|
38 |
{GALLERY}
|
|
|
39 |
</td>
|
|
|
40 |
</tr>
|
|
|
41 |
</table>
|
|
|
42 |
</td>
|
|
|
43 |
</tr>
|
|
|
44 |
</table>
|
|
|
45 |
</body>
|
|
|
46 |
</html>
|