update template
This commit is contained in:
parent
4b7b6f6fa5
commit
c2765ea1e4
|
@ -32,8 +32,8 @@
|
|||
$('.i-member img').eq(i).attr('title','noname');
|
||||
}
|
||||
}
|
||||
for(var i = 0;i < $('.i-member span a').length ; i++){
|
||||
if($('.i-member span a').eq(i).html().trim().replace(' ','') == "")
|
||||
$('.i-member span a').eq(i).html('noname');
|
||||
for(var i = 0;i < $('.i-member span.member-data-value-name a').length ; i++){
|
||||
if($('.i-member span.member-data-value-name a').eq(i).html().trim().replace(' ','') == "")
|
||||
$('.i-member span.member-data-value-name a').eq(i).html('noname');
|
||||
}
|
||||
</script>
|
|
@ -1,4 +1,4 @@
|
|||
<table class="table table-hover table-striped projects-index college_projects-index dt-responsive nowrap">
|
||||
<table class="table table-hover table-striped projects-index college_projects-index dt-responsive">
|
||||
<caption><h3>{{widget-title}}</h3></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
@ -23,7 +23,7 @@ $( ".selectbox" ).ready(function() {
|
|||
<a id="filter" style="" href="{{url}}">Clear</a>
|
||||
</form>
|
||||
</div>
|
||||
<table class="table table-hover table-striped projects-index college_projects-index dt-responsive nowrap">
|
||||
<table class="table table-hover table-striped projects-index college_projects-index dt-responsive">
|
||||
<caption><h3>{{widget-title}}</h3></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<table class="table table-hover table-striped projects-index create_designs-index dt-responsive nowrap">
|
||||
<table class="table table-hover table-striped projects-index create_designs-index dt-responsive">
|
||||
<caption><h3>{{widget-title}}</h3></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
@ -23,7 +23,7 @@ $( ".selectbox" ).ready(function() {
|
|||
<a id="filter" style="" href="{{url}}">Clear</a>
|
||||
</form>
|
||||
</div>
|
||||
<table class="table table-hover table-striped projects-index create_designs-index dt-responsive nowrap">
|
||||
<table class="table table-hover table-striped projects-index create_designs-index dt-responsive">
|
||||
<caption><h3>{{widget-title}}</h3></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<table class="table table-hover table-striped projects-index tec_transfers-index dt-responsive nowrap">
|
||||
<table class="table table-hover table-striped projects-index tec_transfers-index dt-responsive">
|
||||
<caption><h3>{{widget-title}}</h3></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
@ -23,7 +23,7 @@ $( ".selectbox" ).ready(function() {
|
|||
<a id="filter" style="" href="{{url}}">Clear</a>
|
||||
</form>
|
||||
</div>
|
||||
<table class="table table-hover table-striped projects-index tec_transfers-index dt-responsive nowrap">
|
||||
<table class="table table-hover table-striped projects-index tec_transfers-index dt-responsive">
|
||||
<caption><h3>{{widget-title}}</h3></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in New Issue