- Timestamp:
- 2012/02/18 20:49:30 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/Smarty/templates/sphone/index.tpl
r21226 r21533 20 20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 21 21 *}--> 22 <!--▼検索バー --> 22 23 <!-- ▼検索バー --> 23 24 <section id="search_area"> 24 <form method="get" action="<!--{$smarty.const.ROOT_URLPATH}-->products/list.php">25 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />26 <input type="hidden" name="mode" value="search" />27 <input type="search" name="name" id="search" value="" placeholder="キーワードを入力" class="searchbox">28 </form>25 <form method="get" action="<!--{$smarty.const.ROOT_URLPATH}-->products/list.php"> 26 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 27 <input type="hidden" name="mode" value="search" /> 28 <input type="search" name="name" id="search" value="" placeholder="キーワードを入力" class="searchbox" /> 29 </form> 29 30 </section> 30 <!-- ▲検索バー -->31 <!-- ▲検索バー -->
Note: See TracChangeset
for help on using the changeset viewer.