- Timestamp:
- 2007/03/11 06:27:25 (19 years ago)
- Location:
- branches/comu/html/install/user_data/templates/default1/include
- Files:
-
- 9 edited
-
bloc/best5.tpl (modified) (6 diffs)
-
bloc/cart.tpl (modified) (4 diffs)
-
bloc/category.tpl (modified) (3 diffs)
-
bloc/guide.tpl (modified) (1 diff)
-
bloc/login.tpl (modified) (4 diffs)
-
bloc/news.tpl (modified) (1 diff)
-
bloc/search_products.tpl (modified) (6 diffs)
-
footer.tpl (modified) (3 diffs)
-
header.tpl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/comu/html/install/user_data/templates/default1/include/bloc/best5.tpl
r11729 r11730 4 4 * http://www.lockon.co.jp/ 5 5 *}--> 6 <!-- ▼おすすめ情報ここから-->6 <!--¢§¤ª¤¹¤¹¤á¾ðÊ󤳤³¤«¤é--> 7 7 <table width="400" border="0" cellspacing="0" cellpadding="0" summary=" "> 8 8 <tr> 9 <td colspan="2"><img src="<!--{$smarty.const.URL_DIR}-->img/top/osusume.jpg" width="400" height="29" alt=" おすすめ情報"></td>9 <td colspan="2"><img src="<!--{$smarty.const.URL_DIR}-->img/top/osusume.jpg" width="400" height="29" alt="¤ª¤¹¤¹¤á¾ðÊó"></td> 10 10 </tr> 11 11 <tr><td height="10"></td></tr> … … 26 26 <!--{assign var=price02 value=`$arrBestProducts[cnt].price02_min`}--> 27 27 <td><span class="fs12"><a href="<!--{$smarty.const.URL_DIR}-->products/detail.php?product_id=<!--{$arrBestProducts[cnt].product_id}-->"><!--{$arrBestProducts[cnt].name|escape}--></a></span><br> 28 <span class="red"><span class="fs12"> 価格</span><span class="fs10">(税込)</span></span><span class="redst"><span class="fs12">:28 <span class="red"><span class="fs12">²Á³Ê</span><span class="fs10">(Àǹþ)</span></span><span class="redst"><span class="fs12">¡§ 29 29 <!--{if $price02 == ""}--> 30 30 <!--{$price01|sfPreTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}--> … … 32 32 <!--{$price02|sfPreTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}--> 33 33 <!--{/if}--> 34 円</span></span></td>34 ±ß</span></span></td> 35 35 </tr> 36 36 <tr><td height="5"></td></tr> … … 58 58 <!--{assign var=price02 value=`$arrBestProducts[$cnt2].price02_min`}--> 59 59 <td><span class="fs12"><a href="./products/detail.php?product_id=<!--{$arrBestProducts[$cnt2].product_id}-->"><!--{$arrBestProducts[$cnt2].name|escape}--></a></span><br> 60 <span class="red"><span class="fs12"> 価格</span><span class="fs10">(税込)</span></span><span class="redst"><span class="fs12">:60 <span class="red"><span class="fs12">²Á³Ê</span><span class="fs10">(Àǹþ)</span></span><span class="redst"><span class="fs12">¡§ 61 61 <!--{if $price02 == ""}--> 62 62 <!--{$price01|sfPreTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}--> … … 64 64 <!--{$price02|sfPreTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}--> 65 65 <!--{/if}--> 66 円</span></span></td>66 ±ß</span></span></td> 67 67 </tr> 68 68 <tr><td height="5"></td></tr> … … 86 86 <tr><td height="35"></td></tr> 87 87 </table> 88 <!-- ▲おすすめ情報ここまで-->88 <!--¢¥¤ª¤¹¤¹¤á¾ðÊ󤳤³¤Þ¤Ç--> 89 89 90 90 -
branches/comu/html/install/user_data/templates/default1/include/bloc/cart.tpl
r11729 r11730 4 4 * http://www.lockon.co.jp/ 5 5 *}--> 6 <!-- 現在のカゴの中ここから-->6 <!--¸½ºß¤Î¥«¥´¤ÎÃæ¤³¤³¤«¤é--> 7 7 <table width="166" border="0" cellspacing="0" cellpadding="0" summary=" "> 8 8 <tr> 9 <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/side/title_cartin.jpg" width="166" height="35" alt=" 現在のカゴの中"></td>9 <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/side/title_cartin.jpg" width="166" height="35" alt="¸½ºß¤Î¥«¥´¤ÎÃæ"></td> 10 10 </tr> 11 11 <tr> … … 15 15 <tr><td height="5"></td></tr> 16 16 <tr> 17 <td class="fs10"> 商品数:<!--{$arrCartList.0.TotalQuantity|number_format|default:0}-->点</td>17 <td class="fs10">¾¦ÉÊ¿ô¡§<!--{$arrCartList.0.TotalQuantity|number_format|default:0}-->ÅÀ</td> 18 18 </tr> 19 19 <tr><td height="10"><img src="<!--{$smarty.const.URL_DIR}-->img/side/line_146.gif" width="146" height="1" alt=""></td></tr> 20 20 <tr> 21 <td class="fs12"><span class="redst"> 合計:<!--{$arrCartList.0.ProductsTotal|number_format|default:0}-->円</span></td>21 <td class="fs12"><span class="redst">¹ç·×¡§<!--{$arrCartList.0.ProductsTotal|number_format|default:0}-->±ß</span></td> 22 22 </tr> 23 23 <tr><td height="5"></td></tr> 24 24 25 <!-- カゴの中に商品がある場合にのみ表示-->25 <!-- ¥«¥´¤ÎÃæ¤Ë¾¦Éʤ¬¤¢¤ë¾ì¹ç¤Ë¤Î¤ßɽ¼¨ --> 26 26 <!--{if $arrCartList.0.TotalQuantity > 0}--> 27 27 <tr> 28 28 <td class="fs10"> 29 29 <!--{if $arrCartList.0.deliv_free > 0}--> 30 送料手数料無料まであと<!--{$arrCartList.0.deliv_free|number_format|default:0}-->円(税込)です。30 Á÷ÎÁ¼ê¿ôÎÁ̵ÎÁ¤Þ¤Ç¤¢¤È<!--{$arrCartList.0.deliv_free|number_format|default:0}-->±ß¡ÊÀǹþ¡Ë¤Ç¤¹¡£ 31 31 <!--{else}--> 32 現在、送料は「<span class="redst">無料</span>」です。32 ¸½ºß¡¢Á÷ÎÁ¤Ï¡Ö<span class="redst">̵ÎÁ</span>¡×¤Ç¤¹¡£ 33 33 <!--{/if}--> 34 34 </td> … … 37 37 <!--{/if}--> 38 38 <tr> 39 <td align="center"><a href="<!--{$smarty.const.URL_DIR}-->cart/index.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/side/button_cartin_on.gif','button_cartin');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/side/button_cartin.gif','button_cartin');"><img src="<!--{$smarty.const.URL_DIR}-->img/side/button_cartin.gif" width="87" height="22" alt=" カゴの中を見る" border="0" name="button_cartin"></a></td>39 <td align="center"><a href="<!--{$smarty.const.URL_DIR}-->cart/index.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/side/button_cartin_on.gif','button_cartin');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/side/button_cartin.gif','button_cartin');"><img src="<!--{$smarty.const.URL_DIR}-->img/side/button_cartin.gif" width="87" height="22" alt="¥«¥´¤ÎÃæ¤ò¸«¤ë" border="0" name="button_cartin"></a></td> 40 40 </tr> 41 41 </table> … … 48 48 <tr><td height="10"></td></tr> 49 49 </table> 50 <!-- 現在のカゴの中ここまで-->50 <!--¸½ºß¤Î¥«¥´¤ÎÃæ¤³¤³¤Þ¤Ç--> -
branches/comu/html/install/user_data/templates/default1/include/bloc/category.tpl
r11729 r11730 4 4 * http://www.lockon.co.jp/ 5 5 *}--> 6 <!-- ▼商品カテゴリーここから-->6 <!--¢§¾¦ÉÊ¥«¥Æ¥´¥ê¡¼¤³¤³¤«¤é--> 7 7 <table width="166" border="0" cellspacing="0" cellpadding="0" summary=" "> 8 8 <tr> 9 <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/side/title_cat.jpg" width="166" height="35" alt=" 商品カテゴリー"></td>9 <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/side/title_cat.jpg" width="166" height="35" alt="¾¦ÉÊ¥«¥Æ¥´¥ê¡¼"></td> 10 10 </tr> 11 11 <tr> … … 22 22 <!--{assign var=level value="`$arrTree[cnt].level`}--> 23 23 24 <!--{* 区切り線表示*}-->24 <!--{* ¶èÀÚ¤êÀþɽ¼¨ *}--> 25 25 <!--{if $level == 1 && !$smarty.section.cnt.first}--> 26 26 <tr><td colspan="2" height="15"><img src="<!--{$smarty.const.URL_DIR}-->img/side/line_146.gif" width="146" height="1" alt=""></td></tr> 27 27 <!--{/if}--> 28 <!--{* カテゴリ名表示*}-->28 <!--{* ¥«¥Æ¥´¥ê̾ɽ¼¨ *}--> 29 29 <!--{assign var=disp_name value="`$arrTree[cnt].category_name`"}--> 30 30 <!--{if $arrTree[cnt].display == 1}--> … … 54 54 <tr><td height="10"></td></tr> 55 55 </table> 56 <!-- ▲商品カテゴリーここまで-->56 <!--¢¥¾¦ÉÊ¥«¥Æ¥´¥ê¡¼¤³¤³¤Þ¤Ç--> -
branches/comu/html/install/user_data/templates/default1/include/bloc/guide.tpl
r11729 r11730 4 4 * http://www.lockon.co.jp/ 5 5 *}--> 6 <!-- ▼リンクここから-->6 <!--¢§¥ê¥ó¥¯¤³¤³¤«¤é--> 7 7 <table width="166" border="0" cellspacing="0" cellpadding="0" summary=" "> 8 8 <tr> 9 9 <!--{if $tpl_page_category != "abouts"}--> 10 <td><a href="<!--{$smarty.const.URL_DIR}-->abouts/index.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/side/about_on.jpg','about');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/side/about.jpg','about');"><img src="<!--{$smarty.const.URL_DIR}-->img/side/about.jpg" width="166" height="30" alt=" 当サイトについて" border="0" name="about"></a></td>10 <td><a href="<!--{$smarty.const.URL_DIR}-->abouts/index.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/side/about_on.jpg','about');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/side/about.jpg','about');"><img src="<!--{$smarty.const.URL_DIR}-->img/side/about.jpg" width="166" height="30" alt="Åö¥µ¥¤¥È¤Ë¤Ä¤¤¤Æ" border="0" name="about"></a></td> 11 11 <!--{else}--> 12 <td><a href="<!--{$smarty.const.URL_DIR}-->abouts/index.php"><img src="<!--{$smarty.const.URL_DIR}-->img/side/about_on.jpg" width="166" height="30" alt=" 当サイトについて" border="0" name="about"></a></td>12 <td><a href="<!--{$smarty.const.URL_DIR}-->abouts/index.php"><img src="<!--{$smarty.const.URL_DIR}-->img/side/about_on.jpg" width="166" height="30" alt="Åö¥µ¥¤¥È¤Ë¤Ä¤¤¤Æ" border="0" name="about"></a></td> 13 13 <!--{/if}--> 14 14 </tr> 15 15 <tr> 16 16 <!--{if $tpl_page_category != "contact"}--> 17 <td><a href="<!--{$smarty.const.URL_DIR}-->contact/index.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/side/contact_on.jpg','contact');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/side/contact.jpg','contact');"><img src="<!--{$smarty.const.URL_DIR}-->img/side/contact.jpg" width="166" height="30" alt=" お問い合わせ" border="0" name="contact"></a></td>17 <td><a href="<!--{$smarty.const.URL_DIR}-->contact/index.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/side/contact_on.jpg','contact');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/side/contact.jpg','contact');"><img src="<!--{$smarty.const.URL_DIR}-->img/side/contact.jpg" width="166" height="30" alt="¤ªÌ䤤¹ç¤ï¤»" border="0" name="contact"></a></td> 18 18 <!--{else}--> 19 <td><a href="<!--{$smarty.const.URL_DIR}-->contact/index.php"><img src="<!--{$smarty.const.URL_DIR}-->img/side/contact_on.jpg" width="166" height="30" alt=" お問い合わせ" border="0" name="contact"></a><td>19 <td><a href="<!--{$smarty.const.URL_DIR}-->contact/index.php"><img src="<!--{$smarty.const.URL_DIR}-->img/side/contact_on.jpg" width="166" height="30" alt="¤ªÌ䤤¹ç¤ï¤»" border="0" name="contact"></a><td> 20 20 <!--{/if}--> 21 21 </tr> 22 22 <tr> 23 23 <!--{if $tpl_page_category != "order"}--> 24 <td><a href="<!--{$smarty.const.URL_DIR}-->order/index.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/side/low_on.jpg','low');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/side/low.jpg','low');"><img src="<!--{$smarty.const.URL_DIR}-->img/side/low.jpg" width="166" height="30" alt=" 特定商取引に関する法律" border="0" name="low"></a></td>24 <td><a href="<!--{$smarty.const.URL_DIR}-->order/index.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/side/low_on.jpg','low');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/side/low.jpg','low');"><img src="<!--{$smarty.const.URL_DIR}-->img/side/low.jpg" width="166" height="30" alt="ÆÃÄ꾦¼è°ú¤Ë´Ø¤¹¤ëˡΧ" border="0" name="low"></a></td> 25 25 <!--{else}--> 26 <td><a href="<!--{$smarty.const.URL_DIR}-->order/index.php"><img src="<!--{$smarty.const.URL_DIR}-->img/side/low_on.jpg" width="166" height="30" alt=" 特定商取引に関する法律" border="0" name="low"></a></td>26 <td><a href="<!--{$smarty.const.URL_DIR}-->order/index.php"><img src="<!--{$smarty.const.URL_DIR}-->img/side/low_on.jpg" width="166" height="30" alt="ÆÃÄ꾦¼è°ú¤Ë´Ø¤¹¤ëˡΧ" border="0" name="low"></a></td> 27 27 <!--{/if}--> 28 28 </tr> 29 29 <tr><td height="10"></td></tr> 30 30 </table> 31 <!-- ▲リンクここまで-->31 <!--¢¥¥ê¥ó¥¯¤³¤³¤Þ¤Ç--> -
branches/comu/html/install/user_data/templates/default1/include/bloc/login.tpl
r11729 r11730 4 4 * http://www.lockon.co.jp/ 5 5 *}--> 6 <!-- ▼ログインここから-->6 <!--¢§¥í¥°¥¤¥ó¤³¤³¤«¤é--> 7 7 <!--{if $smarty.post.url == ""}--> 8 8 <!--{assign var=url value="`$smarty.server.REQUEST_URI`"}--> … … 15 15 <input type="hidden" name="url" value="<!--{$url|escape}-->"> 16 16 <tr> 17 <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/side/title_login.jpg" width="166" height="35" alt=" ログイン"></td>17 <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/side/title_login.jpg" width="166" height="35" alt="¥í¥°¥¤¥ó"></td> 18 18 </tr> 19 19 <tr> 20 20 <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td> 21 21 <td align="center" bgcolor="#ffffff"> 22 <!-- ログインフォーム-->22 <!--¥í¥°¥¤¥ó¥Õ¥©¡¼¥à--> 23 23 <table width="146" border="0" cellspacing="0" cellpadding="0" summary=" "> 24 24 <tr> … … 28 28 <!--{if $tpl_login}--> 29 29 <tr> 30 <td align="center" colspan="3" class="fs12"> ようこそ <br> <!--{$tpl_name1|escape}--> <!--{$tpl_name2|escape}--> 様<br />31 所持ポイント:<span class="redst"> <!--{$tpl_user_point|number_format|default:0}--> pt</span></td>30 <td align="center" colspan="3" class="fs12">¤è¤¦¤³¤½ <br> <!--{$tpl_name1|escape}-->¡¡<!--{$tpl_name2|escape}--> ÍÍ<br /> 31 ½ê»ý¥Ý¥¤¥ó¥È¡§<span class="redst"> <!--{$tpl_user_point|number_format|default:0}--> pt</span></td> 32 32 </tr> 33 33 <!--{if !$tpl_disable_logout}--> 34 34 <tr> 35 <td colspan="3" align="center"><a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="fnFormModeSubmit('login_form', 'logout', '', ''); return false;"><img src="<!--{$smarty.const.URL_DIR}-->img/header/logout.gif" width="44" height="21" alt=" ログアウト" /></a></td>35 <td colspan="3" align="center"><a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="fnFormModeSubmit('login_form', 'logout', '', ''); return false;"><img src="<!--{$smarty.const.URL_DIR}-->img/header/logout.gif" width="44" height="21" alt="¥í¥°¥¢¥¦¥È" /></a></td> 36 36 </tr> 37 37 <!--{/if}--> 38 38 <!--{else}--> 39 39 <tr> 40 <td><img src="<!--{$smarty.const.URL_DIR}-->img/side/icon_mail.gif" width="40" height="21" alt=" メールアドレス"></td>40 <td><img src="<!--{$smarty.const.URL_DIR}-->img/side/icon_mail.gif" width="40" height="21" alt="¥á¡¼¥ë¥¢¥É¥ì¥¹"></td> 41 41 <td><input type="text" name="login_email" value="<!--{$tpl_login_email|escape}-->" size="10" class="box10" /></td> 42 42 </tr> 43 43 <tr><td height="5"></td></tr> 44 44 <tr> 45 <td><img src="<!--{$smarty.const.URL_DIR}-->img/side/icon_pw.gif" width="40" height="22" alt=" パスワード"></td>45 <td><img src="<!--{$smarty.const.URL_DIR}-->img/side/icon_pw.gif" width="40" height="22" alt="¥Ñ¥¹¥ï¡¼¥É"></td> 46 46 <td><input type="password" name="login_pass" size="12" class="box12" /></td> 47 47 </tr> 48 48 <tr><td height="5"></td></tr> 49 49 <tr> 50 <td colspan="2" class="fs10n" align="right"><a href="<!--{$smarty.const.SSL_URL|sfTrimURL}-->/forgot/index.php" onclick="win01('<!--{$smarty.const.SSL_URL|sfTrimURL}-->/forgot/index.php','forget','600','400'); return false;" target="_blank"> パスワードを忘れた方はこちら</a></td>50 <td colspan="2" class="fs10n" align="right"><a href="<!--{$smarty.const.SSL_URL|sfTrimURL}-->/forgot/index.php" onclick="win01('<!--{$smarty.const.SSL_URL|sfTrimURL}-->/forgot/index.php','forget','600','400'); return false;" target="_blank">¥Ñ¥¹¥ï¡¼¥É¤ò˺¤ì¤¿Êý¤Ï¤³¤Á¤é</a></td> 51 51 </tr> 52 52 <tr><td height="10"></td></tr> 53 53 <tr> 54 <td width="50"><input type="checkbox" name="login_memory" value="1" <!--{$tpl_login_memory|sfGetChecked:1}-->/><img src="<!--{$smarty.const.URL_DIR}-->img/header/memory.gif" width="18" height="9" alt=" 記憶" /></td>55 <td align="center"><input type="image" onMouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/side/button_login_on.gif',this)" onMouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/side/button_login.gif',this)" src="<!--{$smarty.const.URL_DIR}-->img/side/button_login.gif" width="51" height="22" alt=" ログイン" border="0" name="subm"></td>54 <td width="50"><input type="checkbox" name="login_memory" value="1" <!--{$tpl_login_memory|sfGetChecked:1}-->/><img src="<!--{$smarty.const.URL_DIR}-->img/header/memory.gif" width="18" height="9" alt="µ²±" /></td> 55 <td align="center"><input type="image" onMouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/side/button_login_on.gif',this)" onMouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/side/button_login.gif',this)" src="<!--{$smarty.const.URL_DIR}-->img/side/button_login.gif" width="51" height="22" alt="¥í¥°¥¤¥ó" border="0" name="subm"></td> 56 56 </tr> 57 57 <!--{/if}--> 58 58 </table> 59 <!-- ログインフォーム-->59 <!--¥í¥°¥¤¥ó¥Õ¥©¡¼¥à--> 60 60 </td> 61 61 <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td> … … 67 67 </form> 68 68 </table> 69 <!-- ▲ログインここまで-->69 <!--¢¥¥í¥°¥¤¥ó¤³¤³¤Þ¤Ç--> -
branches/comu/html/install/user_data/templates/default1/include/bloc/news.tpl
r11729 r11730 6 6 <table width="400" border="0" cellspacing="0" cellpadding="0" summary=" "> 7 7 <tr> 8 <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/top/news.jpg" width="400" height="29" alt=" 新着情報"></td>8 <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/top/news.jpg" width="400" height="29" alt="¿·Ãå¾ðÊó"></td> 9 9 </tr> 10 10 <tr> 11 <td colspan="3"><span class="fs10"> ☆★☆ 新着情報は<a href="<!--{$smarty.const.URL_DIR}-->rss/index.php" target="_blank">RSS</a>で配信しています。★☆★</span></td>11 <td colspan="3"><span class="fs10">¡ù¡ú¡ù ¿·Ãå¾ðÊó¤Ï<a href="<!--{$smarty.const.URL_DIR}-->rss/index.php" target="_blank">RSS</a>¤ÇÇÛ¿®¤·¤Æ¤¤¤Þ¤¹¡£¡ú¡ù¡ú </span></td> 12 12 </tr> 13 13 <tr> -
branches/comu/html/install/user_data/templates/default1/include/bloc/search_products.tpl
r11729 r11730 4 4 * http://www.lockon.co.jp/ 5 5 *}--> 6 <!-- ▼検索条件ここから-->6 <!--¢§¸¡º÷¾ò·ï¤³¤³¤«¤é--> 7 7 <table width="166" border="0" cellspacing="0" cellpadding="0" summary=" "> 8 8 <tr> 9 <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/side/title_search.jpg" width="166" height="35" alt=" 検索条件"></td>9 <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/side/title_search.jpg" width="166" height="35" alt="¸¡º÷¾ò·ï"></td> 10 10 </tr> 11 11 <tr> 12 12 <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td> 13 13 <td align="center" bgcolor="#ffffff"> 14 <!-- 検索フォーム-->14 <!--¸¡º÷¥Õ¥©¡¼¥à--> 15 15 <table width="146" border="0" cellspacing="0" cellpadding="0" summary=" "> 16 16 <form name="search_form" id="search_form" method="get" action="<!--{$smarty.const.URL_DIR}-->products/list.php"> … … 18 18 <tr><td height="10"></td></tr> 19 19 <tr> 20 <td><img src="<!--{$smarty.const.URL_DIR}-->img/side/search_cat.gif" width="104" height="10" alt=" 商品カテゴリから選ぶ"></td>20 <td><img src="<!--{$smarty.const.URL_DIR}-->img/side/search_cat.gif" width="104" height="10" alt="¾¦ÉÊ¥«¥Æ¥´¥ê¤«¤éÁª¤Ö"></td> 21 21 </tr> 22 22 <tr><td height="3"></td></tr> … … 24 24 <td> 25 25 <select name="category_id"> 26 <option label=" すべての商品" value="">全ての商品</option>26 <option label="¤¹¤Ù¤Æ¤Î¾¦ÉÊ" value="">Á´¤Æ¤Î¾¦ÉÊ</option> 27 27 <!--{html_options options=$arrCatList selected=$category_id}--> 28 28 </select> … … 31 31 <tr><td height="10"></td></tr> 32 32 <tr> 33 <td><img src="<!--{$smarty.const.URL_DIR}-->img/side/search_name.gif" width="66" height="10" alt=" 商品名を入力"></td>33 <td><img src="<!--{$smarty.const.URL_DIR}-->img/side/search_name.gif" width="66" height="10" alt="¾¦ÉÊ̾¤òÆþÎÏ"></td> 34 34 </tr> 35 35 <tr><td height="3"></td></tr> … … 40 40 <tr> 41 41 <td align="center"> 42 <input type="image" onMouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/side/button_search_on.gif',this)" onMouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/side/button_search.gif',this)" src="<!--{$smarty.const.URL_DIR}-->img/side/button_search.gif" width="51" height="22" alt=" 検索" border="0" name="search">42 <input type="image" onMouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/side/button_search_on.gif',this)" onMouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/side/button_search.gif',this)" src="<!--{$smarty.const.URL_DIR}-->img/side/button_search.gif" width="51" height="22" alt="¸¡º÷" border="0" name="search"> 43 43 </td> 44 44 </tr> 45 45 </form> 46 46 </table> 47 <!-- 検索フォーム-->47 <!--¸¡º÷¥Õ¥©¡¼¥à--> 48 48 </td> 49 49 <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td> … … 54 54 <tr><td height="10"></td></tr> 55 55 </table> 56 <!-- ▲検索条件ここまで-->56 <!--¢¥¸¡º÷¾ò·ï¤³¤³¤Þ¤Ç--> -
branches/comu/html/install/user_data/templates/default1/include/footer.tpl
r11729 r11730 4 4 * http://www.lockon.co.jp/ 5 5 *}--> 6 <!-- ▼FOTTER-->6 <!--¢§FOTTER--> 7 7 <table width="780" border="0" cellspacing="0" cellpadding="0" summary=" "> 8 8 <tr> … … 12 12 <tr><td height="30"></td></tr> 13 13 <tr> 14 <td align="right" class="fs10n"><a href="#top"><img src="<!--{$smarty.const.URL_DIR}-->img/common/pagetop.gif" width="100" height="10" alt=" このページのTOPへ" border="0"></a></td>14 <td align="right" class="fs10n"><a href="#top"><img src="<!--{$smarty.const.URL_DIR}-->img/common/pagetop.gif" width="100" height="10" alt="¤³¤Î¥Ú¡¼¥¸¤ÎTOP¤Ø" border="0"></a></td> 15 15 </tr> 16 16 <tr><td height="15"></td></tr> … … 32 32 </tr> 33 33 </table> 34 <!-- ▲FOTTER-->34 <!--¢¥FOTTER--> -
branches/comu/html/install/user_data/templates/default1/include/header.tpl
r11729 r11730 4 4 * http://www.lockon.co.jp/ 5 5 *}--> 6 <!-- ▼HEADER-->6 <!--¢§HEADER--> 7 7 <table width="780" border="0" cellspacing="0" cellpadding="0" summary=" "> 8 8 <tr align="center"> … … 15 15 <table width="762" border="0" cellspacing="0" cellpadding="0" summary=" "> 16 16 <tr> 17 <td><a href="<!--{$smarty.const.SITE_URL}-->index.php"><img src="<!--{$smarty.const.URL_DIR}-->img/header/logo.gif" width="302" height="81" alt=" おふとんのインターネットショッピング ふとん屋サン" border="0"></a></td>17 <td><a href="<!--{$smarty.const.SITE_URL}-->index.php"><img src="<!--{$smarty.const.URL_DIR}-->img/header/logo.gif" width="302" height="81" alt="¤ª¤Õ¤È¤ó¤Î¥¤¥ó¥¿¡¼¥Í¥Ã¥È¥·¥ç¥Ã¥Ô¥ó¥° ¤Õ¤È¤ó²°¥µ¥ó" border="0"></a></td> 18 18 <td> 19 19 <table width="460" border="0" cellspacing="0" cellpadding="0" summary=" "> 20 20 <tr><td height="9"></td></tr> 21 21 <tr> 22 <td colspan="2"><img src="<!--{$smarty.const.URL_DIR}-->img/header/tell.gif" width="460" height="34" alt=" お電話でのご注文は0120-000-000 FAXでのご注文は0120-00-0000"></td>22 <td colspan="2"><img src="<!--{$smarty.const.URL_DIR}-->img/header/tell.gif" width="460" height="34" alt="¤ªÅÅÏäǤΤ´Ãíʸ¤Ï0120-000-000 FAX¤Ç¤Î¤´Ãíʸ¤Ï0120-00-0000"></td> 23 23 </tr> 24 24 <tr> 25 <td><img src="<!--{$smarty.const.URL_DIR}-->img/header/time.gif" width="160" height="38" alt=" 受付時間:朝9:00〜夜7:00 土曜日午後6時迄"></td>25 <td><img src="<!--{$smarty.const.URL_DIR}-->img/header/time.gif" width="160" height="38" alt="¼õÉÕ»þ´Ö¡§Ä«9:00¡ÁÌë7:00 ÅÚÍËÆü¸á¸å6»þËø"></td> 26 26 <td> 27 27 <!--BUTTON--> 28 28 <table width="300" border="0" cellspacing="0" cellpadding="0" summary=" "> 29 29 <tr> 30 <td><a href="<!--{$smarty.const.URL_DIR}-->mypage/login.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/mypage_on.gif','mypage');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/mypage.gif','mypage');"><img src="<!--{$smarty.const.URL_DIR}-->img/header/mypage.gif" width="95" height="20" alt=" ログイン情報変更" border="0" name="mypage"></a></td>31 <td align="center"><a href="<!--{$smarty.const.URL_DIR}-->entry/kiyaku.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/member_on.gif','member');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/member.gif','member');"><img src="<!--{$smarty.const.URL_DIR}-->img/header/member.gif" width="95" height="20" alt=" 会員登録" border="0" name="member"></a></td>32 <td align="right"><a href="<!--{$smarty.const.URL_DIR}-->cart/index.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/cartin_on.gif','cartin');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/cartin.gif','cartin');"><img src="<!--{$smarty.const.URL_DIR}-->img/header/cartin.gif" width="95" height="20" alt=" カゴの中を見る" border="0" name="cartin"></a></td>30 <td><a href="<!--{$smarty.const.URL_DIR}-->mypage/login.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/mypage_on.gif','mypage');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/mypage.gif','mypage');"><img src="<!--{$smarty.const.URL_DIR}-->img/header/mypage.gif" width="95" height="20" alt="¥í¥°¥¤¥ó¾ðÊóÊѹ¹" border="0" name="mypage"></a></td> 31 <td align="center"><a href="<!--{$smarty.const.URL_DIR}-->entry/kiyaku.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/member_on.gif','member');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/member.gif','member');"><img src="<!--{$smarty.const.URL_DIR}-->img/header/member.gif" width="95" height="20" alt="²ñ°÷ÅÐÏ¿" border="0" name="member"></a></td> 32 <td align="right"><a href="<!--{$smarty.const.URL_DIR}-->cart/index.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/cartin_on.gif','cartin');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/header/cartin.gif','cartin');"><img src="<!--{$smarty.const.URL_DIR}-->img/header/cartin.gif" width="95" height="20" alt="¥«¥´¤ÎÃæ¤ò¸«¤ë" border="0" name="cartin"></a></td> 33 33 </tr> 34 34 </table> … … 55 55 </table> 56 56 57 <!-- ▲HEADER-->57 <!--¢¥HEADER-->
Note: See TracChangeset
for help on using the changeset viewer.
