include "left_menu.php"; ?> |
include $rootpath."/inc/banner.php"; ?> |
|
Home > 디지털라이브러리 >
저널검색 |
|
|
// DB 연결
include_once $_SERVER["DOCUMENT_ROOT"]."/inc/con_cheric_mysql.inc.php";
$jourid = 'proceeding';
if ((($_GET['key1'] || $_GET['key2'] || $_GET['key3']) && !$_GET['seq']) || ($_GET['vol'] && $_GET['num'] && !$_GET['seq'])) {
include_once "./search/list.php";
//echo iconv('euc-kr', 'utf-8//TRANSLIT', file_get_contents("http://www.cheric.org/research/tech/kiche/list.php?jourid=$jourid&item1=".$_GET['item1']."&key1=".$_GET['key1']."&link1=".$_GET['link1']."&item2=".$_GET['item2']."&key2=".$_GET['key2']."&link2=".$_GET['link2']."&item3=".$_GET['item3']."&key3=".$_GET['key3']."&syear=".$_GET['syear']."&eyear=".$_GET['eyear']."&sortby=".$_GET['sortby']."&start=".$_GET['start']));
} elseif ($_GET['seq']) {
if ($_GET['jourid'] == 'proceeding') {
include_once "./search/view_proceeding.php";
//echo iconv('euc-kr', 'utf-8//TRANSLIT', file_get_contents("http://www.cheric.org/research/tech/kiche/view_proceeding.php?jourid=$jourid&seq=".$_GET['seq']."&item1=".$_GET['item1']."&key1=".$_GET['key1']."&link1=".$_GET['link1']."&item2=".$_GET['item2']."&key2=".$_GET['key2']."&link2=".$_GET['link2']."&item3=".$_GET['item3']."&key3=".$_GET['key3']."&syear=".$_GET['syear']."&eyear=".$_GET['eyear']."&sortby=".$_GET['sortby']."&start=".$_GET['start']));
} else {
include_once "./search/view.php";
//echo iconv('euc-kr', 'utf-8//TRANSLIT', file_get_contents("http://www.cheric.org/research/tech/kiche/view.php?jourid=$jourid&seq=".$_GET['seq']."&item1=".$_GET['item1']."&key1=".$_GET['key1']."&link1=".$_GET['link1']."&item2=".$_GET['item2']."&key2=".$_GET['key2']."&link2=".$_GET['link2']."&item3=".$_GET['item3']."&key3=".$_GET['key3']."&syear=".$_GET['syear']."&eyear=".$_GET['eyear']."&sortby=".$_GET['sortby']."&start=".$_GET['start']));
}
} elseif ($_GET['searchby'] == "volumes") {
//include_once "./search/volumes.php";
echo iconv('euc-kr', 'utf-8//TRANSLIT', file_get_contents("http://www.cheric.org/research/tech/kiche/volumes.php?jourid=$jourid&seq=".$_GET['seq']."&item1=".$_GET['item1']."&key1=".$_GET['key1']."&link1=".$_GET['link1']."&item2=".$_GET['item2']."&key2=".$_GET['key2']."&link2=".$_GET['link2']."&item3=".$_GET['item3']."&key3=".$_GET['key3']."&syear=".$_GET['syear']."&eyear=".$_GET['eyear']."&sortby=".$_GET['sortby']."&start=".$_GET['start']));
} elseif ($_GET['searchby'] == "years") {
include_once "./search/years.php";
//echo iconv('euc-kr', 'utf-8//TRANSLIT', file_get_contents("http://www.cheric.org/research/tech/kiche/years.php?jourid=6&seq=".$_GET['seq']."&item1=".$_GET['item1']."&key1=".$_GET['key1']."&link1=".$_GET['link1']."&item2=".$_GET['item2']."&key2=".$_GET['key2']."&link2=".$_GET['link2']."&item3=".$_GET['item3']."&key3=".$_GET['key3']."&syear=".$_GET['syear']."&eyear=".$_GET['eyear']."&sortby=".$_GET['sortby']."&start=".$_GET['start']));
} elseif ($_GET['searchby'] == "toc") {
include_once "./search/toc.php";
//echo iconv('euc-kr', 'utf-8//TRANSLIT', file_get_contents("http://www.cheric.org/research/tech/kiche/toc.php?jourid=$jourid&vol=".$_GET['vol']."&num=".$_GET['num']."&key1=".$_GET['key1']."&link1=".$_GET['link1']."&item2=".$_GET['item2']."&key2=".$_GET['key2']."&link2=".$_GET['link2']."&item3=".$_GET['item3']."&key3=".$_GET['key3']."&syear=".$_GET['syear']."&eyear=".$_GET['eyear']."&sortby=".$_GET['sortby']."&start=".$_GET['start']));
} else {
include_once "./search/search_proceeding.php";
}
?>
|
|
|