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

Revision 2412, 2.9 KB checked in by uehara, 20 years ago (diff)

* empty log message *

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