themes/connections/header.tpl
author Dan
Mon, 08 Dec 2008 11:35:45 -0500
changeset 3 42d8ae8f6f71
parent 0 63cca091dd0a
permissions -rw-r--r--
Revert to 1.0.x (code will be branched) + updates for Ferrishyn; added search bar to header
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
     1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
     2
<html>
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
     3
  <head>
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
     4
    <title>{PAGE_NAME} &bull; {SITE_NAME}</title>
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
     5
    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
     6
    <link rel="stylesheet" type="text/css" href="{SCRIPTPATH}/includes/clientside/css/enano-shared.css" />
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
     7
    <link id="mdgCss" rel="stylesheet" type="text/css" href="{SCRIPTPATH}/themes/{THEME_ID}/css/{STYLE_ID}.css" />
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
     8
    {JS_DYNAMIC_VARS}
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
     9
    <!-- This script automatically loads the other 15 JS files -->
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    10
    <script type="text/javascript" src="{SCRIPTPATH}/includes/clientside/static/enano-lib-basic.js"></script>
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    11
    {ADDITIONAL_HEADERS}
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    12
  </head>
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    13
  <body>
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    14
    
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    15
    <div id="rap">
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    16
      <div id="header">
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    17
        <ul id="topnav">
3
42d8ae8f6f71 Revert to 1.0.x (code will be branched) + updates for Ferrishyn; added search bar to header
Dan
parents: 0
diff changeset
    18
          <!-- Put any additional navigation links here within list elements. -->
42d8ae8f6f71 Revert to 1.0.x (code will be branched) + updates for Ferrishyn; added search bar to header
Dan
parents: 0
diff changeset
    19
          <!-- Example: <li><a href="{SCRIPTPATH}/{ADMIN_SID_AUTO}">Home</a></li> -->
42d8ae8f6f71 Revert to 1.0.x (code will be branched) + updates for Ferrishyn; added search bar to header
Dan
parents: 0
diff changeset
    20
          <!-- You can insert a separator with: -->
42d8ae8f6f71 Revert to 1.0.x (code will be branched) + updates for Ferrishyn; added search bar to header
Dan
parents: 0
diff changeset
    21
          <!-- <li class="sep"></li> -->
42d8ae8f6f71 Revert to 1.0.x (code will be branched) + updates for Ferrishyn; added search bar to header
Dan
parents: 0
diff changeset
    22
          <li>
42d8ae8f6f71 Revert to 1.0.x (code will be branched) + updates for Ferrishyn; added search bar to header
Dan
parents: 0
diff changeset
    23
            <form action="{SCRIPTPATH}/index.php" method="get" onsubmit="if ( this.q.value == 'search' ) return false;">
42d8ae8f6f71 Revert to 1.0.x (code will be branched) + updates for Ferrishyn; added search bar to header
Dan
parents: 0
diff changeset
    24
              <input type="hidden" name="title" value="{NS_SPECIAL}Search" />
42d8ae8f6f71 Revert to 1.0.x (code will be branched) + updates for Ferrishyn; added search bar to header
Dan
parents: 0
diff changeset
    25
              <input type="hidden" name="auth" value="{ADMIN_SID_RAW}" />
42d8ae8f6f71 Revert to 1.0.x (code will be branched) + updates for Ferrishyn; added search bar to header
Dan
parents: 0
diff changeset
    26
              <input type="text" name="q" value="search" 
42d8ae8f6f71 Revert to 1.0.x (code will be branched) + updates for Ferrishyn; added search bar to header
Dan
parents: 0
diff changeset
    27
                onfocus="if ( this.value == 'search' ) this.value = '';"
42d8ae8f6f71 Revert to 1.0.x (code will be branched) + updates for Ferrishyn; added search bar to header
Dan
parents: 0
diff changeset
    28
                onblur=" if ( this.value == '' ) this.value = 'search';"
42d8ae8f6f71 Revert to 1.0.x (code will be branched) + updates for Ferrishyn; added search bar to header
Dan
parents: 0
diff changeset
    29
                />
42d8ae8f6f71 Revert to 1.0.x (code will be branched) + updates for Ferrishyn; added search bar to header
Dan
parents: 0
diff changeset
    30
              <input type="submit" value="Go" />
42d8ae8f6f71 Revert to 1.0.x (code will be branched) + updates for Ferrishyn; added search bar to header
Dan
parents: 0
diff changeset
    31
            </form>
42d8ae8f6f71 Revert to 1.0.x (code will be branched) + updates for Ferrishyn; added search bar to header
Dan
parents: 0
diff changeset
    32
          </li>
0
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    33
        </ul>
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    34
        <h1><a href="{CONTENTPATH}" title="{SITE_NAME}">{SITE_NAME}</a></h1>
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    35
        <div id="desc">{PAGE_NAME}</div>
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    36
      </div>
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    37
      <div class="menu_nojs" id="pagebar_main">
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    38
        <div class="label">Page tools</div>
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    39
        {TOOLBAR}
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    40
        <ul>
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    41
          {TOOLBAR_EXTRAS}
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    42
        </ul>
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    43
        <span class="menuclear">&nbsp;</span>
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    44
      </div>
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    45
      <div id="main">
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    46
        <div id="content">
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    47
          <div class="post">
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    48
            <div class="post-info">
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    49
              <div style="float: right;">
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    50
                <image alt=" " src="{SCRIPTPATH}/images/spacer.gif" id="ajaxloadicon" />
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    51
              </div>
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    52
              <h2 class="post-title">{PAGE_NAME}</h2>
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    53
            </div>
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    54
            <div class="post-content">
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    55
            
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    56
            <div id="ajaxEditContainer">
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    57
            <!-- START CONTENT -->