- Timestamp:
- 2007/10/23 23:07:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-paygent/data/Smarty/templates/admin/order/edit.tpl
r11558 r16542 19 19 <!--¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú--> 20 20 <table width="878" border="0" cellspacing="0" cellpadding="0" summary=" "> 21 <form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">22 <input type="hidden" name="mode" value="edit">23 <input type="hidden" name="order_id" value="<!--{$tpl_order_id}-->">24 <input type="hidden" name="edit_customer_id" value="<!--{$tpl_order_id}-->">25 21 <tr valign="top"> 26 22 <td background="<!--{$smarty.const.URL_DIR}-->img/contents/navi_bg.gif" height="402"> … … 46 42 <!--ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤«¤é--> 47 43 <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> 44 <form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> 45 <input type="hidden" name="mode" value="edit"> 46 <input type="hidden" name="order_id" value="<!--{$tpl_order_id}-->"> 47 <input type="hidden" name="edit_customer_id" value="<!--{$tpl_order_id}-->"> 48 48 <tr> 49 49 <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_top.gif" width="678" height="7" alt=""></td> … … 61 61 </tr> 62 62 </table> 63 63 64 <!--{* ¥Ú¥¤¥¸¥§¥ó¥È¥â¥¸¥å¡¼¥ëÏ¢·ÈÍÑ *}--> 65 <!--{assign var=path value=`$smarty.const.MODULE_PATH`mdl_paygent/paygent_order.tpl}--> 66 <!--{if file_exists($path)}--> 67 <!--{include file=$path}--> 68 <!--{/if}--> 69 64 70 <!--¢§¤ªµÒÍ;ðÊ󤳤³¤«¤é--> 65 71 <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" ">
Note: See TracChangeset
for help on using the changeset viewer.