diff --git a/css/def.css b/css/def.css index f2ef8eddb..a65090962 100644 --- a/css/def.css +++ b/css/def.css @@ -26,6 +26,7 @@ legend {margin-left:0;padding:7px 10px;border:1px solid #dedace;background:#f0f0 fieldset .fieldset_input {padding:3px;border:1px solid #ddd;background:#f0f0ed;vertical-align:middle} fieldset .fieldset_input:focus {padding:4px;border:0;background:#494946;color:#fff} fieldset select {padding:2px;border:1px solid #ddd;background:#f0f0ed;vertical-align:middle} +fieldset p {margin:0} fieldset span {display:inline-block;margin-right:10px;padding-right:10px;border-right:1px solid #ddd;vertical-align:middle} fieldset button, .fieldset_submit {padding:0 15px;height:23px;border:0;background:#494946;color:#fff;font-size:0.8em;line-height:1.9em;vertical-align:middle;cursor:pointer} diff --git a/skin/new/neo/new.skin.php b/skin/new/neo/new.skin.php index a37d0f937..a62f58ab1 100644 --- a/skin/new/neo/new.skin.php +++ b/skin/new/neo/new.skin.php @@ -8,14 +8,12 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 사이트 상세검색 검색대상 =$group_select?> - 검색종류 - + 전체게시물 원글만 코멘트만 - 회원아이디 - + - + 제목+내용 제목 내용 @@ -17,7 +17,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 이름 - + @@ -55,6 +55,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 if ($stx) { ?> if ($board_count) { ?> + 검색된 게시판 리스트 =$board_count?>개의 게시판, =number_format($total_count)?>개의 게시글, =number_format($page)?>/=number_format($total_page)?> 페이지 } else { ?> } ?> @@ -64,7 +65,6 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 if ($stx) { - echo "검색된 게시판 리스트 (".$board_count."개의 게시판, ".number_format($total_count)."개의 게시글, ".number_format($page)."/".number_format($total_page)." 페이지)"; if ($board_count) { ?> @@ -109,6 +109,6 @@ for ($idx=$table_index, $k=0; $idx } ?> - + =$write_pages?> - \ No newline at end of file +
if ($board_count) { ?> + 검색된 게시판 리스트 =$board_count?>개의 게시판, =number_format($total_count)?>개의 게시글, =number_format($page)?>/=number_format($total_page)?> 페이지 } else { ?> } ?>