Changeset 18182 for branches


Ignore:
Timestamp:
2009/07/10 07:35:43 (15 years ago)
Author:
kishida
Message:

#422の改修 お問い合わせへのページのリンクをSSLページに変更する

Location:
branches/version-2_4/data/Smarty/templates/default
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_4/data/Smarty/templates/default/bloc/guide.tpl

    r16583 r18182  
    3030 
    3131    <!--{if $tpl_page_category != "contact"}--> 
    32     <li><a href="<!--{$smarty.const.URL_DIR}-->contact/index.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/side/contact_on.jpg','contact');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/side/contact.jpg','contact');"><img src="<!--{$TPL_DIR}-->img/side/contact.jpg" width="166" height="30" alt="お問い合わせ"  style="border: none" name="contact" id="contact" /></a></li> 
     32    <li><a href="<!--{$smarty.const.SSL_URL}-->contact/index.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/side/contact_on.jpg','contact');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/side/contact.jpg','contact');"><img src="<!--{$TPL_DIR}-->img/side/contact.jpg" width="166" height="30" alt="お問い合わせ"  style="border: none" name="contact" id="contact" /></a></li> 
    3333    <!--{else}--> 
    34     <li><a href="<!--{$smarty.const.URL_DIR}-->contact/index.php"><img src="<!--{$TPL_DIR}-->img/side/contact_on.jpg" width="166" height="30" alt="お問い合わせ" style="border: none" name="contact" id="contact" /></a></li> 
     34    <li><a href="<!--{$smarty.const.SSL_URL}-->contact/index.php"><img src="<!--{$TPL_DIR}-->img/side/contact_on.jpg" width="166" height="30" alt="お問い合わせ" style="border: none" name="contact" id="contact" /></a></li> 
    3535    <!--{/if}--> 
    3636 
  • branches/version-2_4/data/Smarty/templates/default/campaign/bloc/login.tpl

    r17753 r18182  
    5656     <p class="inputtext02"> 
    5757       パスワードを忘れた方は<a href="<!--{$smarty.const.SSL_URL|sfTrimURL}-->/forgot/index.php" onclick="win01('<!--{$smarty.const.SSL_URL|sfTrimURL}-->/forgot/index.php','forget','600','400'); return false;" target="_blank">こちら</a>からパスワードの再発行を行ってください。<br /> 
    58       メールアドレスを忘れた方は、お手数ですが、<a href="<!--{$smarty.const.URL_DIR}-->contact/index.php">お問い合わせページ</a>からお問い合わせください。 
     58      メールアドレスを忘れた方は、お手数ですが、<a href="<!--{$smarty.const.SSL_URL}-->contact/index.php">お問い合わせページ</a>からお問い合わせください。 
    5959     </p> 
    6060   </div> 
  • branches/version-2_4/data/Smarty/templates/default/mobile/top.tpl

    r16582 r18182  
    5252<!--{/if}--> 
    5353<a href="guide/index.php" accesskey="4"><!--{4|numeric_emoji}-->ご利用ガイド</a><br> 
    54 <a href="contact/index.php" accesskey="5"><!--{5|numeric_emoji}-->お問い合せ</a><br> 
     54<a href="<!--{$smarty.const.SSL_URL}-->contact/index.php" accesskey="5"><!--{5|numeric_emoji}-->お問い合せ</a><br> 
    5555<a href="mypage/index.php" accesskey="6" utn><!--{6|numeric_emoji}-->MYページ</a><br> 
    5656<!-- ▲メニュー ここまで --> 
  • branches/version-2_4/data/Smarty/templates/default/mypage/login.tpl

    r16582 r18182  
    6161     <p class="inputtext02"> 
    6262       パスワードを忘れた方は<a href="<!--{$smarty.const.SSL_URL|sfTrimURL}-->/forgot/index.php" onclick="win01('<!--{$smarty.const.SSL_URL|sfTrimURL}-->/forgot/index.php','forget','600','400'); return false;" target="_blank">こちら</a>からパスワードの再発行を行ってください。<br /> 
    63       メールアドレスを忘れた方は、お手数ですが、<a href="<!--{$smarty.const.URL_DIR}-->contact/index.php">お問い合わせページ</a>からお問い合わせください。 
     63      メールアドレスを忘れた方は、お手数ですが、<a href="<!--{$smarty.const.SSL_URL}-->contact/index.php">お問い合わせページ</a>からお問い合わせください。 
    6464     </p> 
    6565  </div> 
  • branches/version-2_4/data/Smarty/templates/default/shopping/index.tpl

    r16583 r18182  
    5757     <p class="inputtext02"> 
    5858       パスワードを忘れた方は<a href="<!--{$smarty.const.SSL_URL|sfTrimURL}-->/forgot/index.php" onclick="win01('<!--{$smarty.const.SSL_URL|sfTrimURL}-->/forgot/index.php','forget','600','400'); return false;" target="_blank">こちら</a>からパスワードの再発行を行ってください。<br /> 
    59       メールアドレスを忘れた方は、お手数ですが、<a href="<!--{$smarty.const.URL_DIR}-->contact/index.php">お問い合わせページ</a>からお問い合わせください。 
     59      メールアドレスを忘れた方は、お手数ですが、<a href="<!--{$smarty.const.SSL_URL}-->contact/index.php">お問い合わせページ</a>からお問い合わせください。 
    6060     </p> 
    6161   </div> 
Note: See TracChangeset for help on using the changeset viewer.