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 = 6;
$key1=urlencode($_GET['key1']);
$key2=urlencode($_GET['key2']);
$key3=urlencode($_GET['key3']);
if (($_GET['key1'] || $_GET['key2'] || $_GET['key3']) && !$_GET['seq']) {
//include_once "./search/list.php";
echo file_get_contents("http://www.cheric.org/research/tech/kiche/list.php?jourid=6&item1=".$_GET['item1']."&key1=".$key1."&link1=".$_GET['link1']."&item2=".$_GET['item2']."&key2=".$key2."&link2=".$_GET['link2']."&item3=".$_GET['item3']."&key3=".$key3."&syear=".$_GET['syear']."&eyear=".$_GET['eyear']."&sortby=".$_GET['sortby']."&start=".$_GET['start']);
} elseif ($_GET['seq']) {
//include_once "./search/view.php";
echo file_get_contents("http://www.cheric.org/research/tech/kiche/view.php?jourid=6&seq=".$_GET['seq']."&item1=".$_GET['item1']."&key1=".$key1."&link1=".$_GET['link1']."&item2=".$_GET['item2']."&key2=".$key2."&link2=".$_GET['link2']."&item3=".$_GET['item3']."&key3=".$key3."&syear=".$_GET['syear']."&eyear=".$_GET['eyear']."&sortby=".$_GET['sortby']."&start=".$_GET['start']);
} elseif ($_GET['searchby'] == "volumes") {
//include_once "./search/volumes.php";
echo file_get_contents("http://www.cheric.org/research/tech/kiche/volumes.php?jourid=6&seq=".$_GET['seq']."&item1=".$_GET['item1']."&key1=".$key1."&link1=".$_GET['link1']."&item2=".$_GET['item2']."&key2=".$key2."&link2=".$_GET['link2']."&item3=".$_GET['item3']."&key3=".$key3."&syear=".$_GET['syear']."&eyear=".$_GET['eyear']."&sortby=".$_GET['sortby']."&start=".$_GET['start']);
} elseif ($_GET['searchby'] == "years") {
//include_once "./search/years.php";
echo file_get_contents("http://www.cheric.org/research/tech/kiche/years.php?jourid=6&seq=".$_GET['seq']."&item1=".$_GET['item1']."&key1=".$key1."&link1=".$_GET['link1']."&item2=".$_GET['item2']."&key2=".$key2."&link2=".$_GET['link2']."&item3=".$_GET['item3']."&key3=".$key3."&syear=".$_GET['syear']."&eyear=".$_GET['eyear']."&sortby=".$_GET['sortby']."&start=".$_GET['start']);
} elseif ($_GET['searchby'] == "toc") {
//include_once "./search/toc.php";
echo file_get_contents("http://www.cheric.org/research/tech/kiche/toc.php?jourid=6&vol=".$_GET['vol']."&num=".$_GET['num']."&key1=".$key1."&link1=".$_GET['link1']."&item2=".$_GET['item2']."&key2=".$key2."&link2=".$_GET['link2']."&item3=".$_GET['item3']."&key3=".$key3."&syear=".$_GET['syear']."&eyear=".$_GET['eyear']."&sortby=".$_GET['sortby']."&start=".$_GET['start']);
} elseif ($_GET['searchby'] == "sectionlist") {
?>
include_once "./search/sectionlist.php";
} elseif ($_GET['searchby'] == "section") {
?>
include "search/section.inc.php";
//include_once "./search/section.php";
?> =$section_arr[$_GET['num']]?>
echo file_get_contents("http://www.cheric.org/research/tech/kiche/section.php?jourid=6&num=".$_GET['num']."&vol=".$_GET['vol']);
} else {
include_once "./search/search.php";
}
?>
|
|
|
|
|
|
|
include $rootpath."/inc/bottom.php"; ?>