Blame Identity/Models/Html/Puntal/themes/punbb/articles/form_submit.php

d6e8d8
d6e8d8
/***********************************************************************
d6e8d8

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

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

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

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

d6e8d8
************************************************************************/?>
d6e8d8

d6e8d8
	
d6e8d8
	if (!empty($errors)) : ?>
d6e8d8
	
d6e8d8
	
d6e8d8
		

d6e8d8
		
d6e8d8
			
d6e8d8
				%s', '
  • %s
  • ') ?>
    d6e8d8
    			
    
    d6e8d8
    		
    
    d6e8d8
    	
    
    d6e8d8
    	
    d6e8d8
    	/* Fin affichage erreurs */ ?>
    
    d6e8d8
    
    
    d6e8d8
    	
    d6e8d8
    		

    d6e8d8
    		
    d6e8d8
    			<form action="<?php articles::submitUrl() ?>" method="post">
    
    d6e8d8
    			
    d6e8d8
    				<fieldset><legend></legend>
    
    d6e8d8
    					
    d6e8d8
    						
    
    d6e8d8
    						

    <label for="p_title"></label>

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

    d6e8d8
    						
    
    d6e8d8
    						

    <label for="p_cat"></label>

    d6e8d8
    						

    d6e8d8
    						
    
    d6e8d8
    						

    <label for="p_content"></label>

    d6e8d8
    						<textarea name="p_content" id="p_content" cols="55" rows="10" ></textarea>

    d6e8d8
    d6e8d8
    require_once PT_INC_PATH.'libs/puntoolbar_smilies.php'; 
    
    d6e8d8
    $ptb = new puntoolbarSmilies($puntal);
    
    d6e8d8
    echo $ptb->generatePtb('p_content');
    
    d6e8d8
    ?>							
    
    d6e8d8
    					
    
    d6e8d8
    				</fieldset>
    
    d6e8d8
    			
    
    d6e8d8
    			

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

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

    d6e8d8
    			</form>
    
    d6e8d8
    		
    
    d6e8d8