update template
This commit is contained in:
parent
389249515a
commit
5c0589e0a8
|
@ -1,6 +1,6 @@
|
|||
<div class="i-annc index-announcement-11 {{display}}">
|
||||
<h3 class="i-annc__page-title">{{page-title}}</h3>
|
||||
<table class="i-annc__table table table-striped dt-responsive nowrap">
|
||||
<table class="i-annc__table table table-striped dt-responsive">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="i-annc__th i-annc__th--date all">{{date-head}}</th>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<div class="i-annc index-announcement-12 {{display}}">
|
||||
<h3 class="i-annc__page-title">{{page-title}}</h3>
|
||||
<table class="i-annc__table table table-striped dt-responsive nowrap">
|
||||
<table class="i-annc__table table table-striped dt-responsive">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="i-annc__th i-annc__th--date all">{{date-head}}</th>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<div class="i-annc index-announcement-15 {{display}}">
|
||||
<h3 class="i-annc__page-title">{{page-title}}</h3>
|
||||
<table class="i-annc__table table table-striped dt-responsive nowrap">
|
||||
<table class="i-annc__table table table-striped dt-responsive">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="i-annc__th i-annc__th--date all">{{date-head}}</th>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<div class="i-annc index-announcement-16 {{display}}">
|
||||
<h3 class="i-annc__page-title">{{page-title}}</h3>
|
||||
<table class="i-annc__table table table-striped dt-responsive nowrap">
|
||||
<table class="i-annc__table table table-striped dt-responsive">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="i-annc__th i-annc__th--date all">{{date-head}}</th>
|
||||
|
|
|
@ -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>
|
|
@ -21,7 +21,7 @@
|
|||
{{data_intro_title}}
|
||||
</div>
|
||||
|
||||
<table class="table table-hover table-striped dt-responsive nowrap {{complete_display}}">
|
||||
<table class="table table-hover table-striped dt-responsive {{complete_display}}">
|
||||
<thead>
|
||||
<tr data-list="pd_title" data-level="1">
|
||||
<th>{{plugin_data_title}}</th>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<table class="table table-hover table-striped projects-index courses-index dt-responsive nowrap">
|
||||
<table class="table table-hover table-striped projects-index courses-index dt-responsive">
|
||||
<caption><h3>{{widget-title}}</h3></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<table class="table table-hover table-striped projects-index personal-honor dt-responsive nowrap">
|
||||
<table class="table table-hover table-striped projects-index personal-honor dt-responsive">
|
||||
<caption><h3>{{widget-title}}</h3></caption>
|
||||
<thead>
|
||||
<tr data-level="0" data-list="headers">
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<table class="table table-hover table-striped projects-index personal-lab dt-responsive nowrap">
|
||||
<table class="table table-hover table-striped projects-index personal-lab dt-responsive">
|
||||
<caption><h3>{{widget-title}}</h3></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<table class="table table-hover table-striped projects-index personal-researchs dt-responsive nowrap">
|
||||
<table class="table table-hover table-striped projects-index personal-researchs dt-responsive">
|
||||
<caption><h3>{{widget-title}}</h3></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in New Issue