Changeset 7488
- Timestamp:
- May 29, 2008, 6:26:27 PM (13 years ago)
- Location:
- OpenPNE/branches/stable-2.12.x
- Files:
-
- 2 added
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.12.x/public_html/js/.htaccess
r7153 r7488 28 28 ExpiresDefault "access plus 10 years" 29 29 </Files> 30 31 <Files "offspring.js"> 32 ExpiresActive On 33 ExpiresDefault "access plus 10 years" 34 </Files> 30 35 </IfModule> -
OpenPNE/branches/stable-2.12.x/public_html/xhtml_style.php
r7480 r7488 173 173 border-color: #<?php echo $colors[1]; ?>; 174 174 } 175 div.parts tr th :first-child,176 div.parts tr td :first-child {175 div.parts tr th.first-child, 176 div.parts tr td.first-child { 177 177 border-left-width: 0; 178 178 } … … 668 668 width: 75px; 669 669 } 670 #Body .searchResultList th :first-child {670 #Body .searchResultList th.first-child { 671 671 border-left-width: 1px; 672 672 } … … 1100 1100 padding: 5px; 1101 1101 } 1102 .eventDetailBox dd table tr :first-child th,1103 .eventDetailBox dd table tr :first-child td {1102 .eventDetailBox dd table tr.first-child th, 1103 .eventDetailBox dd table tr.first-child td { 1104 1104 border-top: none; 1105 1105 } … … 1377 1377 margin: 0; 1378 1378 } 1379 #Body .rankingList th :first-child {1379 #Body .rankingList th.first-child { 1380 1380 border-left-width: 1px; 1381 1381 } … … 1569 1569 * 37. messageDetailBox(メッセージ詳細ボックス) 1570 1570 *----------------------------------------------------------------------------*/ 1571 #Body .messageDetailBox th :first-child {1571 #Body .messageDetailBox th.first-child { 1572 1572 border-left-width: 1px; 1573 1573 } … … 2125 2125 text-align: center; 2126 2126 } 2127 #Body .albumList th :first-child {2127 #Body .albumList th.first-child { 2128 2128 border-left-width: 1px; 2129 2129 } … … 2147 2147 text-align: center; 2148 2148 } 2149 #Body .albumDetailBox th :first-child,2149 #Body .albumDetailBox th.first-child, 2150 2150 #Body .albumDetailBox td.operation { 2151 2151 border-left-width: 1px; -
OpenPNE/branches/stable-2.12.x/webapp/lib/smarty_plugins/function.t_url_style.php
r7423 r7488 13 13 14 14 $hash = md5(OPENPNE_VERSION . OPENPNE_ENABLE_ROLLOVER . OPENPNE_SKIN_THEME . $custom_css . serialize($decoration_config) . serialize($colors) . serialize($skin_filename_list)); 15 return './xhtml_style.php?hash=' . $hash; 15 16 $result = <<<EOD 17 <script type="text/javascript" src="./js/offspring.js?r7478"></script> 18 <script type="text/javascript"> 19 //<![CDATA[ 20 var offspringConfiguration = { 21 runningMode: "light" 22 }; 23 //]]> 24 </script> 25 <link rel="stylesheet" href="./xhtml_style.php?hash={$hash}" type="text/css" /> 26 EOD; 27 28 return $result; 16 29 } 17 30 -
OpenPNE/branches/stable-2.12.x/webapp/modules/openid/templates/server_confirm.tpl
r7421 r7488 6 6 <meta http-equiv="Content-Style-Type" content="text/css" /> 7 7 <title>({if $smarty.const.SNS_TITLE})({$smarty.const.SNS_TITLE})({else})({$smarty.const.SNS_NAME})({/if})</title> 8 <link rel="stylesheet" href="({t_url_style})" type="text/css" /> 8 ({t_url_style}) 9 9 </head> 10 10 <body><div id="Body"> -
OpenPNE/branches/stable-2.12.x/webapp/modules/openid/templates/server_error.tpl
r7421 r7488 6 6 <meta http-equiv="Content-Style-Type" content="text/css" /> 7 7 <title>({if $smarty.const.SNS_TITLE})({$smarty.const.SNS_TITLE})({else})({$smarty.const.SNS_NAME})({/if})</title> 8 <link rel="stylesheet" href="({t_url_style})" type="text/css" /> 8 ({t_url_style}) 9 9 </head> 10 10 <body><div id="Body"> -
OpenPNE/branches/stable-2.12.x/webapp/modules/pc/templates/common/layout.tpl
r7421 r7488 8 8 <meta http-equiv="Content-Script-Type" content="text/javascript" /> 9 9 <title>({$INC_HEADER_title})</title> 10 <link rel="stylesheet" href="({t_url_style})" type="text/css" /> 10 ({t_url_style}) 11 11 <script type="text/javascript" src="./js/prototype.js?r7140"></script> 12 12 <script type="text/javascript" src="./js/Selection.js?r7140"></script> -
OpenPNE/branches/stable-2.12.x/webapp/modules/pc/templates/h_album_image_insert_dialog.tpl
r7421 r7488 9 9 <script type="text/javascript" src="./js/tiny_mce/tiny_mce_popup.js?r7140"></script> 10 10 <title>({$INC_HEADER_title})</title> 11 <link rel="stylesheet" href="({t_url_style})" type="text/css" /> 11 ({t_url_style}) 12 12 <script type="text/javascript"> 13 13 //<![CDATA[ -
OpenPNE/branches/stable-2.12.x/webapp/modules/pc/templates/h_album_insert_dialog.tpl
r7421 r7488 9 9 <script type="text/javascript" src="./js/tiny_mce/tiny_mce_popup.js?r7140"></script> 10 10 <title>({$INC_HEADER_title})</title> 11 <link rel="stylesheet" href="({t_url_style})" type="text/css" /> 11 ({t_url_style}) 12 12 <script type="text/javascript"> 13 13 //<![CDATA[ -
OpenPNE/branches/stable-2.12.x/webapp_biz/modules/biz/templates/common/layout.tpl
r7421 r7488 8 8 <meta http-equiv="Content-Script-Type" content="text/javascript" /> 9 9 <title>({$INC_HEADER_title})</title> 10 <link rel="stylesheet" href="({t_url_style})" type="text/css" /> 10 ({t_url_style}) 11 11 <script type="text/javascript" src="./js/prototype.js?r7140"></script> 12 12 <script type="text/javascript" src="./js/Selection.js?r7140"></script> -
OpenPNE/branches/stable-2.12.x/webapp_biz/modules/pc/templates/common/layout.tpl
r7421 r7488 8 8 <meta http-equiv="Content-Script-Type" content="text/javascript" /> 9 9 <title>({$INC_HEADER_title})</title> 10 <link rel="stylesheet" href="({t_url_style})" type="text/css" /> 10 ({t_url_style}) 11 11 <script type="text/javascript" src="./js/prototype.js?r7140"></script> 12 12 <script type="text/javascript" src="./js/Selection.js?r7140"></script>
Note: See TracChangeset
for help on using the changeset viewer.