Blame Extras/Puntal/themes/punbb/lexicon/main.php

4c79b5
4c79b5
/***********************************************************************
4c79b5

4c79b5
  Copyright (C) 2005-2007 Vincent Garnier and contributors. All rights
4c79b5
  reserved.
4c79b5
  
4c79b5
  This file is part of Puntal 2.
4c79b5

4c79b5
  Puntal 2 is free software; you can redistribute it and/or modify it
4c79b5
  under the terms of the GNU General Public License as published
4c79b5
  by the Free Software Foundation; either version 2 of the License,
4c79b5
  or (at your option) any later version.
4c79b5

4c79b5
  Puntal 2 is distributed in the hope that it will be useful, but
4c79b5
  WITHOUT ANY WARRANTY; without even the implied warranty of
4c79b5
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4c79b5
  GNU General Public License for more details.
4c79b5

4c79b5
  You should have received a copy of the GNU General Public License
4c79b5
  along with this program; if not, write to the Free Software
4c79b5
  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
4c79b5
  MA  02111-1307  USA
4c79b5

4c79b5
************************************************************************/?>
4c79b5

4c79b5
4c79b5
lang="" dir="">
4c79b5
<head>
4c79b5
	<meta http-equiv="Content-Type" content="text/html; charset=<?php tpl::lang('lang_encoding') ?>" />
4c79b5
	<title></title>
4c79b5
	<link rel="stylesheet" type="text/css" href="<?php tpl::url('forums') ?>style/<?php tpl::user('style') ?>.css" />
4c79b5
	<link rel="stylesheet" type="text/css" href="<?php tpl::url('template') ?>style.css" />
4c79b5
	<link rel="stylesheet" type="text/css" href="<?php tpl::urlFile('lexicon/lexicon.css') ?>" />
4c79b5
	<script type="text/javascript" src="<?php tpl::url('themes') ?>common/js/common.js"></script>
4c79b5
	
4c79b5
	
4c79b5
	</head>
4c79b5
<body>
4c79b5

4c79b5
4c79b5
4c79b5

4c79b5
4c79b5
tpl::top() ?>
4c79b5

4c79b5
4c79b5
	
4c79b5
	
4c79b5
	
4c79b5
		

4c79b5
		
4c79b5
			

4c79b5
			
4c79b5
			lexique::totalWords('%s') ?>
4c79b5

4c79b5
			
4c79b5
			lexique::totalToValidateWords('%s') ?>
4c79b5

4c79b5

4c79b5
			
4c79b5
			lexique::addLink(
4c79b5
				' - %s',
4c79b5
				' - %s' ) ?>
4c79b5
				
4c79b5
			
4c79b5
			lexique::validateLink(
4c79b5
				' - %s', 
4c79b5
				' - %s' ) ?>
4c79b5
				
4c79b5
			
4c79b5
			lexique::allLink(
4c79b5
				' - %s', 
4c79b5
				' - %s' ) ?>
4c79b5
			

4c79b5
			

4c79b5
			
4c79b5
			lexique::letters(
4c79b5
				'%s', 
4c79b5
				'%s', 
4c79b5
				' - ') ?>
4c79b5
			

4c79b5
		
4c79b5
	
4c79b5

4c79b5
	
4c79b5
	if ($lexique_mode == 'ajouter') :
4c79b5
		require dirname(__FILE__).'/form_add.php';
4c79b5
		
4c79b5
	/* Formulaire de modification d'un mot */
4c79b5
	elseif ($lexique_mode == 'modifier') :
4c79b5
		require dirname(__FILE__).'/form_edit.php';
4c79b5
		
4c79b5
	/* Liste complète */
4c79b5
	elseif ($lexique_mode == 'tous') :
4c79b5
		require dirname(__FILE__).'/list_all.php';
4c79b5
		
4c79b5
	/* Liste des mots à valider */
4c79b5
	elseif ($lexique_mode == 'valider') :
4c79b5
		require dirname(__FILE__).'/list_validate.php';
4c79b5
		
4c79b5
	/* Liste des mots d'une lettre donnée */
4c79b5
	elseif ($lexique_mode == 'lettre') :
4c79b5
		require dirname(__FILE__).'/list_letter.php';
4c79b5
	
4c79b5
	endif; ?>
4c79b5

4c79b5
	
4c79b5

4c79b5

4c79b5
4c79b5

4c79b5

4c79b5

4c79b5
4c79b5

4c79b5
4c79b5
tpl::bottom() ?>
4c79b5

4c79b5

4c79b5

4c79b5

4c79b5
</body>
4c79b5
</html>