// MUSS ZUERST EINGELESEN WERDEN!
require("portalclass.php");
$mypage = new nukeLayout;
// NICHT ÄNDERN
$email = $conf->value("email");
//
//
// Ab hier können eigene Änderungen gemacht werden
//
//
$QUERY_MAIN = "oi.inst_nr='313400' AND o.source_opus=oi.source_opus";
$QUERY = "SELECT o.description, o.creator_corporate, o.source_opus, o.type, o.title, o.source_title, o.date_creation, o.date_year FROM opus o, opus_inst oi WHERE $QUERY_MAIN ORDER BY o.date_year DESC,o.source_opus DESC";
//
// Show Doc Type
//
$SHOW_DOC_TYPE = 'no';
// nur wenn $SHOW_DOC_TYPE = 'yes' !!!
//
// DOC TYPES
//
$DOC_TYPE_ARRAY = array (
"Proceedings"=>"AND o.type = '16' AND o.title NOT CLIKE '%(Tutorial)%' ORDER BY o.title",
"Tutorials"=>"AND o.type = '16' AND o.title CLIKE '%(Tutorial)%' ORDER BY o.title",
"Contributions"=>"AND o.type <> '16' ORDER BY o.title"
);
//
// Overview Links
//
$mypage->nukelayoutmenuLink_array = array(
"Editorial" => "editorial.php",
"
Giessener Papyrussammlungen" => "institut.php",
"
Giessener Elektronische Bibliothek" => "homepage.php"
//"Editorial" => "editorial.php", // das 2. Argument ist eine Datei!!
//"Email to the Editor" => "editor.php", // das 2. Argument ist eine Datei!!
//"Homepage des Portals" => "homepage.php" // das 2. Argument ist eine Datei!!
);
//
// Main Portal Logo
//
$mypage->nukelayoutLogo = "/geb/Icons/jlu-logo-300.gif";
//
// Background picture
//
$mypage->nukelayoutthemeBackground="background=\"/geb/Icons/verlauf2.gif\"";
//
// Footer
//
$mypage->nukelayoutSiteFooterText = "
|
Giessener Elektronische Bibliothek
Fragen und Anregungen |