source: branches/comu/data/Smarty/templates_c/admin/%%83^837^837B9327%%pager.tpl.php @ 2

Revision 2, 4.1 KB checked in by root, 17 years ago (diff)

new import

Line 
1<?php /* Smarty version 2.6.13, created on 2007-01-10 00:09:53
2         compiled from /home/web/beta.ec-cube.net/html/../data/Smarty/templates/admin/pager.tpl */ ?>
3<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
4smarty_core_load_plugins(array('plugins' => array(array('modifier', 'escape', '/home/web/beta.ec-cube.net/html/../data/Smarty/templates/admin/pager.tpl', 19, false),)), $this); ?>
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="<?php echo @URL_DIR; ?>
12img/contents/arrow_left_top.jpg" width="36" height="2" alt=""></td>
13                <td background="<?php echo @URL_DIR; ?>
14img/contents/number_top_bg.jpg"><img src="<?php echo @URL_DIR; ?>
15img/common/_.gif" width="1" height="2" alt=""></td>
16                <td><img src="<?php echo @URL_DIR; ?>
17img/contents/arrow_right_top.jpg" width="37" height="2" alt=""></td>
18            </tr>
19            <tr>
20                <td background="<?php echo @URL_DIR; ?>
21img/contents/arrow_left_bg.jpg"><a href=<?php echo ((is_array($_tmp=$_SERVER['PHP_SELF'])) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
22 onclick="fnNaviSearchPage(<?php echo $this->_tpl_vars['arrPagenavi']['before']; ?>
23, '<?php echo $this->_tpl_vars['arrPagenavi']['mode']; ?>
24'); return false;" onmouseover="chgImg('<?php echo @URL_DIR; ?>
25img/contents/arrow_left_on.jpg','arrow_left');" onmouseout="chgImg('<?php echo @URL_DIR; ?>
26img/contents/arrow_left.jpg','arrow_left');"><img src="<?php echo @URL_DIR; ?>
27img/contents/arrow_left.jpg" width="36" height="17" alt="" border="0" name="arrow_left" id="arrow_left"></a></td>
28                <td bgcolor="#393a48">
29                <table border="0" cellspacing="0" cellpadding="0" summary=" ">
30                    <tr>
31                        <?php $_from = $this->_tpl_vars['arrPagenavi']['arrPageno']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
32    foreach ($_from as $this->_tpl_vars['key'] => $this->_tpl_vars['item']):
33?>
34                        <td><img src="<?php echo @URL_DIR; ?>
35img/contents/number_line.jpg" width="2" height="17" alt="" ></td>
36                        <td class=<?php if ($this->_tpl_vars['arrPagenavi']['now_page'] == $this->_tpl_vars['item']): ?>"number-on"<?php else: ?>"number"<?php endif; ?>><a href=<?php echo ((is_array($_tmp=$_SERVER['PHP_SELF'])) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
37 onclick="fnNaviSearchPage(<?php echo $this->_tpl_vars['item']; ?>
38, '<?php echo $this->_tpl_vars['arrPagenavi']['mode']; ?>
39'); return false;"><?php echo $this->_tpl_vars['item']; ?>
40</a></td>
41                        <td><img src="<?php echo @URL_DIR; ?>
42img/contents/number_line.jpg" width="2" height="17" alt=""></td>
43                        <?php endforeach; endif; unset($_from); ?>
44                    </tr>
45                </table>
46                </td>
47                <td background="<?php echo @URL_DIR; ?>
48img/contents/arrow_right_bg.jpg"><a href=<?php echo ((is_array($_tmp=$_SERVER['PHP_SELF'])) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
49 onclick="fnNaviSearchPage(<?php echo $this->_tpl_vars['arrPagenavi']['next']; ?>
50, '<?php echo $this->_tpl_vars['arrPagenavi']['mode']; ?>
51'); return false;" onmouseover="chgImg('<?php echo @URL_DIR; ?>
52img/contents/arrow_right_on.jpg','arrow_right');" onmouseout="chgImg('<?php echo @URL_DIR; ?>
53img/contents/arrow_right.jpg','arrow_right');"><img src="<?php echo @URL_DIR; ?>
54img/contents/arrow_right.jpg" width="37" height="17" alt="" border="0" name="arrow_right" id="arrow_right"></a></td>
55            </tr>
56            <tr>
57                <td><img src="<?php echo @URL_DIR; ?>
58img/contents/arrow_left_bottom.jpg" width="36" height="3" alt=""></td>
59                <td background="<?php echo @URL_DIR; ?>
60img/contents/number_bottom_bg.jpg"><img src="<?php echo @URL_DIR; ?>
61img/common/_.gif" width="1" height="3" alt=""></td>
62                <td><img src="<?php echo @URL_DIR; ?>
63img/contents/arrow_right_bottom.jpg" width="37" height="3" alt=""></td>
64            </tr>
65        </table>
66        </td>
67        <td><img src="<?php echo @URL_DIR; ?>
68img/contents/search_right.gif" width="19" height="22" alt=""></td>
69    </tr>
70</table>
71<!-- ¡ú ¥Ú¡¼¥¸¥ã¤³¤³¤Þ¤Ç ¡ú-->
Note: See TracBrowser for help on using the repository browser.