Blame Identity/Webenv/Puntal/themes/punbb/lexicon/main.php

ef5584
ef5584
/***********************************************************************
ef5584

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

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

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

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

ef5584
************************************************************************/?>
ef5584

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

ef5584
ef5584
ef5584

ef5584
ef5584
tpl::top() ?>
ef5584

ef5584
ef5584
	
ef5584
	
ef5584
	
ef5584
		

ef5584
		
ef5584
			

ef5584
			
ef5584
			lexique::totalWords('%s') ?>
ef5584

ef5584
			
ef5584
			lexique::totalToValidateWords('%s') ?>
ef5584

ef5584

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

ef5584
			

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

ef5584
		
ef5584
	
ef5584

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

ef5584
	
ef5584

ef5584

ef5584
ef5584

ef5584

ef5584

ef5584
ef5584

ef5584
ef5584
tpl::bottom() ?>
ef5584

ef5584

ef5584

ef5584

ef5584
</body>
ef5584
</html>