Changeset 21226
- Timestamp:
- 2011/08/31 19:45:34 (12 years ago)
- Location:
- branches/version-2_11-dev/data/Smarty/templates/sphone
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/data/Smarty/templates/sphone/index.tpl
r21073 r21226 24 24 <form method="get" action="<!--{$smarty.const.ROOT_URLPATH}-->products/list.php"> 25 25 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 26 <input type="hidden" name="mode" value="search" /> 26 27 <input type="search" name="name" id="search" value="" placeholder="キーワードを入力" class="searchbox" > 27 28 </form> -
branches/version-2_11-dev/data/Smarty/templates/sphone/products/detail.tpl
r21206 r21226 375 375 <form method="get" action="<!--{$smarty.const.ROOT_URLPATH}-->products/list.php"> 376 376 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 377 <input type="hidden" name="mode" value="search" /> 377 378 <input type="search" name="name" id="search" value="" placeholder="キーワードを入力" class="searchbox" > 378 379 </form> -
branches/version-2_11-dev/data/Smarty/templates/sphone/products/list.tpl
r21212 r21226 132 132 <form method="get" action="<!--{$smarty.const.ROOT_URLPATH}-->products/list.php"> 133 133 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 134 <input type="hidden" name="mode" value="search" /> 134 135 <input type="search" name="name" id="search" value="" placeholder="キーワードを入力" class="searchbox" > 135 136 </form>
Note: See TracChangeset
for help on using the changeset viewer.