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