Blame Identity/Models/Html/Puntal/themes/punbb/search/main.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
lang="" dir="">
d6e8d8
<head>
d6e8d8
	<meta http-equiv="Content-Type" content="text/html; charset=<?php tpl::lang('lang_encoding') ?>" />
d6e8d8
	<title></title>
d6e8d8
	<link rel="stylesheet" type="text/css" href="<?php tpl::url('forums') ?>style/<?php tpl::user('style') ?>.css" />
d6e8d8
	<link rel="stylesheet" type="text/css" href="<?php tpl::url('template') ?>style.css" />
d6e8d8
	<script type="text/javascript" src="<?php tpl::url('themes') ?>common/js/common.js"></script>
d6e8d8
	
d6e8d8
	
d6e8d8
</head>
d6e8d8
<body>
d6e8d8

d6e8d8
d6e8d8
d6e8d8

d6e8d8
d6e8d8
tpl::top() ?>
d6e8d8

d6e8d8
d6e8d8
	
d6e8d8
	
d6e8d8
	if ($search_mode == 'results') : ?>
d6e8d8
		
d6e8d8
			

d6e8d8
			
d6e8d8
				
d6e8d8
								
d6e8d8
				
d6e8d8
				
d6e8d8
			
d6e8d8
		
d6e8d8
	
d6e8d8
	else : ?>
d6e8d8
		
d6e8d8
			

<label for="q"></label>

d6e8d8
			<form action="<?php search::url() ?>" method="get">
d6e8d8
			
d6e8d8
				
d6e8d8
					

<input type="text" id="q" name="q" maxlength="255" value="" />

d6e8d8
					

<input type="submit" class="submit" value="<?php tpl::lang('Ok') ?>" />

d6e8d8
				
d6e8d8
			
d6e8d8
			</form>
d6e8d8
		
d6e8d8
	
d6e8d8
	
d6e8d8

d6e8d8

d6e8d8
d6e8d8

d6e8d8

d6e8d8

d6e8d8
d6e8d8

d6e8d8
d6e8d8
tpl::bottom() ?>
d6e8d8

d6e8d8

d6e8d8

d6e8d8

d6e8d8
</body>
d6e8d8
</html>