Subversion Repositories svnkaklik

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
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/project_vii/style.css" />
9
<script type="text/javascript" src="scripts.js"></script>
10
<!--
11
  Coppermine version: 1.3.3
12
  $Source: /cvsroot/coppermine/stable/themes/project_vii/template.html,v $
13
  $Revision: 1.5 $
14
  $Author: gaugau $
15
  $Date: 2005/04/19 03:17:15 $
16
-->
17
</head>
18
<script language="JavaScript" type="text/JavaScript">
19
<!--
20
function MM_findObj(n, d) { //v4.01
21
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
22
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
23
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
24
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
25
  if(!x && d.getElementById) x=d.getElementById(n); return x;
26
}
27
 
28
function MM_showHideLayers() { //v6.0
29
  var i,p,v,obj,args=MM_showHideLayers.arguments;
30
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
31
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
32
    obj.visibility=v; }
33
}
34
//-->
35
</script>
36
<body>
37
<div id="Menu1" style="position:absolute; width:800px; height:30px; z-index:1; left: 20px; top: 100px; visibility: hidden;">
38
                <span class="topmenu">
39
                        <table border="0" cellpadding="0" cellspacing="0">
40
                                <tr>
41
                                        <td>
42
                                        {MAIN_MENU1}
43
                                        </td>
44
                                </tr>
45
                        </table>
46
                </span>
47
</div>
48
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="top_panel">
49
  <!-- fwtable fwsrc="top_panel.png" fwbase="top_panel" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="1" -->
50
  <tr>
51
    <td><table border="0" cellpadding="0" cellspacing="0" width="100%">
52
        <tr>
53
          <td background="themes/project_vii/images/top_panel_r1_c1.jpg">
54
            <h1>{GAL_NAME}</h1>
55
            <h3>{GAL_DESCRIPTION}</h3></td>
56
          <td width="100%" background="themes/project_vii/images/top_panel_r1_c4.jpg"><img name="top_panel_r1_c4" src="themes/project_vii/images/top_panel_r1_c4.jpg" height="65" border="0" id="top_panel_r1_c4" alt="" /></td>
57
          <td background="themes/project_vii/images/top_panel_r1_c5.jpg"><img name="top_panel_r1_c5" src="themes/project_vii/images/top_panel_r1_c5.jpg" width="410" height="65" border="0" id="top_panel_r1_c5" alt="" /></td>
58
        </tr>
59
      </table></td>
60
  </tr>
61
  <tr>
62
    <td><table border="0" cellpadding="0" cellspacing="0" width="100%">
63
        <tr>
64
          <td><img name="top_panel_r2_c1" src="themes/project_vii/images/top_panel_r2_c1.jpg" width="20" height="35" border="0" id="top_panel_r2_c1" alt="" /></td>
65
          <td background="themes/project_vii/images/top_panel_r2_c2.jpg">{MAIN_MENU2}</td>
66
          <td width="100%" background="themes/project_vii/images/top_panel_r2_c3.jpg" style="background-repeat : no-repeat;
67
background-position : right;
68
">&nbsp;</td>
69
        </tr>
70
      </table></td>
71
  </tr>
72
</table>
73
<table width="100%" border="0" cellspacing="0" cellpadding="20">
74
  <tr>
75
    <td align="center">{ADMIN_MENU} {GALLERY} </td>
76
  </tr>
77
  <tr>
78
    <td align="center">{THEME_SELECT_LIST}&nbsp;{LANGUAGE_SELECT_LIST}&nbsp;{LANGUAGE_SELECT_FLAGS}</td>
79
  </tr>
80
</table>
81
 
82
<p>&nbsp;</p>
83
</body>
84
</html>