| 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/mac_ox_x/style.css" />
  | 
        
        
            | 
            | 
           9 | 
           <script type="text/javascript" src="scripts.js"></script>
  | 
        
        
            | 
            | 
           10 | 
           <!--
  | 
        
        
            | 
            | 
           11 | 
             Coppermine version: 1.3.3
  | 
        
        
            | 
            | 
           12 | 
             $Source: /cvsroot/coppermine/stable/themes/mac_ox_x/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: 25px; top: 95px; 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 | 
             <tr>
  | 
        
        
            | 
            | 
           50 | 
               <td><table border="0" cellpadding="0" cellspacing="0" width="100%">
  | 
        
        
            | 
            | 
           51 | 
                   <tr>
  | 
        
        
            | 
            | 
           52 | 
                     <td align="center" class="top_panel_tr">
  | 
        
        
            | 
            | 
           53 | 
                       <h1>{GAL_NAME}</h1>
  | 
        
        
            | 
            | 
           54 | 
                       <h3>{GAL_DESCRIPTION}</h3></td>
  | 
        
        
            | 
            | 
           55 | 
                     <td width="1" background="themes/mac_ox_x/images/top_panel_r1_c1b.gif"><img name="top_panel_r1_c2" src="themes/mac_ox_x/images/top_panel_r1_c2.jpg" height="65" border="0" id="top_panel_r1_c2" alt="" /></td>
  | 
        
        
            | 
            | 
           56 | 
                   </tr>
  | 
        
        
            | 
            | 
           57 | 
                 </table></td>
  | 
        
        
            | 
            | 
           58 | 
             </tr>
  | 
        
        
            | 
            | 
           59 | 
             <tr>
  | 
        
        
            | 
            | 
           60 | 
               <td><table border="0" cellpadding="0" cellspacing="0" width="100%">
  | 
        
        
            | 
            | 
           61 | 
                   <tr>
  | 
        
        
            | 
            | 
           62 | 
                    <!-- <td><img name="top_panel_r2_c1" src="themes/mac_ox_x/images/top_panel_r2_c1.gif" width="30" height="35" border="0" id="top_panel_r2_c1" alt="" /></td> -->
  | 
        
        
            | 
            | 
           63 | 
                     <td align="center" background="themes/mac_ox_x/images/top_panel_r2_c1b.gif">
  | 
        
        
            | 
            | 
           64 | 
                                   <table border="0" cellpadding="0" cellspacing="0" border="0" class="top_menu_bttn">
  | 
        
        
            | 
            | 
           65 | 
                                           <tr>
  | 
        
        
            | 
            | 
           66 | 
                                              {MAIN_MENU2}
  | 
        
        
            | 
            | 
           67 | 
                                           </tr>
  | 
        
        
            | 
            | 
           68 | 
                                   </table>
  | 
        
        
            | 
            | 
           69 | 
                     </td>
  | 
        
        
            | 
            | 
           70 | 
                    <!-- <td width="100%" background="themes/mac_ox_x/images/top_panel_r2_c1b.gif"> </td> -->
  | 
        
        
            | 
            | 
           71 | 
                   </tr>
  | 
        
        
            | 
            | 
           72 | 
                 </table></td>
  | 
        
        
            | 
            | 
           73 | 
             </tr>
  | 
        
        
            | 
            | 
           74 | 
           </table>
  | 
        
        
            | 
            | 
           75 | 
           <table width="100%" border="0" cellspacing="0" cellpadding="15">
  | 
        
        
            | 
            | 
           76 | 
             <tr>
  | 
        
        
            | 
            | 
           77 | 
               <td align="center">{ADMIN_MENU} {GALLERY} </td>
  | 
        
        
            | 
            | 
           78 | 
             </tr>
  | 
        
        
            | 
            | 
           79 | 
           </table>
  | 
        
        
            | 
            | 
           80 | 
           {THEME_SELECT_LIST}{LANGUAGE_SELECT_LIST}{LANGUAGE_SELECT_FLAGS}
  | 
        
        
            | 
            | 
           81 | 
           <p> </p>
  | 
        
        
            | 
            | 
           82 | 
           </body>
  | 
        
        
            | 
            | 
           83 | 
           </html>
  |