Changeset 12119 for branches/comu/data
- Timestamp:
- 2007/04/07 21:54:01 (16 years ago)
- Location:
- branches/comu/data/Smarty/templates/campaign
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu/data/Smarty/templates/campaign/application.tpl
r11730 r12119 1 <!--{* ¥Ø¥Ã¥À¡¼ÆÉ¹þ*}-->1 <!--{*ヘッダー読込*}--> 2 2 <!--{include file=`$tpl_dir_name`/header.tpl}--> 3 3 … … 10 10 </script> 11 11 12 <!--{* ¥³¥ó¥Æ¥ó¥ÄÆÉ¹þ*}-->12 <!--{*コンテンツ読込*}--> 13 13 <!--{include file=`$tpl_dir_name`/contents.tpl}--> 14 14 15 <!--{* ¥Õ¥Ã¥¿¡¼ÆÉ¹þ*}-->15 <!--{*フッター読込*}--> 16 16 <!--{include file=`$tpl_dir_name`/footer.tpl}--> -
branches/comu/data/Smarty/templates/campaign/complete.tpl
r11730 r12119 4 4 * http://www.lockon.co.jp/ 5 5 *}--> 6 <!-- ¢§CONTENTS-->6 <!--▼CONTENTS--> 7 7 <table width="760" border="0" cellspacing="0" cellpadding="0" summary=" "> 8 8 <tr> 9 9 <td align="center" bgcolor="#ffffff"> 10 <!-- ¢§MAIN ONTENTS-->10 <!--▼MAIN ONTENTS--> 11 11 12 12 <table width="640" border="0" cellspacing="0" cellpadding="0" summary=" "> … … 17 17 <tr> 18 18 <td align="center" bgcolor="#ffffff"> 19 <!-- ¤´Ãíʸ´°Î»¤Îʸ¾Ï¤³¤³¤«¤é-->19 <!--ご注文完了の文章ここから--> 20 20 <table width="590" border="0" cellspacing="0" cellpadding="0" summary=" "> 21 21 <tr><td height="25"></td></tr> 22 22 <tr> 23 <td class="fs12"><span class="redst"><!--{$campaign_name|escape}--> ¤Ë¤´±þÊ礤¤¿¤À¤¡¢¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤·¤¿¡£</span></td>23 <td class="fs12"><span class="redst"><!--{$campaign_name|escape}-->にご応募いただき、ありがとうございました。</span></td> 24 24 </tr> 25 25 <tr><td height="20"></td></tr> 26 26 <tr> 27 <td class="fs12"> º£¸å¤È¤â¤´°¦¸Ü»ò¤ê¤Þ¤¹¤è¤¦¤è¤í¤·¤¯¤ª´ê¤¤¿½¤·¾å¤²¤Þ¤¹¡£</td>27 <td class="fs12">今後ともご愛顧賜りますようよろしくお願い申し上げます。</td> 28 28 </tr> 29 29 <tr><td height="20"></td></tr> 30 30 <tr><td height="25"></td></tr> 31 31 </table> 32 <!-- ¤´Ãíʸ´°Î»¤Îʸ¾Ï¤³¤³¤Þ¤Ç-->32 <!--ご注文完了の文章ここまで--> 33 33 </td> 34 34 </tr> … … 39 39 <tr><td height="20"></td></tr> 40 40 </table> 41 <!-- ¢¥MAIN ONTENTS-->41 <!--▲MAIN ONTENTS--> 42 42 </td> 43 43 </tr> 44 44 </table> 45 <!-- ¢¥CONTENTS-->45 <!--▲CONTENTS--> -
branches/comu/data/Smarty/templates/campaign/index.tpl
r11984 r12119 1 <!--{* ¥Ø¥Ã¥À¡¼ÆÉ¹þ*}-->1 <!--{*ヘッダー読込*}--> 2 2 <!--{include file=`$tpl_dir_name`/header.tpl}--> 3 3 … … 8 8 <!--{$tpl_javascript}--> 9 9 10 // ¥»¥ì¥¯¥È¥Ü¥Ã¥¯¥¹¤Ë¹àÌܤò³ä¤êÅö¤Æ¤ë¡£10 // セレクトボックスに項目を割り当てる。 11 11 function lnSetSelect(name1, name2, id, val) { 12 12 sele1 = document.form1[name1]; … … 18 18 index = sele1.selectedIndex; 19 19 20 // ¥»¥ì¥¯¥È¥Ü¥Ã¥¯¥¹¤Î¥¯¥ê¥¢20 // セレクトボックスのクリア 21 21 count = sele2.options.length; 22 22 for(i = count; i >= 0; i--) { … … 24 24 } 25 25 26 // ¥»¥ì¥¯¥È¥Ü¥Ã¥¯¥¹¤ËÃͤò³ä¤êÅö¤Æ¤ë26 // セレクトボックスに値を割り当てる 27 27 len = lists[index].length; 28 28 for(i = 0; i < len; i++) { … … 35 35 } 36 36 37 // Á´¾¦ÉÊID¤ò¼èÆÀ¤¹¤ë37 // 全商品IDを取得する 38 38 function fnGetIds() { 39 39 var change_tag = document.getElementsByTagName("div"); … … 56 56 } 57 57 58 // ÆÉ¹þ¸å¤Ë¼Â¹Ô¤¹¤ë(on_load)58 // 読込後に実行する(on_load) 59 59 function init() { 60 60 if(<!--{$tpl_init}-->) { … … 75 75 <input type="hidden" name="cp" value="true"> 76 76 77 <!--{* ¥³¥ó¥Æ¥ó¥ÄÆÉ¹þ*}-->77 <!--{*コンテンツ読込*}--> 78 78 <!--{include file=`$tpl_dir_name`/contents.tpl}--> 79 79 80 80 </form> 81 81 82 <!--{* ¥Õ¥Ã¥¿¡¼ÆÉ¹þ*}-->82 <!--{*フッター読込*}--> 83 83 <!--{include file=`$tpl_dir_name`/footer.tpl}-->
Note: See TracChangeset
for help on using the changeset viewer.