print version
In order to read or print the quotable edition of the Ithaka-Journal please select the volume and press “show”
.
Look-up a quote or page:
To look-up a quoted page please enter the pagenumber and volume:
/* Template Name: druckversion */ if($_REQUEST['sucheText'] != ''){ $strJahrgang = str_replace('20','',$_REQUEST['sucheJahrgang']); $strSQL = "SELECT DISTINCT ID, post_title FROM wpForschung1_posts WHERE post_content LIKE '%[[".$strJahrgang.":".$_REQUEST['sucheText']."]]%' AND post_status = 'publish' AND post_type = 'post' "; $rs = mysql_query($strSQL); if(mysql_num_rows($rs) >= 1){ $arrData = mysql_fetch_assoc($rs); //header('Location: '.get_permalink($arrData['ID'])); wp_redirect(get_permalink($arrData['ID']).'#'.$strJahrgang.'-'.$_REQUEST['sucheText']); }else{ $blnKeineArtikel = true; } } ?>