增加常用代码模板

hotfix/paypal-note
Jimmy Liow 2 years ago
parent e5b769b98d
commit 6bea4ea766

@ -2115,6 +2115,7 @@ foreach ($author_list as $author_item) {
</div>
</div>
<div style="display:none" id="htmlTemplate">
CH/GH表格
<div class="table-responsive">
<table class="infotable">
<tbody>
@ -2125,6 +2126,39 @@ foreach ($author_list as $author_item) {
</tbody>
</table>
</div>
AH表格
<div class="table-responsive">
<table class="InfoTable">
<tbody>
<tr>
<td>Festivals of India</td>
<td>Date</td>
<td>Public Holiday</td>
</tr>
</tbody>
</table>
</div>
CH无序列表
<ul class="drop1">
<li>Average temperature</li>
<li>Sunny days</li>
</ul>
AH无序列表
<ul class="InfoList">
<li>Average temperature</li>
<li>Sunny days</li>
</ul>
GH无序列表
<ul class="ghlist">
<li>Average temperature</li>
<li>Sunny days</li>
</ul>
Whats New广告框
<div class="whatsnew"><img alt="Guilin Hotel upgrade" class="img-responsive" src="https://data.chinahighlights.com/image/tour-detail/china-tour/whats-new-info-tag-pic.png" width="170px" />
<div>
<p>After three years...</p>
</div>
</div>
</div>
<div class="modal fade" id="modalTemplate">
<div class="modal-dialog modal-lg">
@ -2145,6 +2179,11 @@ foreach ($author_list as $author_item) {
</div>
</div>
</div>
<script>
$(function() {
$('#codeBody').append($('<div>').text($('#htmlTemplate').html()).html());
});
</script>
<script>
$(function() {
$("#aBokunData").click(function() {

Loading…
Cancel
Save