source: branches/version-2_13_0/data/Smarty/templates/admin/pager.tpl @ 23140

Revision 23140, 448 bytes checked in by m_uehara, 11 years ago (diff)

#2348 r23128 - r23137 をマージ

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
  • 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="#" onclick="eccube.moveNaviPage(<!--{$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.