[ Index ]

PHP Cross Reference of IEUF

title

Body

[close]

/gestion/ -> menu_gestion.php (source)

   1  <?php
   2  require  'inc/autorisation.inc.php';
   3  ?>
   4  
   5  
   6  <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   7  "http://www.w3.org/TR/html4/loose.dtd">
   8  <html>
   9    <head>
  10      <meta name="generator" content="HTML Tidy for Windows (vers 12 April 2005), see www.w3.org">
  11      <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
  12      <title>
  13        menu_gestion
  14      </title>
  15  <style type="text/css">
  16  body {
  17    font-family: Arial,Helvetica,sans-serif;
  18    font-size: 14pt;
  19    background-color: #666666;
  20    color: white;
  21  }
  22  a:link {
  23    border-style: none;
  24    text-decoration: none;
  25    color: #99ffff;
  26  }
  27  a:visited {
  28    border-style: none;
  29    text-decoration: none;
  30    color: #99ffff;
  31  }
  32  a:active {
  33    border-style: none;
  34    text-decoration: none;
  35  }
  36  a:hover {
  37    text-decoration: none;
  38    color: #ff0000;
  39    background-color: #ccffff;
  40  }
  41  
  42  </style>
  43      <script language="JavaScript" type="text/JavaScript" src="ouvr_pers.js">
  44      </script>
  45      <script language="JavaScript" type="text/JavaScript">
  46        function OuvreMdMdp() {
  47         open('modif_mdp.php','mdpsw','width=500,height=260,resizable=yes,scrollbars=yes').focus();
  48        }
  49      </script>
  50  
  51    </head>
  52    <body>
  53      <br>
  54      <br>
  55      <a href="../Pages/spectacles.php" target="gestion">Site public</a><br>
  56      <?php
  57      if (!NonCA()) echo '<a href="pers.php" target="gestion"> Personnes</a><br>';
  58      ?>
  59      <?php
  60      if (!NonCA()) echo '<a href="adherents.php" target="gestion"> Paiements</a><br>';
  61      ?>
  62      <a id="mes_ccordonnees" href="javascript:OuvreformPerso()">Mes coordonnées</a><br>
  63      <a href="javascript:OuvreMdMdp()">Changer de mot de passe</a><br>
  64      <?php
  65      if (!NonCA() || Animateur() || Participe() !==FALSE || ParentDAdherent()) echo '<a href="ateliers.php" target="gestion"> Ateliers</a><br>';
  66      if (Adherent() || ParentDAdherent()) echo '<a href="parentsrelais.php" target="gestion">Parents Relais</a><br>';
  67      if (!NonCA()) echo '<a href="productions.php" target="gestion"> Spectacles</a><br>';
  68      ?>
  69      <p>
  70          <a href="connexion.php" target="_top">Se déconnecter</a>
  71      </p>
  72    </body>
  73  </html>


Generated: Fri Jan 31 19:59:00 2014 Cross-referenced by PHPXref 0.7.1