source: temp/trunk/data/Smarty/templates/admin/pager.tpl @ 2528

Revision 2528, 2.6 KB checked in by uehara, 20 years ago (diff)

* empty log message *

  • Property svn:mime-type set to application/octet-stream
Line 
1<!-- ¡ú ¥Ú¡¼¥¸¥ã¤³¤³¤«¤é ¡ú-->
2<table border="0" cellspacing="0" cellpadding="0" summary=" ">
3    <tr>
4        <td>
5        <table border="0" cellspacing="0" cellpadding="0" summary=" ">
6            <tr>
7                <td><img src="/img/contents/arrow_left_top.jpg" width="36" height="2" alt=""></td>
8                <td background="/img/contents/number_top_bg.jpg"><img src="/img/common/_.gif" width="1" height="2" alt=""></td>
9                <td><img src="/img/contents/arrow_right_top.jpg" width="37" height="2" alt=""></td>
10            </tr>
11            <tr>
12                <td background="/img/contents/arrow_left_bg.jpg"><a href=<!--{$smarty.server.PHP_SELF}--> onclick="fnNaviSearchPage(<!--{$arrPagenavi.before}-->, '<!--{$arrPagenavi.mode}-->'); return false;" onmouseover="chgImg('/img/contents/arrow_left_on.jpg','arrow_left');" onmouseout="chgImg('/img/contents/arrow_left.jpg','arrow_left');"><img src="/img/contents/arrow_left.jpg" width="36" height="17" alt="" border="0" name="arrow_left" id="arrow_left"></a></td>
13                <td bgcolor="#393a48">
14                <table border="0" cellspacing="0" cellpadding="0" summary=" ">
15                    <tr>
16                        <!--{foreach from=$arrPagenavi.arrPageno key="key" item="item"}-->
17                        <td><img src="/img/contents/number_line.jpg" width="2" height="17" alt=""></td>
18                        <td class=<!--{if $arrPagenavi.now_page == $item}-->"number-on"<!--{else}-->"number"<!--{/if}-->><a href=<!--{$smarty.server.PHP_SELF}-->  onclick="fnNaviSearchPage(<!--{$item}-->, '<!--{$arrPagenavi.mode}-->'); return false;" onmouseover="naviStyleChange('name<!--{$key}-->','#000000')" id="name<!--{$key}-->"><!--{$item}--></a></td>
19                        <td><img src="/img/contents/number_line.jpg" width="2" height="17" alt=""></td>
20                        <!--{/foreach}-->
21                    </tr>
22                </table>
23                </td>
24                <td background="/img/contents/arrow_right_bg.jpg"><a href=<!--{$smarty.server.PHP_SELF}--> onclick="fnNaviSearchPage(<!--{$arrPagenavi.next}-->, '<!--{$arrPagenavi.mode}-->'); return false;" onmouseover="chgImg('/img/contents/arrow_right_on.jpg','arrow_right');" onmouseout="chgImg('/img/contents/arrow_right.jpg','arrow_right');"><img src="/img/contents/arrow_right.jpg" width="37" height="17" alt="" border="0" name="arrow_right" id="arrow_right"></a></td>
25            </tr>
26            <tr>
27                <td><img src="/img/contents/arrow_left_bottom.jpg" width="36" height="3" alt=""></td>
28                <td background="/img/contents/number_bottom_bg.jpg"><img src="/img/common/_.gif" width="1" height="3" alt=""></td>
29                <td><img src="/img/contents/arrow_right_bottom.jpg" width="37" height="3" alt=""></td>
30            </tr>
31        </table>
32        </td>
33        <td><img src="/img/contents/search_right.gif" width="19" height="22" alt=""></td>
34    </tr>
35</table>
36<!-- ¡ú ¥Ú¡¼¥¸¥ã¤³¤³¤Þ¤Ç ¡ú-->
Note: See TracBrowser for help on using the repository browser.