Blame Identity/Webenv/Puntal/themes/punbb/bugtracker/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('bugtracker/bugtracker.css') ?>" />
ef5584
	<script type="text/javascript" src="<?php tpl::url('themes') ?>common/js/common.js"></script>
ef5584
	
ef5584
	
ef5584
	
ef5584
	if ($bt_mode == 'default') : ?>
ef5584
	<script type="text/javascript">
ef5584
	//
ef5584
	chainHandler(window,'onload',function() {
ef5584
		if (!document.getElementById) { return; }
ef5584
		
ef5584
		openClose('filtersBox',,'');
ef5584
	});
ef5584
	//]]>
ef5584
	</script>
ef5584
	
ef5584
	
ef5584
	if ($bt_mode == 'bug' && bugtracker::openComments()) : ?>
ef5584
	<script type="text/javascript">
ef5584
	//
ef5584
	chainHandler(window,'onload',function() {
ef5584
		if (!document.getElementById) { return; }
ef5584
		
ef5584
		openClose('commentsBox',-1,'');
ef5584
	});
ef5584
	//]]>
ef5584
	</script>
ef5584
	
ef5584
	</head>
ef5584
<body>
ef5584

ef5584
ef5584
ef5584

ef5584
ef5584
tpl::top() ?>
ef5584

ef5584
ef5584
	
ef5584
		
ef5584
		
ef5584
			

ef5584
			
ef5584
				
ef5584
					
ef5584
					
ef5584
					bugtracker::homeLink(
ef5584
						'
  • %s
  • ',
    ef5584
    						'
  • %s
  • ' ) ?>
    ef5584
    
    
    ef5584
    					
    ef5584
    					bugtracker::addLink(
    
    ef5584
    						'
  • %s
  • ',
    ef5584
    						'
  • %s
  • ' ) ?>
    ef5584
    					
    
    ef5584
    				
    
    ef5584
    			
    
    ef5584
    		
    
    ef5584
    		
    
    ef5584
    	
    ef5584
    	if ($bt_mode == 'ajouter') :
    
    ef5584
    		require dirname(__FILE__).'/form_add.php';
    
    ef5584
    		
    
    ef5584
    	/* Formulaire de modification d'un bug */
    
    ef5584
    	elseif ($bt_mode == 'bug') :
    
    ef5584
    		require dirname(__FILE__).'/viewbug.php';
    
    ef5584
    		
    
    ef5584
    	/* Liste des bugs */
    
    ef5584
    	elseif ($bt_mode == 'default') :
    
    ef5584
    		require dirname(__FILE__).'/list.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>