Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjxj committed Dec 7, 2012
1 parent 8089e92 commit 6d3fa69
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
13 changes: 3 additions & 10 deletions templates/1/category_contents.tpl.html
Expand Up @@ -6,14 +6,9 @@
<li><i class="icon-home"></i>&nbsp;<a href="{$config.home}">首页</a><span class="divider">/</span></li>
<li><a href="?cate_id={$h.cate_id}">{$h.category}</a> <span class="divider">/</span></li>
<li class="active">内容:</li>
<li style="float:right"> {include file="{$config.shared}bshare.tpl.html"} </li>
</ul>
<div class="listing-heading"> <strong>{$data.self_i18n|default:{$config.header.title}|capitalize}</strong> &nbsp;
{if !empty($pagination)}
Page {$data.current_page}, Total {$data.total_pages} pages / {$data.total_rows} records
{/if} </div>
{if !empty($pagination)}
<div class="pager1"> {$pagination} </div>
{/if}
{include file="{$config.t6}pagination.tpl.html"}
<div style="clear:both;"></div>
<table class="table table-bordered table-hover table-striped table-condensed">
<tr>
Expand Down Expand Up @@ -43,9 +38,7 @@
</tr>
{/foreach}
</table>
{if !empty($pagination)}
<div class="pager1 pager-bottom"> {$pagination} </div>
{/if} </div>
{include file="{$config.t6}pagination.tpl.html"} </div>
</div>
<script type="text/javascript">
$(function() {
Expand Down
3 changes: 1 addition & 2 deletions templates/1/header1.tpl.html 100644 → 100755
Expand Up @@ -3,5 +3,4 @@
<div id="logo"> <a href="{$config.home}" title="{$config.header.title}"><img src="{$config.logo.logo_130x60}" /> </a> </div>
</div>
<div class="span10"> {include file="{$config.t}base_header.tpl.html"} </div>
</div>
<div id="breadcrumb"> {include file="{$config.t}breadcrumb.tpl.html"} </div>
</div>
6 changes: 4 additions & 2 deletions templates/1/item_contents.tpl.html
Expand Up @@ -7,7 +7,9 @@
<li><a href="?cate_id={$h.cate_id}">{$h.category}</a> <span class="divider">/</span></li>
<li><a href="?cate_id={$h.iid}">{$h.item}</a> <span class="divider">/</span></li>
<li class="active">内容:</li>
<li style="float:right"> {include file="{$config.shared}bshare.tpl.html"} </li>
</ul>
{include file="{$config.t6}pagination.tpl.html"}
<table class="table table-bordered table-hover table-striped table-condensed">
<tr>
<th>序号</th>
Expand All @@ -30,7 +32,7 @@
</tr>
{/foreach}
</table>
</div>
{include file="{$config.t6}pagination.tpl.html"}</div>
</div>
<script type="text/javascript">
$(function() {
Expand All @@ -46,4 +48,4 @@
closeEffect : 'none'
});
});
</script>
</script>

0 comments on commit 6d3fa69

Please sign in to comment.