include_once $_SERVER["DOCUMENT_ROOT"]."/inc/connect.php";
include_once "common/Common.config.php";
$m_no=4;
?>
=$title?>
include $rootpath."/inc/top.php"; ?> |
|
|
include $rootpath."/inc/sub_visual4.php"; ?> |
|
include "left_menu.php"; ?> |
include $rootpath."/inc/banner.php"; ?> |
|
Home > 디지털라이브러리 > 저널검색 |
|
|
// DB 연결
include_once $_SERVER["DOCUMENT_ROOT"]."/inc/con_cheric_mysql.inc.php";
$jourid = 5;
if (($_GET['key1'] || $_GET['key2'] || $_GET['key3']) && !$_GET['seq']) {
include_once "./search/list.php";
} elseif ($_GET['seq']) {
include_once "./search/view.php";
} elseif ($_GET['searchby'] == "volumes") {
include_once "./search/volumes.php";
} elseif ($_GET['searchby'] == "years") {
include_once "./search/years.php";
} elseif ($_GET['searchby'] == "toc") {
include_once "./search/toc.php";
} else {
include_once "./search/search.php";
}
?>
|
|
|
|
|
|
|
include $rootpath."/inc/bottom.php"; ?>