themes/connections/header.tpl
changeset 3 42d8ae8f6f71
parent 0 63cca091dd0a
equal deleted inserted replaced
2:7db1682938e8 3:42d8ae8f6f71
    10     <script type="text/javascript" src="{SCRIPTPATH}/includes/clientside/static/enano-lib-basic.js"></script>
    10     <script type="text/javascript" src="{SCRIPTPATH}/includes/clientside/static/enano-lib-basic.js"></script>
    11     {ADDITIONAL_HEADERS}
    11     {ADDITIONAL_HEADERS}
    12   </head>
    12   </head>
    13   <body>
    13   <body>
    14     
    14     
    15     <div id="root1" class="jswindow">
       
    16       <div id="tb1" class="titlebar">Confirm Logout</div>
       
    17       <div class="content" id="cn1">
       
    18         <form action="{CONTENTPATH}Special:Logout" method="get">
       
    19           <div style="text-align: center">
       
    20             <h3>Are you sure you want to log out?</h3>
       
    21             <input type="submit" value="Log out" style="font-weight: bold;" />  <input type="button" onclick="jws.closeWin('root1');" value="Cancel" />
       
    22           </div>
       
    23         </form>
       
    24       </div>  
       
    25     </div>
       
    26     <div id="root2" class="jswindow">
       
    27       <div id="tb2" class="titlebar">Change style</div>
       
    28       <div class="content" id="cn2">
       
    29         If you can see this text, it means that your browser does not support Cascading Style Sheets (CSS). CSS is a fundemental aspect of XHTML, and as a result it is becoming very widely adopted by websites, including this one. You should consider switching to a more modern web browser, such as Mozilla Firefox or Opera 9.
       
    30       </div>  
       
    31     </div>
       
    32     
       
    33     <div id="rap">
    15     <div id="rap">
    34       <div id="header">
    16       <div id="header">
    35         <ul id="topnav">
    17         <ul id="topnav">
    36           <li>&nbsp;</li>
    18           <!-- Put any additional navigation links here within list elements. -->
       
    19           <!-- Example: <li><a href="{SCRIPTPATH}/{ADMIN_SID_AUTO}">Home</a></li> -->
       
    20           <!-- You can insert a separator with: -->
       
    21           <!-- <li class="sep"></li> -->
       
    22           <li>
       
    23             <form action="{SCRIPTPATH}/index.php" method="get" onsubmit="if ( this.q.value == 'search' ) return false;">
       
    24               <input type="hidden" name="title" value="{NS_SPECIAL}Search" />
       
    25               <input type="hidden" name="auth" value="{ADMIN_SID_RAW}" />
       
    26               <input type="text" name="q" value="search" 
       
    27                 onfocus="if ( this.value == 'search' ) this.value = '';"
       
    28                 onblur=" if ( this.value == '' ) this.value = 'search';"
       
    29                 />
       
    30               <input type="submit" value="Go" />
       
    31             </form>
       
    32           </li>
    37         </ul>
    33         </ul>
    38         <h1><a href="{CONTENTPATH}" title="{SITE_NAME}">{SITE_NAME}</a></h1>
    34         <h1><a href="{CONTENTPATH}" title="{SITE_NAME}">{SITE_NAME}</a></h1>
    39         <div id="desc">{PAGE_NAME}</div>
    35         <div id="desc">{PAGE_NAME}</div>
    40       </div>
    36       </div>
    41       <div class="menu_nojs" id="pagebar_main">
    37       <div class="menu_nojs" id="pagebar_main">