- Timestamp:
- 2011/03/17 14:11:08 (15 years ago)
- bzr:base-revision:
- [email protected]
- bzr:committer:
- Kentaro Ohkouchi <[email protected]>
- bzr:file-ids:
data/Smarty/templates/admin/login_frame.tpl 15732@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2FSmarty%2Ftemplates%2Fdefault%2Fadmin%2Flogin_frame.tpl
data/Smarty/templates/admin/main_frame.tpl 15732@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2FSmarty%2Ftemplates%2Fdefault%2Fadmin%2Fmain_frame.tpl
data/Smarty/templates/default/site_frame.tpl 15747@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2FSmarty%2Ftemplates%2Fdefault%2Fsite_frame.tpl
data/class/SC_View.php 15078@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2Fclass%2FSC_View.php- bzr:mapping-version:
- v4
- bzr:merge:
[email protected]- bzr:repository-uuid:
- 1e3b908f-19a9-db11-a64c-001125224ba8
- bzr:revision-id:
- [email protected]
- bzr:revno:
- 3396
- bzr:revprop:branch-nick:
- branches/version-2_5-dev
- bzr:root:
- branches/version-2_5-dev
- bzr:text-revisions:
data/Smarty/templates/admin/login_frame.tpl [email protected]
data/Smarty/templates/admin/main_frame.tpl [email protected]
data/Smarty/templates/default/site_frame.tpl [email protected]
data/class/SC_View.php [email protected]- bzr:timestamp:
- 2011-03-17 14:11:05.033999920 +0900
- bzr:user-agent:
- bzr2.2.1+bzr-svn1.0.4
- svn:original-date:
- 2011-03-17T05:11:05.034000Z
- Location:
- branches/version-2_5-dev/data
- Files:
-
- 4 edited
-
Smarty/templates/admin/login_frame.tpl (modified) (1 diff)
-
Smarty/templates/admin/main_frame.tpl (modified) (1 diff)
-
Smarty/templates/default/site_frame.tpl (modified) (1 diff)
-
class/SC_View.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/Smarty/templates/admin/login_frame.tpl
r20515 r20678 35 35 <!--{$tpl_javascript}--> 36 36 $(function(){ 37 var tx = $('<input type="hidden" />')38 .attr('name', '<!--{$smarty.const.TRANSACTION_ID_NAME}-->')39 .val('<!--{$transactionid}-->');40 tx.appendTo('form');41 42 37 <!--{$tpl_onload}--> 43 38 }); -
branches/version-2_5-dev/data/Smarty/templates/admin/main_frame.tpl
r20515 r20678 32 32 <link rel="stylesheet" href="<!--{$TPL_URLPATH}-->css/admin_file_manager.css" type="text/css" media="all" /> 33 33 <!--{if $tpl_mainno eq "basis"}--> 34 <script type="text/javascript" src="http://www.google.com/jsapi?key=xxx"></script> 34 <!--{if ($smarty.server.HTTPS != "") && ($smarty.server.HTTPS != "off")}--> 35 <script type="text/javascript" src="https://maps.google.com/maps/api/js?sensor=false"></script> 36 <!--{else}--> 37 <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script> 38 <!--{/if}--> 35 39 <script type="text/javascript">//<![CDATA[ 36 google.load("maps", "3", {other_params:'sensor=false'});40 var map = new google.maps.Map(document.getElementById("maps"), {"zoom":"3"}); 37 41 //]]> 38 42 </script> -
branches/version-2_5-dev/data/Smarty/templates/default/site_frame.tpl
r20558 r20678 29 29 <link rel="alternate" type="application/rss+xml" title="RSS" href="<!--{$smarty.const.HTTP_URL}-->rss/<!--{$smarty.const.DIR_INDEX_PATH}-->" /> 30 30 <!--{if $tpl_page_category == "abouts"}--> 31 <!--{if ($smarty.server.HTTPS != "") && ($smarty.server.HTTPS != "off")}--> 32 <script type="text/javascript" src="https://maps.google.com/maps/api/js?sensor=false"></script> 33 <!--{else}--> 31 34 <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script> 35 <!--{/if}--> 32 36 <script type="text/javascript">//<