$g4_path = "../../..";
include_once("$g4_path/common.php");
include_once("$g4[path]/head.sub.php");
$view = get_view($write, $board, $board_skin_path);
if (strstr($sfl, "subject"))
$view[subject] = search_font($stx, $view[subject]);
$html = 0;
if (strstr($view[wr_option], "html1"))
$html = 1;
else if (strstr($view[wr_option], "html2"))
$html = 2;
$view[content] = conv_content($view[wr_content], $html);
if (strstr($sfl, "content"))
$view[content] = search_font($stx, $view[content]);
$view[content] = preg_replace("/(\
]*)(\>)/i", "\\1 name='target_resize_image[]' onclick='image_window(this)' style='cursor:pointer;' \\2 \\3", $view[content]);
?>
|
| Á¦¸ñ : =$view[subject]?> |
|
| À̸§ : =$view[name]?> |
Date : =substr($view[wr_datetime],2,14)?> |
|
// °¡º¯ ÆÄÀÏ
$cnt = 0;
for ($i=0; $i
FILE #{$cnt} :
{$view[file][$i][source]}
({$view[file][$i][size]}), Down:{$view[file][$i][download]}, {$view[file][$i][datetime]}
|
|
";
}
}
// ¸µÅ©
$cnt = 0;
for ($i=1; $i<=$g4[link_count]; $i++) {
if ($view[link][$i]) {
$cnt++;
$link = cut_str($view[link][$i], 70);
echo "
LINK #{$cnt} :
{$link}
({$view[link_hit][$i]})
|
|
";
}
}
?>
|
// ÆÄÀÏ Ãâ·Â
for ($i=0; $i<=count($view[file]); $i++) {
if ($view[file][$i][view])
echo $view[file][$i][view] . " " . $view[file][$i][content] . " ";
}
?>
=$view[content];?>
//echo $view[rich_content]; // {À̹ÌÁö:0} °ú °°Àº Äڵ带 »ç¿ëÇÒ °æ¿ì?>
|
if ($is_signature) { echo "| $signature | "; } // ¼¸í Ãâ·Â ?>
|
|