Blame Identity/Webenv/Puntal/themes/punbb/directory/submit.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
		

ef5584
		
ef5584
			
ef5584
				%s', '
  • %s
  • ', '
  • %s
  • ') ?>
    ef5584
    			

    ef5584
    			
    
    ef5584
    		
    
    ef5584
    	
    
    ef5584
    
    
    ef5584
    	
    ef5584
    	if (dir::hasErrors()) : ?>
    
    ef5584
    	
    
    ef5584
    	
    ef5584
    		

    ef5584
    		
    ef5584
    			
    ef5584
    				
    
    ef5584
    			
    
    ef5584
    		
    
    ef5584
    	
    
    ef5584
    	
    ef5584
    	/* Fin affichage erreurs */ ?>
    
    ef5584
    	
    
    ef5584
    	
    ef5584
    		

    ef5584
    		
    ef5584
    			<form action="<?php dir::dirAddUrl(); ?>" method="post">
    
    ef5584
    			
    ef5584
    				<fieldset><legend></legend>
    
    ef5584
    					
    ef5584
    			
    
    ef5584
    						

    <label for="l_cat"></label>

    ef5584
    						

    ef5584
    					
    
    ef5584
    						

    <label for="l_titre"></label>

    ef5584
    						<input type="text" class="longinput" size="80" maxlength="255" name="l_titre" id="l_titre" value="<?php dir::formValue('l_titre') ?>" />

    ef5584
    						
    
    ef5584
    						

    <label for="l_href">URL') ?></label>

    ef5584
    						<input type="text" class="longinput" size="80" maxlength="70" name="l_href" id="l_href" value="<?php dir::formValue('l_href') ?>"  />

    ef5584
    						
    
    ef5584
    						

    <label for="l_desc"></label>

    ef5584
    						<textarea name="l_desc" id="l_desc" rows="5" cols="55" ></textarea>

    ef5584
    ef5584
    require_once PT_INC_PATH.'libs/puntoolbar_smilies.php'; 
    
    ef5584
    $ptb = new puntoolbarSmilies($puntal);
    
    ef5584
    echo $ptb->generatePtb('l_desc');
    
    ef5584
    ?>											
    
    ef5584
    						

    <label for="l_lang"></label>

    ef5584
    						<input type="text" size="5" name="l_lang" id="l_lang" maxlength="5" value="<?php dir::formValue('l_lang') ?>" />

    ef5584
    						
    
    ef5584
    					
    
    ef5584
    				</fieldset>
    
    ef5584
    			
    
    ef5584
    			

    <input type="hidden" name="form_sent" value="1" />

    ef5584
    			<input type="hidden" name="ptkn" value="<?php echo tpl::pTkn(); ?>" />
    
    ef5584
    			<input type="submit" name="submit" class="submit" value="<?php tpl::lang('Submit') ?>" />

    ef5584
    			</form>
    
    ef5584
    		
    
    ef5584