Update personal-plugin frontend

This commit is contained in:
manson 2014-08-01 19:51:41 +08:00
parent 0e6caf4e5a
commit 766b1482b6
13 changed files with 47 additions and 246 deletions

View File

@ -0,0 +1,4 @@
.plugin-show-table th{
text-align: right;
min-width: 80px;
}

View File

@ -21,6 +21,7 @@
@import "modules/gallery";
@import "modules/archives";
@import "modules/member";
@import "modules/personal_plugin";
// Widget
@import "widget/breadcrumb";

View File

@ -1,26 +1,5 @@
<article class="show-journal-paper">
<h1 class="show-title">
<span>{{title}}</span>
</h1>
<p><label>Year:</label> {{year}}</p>
<p><label>Authors:</label> {{authors}}</p>
<p><label>ISBN:</label> {{isbn}}</p>
<p><label>Language:</label> {{language}}</p>
<p><label>Pages:</label> {{pages}}</p>
<p><label>Published Date</label> {{publish_date}}</p>
<p><label>Publication Date</label> {{publication_date}}</p>
<p><label>URL:</label> {{url}}</p>
<p><label>Note:</label> {{note}}</p>
<p><label>Keywords:</label> {{keywords}}</p>
<p><label>Publisher:</label> {{publisher}}</p>
<p><label>Editor:</label> {{editor}}</p>
<ul class="post-related list-unstyled">
<li class="post-related-files">
<i class="fa fa-fw fa-paperclip"></i>
<div class="post-related-flises-list" data-list="book_files" data-level="0">
<a href="{{file_url}}">{{file_title}}</a>
</div>
</li>
</ul>
</article>
<table class="table table-striped plugin-show-table">
<tbody data-list="plugin_datas" data-level="0">
<tr><th class="{{title_class}}">{{title}}</th><td class="{{value_class}}">{{value}}</td></tr>
</tbody>
</table>

View File

@ -1,5 +1,5 @@
<table class="table table-hover table-striped journal-papers-index">
<caption><h3>{{widget-title}}</h3></caption>
<caption><h3>{{page-title}}</h3></caption>
<thead>
<tr>
<th class="col-md-1">{{th_year}}</th>

View File

@ -1,29 +1,5 @@
<article class="show-journal-paper">
<h1 class="show-title">
<span>{{title}}</span>
</h1>
<p><label>Journal Title:</label>&nbsp;{{journal_title}}</p>
<p><label>Year:</label>&nbsp;{{year}}</p>
<p><label>Authors:</label>&nbsp;{{authors}}</p>
<p><label>ISBN:</label>&nbsp;{{isbn}}</p>
<p><label>Volume Number:</label>&nbsp;{{vol_no}}</p>
<p><label>Start Page:</label>&nbsp;{{form_to_start}}</p>
<p><label>End Page:</label>&nbsp;{{form_to_end}}</p>
<p><label>Language:</label>&nbsp;{{language}}</p>
<p><label>Issue No:</label>&nbsp;{{issue_no}}</p>
<p><label>Total Pages:</label>&nbsp;{{total_pages}}</p>
<p><label>Abstract:</label>&nbsp;{{abstract}}</p>
<p><label>Publication Date</label>&nbsp;{{publication_date}}</p>
<p><label>URL:</label>&nbsp;{{url}}</p>
<p><label>Note:</label>&nbsp;{{note}}</p>
<ul class="post-related list-unstyled">
<li class="post-related-files">
<i class="fa fa-fw fa-paperclip"></i>
<div class="post-related-flises-list" data-list="journal_paper_files" data-level="0">
<a href="{{file_url}}">{{file_title}}</a>
</div>
</li>
</ul>
</article>
<table class="table table-striped plugin-show-table">
<tbody data-list="plugin_datas" data-level="0">
<tr><th class="{{title_class}}">{{title}}</th><td class="{{value_class}}">{{value}}</td></tr>
</tbody>
</table>

View File

@ -1,55 +1,5 @@
<table class="table table-striped writing-conferences-show">
<tbody>
<tr><th class="col-md-2">{{td_paper_title}}</th><td>{{paper_title}}</td></tr>
<tr><th>{{td_authors}}</th><td>{{authors}}</td></tr>
<tr>
<th>{{td_paper_type}}</th>
<td>
<ul data-list="paper_types" data-level="0">
<li>{{paper_type}}</li>
</ul>
</td>
</tr>
<tr>
<th>{{td_author_type}}</th>
<td>
<ul data-list="author_types" data-level="0">
<li>{{author_type}}</li>
</ul>
</td>
</tr>
<tr>
<th>{{td_paper_level}}</th>
<td>
<ul data-list="paper_levels" data-level="0">
<li>{{paper_level}}</li>
</ul>
</td>
</tr>
<tr><th>{{td_year}}</th><td>{{year}}</td></tr>
<tr><th>{{td_conference_title}}</th><td>{{conference_title}}</td></tr>
<tr><th>{{td_sponsor}}</th><td>{{sponsor}}</td></tr>
<tr><th>{{td_location}}</th><td>{{location}}</td></tr>
<tr><th>{{td_duration}}</th><td>{{period_start_date}} ~ {{period_end_date}}</td></tr>
<tr><th>{{td_publication_date}}</th><td>{{publication_date}}</td></tr>
<tr><th>{{td_language}}</th><td>{{language}}</td></tr>
<tr><th>{{td_isbn}}</th><td>{{isbn}}</td></tr>
<tr><th>{{td_isi_number}}</th><td>{{isi_number}}</td></tr>
<tr><th>{{td_url}}</th><td><a href="{{url}}">{{url}}</a></td></tr>
<tr><th>{{td_keywords}}</th><td>{{keywords}}</td></tr>
<tr><th>{{td_abstract}}</th><td>{{abstract}}</td></tr>
<tr><th>{{td_note}}</th><td>{{note}}</td></tr>
<tr>
<th>{{td_files}}</th>
<td>
<div data-list="files" data-level="0">
<div>
<i class="fa fa-fw fa-paperclip"></i>
<a href="{{file_url}}">{{file_title}}</a>
<span class="label label-primary">{{file_ext}}</span> - {{file_description}}
</div>
</div>
</td>
</tr>
<table class="table table-striped plugin-show-table">
<tbody data-list="plugin_datas" data-level="0">
<tr><th class="{{title_class}}">{{title}}</th><td class="{{value_class}}">{{value}}</td></tr>
</tbody>
</table>

View File

@ -1,12 +1,5 @@
<table class="table table-striped diplomas-show">
<tbody>
<tr><th>{{th_duration}}</th><td>{{duration}}</td></tr>
<tr><th>{{th_school_name}}</th><td>{{school_name}}</td></tr>
<tr><th>{{th_country}}</th><td>{{country}}</td></tr>
<tr><th>{{th_department}}</th><td>{{department}}</td></tr>
<tr><th>{{th_language}}</th><td>{{language}}</td></tr>
<tr><th>{{th_keywords}}</th><td>{{keywords}}</td></tr>
<tr><th>{{th_url}}</th><td><a href="{{url}}">{{url}}</a></td></tr>
<tr><th>{{th_note}}</th><td>{{note}}</td></tr>
<table class="table table-striped plugin-show-table">
<tbody data-list="plugin_datas" data-level="0">
<tr><th class="{{title_class}}">{{title}}</th><td class="{{value_class}}">{{value}}</td></tr>
</tbody>
</table>
</table>

View File

@ -1,15 +1,5 @@
<table class="table table-striped experience-show">
<tbody>
<tr><th>{{th_organizationt_title}}</th><td>{{organizationt_title}}</td></tr>
<tr><th>{{th_department}}</th><td>{{department}}</td></tr>
<tr><th>{{th_job_title}}</th><td>{{job_title}}</td></tr>
<tr><th>{{th_experience_type}}</th><td>{{experience_type}}</td></tr>
<tr><th>{{th_language}}</th><td>{{language}}</td></tr>
<tr><th>{{th_start_date}}</th><td>{{start_date}}</td></tr>
<tr><th>{{th_end_date}}</th><td>{{end_date}}</td></tr>
<tr><th>{{th_duration}}</th><td>{{duration}}</td></tr>
<tr><th>{{th_keywords}}</th><td>{{keywords}}</td></tr>
<tr><th>{{th_url}}</th><td><a href="{{url}}">{{url}}</a></td></tr>
<tr><th>{{th_note}}</th><td>{{note}}</td></tr>
<table class="table table-striped plugin-show-table">
<tbody data-list="plugin_datas" data-level="0">
<tr><th class="{{title_class}}">{{title}}</th><td class="{{value_class}}">{{value}}</td></tr>
</tbody>
</table>
</table>

View File

@ -1,12 +1,5 @@
<table class="table table-striped experience-show">
<tbody>
<tr><th>{{th_year}}</th><td>{{year}}</td></tr>,
<tr><th>{{th_honor_type}}</th><td>{{honor_type}}</td></tr>
<tr><th>{{th_award_name}}</th><td>{{award_name}}</td></tr>
<tr><th>{{th_awarding_unit}}</th><td>{{awarding_unit}}</td></tr>
<tr><th>{{th_language}}</th><td>{{language}}</td></tr>
<tr><th>{{th_keywords}}</th><td>{{keywords}}</td></tr>
<tr><th>{{th_url}}</th><td><a href="{{url}}">{{url}}</a></td></tr>
<tr><th>{{th_note}}</th><td>{{note}}</td></tr>
<table class="table table-striped plugin-show-table">
<tbody data-list="plugin_datas" data-level="0">
<tr><th class="{{title_class}}">{{title}}</th><td class="{{value_class}}">{{value}}</td></tr>
</tbody>
</table>
</table>

View File

@ -1,27 +1,5 @@
<table class="table table-striped lab-show">
<tbody>
<tr><th>{{th_lab_title}}</th><td>{{lab_title}}</td></tr>
<tr><th>{{th_location}}</th><td>{{location}}</td></tr>
<tr><th>{{th_participating_professor}}</th><td>{{participating_professor}}</td></tr>
<tr><th>{{th_participating_student}}</th><td>{{participating_student}}</td></tr>
<tr><th>{{th_year}}</th><td>{{year}}</td></tr>
<tr><th>{{th_keywords}}</th><td>{{keywords}}</td></tr>
<tr><th>{{th_extension_no}}</th><td>{{extension_no}}</td></tr>
<tr><th>{{th_research_direction}}</th><td>{{research_direction}}</td></tr>
<tr><th>{{th_facility}}</th><td>{{facility}}</td></tr>
<tr><th>{{th_url}}</th><td>{{url}}</td></tr>
<tr><th>{{th_note}}</th><td>{{note}}</td></tr>
<tr>
<th>{{td_files}}</th>
<td>
<div data-list="files" data-level="0">
<div>
<i class="fa fa-fw fa-paperclip"></i>
<a href="{{file_url}}">{{file_title}}</a>
<span class="label label-primary">{{file_ext}}</span> - {{file_description}}
</div>
</div>
</td>
</tr>
<table class="table table-striped plugin-show-table">
<tbody data-list="plugin_datas" data-level="0">
<tr><th class="{{title_class}}">{{title}}</th><td class="{{value_class}}">{{value}}</td></tr>
</tbody>
</table>
</table>

View File

@ -1,26 +1,5 @@
<table class="table table-striped writing-conferences-show">
<tbody>
<tr><th class="col-md-2">{{th_patent_title}}</th><td>{{patent_title}}</td></tr>
<tr><th>{{th_authors}}</th><td>{{authors}}</td></tr>
<tr><th>{{th_patent_type}}</th><td>{{patent_type}}</td></tr>
<tr><th>{{th_year}}</th><td>{{year}}</td></tr>
<tr><th>{{th_patent_no}}</th><td>{{patent_no}}</td></tr>
<tr><th>{{th_patent_country}}</th><td>{{patent_country}}</td></tr>
<tr><th>{{th_publish_date}}</th><td>{{publish_date}}</td></tr>
<tr><th>{{th_keywords}}</th><td>{{keywords}}</td></tr>
<tr><th>{{th_url}}</th><td><a href="{{url}}">{{url}}</a></td></tr>
<tr><th>{{th_note}}</th><td>{{note}}</td></tr>
<tr>
<th>{{th_files}}</th>
<td>
<div data-list="files" data-level="0">
<div>
<i class="fa fa-fw fa-paperclip"></i>
<a href="{{file_url}}">{{file_title}}</a>
<span class="label label-primary">{{file_ext}}</span> - {{file_description}}
</div>
</div>
</td>
</tr>
<table class="table table-striped plugin-show-table">
<tbody data-list="plugin_datas" data-level="0">
<tr><th class="{{title_class}}">{{title}}</th><td class="{{value_class}}">{{value}}</td></tr>
</tbody>
</table>
</table>

View File

@ -1,27 +1,5 @@
<table class="table table-striped writing-conferences-show">
<tbody>
<tr><th class="col-md-3">{{th_project_title}}</th><td>{{project_title}}</td></tr>
<tr><th>{{th_duration}}</th><td>{{duration}}</td></tr>
<tr><th>{{th_project_type}}</th><td>{{project_type}}</td></tr>
<tr><th>{{th_job_title}}</th><td>{{job_title}}</td></tr>
<tr><th>{{th_participator}}</th><td>{{participator}}</td></tr>
<tr><th>{{th_unit}}</th><td>{{unit}}</td></tr>
<tr><th>{{th_year}}</th><td>{{year}}</td></tr>
<tr><th>{{th_keywords}}</th><td>{{keywords}}</td></tr>
<tr><th>{{th_url}}</th><td><a href="{{url}}">{{url}}</a></td></tr>
<tr><th>{{th_abstract}}</th><td>{{abstract}}</td></tr>
<tr><th>{{th_note}}</th><td>{{note}}</td></tr>
<tr>
<th>{{th_files}}</th>
<td>
<div data-list="files" data-level="0">
<div>
<i class="fa fa-fw fa-paperclip"></i>
<a href="{{file_url}}">{{file_title}}</a>
<span class="label label-primary">{{file_ext}}</span> - {{file_description}}
</div>
</div>
</td>
</tr>
<table class="table table-striped plugin-show-table">
<tbody data-list="plugin_datas" data-level="0">
<tr><th class="{{title_class}}">{{title}}</th><td class="{{value_class}}">{{value}}</td></tr>
</tbody>
</table>
</table>

View File

@ -1,25 +1,5 @@
<table class="table table-striped researchs-show">
<tbody>
<tr><th>{{th_research_title}}</th><td>{{research_title}}</td></tr>
<tr><th>{{th_authors}}</th><td>{{authors}}</td></tr>
<tr><th>{{th_extracted_chapters}}</th><td>{{extracted_chapters}}</td></tr>
<tr><th>{{th_year}}</th><td>{{year}}</td></tr>
<tr><th>{{th_language}}</th><td>{{language}}</td></tr>
<tr><th>{{th_publish_date}}</th><td>{{publish_date}}</td></tr>
<tr><th>{{th_keywords}}</th><td>{{keywords}}</td></tr>
<tr><th>{{th_url}}</th><td><a href="{{url}}">{{url}}</a></td></tr>
<tr><th>{{th_note}}</th><td>{{note}}</td></tr>
<tr>
<th>{{th_files}}</th>
<td>
<div data-list="files" data-level="0">
<div>
<i class="fa fa-fw fa-paperclip"></i>
<a href="{{file_url}}">{{file_title}}</a>
<span class="label label-primary">{{file_ext}}</span> - {{file_description}}
</div>
</div>
</td>
</tr>
<table class="table table-striped plugin-show-table">
<tbody data-list="plugin_datas" data-level="0">
<tr><th class="{{title_class}}">{{title}}</th><td class="{{value_class}}">{{value}}</td></tr>
</tbody>
</table>
</table>