- Timestamp:
- 2011/05/19 02:26:17 (12 years ago)
- Location:
- branches/version-2_11-dev/data/Smarty/templates/mobile/products
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/data/Smarty/templates/mobile/products/detail.tpl
r20764 r20941 123 123 <br> 124 124 125 <form name="form1" method="post" action=" <!--{$smarty.server.REQUEST_URI|h}-->">125 <form name="form1" method="post" action="?"> 126 126 <input type="hidden" name="mode" value="select"> 127 127 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> -
branches/version-2_11-dev/data/Smarty/templates/mobile/products/select_find1.tpl
r20764 r20941 28 28 <font color="#FF0000">※<!--{$tpl_class_name1}-->を入力して下さい。</font><br> 29 29 <!--{/if}--> 30 <form method="post" action=" <!--{$smarty.server.REQUEST_URI|h}-->">30 <form method="post" action="?"> 31 31 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 32 32 <select name="classcategory_id1"> -
branches/version-2_11-dev/data/Smarty/templates/mobile/products/select_find2.tpl
r20764 r20941 28 28 <font color="#FF0000">※<!--{$tpl_class_name2}-->を入力して下さい。</font><br> 29 29 <!--{/if}--> 30 <form method="post" action=" <!--{$smarty.server.REQUEST_URI|h}-->">30 <form method="post" action="?"> 31 31 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 32 32 <select name="classcategory_id2"> -
branches/version-2_11-dev/data/Smarty/templates/mobile/products/select_item.tpl
r20764 r20941 28 28 <font color="#FF0000">※数量を入力して下さい。</font><br> 29 29 <!--{/if}--> 30 <form method="post" action=" <!--{$smarty.server.REQUEST_URI|h}-->">30 <form method="post" action="?"> 31 31 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 32 32 <input type="text" name="quantity" size="3" value="<!--{$arrForm.quantity.value|default:1|h}-->" maxlength=<!--{$smarty.const.INT_LEN}--> istyle="4"><br>
Note: See TracChangeset
for help on using the changeset viewer.