[제나플러스] 프린트 서비스를 음악듣기로 변환
페이지 정보
본문
//음악듣기
function GPEN_PRINT(se_01){
var p = window.open("./print.php?bo_table=<?=$bo_table?>&wr_id="+se_01, "PrintWin","width=322, height=140, scrollbars=no");
p.focus();
}
--------------
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
include_once("$g4[path]/head.sub.php");
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?=$g4['charset']?>">
<title>음악듣기 서비스</title>
</head>
<body Topmargin=0 Leftmargin=0 Marginwidth=0 Marginheight=0>
<!-- 게시글 보기 시작 -->
<table width="322" height="140" border="0" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="5" valign="top" background="<?=$board_skin_path?>/img/001_01.gif" width="11" height="140" alt=""></td>
<td background="<?=$board_skin_path?>/img/001_02.gif" width="287" height="24" alt=""><?=$config[cf_title]?></td>
<td><input type=image src="<?=$board_skin_path?>/img/001_03.gif" width="13" height="24" onclick="javascript:self.close();"></td>
<td rowspan="5" valign="top" background="<?=$board_skin_path?>/img/001_04.gif" width="11" height="140" alt=""></td>
</tr>
<tr>
<td colspan="2" background="<?=$board_skin_path?>/img/001_05.gif" width="300" height="55" align="center" alt="">
<font color=#FFFFFF><? if ($is_category) { echo ($category_name ? "[$view[ca_name]] " : ""); } ?>
<?=cut_hangul_last(get_text($view[wr_subject]))?></FONT>
</td>
</tr>
<tr>
<td colspan="2" background="<?=$board_skin_path?>/img/001_06.gif" width="300" height="7" alt=""></td>
</tr>
<tr>
<td colspan="2" background="<?=$board_skin_path?>/img/001_07.gif" width="300" height="48" align="center" alt="">
<?
// 파일 출력
for ($i=0; $i<=count($view[file]); $i++) {
if ($view[file][$i][view])
{
$images[$i] = $view[file][$i][view];
}
}
?>
<?=$images[0]?>
</td>
</tr>
<tr>
<td colspan="2" background="<?=$board_skin_path?>/img/001_08.gif" width="300" height="6" alt=""></td>
</tr>
</table>
<!-- 게시글 보기 끝 -->
</body>
</html>
function GPEN_PRINT(se_01){
var p = window.open("./print.php?bo_table=<?=$bo_table?>&wr_id="+se_01, "PrintWin","width=322, height=140, scrollbars=no");
p.focus();
}
--------------
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
include_once("$g4[path]/head.sub.php");
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?=$g4['charset']?>">
<title>음악듣기 서비스</title>
</head>
<body Topmargin=0 Leftmargin=0 Marginwidth=0 Marginheight=0>
<!-- 게시글 보기 시작 -->
<table width="322" height="140" border="0" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="5" valign="top" background="<?=$board_skin_path?>/img/001_01.gif" width="11" height="140" alt=""></td>
<td background="<?=$board_skin_path?>/img/001_02.gif" width="287" height="24" alt=""><?=$config[cf_title]?></td>
<td><input type=image src="<?=$board_skin_path?>/img/001_03.gif" width="13" height="24" onclick="javascript:self.close();"></td>
<td rowspan="5" valign="top" background="<?=$board_skin_path?>/img/001_04.gif" width="11" height="140" alt=""></td>
</tr>
<tr>
<td colspan="2" background="<?=$board_skin_path?>/img/001_05.gif" width="300" height="55" align="center" alt="">
<font color=#FFFFFF><? if ($is_category) { echo ($category_name ? "[$view[ca_name]] " : ""); } ?>
<?=cut_hangul_last(get_text($view[wr_subject]))?></FONT>
</td>
</tr>
<tr>
<td colspan="2" background="<?=$board_skin_path?>/img/001_06.gif" width="300" height="7" alt=""></td>
</tr>
<tr>
<td colspan="2" background="<?=$board_skin_path?>/img/001_07.gif" width="300" height="48" align="center" alt="">
<?
// 파일 출력
for ($i=0; $i<=count($view[file]); $i++) {
if ($view[file][$i][view])
{
$images[$i] = $view[file][$i][view];
}
}
?>
<?=$images[0]?>
</td>
</tr>
<tr>
<td colspan="2" background="<?=$board_skin_path?>/img/001_08.gif" width="300" height="6" alt=""></td>
</tr>
</table>
<!-- 게시글 보기 끝 -->
</body>
</html>
추천0
댓글목록
등록된 댓글이 없습니다.