Changeset 5633
- Timestamp:
- 03/25/08 16:54:47 (10 months ago)
- Location:
- trunk
- Files:
-
- 1 removed
- 13 modified
- 15 copied
- 1 moved
-
interface/owner/communication/link (moved) (moved from trunk/interface/owner/link)
-
interface/owner/communication/link/add (copied) (copied from trunk/interface/owner/link/add)
-
interface/owner/communication/link/delete (copied) (copied from trunk/interface/owner/link/delete)
-
interface/owner/communication/link/edit (copied) (copied from trunk/interface/owner/link/edit)
-
interface/owner/communication/link/index.php (copied) (copied from trunk/interface/owner/link/index.php)
-
interface/owner/communication/link/site (copied) (copied from trunk/interface/owner/link/site)
-
interface/owner/communication/link/visibility (copied) (copied from trunk/interface/owner/link/visibility)
-
interface/owner/link/xfn (deleted)
-
lib/piece/owner/contentMenu.php (modified) (1 diff)
-
rewrite.php (modified) (1 diff)
-
style/admin/modern/basic.css (modified) (1 diff)
-
style/admin/modern/communication.css (copied) (copied from trunk/style/admin/whitedream/communication.css)
-
style/admin/modern/communication.ie.css (copied) (copied from trunk/style/admin/whitedream/communication.ie.css)
-
style/admin/modern/communication.ie7.css (copied) (copied from trunk/style/admin/whitedream/communication.ie7.css)
-
style/admin/modern/post.css (modified) (2 diffs)
-
style/admin/modern/post.ie.css (modified) (1 diff)
-
style/admin/modern/post.ie7.css (modified) (1 diff)
-
style/admin/retro-celebrate/basic.css (modified) (1 diff)
-
style/admin/retro-celebrate/communication.css (copied) (copied from trunk/style/admin/whitedream/communication.css)
-
style/admin/retro-celebrate/communication.ie.css (copied) (copied from trunk/style/admin/whitedream/communication.ie.css)
-
style/admin/retro-celebrate/communication.ie7.css (copied) (copied from trunk/style/admin/whitedream/communication.ie7.css)
-
style/admin/retro-celebrate/post.ie.css (modified) (1 diff)
-
style/admin/retro-celebrate/post.ie7.css (modified) (1 diff)
-
style/admin/swallow/basic.css (modified) (1 diff)
-
style/admin/swallow/communication.css (copied) (copied from trunk/style/admin/whitedream/communication.css)
-
style/admin/swallow/communication.ie.css (copied) (copied from trunk/style/admin/whitedream/communication.ie.css)
-
style/admin/swallow/communication.ie7.css (copied) (copied from trunk/style/admin/whitedream/communication.ie7.css)
-
style/admin/swallow/post.css (modified) (2 diffs)
-
style/admin/swallow/post.ie.css (modified) (1 diff)
-
style/admin/swallow/post.ie7.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/piece/owner/contentMenu.php
r5632 r5633 36 36 $blogContentMenuItem = array( 37 37 array('menu'=>'comment','title'=>_t('소통 기록'),'link'=>'/owner/communication/comment'), 38 array('menu'=>'trash','title'=>_t('휴지통'),'link'=>'/owner/commun cation/trash/comment'),39 array('menu'=>'add','title'=>_t('링크 추가'),'link'=>'/owner/ link/add'),40 array('menu'=>'link','title'=>_t('링크 목록'),'link'=>'/owner/ link'),41 array('menu'=>'xfn','title'=>_t('친구 링크 관리'),'link'=>'/owner/ link/xfn')38 array('menu'=>'trash','title'=>_t('휴지통'),'link'=>'/owner/communication/trash/comment'), 39 array('menu'=>'add','title'=>_t('링크 추가'),'link'=>'/owner/communication/link/add'), 40 array('menu'=>'link','title'=>_t('링크 목록'),'link'=>'/owner/communication/link'), 41 array('menu'=>'xfn','title'=>_t('친구 링크 관리'),'link'=>'/owner/communication/xfn') 42 42 ); 43 43 } -
trunk/rewrite.php
r5549 r5633 67 67 define('PATH', 'interface/'.(empty($pathPart) ? '' : $pathPart.'/')); 68 68 unset($pathPart); 69 70 69 if (!file_exists($interfacePath)) { header("HTTP/1.0 404 Not found"); exit;} 71 70 if (empty($service['debugmode'])) { @include_once $interfacePath;} -
trunk/style/admin/modern/basic.css
r5499 r5633 434 434 } 435 435 436 .part .panel-setting 437 { 438 margin : -50px 10px 0 0; 439 } 440 441 .part dl.panel-setting 442 { 443 border-top : none !important; 444 height : 38px; 445 } 446 447 .part .panel-setting 448 { 449 margin : -50px 10px 0 0; 450 } 451 452 .part dl.panel-setting 453 { 454 border-top : none !important; 455 height : 38px; 456 } 457 458 .part .panel-setting dd 459 { 460 color : #222; 461 text-align : right; 462 } 463 464 .part .panel-setting a 465 { 466 color : #22A; 467 text-align : right; 468 } 469 470 .part .panel-setting dt 471 { 472 display : none; 473 } 474 436 475 .main-explain-box .explain 437 476 { -
trunk/style/admin/modern/post.css
r5499 r5633 264 264 265 265 #part-post-list table.data-inbox tbody tr.hidden-layer td table tr td.remove span 266 {267 display : none;268 }269 270 /* Comment ****************************************************************************************/271 272 #part-post-comment table.data-inbox tr .delete273 {274 width : 12px;275 }276 277 #part-post-comment table.data-inbox thead tr th.delete span278 {279 display : none;280 }281 282 #part-post-comment table.data-inbox tbody tr td.content283 {284 border-left : 1px solid #E3E3DE;285 text-align : left;286 }287 288 #part-post-comment table.data-inbox tbody tr td.content a289 {290 display : block;291 margin-bottom : 3px;292 }293 294 #part-post-comment table.data-inbox tbody tr td.content br295 {296 display : none;297 }298 299 #part-post-comment table.data-inbox tbody tr td.content .entry-title300 {301 color : #6B90C3;302 font-weight : bold;303 }304 305 #part-post-comment table.data-inbox tbody tr td.content .divider,306 #part-post-comment table.data-inbox tbody tr td.content .explain307 {308 color : #999999;309 font-size : 0.9em;310 font-family : 돋움, Dotum, sans-serif;311 }312 313 #part-post-comment table.data-inbox tbody tr .delete314 {315 border-left : 1px solid #E3E3DE;316 }317 318 /* Notify *****************************************************************************************/319 320 #part-post-notify table.data-inbox tr .delete321 {322 width : 12px;323 }324 325 #part-post-notify table.data-inbox thead tr th.delete span326 {327 display : none;328 }329 330 #part-post-notify .main-explain-box331 {332 margin-bottom : 40px;333 text-align : left;334 }335 336 #part-post-notify table.data-inbox tbody tr td.content337 {338 border-left : 1px solid #E3E3DE;339 text-align : left;340 }341 342 #part-post-notify table.data-inbox tbody tr td.content .entryURL343 {344 color : #6B90C3;345 font-weight : bold;346 }347 348 #part-post-notify table.data-inbox tbody tr.reply-line td.content .new-icon349 {350 display : none;351 }352 353 #part-post-notify table.data-inbox tbody tr.reply-line td.content .commentURL354 {355 background-image : url('./image/icon_reply.gif');356 background-position : left top;357 background-repeat : no-repeat;358 padding-left : 26px;359 }360 361 #part-post-notify table.data-inbox tbody tr.reply-line td.content .new-icon span362 {363 display : none;364 }365 366 #part-post-notify table.data-inbox tbody tr .delete367 {368 border-left : 1px solid #E3E3DE;369 }370 371 #part-post-notify #search-form372 {373 top : 7em;374 }375 376 /* Trackback **************************************************************************************/377 378 #part-post-trackback table.data-inbox tr .delete379 {380 width : 12px;381 }382 383 #part-post-trackback table.data-inbox tbody tr .delete,384 #part-post-trackback table.data-inbox tbody tr .category,385 #part-post-trackback table.data-inbox tbody tr .title386 {387 border-left : 1px solid #E3E3DE;388 }389 390 #part-post-trackback table.data-inbox thead tr th.delete span391 266 { 392 267 display : none; … … 483 358 } 484 359 485 /* Trash *****************************************************************************************/486 487 #part-post-trash #search-form488 {489 top : 110px;490 }491 492 #part-post-trash .main-explain-box p493 {494 margin-bottom : 50px;495 }496 497 #part-post-trash fieldset498 {499 background-image : none;500 border : none;501 position : absolute;502 left : 0;503 top : 110px;504 }505 506 #part-post-trash fieldset dl507 {508 border : none;509 }510 511 #part-post-trash fieldset dl dt512 {513 display : none;514 }515 516 #part-post-trash fieldset dl dd517 {518 margin-left : 30px;519 width: 600px;520 }521 522 #part-post-trash fieldset dl dd div523 {524 display : inline;525 }526 527 #track-radio-trackback528 {529 margin-left : 20px;530 }531 532 /* table header */533 #part-post-trash table.data-inbox tr .revert,534 #part-post-trash table.data-inbox tr .delete535 {536 width : 12px;537 }538 539 #part-post-trash table.data-inbox thead tr th.delete span,540 #part-post-trash table.data-inbox thead tr th.revert span541 {542 display : none;543 }544 545 /* table body */546 #part-post-trash table.data-inbox tbody tr .category,547 #part-post-trash table.data-inbox tbody tr .title,548 #part-post-trash table.data-inbox tbody tr .content,549 #part-post-trash table.data-inbox tbody tr .revert,550 #part-post-trash table.data-inbox tbody tr .delete551 {552 border-left : 1px solid #E3E3DE;553 text-align : left;554 }555 556 #part-post-trash table.data-inbox tbody tr td.content a557 {558 display : block;559 margin-bottom : 3px;560 }561 562 #part-post-trash table.data-inbox tbody tr td.content br563 {564 display : none;565 }566 567 #part-post-trash table.data-inbox tbody tr td.content .entry-title568 {569 color : #6B90C3;570 font-weight : bold;571 }572 573 #part-post-trash table.data-inbox tbody tr td.content .divider,574 #part-post-trash table.data-inbox tbody tr td.content .explain575 {576 color : #999999;577 font-size : 0.9em;578 font-family : 돋움, Dotum, sans-serif;579 }580 581 #part-post-trash table.data-inbox tbody tr td.revert a582 {583 background-image : url("./image/icon_revert.gif");584 background-position : left top;585 background-repeat : no-repeat;586 display : block;587 height : 15px;588 width : 16px;589 }590 591 #part-post-trash table.data-inbox tbody tr td.revert a span592 {593 display : none;594 }595 596 .all-delete-button597 {598 background-color : #FFFFFF;599 background-image : url("./image/bg_button.png");600 background-position : left top;601 background-repeat : repeat-x;602 border : 1px solid #777777;603 cursor : pointer;604 font-size : 1em;605 height : 1.7em;606 line-height : 1.7em;607 padding : 0 5px;608 position : absolute;609 right : 25px;610 bottom : 75px;611 }612 613 360 /* Eolin Dialogue ********************************************************************************/ 614 361 -
trunk/style/admin/modern/post.ie.css
r5465 r5633 27 27 { 28 28 line-height : 1.6em !important; 29 }30 31 /* Comment ****************************************************************************************/32 33 /* Notify *****************************************************************************************/34 35 #part-post-notify table.data-inbox tbody tr td.delete36 {37 width : 12px;38 }39 40 #part-post-notify #search-form41 {42 top : 88px;43 }44 45 /* Trackback **************************************************************************************/46 47 #part-post-trackback table.data-inbox tbody tr td.delete48 {49 width : 12px;50 29 } 51 30 -
trunk/style/admin/modern/post.ie7.css
r5465 r5633 31 31 } 32 32 33 /* Comment *****************************************************************************************/34 35 33 /* Tree ******************************************************************************************/ 36 34 -
trunk/style/admin/retro-celebrate/basic.css
r5552 r5633 540 540 } 541 541 542 .part .panel-setting 543 { 544 margin : -50px 10px 0 0; 545 } 546 547 .part dl.panel-setting 548 { 549 border-top : none !important; 550 height : 38px; 551 } 552 553 .part .panel-setting dd 554 { 555 color : #222; 556 text-align : right; 557 } 558 559 .part .panel-setting a 560 { 561 color : #22A; 562 text-align : right; 563 } 564 565 .part .panel-setting dt 566 { 567 display : none; 568 } 569 542 570 .main-explain-box .explain 543 571 { -
trunk/style/admin/retro-celebrate/post.ie.css
r5472 r5633 27 27 { 28 28 line-height : 1.6em !important; 29 }30 31 /* Comment ****************************************************************************************/32 33 /* Notify *****************************************************************************************/34 35 #part-post-notify table.data-inbox tbody tr td.delete36 {37 width : 12px;38 }39 40 #part-post-notify #search-form41 {42 top : 88px;43 }44 45 /* Trackback **************************************************************************************/46 47 #part-post-trackback table.data-inbox tbody tr td.delete48 {49 width : 12px;50 29 } 51 30 -
trunk/style/admin/retro-celebrate/post.ie7.css
r5472 r5633 31 31 } 32 32 33 /* Comment *****************************************************************************************/34 35 33 /* Tree ******************************************************************************************/ 36 34 -
trunk/style/admin/swallow/basic.css
r5499 r5633 432 432 } 433 433 434 .part .panel-setting 435 { 436 margin : -50px 10px 0 0; 437 } 438 439 .part dl.panel-setting 440 { 441 border-top : none !important; 442 height : 38px; 443 } 444 445 .part .panel-setting dd 446 { 447 color : #222; 448 text-align : right; 449 } 450 451 .part .panel-setting a 452 { 453 color : #22A; 454 text-align : right; 455 } 456 457 .part .panel-setting dt 458 { 459 display : none; 460 } 461 434 462 .main-explain-box .explain 435 463 { -
trunk/style/admin/swallow/post.css
r5498 r5633 264 264 265 265 #part-post-list table.data-inbox tbody tr.hidden-layer td table tr td.remove span 266 {267 display : none;268 }269 270 /* Comment ****************************************************************************************/271 272 #part-post-comment table.data-inbox tr .delete273 {274 width : 12px;275 }276 277 #part-post-comment table.data-inbox thead tr th.delete span278 {279 display : none;280 }281 282 #part-post-comment table.data-inbox tbody tr td.content283 {284 border-left : 1px solid #E3E3DE;285 text-align : left;286 }287 288 #part-post-comment table.data-inbox tbody tr td.content a289 {290 display : block;291 margin-bottom : 3px;292 }293 294 #part-post-comment table.data-inbox tbody tr td.content br295 {296 display : none;297 }298 299 #part-post-comment table.data-inbox tbody tr td.content .entry-title300 {301 color : #6B90C3;302 font-weight : bold;303 }304 305 #part-post-comment table.data-inbox tbody tr td.content .divider,306 #part-post-comment table.data-inbox tbody tr td.content .explain307 {308 color : #999999;309 font-size : 0.9em;310 font-family : 돋움, Dotum, sans-serif;311 }312 313 #part-post-comment table.data-inbox tbody tr .delete314 {315 border-left : 1px solid #E3E3DE;316 }317 318 /* Notify *****************************************************************************************/319 320 #part-post-notify table.data-inbox tr .delete321 {322 width : 12px;323 }324 325 #part-post-notify table.data-inbox thead tr th.delete span326 {327 display : none;328 }329 330 #part-post-notify .main-explain-box331 {332 margin-bottom : 40px;333 text-align : left;334 }335 336 #part-post-notify table.data-inbox tbody tr td.content337 {338 border-left : 1px solid #E3E3DE;339 text-align : left;340 }341 342 #part-post-notify table.data-inbox tbody tr td.content .entryURL343 {344 color : #6B90C3;345 font-weight : bold;346 }347 348 #part-post-notify table.data-inbox tbody tr.reply-line td.content .new-icon349 {350 display : none;351 }352 353 #part-post-notify table.data-inbox tbody tr.reply-line td.content .commentURL354 {355 background-image : url('./image/icon_reply.gif');356 background-position : left top;357 background-repeat : no-repeat;358 padding-left : 26px;359 }360 361 #part-post-notify table.data-inbox tbody tr.reply-line td.content .new-icon span362 {363 display : none;364 }365 366 #part-post-notify table.data-inbox tbody tr .delete367 {368 border-left : 1px solid #E3E3DE;369 }370 371 #part-post-notify #search-form372 {373 top : 7.4em;374 }375 376 /* Trackback **************************************************************************************/377 378 #part-post-trackback table.data-inbox tr .delete379 {380 width : 12px;381 }382 383 #part-post-trackback table.data-inbox tbody tr .delete,384 #part-post-trackback table.data-inbox tbody tr .category,385 #part-post-trackback table.data-inbox tbody tr .title386 {387 border-left : 1px solid #E3E3DE;388 }389 390 #part-post-trackback table.data-inbox thead tr th.delete span391 266 { 392 267 display : none; … … 483 358 } 484 359 485 /* Trash *****************************************************************************************/486 487 #part-post-trash #search-form488 {489 top : 115px;490 }491 492 #part-post-trash .main-explain-box p493 {494 margin-bottom : 50px;495 }496 497 #part-post-trash fieldset498 {499 background-image : none;500 border : none;501 position : absolute;502 left : 0;503 top : 113px;
