Changeset 20914


Ignore:
Timestamp:
2011/05/06 08:41:45 (13 years ago)
Author:
shutta
Message:

refs #1285 (基本情報管理>https接続時にIEでセキュリティ警告が表示される)
フロント側(PC,スマートフォン)のGoogle Maps APIも r20908 と同様にURLを変更しておく。

Location:
branches/version-2_11-dev/data/Smarty/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/Smarty/templates/default/site_frame.tpl

    r20794 r20914  
    3030<!--{if $tpl_page_category == "abouts"}--> 
    3131<!--{if ($smarty.server.HTTPS != "") && ($smarty.server.HTTPS != "off")}--> 
    32 <script type="text/javascript" src="https://maps.google.com/maps/api/js?sensor=false"></script> 
     32<script type="text/javascript" src="https://maps-api-ssl.google.com/maps/api/js?sensor=false"></script> 
    3333<!--{else}--> 
    3434<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script> 
  • branches/version-2_11-dev/data/Smarty/templates/sphone/site_frame.tpl

    r20809 r20914  
    3535<!--{if $tpl_page_category == "abouts"}--> 
    3636<!--{if ($smarty.server.HTTPS != "") && ($smarty.server.HTTPS != "off")}--> 
    37 <script type="text/javascript" src="https://maps.google.com/maps/api/js?sensor=false"></script> 
     37<script type="text/javascript" src="https://maps-api-ssl.google.com/maps/api/js?sensor=false"></script> 
    3838<!--{else}--> 
    3939<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script> 
Note: See TracChangeset for help on using the changeset viewer.