发布v2.5.7版本
This commit is contained in:
@@ -7,7 +7,7 @@ defined('HOST') or die ('not access');
|
||||
?>
|
||||
<script>
|
||||
moemyapplylist=function(){
|
||||
addtabs({num:'applymy',url:'main,fwork,bill,atype=my',icons:'align-left',name:'我的申请'});
|
||||
addtabs({num:'applymy',url:'main,fwork,bill,atype=my',icons:'align-left',name:'<?=lang($itemnowname)?>'});
|
||||
}
|
||||
homeobject.show_apply_list=function(a){
|
||||
var s='',a1,i;
|
||||
@@ -22,7 +22,7 @@ homeobject.show_apply_list=function(a){
|
||||
</script>
|
||||
<div align="left" id="myapplylist" style="min-width:300px" class="list-group">
|
||||
<div class="list-group-item list-group-item-info">
|
||||
<i class="icon-align-left"></i> <?=$itemnowname?>(<span id="myapplylisttotal">0</span>)
|
||||
<a style="float:right;TEXT-DECORATION:none" onclick="moemyapplylist()">更多>></a>
|
||||
<i class="icon-align-left"></i> <?=lang($itemnowname)?>(<span id="myapplylisttotal">0</span>)
|
||||
<a style="float:right;TEXT-DECORATION:none" onclick="moemyapplylist()"><?=lang('更多')?>>></a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -8,7 +8,7 @@ defined('HOST') or die ('not access');
|
||||
<script>
|
||||
homeobject.showicons=function(a){
|
||||
if(a.length%2!=0)a.push({name:'none'});
|
||||
a.push({name:'刷新统计中...',icons:'refresh',num:'refresh',color:'#888888'});
|
||||
a.push({name:'<?=lang('刷新统计中')?>...',icons:'refresh',num:'refresh',color:'#888888'});
|
||||
this.menuarr = a;
|
||||
var o = $('#kuailistdonw'),s='<table width="100%"><tr>',a1,oi=0,s1t='';
|
||||
for(var i=0; i<a.length-1;i++){
|
||||
@@ -42,7 +42,7 @@ opentabsshowshwo=function(oi,o1){
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<div style="font-size:14px"><i class="icon-refresh"></i> <?=$itemnowname?>
|
||||
<a style="float:right;TEXT-DECORATION:none" click="refresh" id="refresh_text">刷新</a>
|
||||
<a style="float:right;TEXT-DECORATION:none" click="refresh" id="refresh_text"><?=lang('刷新')?></a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="kuailistdonw"></div>
|
||||
|
||||
@@ -7,7 +7,7 @@ defined('HOST') or die ('not access');
|
||||
?>
|
||||
<script>
|
||||
homeobject.showicons=function(a){
|
||||
a.push({name:'刷新统计中...',icons:'refresh',num:'refresh',color:'#888888'});
|
||||
a.push({name:'<?=lang('刷新统计中')?>...',icons:'refresh',num:'refresh',color:'#888888'});
|
||||
this.menuarr = a;
|
||||
var o = $('.rowaaaa'),s='',cols='';
|
||||
o.html('');
|
||||
|
||||
Reference in New Issue
Block a user