Ignore:
Timestamp:
2010/03/11 10:35:11 (14 years ago)
Author:
kajiwara
Message:

正式版にナイトリービルド版をマージしてみるテスト

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tmp/version-2_5-test/data/Smarty/templates/default/admin/pager.tpl

    r16582 r18609  
    1 <!--{* 
    2 /* 
    3  * This file is part of EC-CUBE 
    4  * 
    5  * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 
    6  * 
    7  * http://www.lockon.co.jp/ 
    8  * 
    9  * This program is free software; you can redistribute it and/or 
    10  * modify it under the terms of the GNU General Public License 
    11  * as published by the Free Software Foundation; either version 2 
    12  * of the License, or (at your option) any later version. 
    13  * 
    14  * This program is distributed in the hope that it will be useful, 
    15  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    17  * GNU General Public License for more details. 
    18  * 
    19  * You should have received a copy of the GNU General Public License 
    20  * along with this program; if not, write to the Free Software 
    21  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    22  */ 
    23 *}--> 
    24 <!-- ★ ページャここから ★--> 
    25 <table border="0" cellspacing="0" cellpadding="0" summary=" "> 
    26     <tr> 
    27         <td> 
    28         <table border="0" cellspacing="0" cellpadding="0" summary=" "> 
    29             <tr> 
    30                 <td><img src="<!--{$TPL_DIR}-->img/contents/arrow_left_top.jpg" width="36" height="2" alt=""></td> 
    31                 <td background="<!--{$TPL_DIR}-->img/contents/number_top_bg.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="2" alt=""></td> 
    32                 <td><img src="<!--{$TPL_DIR}-->img/contents/arrow_right_top.jpg" width="37" height="2" alt=""></td> 
    33             </tr> 
    34             <tr> 
    35                 <td background="<!--{$TPL_DIR}-->img/contents/arrow_left_bg.jpg"><a href=<!--{$smarty.server.PHP_SELF|escape}--> onclick="fnNaviSearchPage(<!--{$arrPagenavi.before}-->, '<!--{$arrPagenavi.mode}-->'); return false;" onmouseover="chgImg('<!--{$TPL_DIR}-->img/contents/arrow_left_on.jpg','arrow_left');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/contents/arrow_left.jpg','arrow_left');"><img src="<!--{$TPL_DIR}-->img/contents/arrow_left.jpg" width="36" height="17" alt="" border="0" name="arrow_left" id="arrow_left"></a></td> 
    36                 <td bgcolor="#393a48"> 
    37                 <table border="0" cellspacing="0" cellpadding="0" summary=" "> 
    38                     <tr> 
    39                         <!--{foreach from=$arrPagenavi.arrPageno key="key" item="item"}--> 
    40                         <td><img src="<!--{$TPL_DIR}-->img/contents/number_line.jpg" width="2" height="17" alt="" ></td> 
    41                         <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> 
    42                         <td><img src="<!--{$TPL_DIR}-->img/contents/number_line.jpg" width="2" height="17" alt=""></td> 
    43                         <!--{/foreach}--> 
    44                     </tr> 
    45                 </table> 
    46                 </td> 
    47                 <td background="<!--{$TPL_DIR}-->img/contents/arrow_right_bg.jpg"><a href=<!--{$smarty.server.PHP_SELF|escape}--> onclick="fnNaviSearchPage(<!--{$arrPagenavi.next}-->, '<!--{$arrPagenavi.mode}-->'); return false;" onmouseover="chgImg('<!--{$TPL_DIR}-->img/contents/arrow_right_on.jpg','arrow_right');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/contents/arrow_right.jpg','arrow_right');"><img src="<!--{$TPL_DIR}-->img/contents/arrow_right.jpg" width="37" height="17" alt="" border="0" name="arrow_right" id="arrow_right"></a></td> 
    48             </tr> 
    49             <tr> 
    50                 <td><img src="<!--{$TPL_DIR}-->img/contents/arrow_left_bottom.jpg" width="36" height="3" alt=""></td> 
    51                 <td background="<!--{$TPL_DIR}-->img/contents/number_bottom_bg.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="3" alt=""></td> 
    52                 <td><img src="<!--{$TPL_DIR}-->img/contents/arrow_right_bottom.jpg" width="37" height="3" alt=""></td> 
    53             </tr> 
    54         </table> 
    55         </td> 
    56         <td><img src="<!--{$TPL_DIR}-->img/contents/search_right.gif" width="19" height="22" alt=""></td> 
    57     </tr> 
    58 </table> 
    59 <!-- ★ ページャここまで ★--> 
     1<!--{* ★ ページャここから ★ *}--> 
     2<div class="pager"> 
     3  <ul> 
     4  <!--{foreach from=$arrPagenavi.arrPageno key="key" item="item"}--> 
     5    <li<!--{if $arrPagenavi.now_page == $item}--> class="on"<!--{/if}-->><a href=<!--{$smarty.server.PHP_SELF|escape}--> onclick="fnNaviSearchPage(<!--{$item}-->, '<!--{$arrPagenavi.mode}-->'); return false;"><span><!--{$item}--></span></a></li> 
     6  <!--{/foreach}--> 
     7  </ul> 
     8</div> 
     9<!--{* ★ ページャここまで ★ *}--> 
Note: See TracChangeset for help on using the changeset viewer.