Changeset 18900 for branches/version-2_5-dev/html/user_data
- Timestamp:
- 2010/11/05 17:38:15 (16 years ago)
- Location:
- branches/version-2_5-dev/html/user_data/packages
- Files:
-
- 4 added
- 1 deleted
- 1 edited
- 4 copied
- 8 moved
-
admin (added)
-
admin/css (added)
-
admin/css/admin_contents.css (moved) (moved from branches/version-2_5-dev/html/user_data/packages/default/css/admin_contents.css) (8 diffs)
-
admin/css/admin_file_manager.css (moved) (moved from branches/version-2_5-dev/html/user_data/packages/default/css/admin_file_manager.css)
-
admin/img (added)
-
admin/img/basis (copied) (copied from branches/version-2_5-dev/html/user_data/packages/default/img/admin/basis)
-
admin/img/common (copied) (copied from branches/version-2_5-dev/html/user_data/packages/default/img/admin/common)
-
admin/img/contents (copied) (copied from branches/version-2_5-dev/html/user_data/packages/default/img/admin/contents)
-
admin/img/contents/btn_regist.jpg (moved) (moved from branches/version-2_5-dev/html/user_data/packages/default/img/contents/btn_regist.jpg)
-
admin/img/contents/btn_regist_on.jpg (moved) (moved from branches/version-2_5-dev/html/user_data/packages/default/img/contents/btn_regist_on.jpg)
-
admin/img/header (copied) (copied from branches/version-2_5-dev/html/user_data/packages/default/img/admin/header)
-
admin/jquery.multiselect2side (moved) (moved from branches/version-2_5-dev/html/user_data/packages/default/jquery.multiselect2side)
-
admin/js (added)
-
admin/js/admin.js (moved) (moved from branches/version-2_5-dev/html/user_data/packages/default/js/admin.js)
-
admin/js/file_manager.js (moved) (moved from branches/version-2_5-dev/html/user_data/packages/default/js/file_manager.js)
-
admin/js/ownersstore.js.php (moved) (moved from branches/version-2_5-dev/html/user_data/packages/default/js/ownersstore.js.php)
-
default/img/admin (deleted)
-
default/js/navi.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/html/user_data/packages/admin/css/admin_contents.css
r18322 r18900 29 29 } 30 30 h1 { 31 background: url(../img/ admin/contents/subtitle_back.gif) 0 0 repeat-y #818287;31 background: url(../img/contents/subtitle_back.gif) 0 0 repeat-y #818287; 32 32 border-top: 1px solid #666666; 33 33 height: 30px; … … 86 86 margin: 0; 87 87 padding: 0; 88 background: url(../img/ admin/header/header_back.jpg) 0 0 repeat-x;88 background: url(../img/header/header_back.jpg) 0 0 repeat-x; 89 89 } 90 90 #logo {position: absolute; top: 0; left: 0;} … … 118 118 #navi, #navi li { 119 119 height: 30px; 120 background: url(../img/ admin/header/navi_back.jpg) 0 0 repeat-x;120 background: url(../img/header/navi_back.jpg) 0 0 repeat-x; 121 121 z-index:90; 122 122 } … … 138 138 } 139 139 #navi li a span {padding: 0 8px;} 140 #navi li a:hover {background: url(../img/ admin/header/navi_on.jpg) left 0 repeat-x;}141 #navi li a:hover span {background: url(../img/ admin/header/navi_on_right.jpg) right 0 no-repeat;}142 #navi li.on a {background: url(../img/ admin/header/navi_on.jpg) left 0 no-repeat;}143 #navi li.on a span {background: url(../img/ admin/header/navi_on_right.jpg) right 0 no-repeat;}144 #navi li.sfhover a {background: url(../img/ admin/header/navi_on.jpg) left 0 repeat-x;}145 #navi li.sfhover a span {background: url(../img/ admin/header/navi_on_right.jpg) right 0 no-repeat;}140 #navi li a:hover {background: url(../img/header/navi_on.jpg) left 0 repeat-x;} 141 #navi li a:hover span {background: url(../img/header/navi_on_right.jpg) right 0 no-repeat;} 142 #navi li.on a {background: url(../img/header/navi_on.jpg) left 0 no-repeat;} 143 #navi li.on a span {background: url(../img/header/navi_on_right.jpg) right 0 no-repeat;} 144 #navi li.sfhover a {background: url(../img/header/navi_on.jpg) left 0 repeat-x;} 145 #navi li.sfhover a span {background: url(../img/header/navi_on_right.jpg) right 0 no-repeat;} 146 146 147 147 #navi li ul { … … 284 284 margin: -125px 0 0 -278px; 285 285 padding: 36px 0 0 0; 286 background: url(../img/ admin/contents/admin_login_top.jpg) center top no-repeat;286 background: url(../img/contents/admin_login_top.jpg) center top no-repeat; 287 287 color: #FFFFFF; 288 288 } … … 290 290 width: 556px; 291 291 height: 172px; 292 background: url(../img/ admin/contents/admin_login_back.jpg) center top repeat-x;292 background: url(../img/contents/admin_login_back.jpg) center top repeat-x; 293 293 } 294 294 #login-main h1 { 295 background: url(../img/ admin/contents/admin_login_logo.jpg) 0 0 no-repeat;295 background: url(../img/contents/admin_login_logo.jpg) 0 0 no-repeat; 296 296 border: none; 297 297 text-indent: -9999em; … … 304 304 height: 172px; 305 305 float: right; 306 background: url(../img/ admin/contents/admin_login_right.jpg) right 0 no-repeat;306 background: url(../img/contents/admin_login_right.jpg) right 0 no-repeat; 307 307 } 308 308 #login-main label {display:block;} … … 314 314 line-height: 42px; 315 315 text-align: center; 316 background: url(../img/ admin/contents/admin_login_bottom.jpg) center bottom no-repeat;316 background: url(../img/contents/admin_login_bottom.jpg) center bottom no-repeat; 317 317 } 318 318 -
branches/version-2_5-dev/html/user_data/packages/default/js/navi.js
r18701 r18900 20 20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 21 21 */ 22 var preLoadFlag = "false";23 22 24 function preLoadImg(URL){ 25 26 arrImgList = new Array ( 27 URL+"img/contents/btn_search_on.jpg",URL+"img/contents/btn_regist_on.jpg", 28 URL+"img/contents/btn_csv_on.jpg",URL+"img/contents/arrow_left.jpg",URL+"img/contents/arrow_right.jpg" 29 ); 30 arrPreLoad = new Array(); 31 for (i in arrImgList) { 32 arrPreLoad[i] = new Image(); 33 arrPreLoad[i].src = arrImgList[i]; 34 } 35 preLoadFlag = "true"; 23 // FIXME Öí(pÓà) 24 function preLoadImg() { 36 25 } 37 26 38 27 function chgImg(fileName,img){ 39 if (preLoadFlag == "true") { 40 if (typeof(img) == "object") { 41 img.src = fileName; 42 } else { 43 document.images[img].src = fileName; 44 } 28 if (typeof(img) == "object") { 29 img.src = fileName; 30 } else { 31 document.images[img].src = fileName; 45 32 } 46 33 } 47 34 48 35 function chgImgImageSubmit(fileName,imgObj){ 49 imgObj.src = fileName;36 imgObj.src = fileName; 50 37 }
Note: See TracChangeset
for help on using the changeset viewer.
