source: branches/version-2_5-dev/data/Smarty/templates/admin/pager.tpl @ 19785

Revision 19785, 464 bytes checked in by Seasoft, 13 years ago (diff)

#862(テンプレート上のエスケープを簡単に)
#628(未使用処理・定義などの削除)

  • Smarty 変数 tpl_start

#879(jQuery の ready イベントと競合する body の onload イベントを使用している)

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/x-smarty-template; charset=UTF-8
Line 
1<!--{* ★ ページャここから ★ *}-->
2<div class="pager">
3  <ul>
4  <!--{foreach from=$arrPagenavi.arrPageno key="key" item="item"}-->
5    <li<!--{if $arrPagenavi.now_page == $item}--> class="on"<!--{/if}-->><a href=<!--{$smarty.server.PHP_SELF|h}--> onclick="fnNaviSearchPage(<!--{$item}-->, '<!--{$arrPagenavi.mode}-->'); return false;"><span><!--{$item}--></span></a></li>
6  <!--{/foreach}-->
7  </ul>
8</div>
9<!--{* ★ ページャここまで ★ *}-->
Note: See TracBrowser for help on using the repository browser.