+ add toggle search form for front

This commit is contained in:
wangyidong
2011-05-01 10:19:36 +00:00
parent 51c0aa41e5
commit e10605e1d8
4 changed files with 55 additions and 60 deletions

View File

@@ -13,12 +13,10 @@
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/colorize.html.php';?>
<?php include '../../common/view/table2csv.html.php';?>
<?php include '../../common/js/togglesearch.js';?>
<?php include './taskheader.html.php';?>
<script language='Javascript'>
var browseType = '<?php echo $browseType;?>';
$("#bysearchTab").toggle(
function(){$("#querybox").show();},
function(){$("#querybox").hide();} );
</script>
<div id='querybox' class='<?php if($browseType !='bysearch') echo 'hidden';?>'><?php echo $searchForm;?></div>
<table class='table-1 fixed colored tablesorter datatable'>