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
" ; // // // Ab hier sind keine Änderungen nur optional und nicht notwendig // // // // Hosted by stuff // //$mypage->nukelayoutSitename = "Giessener Elektronische Bibliothek
"; //$mypage->nukelayoutpageTitle = "Titel des Headers"; // // Background color // $mypage->nukelayoutthemeBgcolor = "#ffffff"; // // Funktion um das Array mit den Autoren zu sortieren // und um Dubletten auszufiltern, bei PHP4 kann man die eingebaute // Funktion verwenden! // function array_unique_php3 (&$thearray) { sort($thearray); reset($thearray); $newarray = array(); $i = 0; $element = current($thearray); for ($n=0;$n Query was empty