|
|
|
@ -2114,6 +2114,18 @@ foreach ($author_list as $author_item) {
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="display:none" id="htmlTemplate">
|
|
|
|
|
<div class="table-responsive">
|
|
|
|
|
<table class="infotable">
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>Chinese Zodiac Sign</td>
|
|
|
|
|
<td>Years</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modal fade" id="btnTemplate">
|
|
|
|
|
<div class="modal-dialog modal-lg">
|
|
|
|
|
<div class="modal-content">
|
|
|
|
@ -2122,9 +2134,10 @@ foreach ($author_list as $author_item) {
|
|
|
|
|
<h4 class="modal-title" id="NoPermissionModalLabel">特殊代码模板</h4>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-body" style="height:650px;">
|
|
|
|
|
<code>
|
|
|
|
|
<td>Years</td>
|
|
|
|
|
</code>
|
|
|
|
|
<pre>
|
|
|
|
|
<code id="codeBody">
|
|
|
|
|
</code>
|
|
|
|
|
</pre>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-footer">
|
|
|
|
|
<button type="button" class="btn btn-default " data-dismiss="modal"> 关 闭</button>
|
|
|
|
|