*解决功能演示过程中出现的问题。

This commit is contained in:
孙华伟
2022-05-12 15:29:28 +08:00
parent 70fcf381cf
commit a3ab4a596b
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -20,3 +20,4 @@ th.c-name {min-width: 240px;}
[lang^='en'] .project-name > .label-warning {width: 55px !important;}
.table-responsive {overflow: auto !important;}
.checkbox-primary {margin-right: 10px;}
+3 -1
View File
@@ -62,7 +62,8 @@
<?php if($browseType == $key) $label .= " <span class='label label-light label-badge'>{$pager->recTotal}</span>";?>
<?php echo html::a(inlink('browse', "programID=$programID&browseType=$key"), $label, '', "class='btn btn-link $active'");?>
<?php endforeach;?>
<?php echo html::checkbox('involved', array('1' => $lang->project->mine), '', $this->cookie->involved ? 'checked=checked' : '');?>
<?php if($browseType != 'bysearch') echo html::checkbox('involved', array('1' => $lang->project->mine), '', $this->cookie->involved ? 'checked=checked' : '');?>
<a class="btn btn-link querybox-toggle" id='bysearchTab'><i class="icon icon-search muted"></i> <?php echo $lang->search->common;?></a>
</div>
<div class="btn-toolbar pull-right">
<div class="btn-group panel-actions">
@@ -78,6 +79,7 @@
</div>
</div>
<div id='mainContent'>
<div class="cell<?php if($browseType == 'bysearch') echo ' show';?>" id="queryBox" data-module='project'></div>
<div class='row cell' id='cards'>
<?php if(empty($projectStats)):?>
<div class="table-empty-tip">
+1 -1
View File
@@ -39,7 +39,7 @@
<?php if($browseType == $key) $label .= " <span class='label label-light label-badge'>{$pager->recTotal}</span>";?>
<?php echo html::a(inlink('browse', "programID=$programID&browseType=$key"), $label, '', "class='btn btn-link $active'");?>
<?php endforeach;?>
<?php echo html::checkbox('involved', array('1' => $lang->project->mine), '', $this->cookie->involved ? 'checked=checked' : '');?>
<?php if($browseType != 'bysearch') echo html::checkbox('involved', array('1' => $lang->project->mine), '', $this->cookie->involved ? 'checked=checked' : '');?>
<a class="btn btn-link querybox-toggle" id='bysearchTab'><i class="icon icon-search muted"></i> <?php echo $lang->search->common;?></a>
</div>
<div class="btn-toolbar pull-right">