Changeset 17610
- Timestamp:
- 2008/09/13 16:44:26 (14 years ago)
- Location:
- branches/comu-ver2/data/Smarty/templates/default
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/Smarty/templates/default/admin/contents/campaign_create_tag.tpl
r17605 r17610 24 24 <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`admin_popup_header.tpl"}--> 25 25 26 <form name="form1" id="form1" method="post" action=" ?">26 <form name="form1" id="form1" method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->"> 27 27 <input name="mode" type="hidden" value="search" /> 28 28 <input name="anchor_key" type="hidden" value="" /> -
branches/comu-ver2/data/Smarty/templates/default/admin/contents/recomend_search.tpl
r17605 r17610 41 41 42 42 <!--▼検索フォーム--> 43 <form name="form1" id="form1" method="post" action=" ?">43 <form name="form1" id="form1" method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->"> 44 44 <input name="mode" type="hidden" value="search" /> 45 45 <input name="search_pageno" type="hidden" value="" /> -
branches/comu-ver2/data/Smarty/templates/default/admin/mail/htmlmail_select.tpl
r17605 r17610 39 39 </script> 40 40 41 <form name="form1" id="form1" method="post" action=" ?">41 <form name="form1" id="form1" method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->"> 42 42 <input name="mode" type="hidden" value="search" /> 43 43 <input name="search_pageno" type="hidden" value="" /> -
branches/comu-ver2/data/Smarty/templates/default/admin/order/product_select.tpl
r17605 r17610 113 113 114 114 <!--▼検索フォーム--> 115 <form name="form1" id="form1" method="post" action=" ?">115 <form name="form1" id="form1" method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->"> 116 116 <input name="mode" type="hidden" value="search" /> 117 117 <input name="anchor_key" type="hidden" value="" /> -
branches/comu-ver2/data/Smarty/templates/default/admin/products/product_select.tpl
r17605 r17610 41 41 42 42 <!--▼検索フォーム--> 43 <form name="form1" id="form1" method="post" action=" ?">43 <form name="form1" id="form1" method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->"> 44 44 <input name="mode" type="hidden" value="search" /> 45 45 <input name="anchor_key" type="hidden" value="" /> -
branches/comu-ver2/data/Smarty/templates/default/detail.tpl
r17605 r17610 156 156 157 157 158 <form name="form1" id="form1" method="post" action=" ?">158 <form name="form1" id="form1" method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->"> 159 159 <input type="hidden" name="mode" value="cart" /> 160 160 <input type="hidden" name="product_id" value="<!--{$tpl_product_id}-->" /> -
branches/comu-ver2/data/Smarty/templates/default/header.tpl
r17605 r17610 23 23 <div id="header"> 24 24 <h1> 25 <a href="<!--{$smarty.const. SITE_URL}-->">25 <a href="<!--{$smarty.const.URL_SITE_TOP}-->"> 26 26 <em><!--{$arrSiteInfo.shop_name|escape}-->/<!--{$tpl_title|escape}--></em> 27 27 </a> -
branches/comu-ver2/data/Smarty/templates/default/list.tpl
r17605 r17610 52 52 <!--▼CONTENTS--> 53 53 <div id="undercolumn" class="product product_list"> 54 <form name="form1" id="form1" method="post" action=" ?">54 <form name="form1" id="form1" method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->"> 55 55 <input type="hidden" name="pageno" value="<!--{$tpl_pageno}-->" /> 56 56 <input type="hidden" name="mode" value="" /> -
branches/comu-ver2/data/Smarty/templates/default/rss/index.tpl
r17005 r17610 26 26 <channel> 27 27 <title> <!--{$site_title|sf_mb_convert_encoding:$encode|escape}--> </title> 28 <link> <!--{$smarty.const. SITE_URL}--> </link>28 <link> <!--{$smarty.const.URL_SITE_TOP}--> </link> 29 29 <description> <!--{$description|sf_mb_convert_encoding:$encode|escape}--> </description> 30 30 <language>ja</language> … … 41 41 <item> 42 42 <!--{if $arrNews[cnt].news_url == '' }--> 43 <link> <!--{$smarty.const. SITE_URL}--> </link>43 <link> <!--{$smarty.const.URL_SITE_TOP}--> </link> 44 44 <!--{else}--> 45 45 <link> <!--{$arrNews[cnt].news_url|escape}--></link>
Note: See TracChangeset
for help on using the changeset viewer.