사용자: 새창으로 뜨는 컨텐츠들 수정
This commit is contained in:
@ -37,8 +37,8 @@ for($i=0; $row=sql_fetch_array($result); $i++) {
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<section id="point" class="new_win">
|
<div id="point" class="new_win">
|
||||||
<h1>포인트내역</h1>
|
<h1><?=$g4['title']?></h1>
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<caption>포인트내역 목록</caption>
|
<caption>포인트내역 목록</caption>
|
||||||
@ -106,7 +106,7 @@ for($i=0; $row=sql_fetch_array($result); $i++) {
|
|||||||
<div class="btn_window">
|
<div class="btn_window">
|
||||||
<a href="javascript:window.close();">창닫기</a>
|
<a href="javascript:window.close();">창닫기</a>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</div>
|
||||||
|
|
||||||
<?
|
<?
|
||||||
include_once($g4['path'].'/tail.sub.php');
|
include_once($g4['path'].'/tail.sub.php');
|
||||||
|
|||||||
@ -2,8 +2,8 @@
|
|||||||
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<section id="memo_list" class="new_win">
|
<div id="memo_list" class="new_win">
|
||||||
<h1><?= ($kind == 'recv') ? "받은" : "보낸";?> 쪽지함</h1>
|
<h1><?=$g4['title']?></h1>
|
||||||
|
|
||||||
<ul class="new_win_ul">
|
<ul class="new_win_ul">
|
||||||
<li><a href="./memo.php?kind=recv">받은쪽지</a></li>
|
<li><a href="./memo.php?kind=recv">받은쪽지</a></li>
|
||||||
@ -40,4 +40,4 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
|||||||
<div class="btn_window">
|
<div class="btn_window">
|
||||||
<a href="javascript:window.close();">창닫기</a>
|
<a href="javascript:window.close();">창닫기</a>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</div>
|
||||||
|
|||||||
@ -2,8 +2,8 @@
|
|||||||
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<section id="scrap" class="new_win">
|
<div id="scrap" class="new_win">
|
||||||
<h1>스크랩</h1>
|
<h1><?=$g4['title']?></h1>
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<caption>스크랩 목록</caption>
|
<caption>스크랩 목록</caption>
|
||||||
@ -38,4 +38,4 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
|||||||
<div class="btn_window">
|
<div class="btn_window">
|
||||||
<a href="javascript:window.close();">창닫기</a>
|
<a href="javascript:window.close();">창닫기</a>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</div>
|
||||||
@ -2,8 +2,8 @@
|
|||||||
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<section id="post_num" class="new_win">
|
<div id="post_num" class="new_win">
|
||||||
<h1>우편번호검색</h1>
|
<h1><?=$g4['title']?></h1>
|
||||||
|
|
||||||
<form name="fzip" method="get" autocomplete="off">
|
<form name="fzip" method="get" autocomplete="off">
|
||||||
<input type="hidden" name="frm_name" value="<?=$frm_name?>">
|
<input type="hidden" name="frm_name" value="<?=$frm_name?>">
|
||||||
@ -60,4 +60,4 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<? } ?>
|
<? } ?>
|
||||||
</section>
|
</div>
|
||||||
|
|||||||
@ -3,7 +3,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
<div id="poll_result" class="new_win">
|
<div id="poll_result" class="new_win">
|
||||||
<h1>설문조사 결과</h1>
|
<h1><?=$g4['title']?></h1>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h2><?=$po_subject?> 결과</h2>
|
<h2><?=$po_subject?> 결과</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user