<?php // --------------------------------------------- // | Comic COMPONENT | // | | // | Copyright (C) 2005 Rdemont | // | | // | All rights reserved | // --------------------------------------------- // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License (GPL) // as published by the Free Software Foundation; either version 2 // of the License, or (at your option) any later version. // // Please note that the GPL states that any headers in files and // Copyright notices as well as credits in headers, source files // and output (screens, prints, etc.) can not be removed. // You can extend them with your own credits, though... // // 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. // // The "GNU General Public License" (GPL) is available at // http://www.gnu.org/copyleft/gpl.html. //----------------------------------------------------------------------------- //-------------------------------------------------------------------------------------------------- // Autorisation d'accès defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); //-------------------------------------------------------------------------------------------------- ?> <table width="100%"> <tr> <td colspan="3" align="center"> <h1><?php echo _SEARCHBY; ?></h1> </td> </tr> <tr> <!--GESTION Serie--> <td width="33%" align="center"><a href="index.php?option=<?php echo $option ;?>&task=serie_list" class="link_normal"><img src="<?=$comic_img?>/member.gif" height="48" width="48" border="0"><br><?php echo _SEARCHBY_SERIE ;?></a></td> <td width="33%" align="center"><a href="index.php?option=<?php echo $option ;?>&task=comic_list" class="link_normal"><img src="<?=$comic_img?>/submit.gif" height="48" width="48" border="0"><br><?php echo _SEARCHBY_TITRE ;?></a></td> <td width="34%" align="center"><a href="index.php?option=<?php echo $option ;?>&task=artist_list" class="link_normal"><img src="<?=$comic_img?>/submit.gif" height="48" width="48" border="0"><br><?php echo _SEARCHBY_ARTIST ;?></a></td> </tr> <tr> <!--NOUVELLE EVENEMENT--> <td align="center"><a href="index.php?option=<?php echo $option ;?>&task=publisher_list" class="link_normal"><img src="<?=$comic_img?>/liste.gif" height="48" width="48" border="0"><br><?php echo _SEARCHBY_PUBLISHER ;?></a></td> <td> </td> <td align="center"><a href="index.php?option=<?php echo $option ;?>&task=admin_genre" class="link_normal"><img src="<?=$assoc_img?>/events.gif" height="48" width="48" border="0"><br><?php echo _SEARCHBY_GENRE ; ?></a></td> </tr> </table>