diff --git a/css/default.css b/css/default.css index ededfc007..c5f1b4de6 100644 --- a/css/default.css +++ b/css/default.css @@ -487,7 +487,7 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#333;color:#fff; .bo_img_con {margin:0;padding:0;list-style:none} .bo_img_con li {margin:0 0 4px} -.bo_img_con span {display:inline-block;width:50px} +.bo_img_con .bo_img_subject {display:inline-block;width:50px} .bo_img_now .bo_img_text_href a {color:#ff3061} @@ -501,7 +501,7 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#333;color:#fff; .bo_img_text_href span {display:inline !important} .bo_img_text_href img {margin:0 0 0 4px} -/* 목록 공통 */ +/* 게시판 목록 공통 */ .bo_fx {margin-bottom:5px;zoom:1} .bo_fx:after {display:block;visibility:hidden;clear:both;content:""} .bo_fx ul {margin:0;padding:0;list-style:none} diff --git a/css/mobile.css b/css/mobile.css index c49361ce8..4b2af4614 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -23,7 +23,7 @@ pre {overflow-x:scroll;font-size:1.1em} /* 화면낭독기 사용자용 */ #hd_login_msg {position:absolute;top:0;left:0;width:0;height:0;overflow:hidden} -.sound_only {display:inline-block;margin:0;padding:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden} +.sound_only {display:inline-block;margin:0 !important;padding:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;overflow:hidden} /* 본문 바로가기 */ #to_content a {z-index:100000;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden} @@ -420,6 +420,28 @@ input.required:focus {border:0;background:#21272e !important;color:#fff;line-hei #bo_list td:nth-of-type(2) {text-align:center} +/* 갤러리 목록 */ +#bo_img h2 {margin:0;padding:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden} +#bo_img_list {margin:1em 0 0;padding:0 1em;list-style:none;zoom:1} +#bo_img_list:after {display:block;visibility:hidden;clear:both;content:""} +.bo_img_list_li {float:left;margin:0 0 2em;width:25%} + +.bo_img_con {margin:0;padding:0;list-style:none} +.bo_img_con li {margin:0 0 0.3em} +.bo_img_con .bo_img_subject {display:inline-block;width:50px} + +.bo_img_now .bo_img_text_href a {color:#ff3061} + +.bo_img_href a:link, +.bo_img_href a:focus, +.bo_img_href a:hover {text-decoration:none} +.bo_img_href strong {display:block;width:174px;height:124px;background:#f7f7f7;text-align:center;line-height:10em} + +.bo_img_text_href {margin:1em 0 !important} +.bo_img_text_href a {color:#000;font-weight:bold;text-decoration:none} +.bo_img_text_href img {margin:0 0 0 0.3em} + +/* 게시판 목록 공통 */ .bo_fx {margin-bottom:0.3em;padding:0.5em 1em;zoom:1} .bo_fx:after {display:block;visibility:hidden;clear:both;content:""} .bo_fx ul {margin:0;padding:0;list-style:none} diff --git a/mobile/skin/board/gallery/img/icon_file.gif b/mobile/skin/board/gallery/img/icon_file.gif new file mode 100644 index 000000000..cca47f566 Binary files /dev/null and b/mobile/skin/board/gallery/img/icon_file.gif differ diff --git a/mobile/skin/board/gallery/img/icon_hot.gif b/mobile/skin/board/gallery/img/icon_hot.gif new file mode 100644 index 000000000..c95b839ae Binary files /dev/null and b/mobile/skin/board/gallery/img/icon_hot.gif differ diff --git a/mobile/skin/board/gallery/img/icon_img.gif b/mobile/skin/board/gallery/img/icon_img.gif new file mode 100644 index 000000000..fefa10d4a Binary files /dev/null and b/mobile/skin/board/gallery/img/icon_img.gif differ diff --git a/mobile/skin/board/gallery/img/icon_link.gif b/mobile/skin/board/gallery/img/icon_link.gif new file mode 100644 index 000000000..0f3cb1ac6 Binary files /dev/null and b/mobile/skin/board/gallery/img/icon_link.gif differ diff --git a/mobile/skin/board/gallery/img/icon_mobile.gif b/mobile/skin/board/gallery/img/icon_mobile.gif new file mode 100644 index 000000000..ad934d23c Binary files /dev/null and b/mobile/skin/board/gallery/img/icon_mobile.gif differ diff --git a/mobile/skin/board/gallery/img/icon_movie.gif b/mobile/skin/board/gallery/img/icon_movie.gif new file mode 100644 index 000000000..cb958f83f Binary files /dev/null and b/mobile/skin/board/gallery/img/icon_movie.gif differ diff --git a/mobile/skin/board/gallery/img/icon_new.gif b/mobile/skin/board/gallery/img/icon_new.gif new file mode 100644 index 000000000..45aa6d7ed Binary files /dev/null and b/mobile/skin/board/gallery/img/icon_new.gif differ diff --git a/mobile/skin/board/gallery/img/icon_reply.gif b/mobile/skin/board/gallery/img/icon_reply.gif new file mode 100644 index 000000000..91c135977 Binary files /dev/null and b/mobile/skin/board/gallery/img/icon_reply.gif differ diff --git a/mobile/skin/board/gallery/img/icon_secret.gif b/mobile/skin/board/gallery/img/icon_secret.gif new file mode 100644 index 000000000..c04899f14 Binary files /dev/null and b/mobile/skin/board/gallery/img/icon_secret.gif differ diff --git a/mobile/skin/board/gallery/img/icon_sound.gif b/mobile/skin/board/gallery/img/icon_sound.gif new file mode 100644 index 000000000..c5188318a Binary files /dev/null and b/mobile/skin/board/gallery/img/icon_sound.gif differ diff --git a/mobile/skin/board/gallery/list.skin.php b/mobile/skin/board/gallery/list.skin.php new file mode 100644 index 000000000..fe20dccb8 --- /dev/null +++ b/mobile/skin/board/gallery/list.skin.php @@ -0,0 +1,247 @@ + + +

+ +
+ + +
+ + +
+ + +
+ +
+ + +
+
+ Total + 페이지 +
+ + + + +
+ +
+ + + + + + + +

이미지 목록

+ + + + +
+ + + +
+ + +
+
+ + + + + + + + +
+ 게시물 검색 + +
+ + + + + + +
+
+ + + + + diff --git a/mobile/skin/board/gallery/view.skin.php b/mobile/skin/board/gallery/view.skin.php new file mode 100644 index 000000000..79ac40243 --- /dev/null +++ b/mobile/skin/board/gallery/view.skin.php @@ -0,0 +1,221 @@ + + +
+ +

+ + +

+ +

+ +
+

게시물 정보

+ 작성자 + 작성일 + 조회 + 댓글 +
+ + + + +
+

첨부파일

+ +
+ + + + + + + + +
+
+

본문

+
+ + \n"; + + for ($i=0; $i<=count($view['file']); $i++) { + if ($view['file'][$i]['view']) { + //echo $view['file'][$i]['view']; + echo get_view_thumbnail($view['file'][$i]['view']); + } + } + + echo "
\n"; + } + ?> + +
+ + + +

+ + +
+ 스크랩 + 추천 + 비추천 +
+ +
+ 추천 + 비추천 +
+ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/mobile/skin/board/gallery/view_comment.skin.php b/mobile/skin/board/gallery/view_comment.skin.php new file mode 100644 index 000000000..7428fbb4b --- /dev/null +++ b/mobile/skin/board/gallery/view_comment.skin.php @@ -0,0 +1,292 @@ + + + + + +
+

댓글목록

+ \]/i", "", $str); + // FLASH XSS 공격에 의해 주석 처리 - 110406 + //$str = preg_replace("/\[\\]/i", "", $str); + $str = preg_replace("/\[\]*\>[^\s]*\<\/a\>\]/i", "", $str); + ?> +
style="margin-left:px;border-top-color:#e0e0e0"> +
+

님의 댓글

+ + 댓글의 댓글 + + 아이피 + + + 작성일 + +
+ + +

+ ";?> + +

+ + + + + " id="secret_comment_"> + + + + + +
+ +

등록된 댓글이 없습니다.

+ +
+ + + + + + diff --git a/mobile/skin/board/gallery/write.skin.php b/mobile/skin/board/gallery/write.skin.php new file mode 100644 index 000000000..7e6c2ae07 --- /dev/null +++ b/mobile/skin/board/gallery/write.skin.php @@ -0,0 +1,234 @@ + + +

+ +
+ + + + + + + + + + +'.PHP_EOL.''; + } + + if ($is_html) { + if ($is_dhtml_editor) { + $option_hidden .= ''; + } else { + $option .= PHP_EOL.''.PHP_EOL.''; + } + } + + if ($is_secret) { + if ($is_admin || $is_secret==1) { + $option .= PHP_EOL.''.PHP_EOL.''; + } else { + $option_hidden .= ''; + } + } + + if ($is_mail) { + $option .= PHP_EOL.''.PHP_EOL.''; + } +} + +echo $option_hidden; +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
>
옵션
+ +
" id="wr_link" class="frm_input" size="50">
파일 # + + + + + + + +
자동등록방지 + +
+ +
+ + 취소 +
+
+ + diff --git a/skin/board/gallery/list.skin.php b/skin/board/gallery/list.skin.php index 889258c5a..fe20dccb8 100644 --- a/skin/board/gallery/list.skin.php +++ b/skin/board/gallery/list.skin.php @@ -121,11 +121,11 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); //if (isset($list[$i]['icon_secret'])) echo $list[$i]['icon_secret']; ?> -
  • 작성자
  • -
  • 작성일
  • -
  • 조회
  • -
  • 추천
  • -
  • 비추천
  • +
  • 작성자
  • +
  • 작성일
  • +
  • 조회
  • +
  • 추천
  • +
  • 비추천