168 lines
6.1 KiB
PHP
168 lines
6.1 KiB
PHP
<?php
|
|
/* footer.php
|
|
* - Pied de page
|
|
* Copyright (c) 2003 Frédéric Jaqcuot
|
|
*
|
|
* This program is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU General Public License
|
|
* as published by the Free Software Foundation; either version 2
|
|
* of the License, or (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program; if not, write to the Free Software
|
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
*
|
|
*/
|
|
|
|
$end = utime(); $run = $end - $start;
|
|
?>
|
|
<DIV id="copyright">
|
|
<A href="http://www.zopeuse.org/projets/galette/Wiki_galette/FrontPage">Galette <?php echo GALETTE_VERSION ?></A> - <?php echo _T("Réalisation :"); ?> <A href="mailto:deelight@logeek.com">Deelight</A> - <?php echo _T("Graphisme :"); ?> <A href="http://www.gimp.org">Gimp</A> - <?php echo _T("Editeur :"); ?> <A href="http://bluefish.openoffice.nl">Bluefish</A> - <?php echo _T("Page affichée en")." ".substr($run, 0, 5)." "._T("secondes."); ?>
|
|
</DIV>
|
|
</DIV>
|
|
<DIV id="menu">
|
|
<DIV id="logo">
|
|
<IMG src="images/galette.jpg" alt="[ Galette ]" width="103" height="80"><BR>
|
|
Galette
|
|
</DIV>
|
|
<DIV id="nav1">
|
|
<H1><?php echo _T("Navigation"); ?></H1>
|
|
<UL>
|
|
<?php
|
|
if ($_SESSION["admin_status"]==1)
|
|
{
|
|
?>
|
|
<LI><A href="gestion_adherents.php"><?php echo _T("Liste des adhérents"); ?></A></LI>
|
|
<LI><A href="gestion_contributions.php"><?php echo _T("Liste des contributions"); ?></A></LI>
|
|
<LI><A href="ajouter_adherent.php"><?php echo _T("Ajouter un adhérent"); ?></A></LI>
|
|
<LI><A href="ajouter_contribution.php"><?php echo _T("Ajouter une contribution"); ?></A></LI>
|
|
<LI><A href="log.php"><?php echo _T("Historique"); ?></A></LI>
|
|
<LI><A href="preferences.php"><?php echo _T("Préférences"); ?></A></LI>
|
|
<?php
|
|
}
|
|
else
|
|
{
|
|
?>
|
|
<LI><A href="voir_adherent.php"><?php echo _T("Mes informations"); ?></A></LI>
|
|
<LI><A href="gestion_contributions.php"><?php echo _T("Mes contributions"); ?></A></LI>
|
|
|
|
<?php
|
|
}
|
|
?>
|
|
</UL>
|
|
</DIV>
|
|
<DIV id="logout">
|
|
<A href="index.php?logout=1"><?php echo _T("Déconnexion"); ?></A>
|
|
</DIV>
|
|
<?php
|
|
if (basename($_SERVER["SCRIPT_NAME"])=="gestion_adherents.php" || basename($_SERVER["SCRIPT_NAME"])=="mailing_adherents.php")
|
|
{
|
|
?>
|
|
<DIV id="legende">
|
|
<H1><?php echo _T("Légende"); ?></H1>
|
|
<TABLE>
|
|
<TR>
|
|
<TD width="30" class="back"><IMG src="images/icon-male.png" Alt="<?php echo _T("[H]"); ?>" align="middle" width="10" height="12"></TD>
|
|
<TD class="back"><?php echo _T("Homme"); ?></TD>
|
|
</TR>
|
|
<TR>
|
|
<TD width="30" class="back"><IMG src="images/icon-female.png" Alt="<?php echo _T("[F]"); ?>" align="middle" width="9" height="12"></TD>
|
|
<TD class="back"><?php echo _T("Femme"); ?></TD>
|
|
</TR>
|
|
<?php
|
|
if (basename($_SERVER["SCRIPT_NAME"])=="gestion_adherents.php")
|
|
{
|
|
?>
|
|
<TR>
|
|
<TD width="30" class="back"><IMG src="images/icon-mail.png" Alt="<?php echo _T("[Mail]"); ?>" align="middle" border="0" width="14" height="10"></TD>
|
|
<TD class="back"><?php echo _T("Envoyer un mail"); ?></TD>
|
|
</TR>
|
|
<?php
|
|
}
|
|
?>
|
|
<TR>
|
|
<TD width="30" class="back"><IMG src="images/icon-star.png" Alt="<?php echo _T("[admin]"); ?>" align="middle" width="12" height="13"></TD>
|
|
<TD class="back"><?php echo _T("Administrateur"); ?></TD>
|
|
</TR>
|
|
<TR>
|
|
<TD width="30" class="back"><IMG src="images/icon-edit.png" alt="<?php echo _T("[mod]"); ?>" border="0" width="12" height="13"></TD>
|
|
<TD class="back"><?php echo _T("Modification"); ?></TD>
|
|
</TR>
|
|
<TR>
|
|
<TD width="30" class="back"><IMG src="images/icon-money.png" alt="<?php echo _T("[$]"); ?>" border="0" width="13" height="13"></TD>
|
|
<TD class="back"><?php echo _T("Contributions"); ?></TD>
|
|
</TR>
|
|
<TR>
|
|
<TD width="30" class="back"><IMG src="images/icon-trash.png" alt="<?php echo _T("[sup]"); ?>" border="0" width="11" height="13"></TD>
|
|
<TD class="back"><?php echo _T("Suppression"); ?></TD>
|
|
</TR>
|
|
<TR>
|
|
<TD width="30" class="back"><?php echo _T("Nom"); ?></TD>
|
|
<TD class="back"><?php echo _T("Compte actif"); ?></TD>
|
|
</TR>
|
|
<TR>
|
|
<TD width="30" class="inactif back"><?php echo _T("Nom"); ?></TD>
|
|
<TD class="back"><?php echo _T("Compte désactivé"); ?></TD>
|
|
</TR>
|
|
<TR>
|
|
<TD width="30" class="cotis-never color-sample"> </TD>
|
|
<TD class="back"><?php echo _T("N'a jamais cotisé"); ?></TD>
|
|
</TR>
|
|
<TR>
|
|
<TD width="30" class="cotis-ok color-sample"> </TD>
|
|
<TD class="back"><?php echo _T("Adhésion en règle"); ?></TD>
|
|
</TR>
|
|
<TR>
|
|
<TD width="30" class="cotis-soon color-sample"> </TD>
|
|
<TD class="back"><?php echo _T("Adhésion à échéance (<30j)"); ?></TD>
|
|
</TR>
|
|
<TR>
|
|
<TD width="30" class="cotis-late color-sample"> </TD>
|
|
<TD class="back"><?php echo _T("Retard de cotisation"); ?></TD>
|
|
</TR>
|
|
</TABLE>
|
|
</DIV>
|
|
<?php
|
|
}
|
|
elseif (basename($_SERVER["SCRIPT_NAME"])=="gestion_contributions.php")
|
|
{
|
|
?>
|
|
<DIV id="legende">
|
|
<H1><?php echo _T("Légende"); ?></H1>
|
|
<TABLE>
|
|
<?php
|
|
if ($_SESSION["admin_status"]==1)
|
|
{
|
|
?>
|
|
<TR>
|
|
<TD width="30" class="back"><IMG src="images/icon-edit.png" alt="<?php echo _T("[mod]"); ?>" border="0" width="12" height="13"></TD>
|
|
<TD class="back"><?php echo _T("Modification"); ?></TD>
|
|
</TR>
|
|
<TR>
|
|
<TD width="30" class="back"><IMG src="images/icon-trash.png" alt="<?php echo _T("[sup]"); ?>" border="0" width="11" height="13"></TD>
|
|
<TD class="back"><?php echo _T("Suppression"); ?></TD>
|
|
</TR>
|
|
<?php
|
|
}
|
|
?>
|
|
<TR>
|
|
<TD width="30" class="cotis-normal color-sample"> </TD>
|
|
<TD class="back"><?php echo _T("Cotisation"); ?></TD>
|
|
</TR>
|
|
<TR>
|
|
<TD width="30" class="cotis-give color-sample"> </TD>
|
|
<TD class="back"><?php echo _T("Don"); ?></TD>
|
|
</TR>
|
|
</TABLE>
|
|
</DIV>
|
|
<?php
|
|
}
|
|
?>
|
|
</DIV>
|
|
</BODY>
|
|
</HTML>
|