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

Revision 2559, 2.8 KB checked in by uehara, 20 years ago (diff)

* empty log message *

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