테스트 스킨 표시
This commit is contained in:
@ -48,7 +48,7 @@ if ($is_nogood) $colspan++;
|
||||
.board_search { text-align:center; margin:10px 0 0 0; }
|
||||
.board_search .stx { height:21px; border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; }
|
||||
</style>
|
||||
|
||||
2
|
||||
<!-- 게시판 목록 시작 -->
|
||||
<table width="<?=$width?>" align="center" cellpadding="0" cellspacing="0"><tr><td>
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
.n_title1 { font-family:돋움; font-size:9pt; color:#FFFFFF; }
|
||||
.n_title2 { font-family:돋움; font-size:9pt; color:#5E5E5E; }
|
||||
</style>
|
||||
|
||||
2
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td width="4" height="33" bgcolor="#7BB2D6"><img src="<?=$connect_skin_path?>/img/list_top_01.gif" width="4" height="33"></td>
|
||||
|
||||
@ -38,7 +38,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
echo " " . $list[$i]['icon_link'];
|
||||
echo " " . $list[$i]['icon_hot'];
|
||||
echo " " . $list[$i]['icon_secret'];
|
||||
?></td></tr>
|
||||
?>2</td></tr>
|
||||
<tr><td bgcolor=#EBEBEB height=1></td></tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
|
||||
@ -37,7 +37,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
<br>
|
||||
<table width="100%" cellpadding="4" cellspacing="0" bgcolor=#EEEEEE>
|
||||
<tr>
|
||||
<td height=40> <b>회원가입약관</b></td>
|
||||
<td height=40> <b>회원가입약관2</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" valign="top"><textarea style="width: 98%" rows=10 readonly class=ed><?=get_text($config[cf_stipulation])?></textarea></td>
|
||||
|
||||
@ -36,7 +36,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
</table>
|
||||
</form>
|
||||
<!-- 분류 끝 -->
|
||||
|
||||
2
|
||||
<!-- 제목 시작 -->
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
|
||||
@ -37,7 +37,7 @@ function chkReset(f)
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
2
|
||||
<!-- 로그인 전 외부로그인 시작 -->
|
||||
<form name="fhead" method="post" onsubmit="return fhead_submit(this);" autocomplete="off" style="margin:0px;">
|
||||
<input type="hidden" name="url" value="<?=$outlogin_url?>">
|
||||
|
||||
@ -13,7 +13,7 @@ if (!$po_id)
|
||||
|
||||
$po = sql_fetch(" select * from $g4[poll_table] where po_id = '$po_id' ");
|
||||
?>
|
||||
|
||||
2
|
||||
<table width="220" border="0" cellspacing="0" cellpadding="0">
|
||||
<form name="fpoll" method="post" action="<?=$g4[bbs_path]?>/poll_update.php" onsubmit="return fpoll_submit(this);" target="winPoll">
|
||||
<input type="hidden" name="po_id" value="<?=$po_id?>">
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<?
|
||||
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
?>
|
||||
인기검색어 :
|
||||
인기검색어 : 2
|
||||
<?
|
||||
for ($i=0; $i<count($list); $i++) {
|
||||
echo "<a href='$g4[bbs_path]/search.php?sfl=wr_subject&sop=and&stx=".urlencode($list[$i][pp_word])."'>{$list[$i][pp_word]}</a> ";
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<?
|
||||
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
?>
|
||||
|
||||
2
|
||||
<form name=fsearch method=get onsubmit="return fsearch_submit(this);" style="margin:0px;">
|
||||
<table align=center width=95% cellpadding=2 cellspacing=0>
|
||||
<input type="hidden" name="srows" value="<?=$srows?>">
|
||||
|
||||
@ -3,7 +3,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
|
||||
global $is_admin;
|
||||
?>
|
||||
|
||||
2
|
||||
<table width="220" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td colspan="3"><img src="<?=$visit_skin_path?>/img/visit_top.gif" width="220" height="11"></td>
|
||||
|
||||
Reference in New Issue
Block a user