source: branches/dev/data/Smarty/templates/admin/pager.tpl @ 17

Revision 17, 3.2 KB checked in by uehara, 17 years ago (diff)
Line 
1<!--{*
2/*
3 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
4 *
5 * http://www.lockon.co.jp/
6 */
7*}-->
8<!-- ¡ú ¥Ú¡¼¥¸¥ã¤³¤³¤«¤é ¡ú-->
9<table border="0" cellspacing="0" cellpadding="0" summary=" ">
10    <tr>
11        <td>
12        <table border="0" cellspacing="0" cellpadding="0" summary=" ">
13            <tr>
14                <td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/arrow_left_top.jpg" width="36" height="2" alt=""></td>
15                <td background="<!--{$smarty.const.URL_DIR}-->img/contents/number_top_bg.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="2" alt=""></td>
16                <td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/arrow_right_top.jpg" width="37" height="2" alt=""></td>
17            </tr>
18            <tr>
19                <td background="<!--{$smarty.const.URL_DIR}-->img/contents/arrow_left_bg.jpg"><a href=<!--{$smarty.server.PHP_SELF|escape}--> onclick="fnNaviSearchPage(<!--{$arrPagenavi.before}-->, '<!--{$arrPagenavi.mode}-->'); return false;" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/contents/arrow_left_on.jpg','arrow_left');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/contents/arrow_left.jpg','arrow_left');"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/arrow_left.jpg" width="36" height="17" alt="" border="0" name="arrow_left" id="arrow_left"></a></td>
20                <td bgcolor="#393a48">
21                <table border="0" cellspacing="0" cellpadding="0" summary=" ">
22                    <tr>
23                        <!--{foreach from=$arrPagenavi.arrPageno key="key" item="item"}-->
24                        <td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/number_line.jpg" width="2" height="17" alt="" ></td>
25                        <td class=<!--{if $arrPagenavi.now_page == $item}-->"number-on"<!--{else}-->"number"<!--{/if}-->><a href=<!--{$smarty.server.PHP_SELF|escape}--> onclick="fnNaviSearchPage(<!--{$item}-->, '<!--{$arrPagenavi.mode}-->'); return false;"><!--{$item}--></a></td>
26                        <td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/number_line.jpg" width="2" height="17" alt=""></td>
27                        <!--{/foreach}-->
28                    </tr>
29                </table>
30                </td>
31                <td background="<!--{$smarty.const.URL_DIR}-->img/contents/arrow_right_bg.jpg"><a href=<!--{$smarty.server.PHP_SELF|escape}--> onclick="fnNaviSearchPage(<!--{$arrPagenavi.next}-->, '<!--{$arrPagenavi.mode}-->'); return false;" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/contents/arrow_right_on.jpg','arrow_right');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/contents/arrow_right.jpg','arrow_right');"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/arrow_right.jpg" width="37" height="17" alt="" border="0" name="arrow_right" id="arrow_right"></a></td>
32            </tr>
33            <tr>
34                <td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/arrow_left_bottom.jpg" width="36" height="3" alt=""></td>
35                <td background="<!--{$smarty.const.URL_DIR}-->img/contents/number_bottom_bg.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="3" alt=""></td>
36                <td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/arrow_right_bottom.jpg" width="37" height="3" alt=""></td>
37            </tr>
38        </table>
39        </td>
40        <td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/search_right.gif" width="19" height="22" alt=""></td>
41    </tr>
42</table>
43<!-- ¡ú ¥Ú¡¼¥¸¥ã¤³¤³¤Þ¤Ç ¡ú-->
Note: See TracBrowser for help on using the repository browser.