[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/se3-smarty/templates/ -> header.tpl (source)

   1  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   2     "http://www.w3.org/TR/html4/loose.dtd">
   3  <html>
   4  <head>
   5  <style type='text/css'>
   6  {literal}
   7  body{
   8      background: url(/elements/images/fond_SE3.png) ghostwhite bottom right no-repeat fixed;
   9  }
  10  {/literal}
  11  </style>
  12  <title>Interface d'administration de SambaEdu</title>
  13  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" >
  14  <link type="text/css" rel="stylesheet" href="/elements/style_sheets/sambaedu.css" >
  15  <link type="text/css" rel="stylesheet" href="/elements/style_sheets/smarty.css" >
  16  </head>
  17  <body>
  18  { if isset($menutabs) }
  19  <div id="menutabs">
  20    <form name="menutabs" action="" method="post">
  21    <input type="hidden" name="action" value="">
  22    <input type="hidden" name="page" value="{$page}">
  23    {foreach from=$tabinputs item=tabinput}
  24    <input type="hidden" name="{$tabinput.name}" value="{$tabinput.value}">
  25    {/foreach}
  26    <ul >
  27      {foreach from=$menutabs item=tab}
  28      <li {if $tab.name eq $activetab} class="active" {/if}
  29      onclick="document.forms['menutabs'].action.value='{$tab.action}';document.forms['menutabs'].page.value='{$tab.page}';{foreach from=$tab.options key=optkey item=optval}document.forms['menutabs'].{$optkey}.value='{$optval}';{/foreach}document.forms['menutabs'].submit();">
  30      {$tab.name}
  31      </li>
  32      {/foreach}
  33    </ul>
  34    </form>
  35  </div>
  36  {/if}


Generated: Tue Mar 17 22:47:18 2015 Cross-referenced by PHPXref 0.7.1