Andreas Robertz In den Galleien 13 D-47533 Kleve Germany This Software is not totaly free, it is Postcard-Ware for non-commercial use. This means, if you want to use this Software for more than 14 days, you have to send an postcard or at least e-mail to the author, he collects them! THX ;-) This is mostly free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this package; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ $letter = mysql_escape_string ( $_GET ['letter']); $word = mysql_escape_string ($_POST ['word']); // Connection to Database require("connect.php"); //Including the language.inc require($lang); //Including the config_style.inc which gives extra config oportunity require($style); ?> Die Chroniken der Elomaran - Personen der Handlung

Personen der Handlung


Die Chroniken der Elomaran sind ein breit angelegtes Werk, ein sogenanntes Epos, das mit zwei parallelen Handlungsbögen beginnt. Entsprechend viele Personen treten dort auf, und entsprechend schnell kann man dort, als Autor und erst recht als Leser, den Überblick verlieren. Darum ist hier ein alphabetisches Glossar, das früher oder später alle Personen der Handlung enthalten soll. Zur Entstehung verschiedener Hauptfiguren gibt es eigene Seiten, die aus dem jeweiligen Eintrag heraus verlinkt sind.
Es sind nur Personen aufgeführt, die auch namentlich in Erscheinung treten.

"; ?> '; echo ''; $alphabet=array("a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"); $c=26; for ($i=0; $i<$c; $i++) { echo ''.$alphabet[$i].''; echo "\n"; } ; echo " \n"; echo ''; echo "[$alphabet_all] \n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo '
'.$search_word.':   '; echo '
'; echo " \n"; echo " \n"; echo " \n"; // Here starts the Output echo ""; echo " \n"; echo " $row_out \n"; echo $row_in ; echo " \n"; echo " $row_out \n"; while ($row < $nombre ){ $word = mysql_result($result,$row,"word"); $definition = mysql_result($result,$row,"definition"); if ($picsupport == "1") {$picurl = mysql_result($result,$row,"picurl");} echo $row_in ; echo ""; echo ""; $row++; } echo $row_out; echo $table_out; mysql_close();} }else{ // You want to see all entries ? // IF yes if ($letter=="*") { $query = "SELECT * FROM $table ORDER BY word "; $result = mysql_query($query); $nb = mysql_numrows($result); $row = 0; echo $table_in; //First Line echo $row_in ;echo"\n"; echo "\n"; echo " $row_out \n"; while ($row < $nb) { $word = mysql_result($result,$row,"word"); $definition = mysql_result($result,$row,"definition"); $picurl = mysql_result($result,$row,"picurl"); echo $row_in ;echo"\n"; echo "\n"; echo ""; echo"$row_out\n"; echo "\n"; $row++; } echo $table_out;echo"\n"; mysql_close(); //End of IF } // If NO else{ $query = "SELECT * FROM $table WHERE LEFT(word,1)='$letter' ORDER BY word "; $result = mysql_query($query); $nb = mysql_numrows($result); $row = 0; $nombre = mysql_numrows($result); if ( $nombre == 0 ) { echo "
$alphabet_no_entry
"; mysql_close(); //Including the Search-Box again because of Exit at the end echo " \n"; echo " \n"; // Deleting this Part is against the GNU! // You may Modify this Part, but it must be readable! echo " \n"; echo" "; echo " \n"; echo '
'; echo "$program_version
Copyright (c) $version_date Andreas Robertz
\n"; echo "http://www.crear.de
Modifikationen (c) 2007 von Volker Tanger und Maja Ilisch
\n"; echo ""; echo "
\n"; echo "

\n"; // Looking if the Alphabet-Bar or the Searchfunction was used if($word!="") { // Search Output $query = "SELECT * FROM $table WHERE word RLIKE '.*$word.*'"; $result = mysql_query($query); $nombre = mysql_numrows($result); if ( $nombre == 0 ) { echo ""; echo "
$search_no_result
$search_specify
"; echo "
"; }else{ echo $table_in; //First Line echo $row_in; echo "
$headformat_in$search_result :$headformat_out

\n"; echo "$headformat_in$headtitle_word$headformat_out \n" ; echo " \n"; echo "$headformat_in$headtitle_definition$headformat_out \n"; echo ""; echo "$word"; echo ""; echo "$definition"; echo ""; echo "$headformat_in$headtitle_word$headformat_out" ; echo ""; echo "$headformat_in$headtitle_definition$headformat_out"; echo ""; echo "$word"; echo ""; echo "$definition"; echo "
"; // End of Inclusion of Search-Box // Closing the Output-Box echo $row_out; echo $table_out; exit; } // using output-table from connect.php echo $table_in; //First line echo $row_in ;echo"\n"; echo ""; echo "$headformat_in$headtitle_word$headformat_out" ; echo "\n"; echo ""; echo "$headformat_in$headtitle_definition$headformat_out"; echo "\n"; while ($row < $nb) { $word = mysql_result($result,$row,"word"); $definition = mysql_result($result,$row,"definition"); $picurl = mysql_result($result,$row,"picurl"); echo $row_in ;echo"\n"; echo ""; echo "$word"; echo "\n"; echo ""; echo "$definition"; echo ""; echo "$row_out\n\n"; $row++; } echo $row_out; echo $table_out; mysql_close(); //End of Else All or Not All } //End of Else Searchfunktion } echo ""; echo ""; echo " \n"; echo " \n"; echo "

\n"; // Deleting this Part is against the GNU! // You may Modify this Part, but it must be readable! echo " \n"; echo" "; echo " \n"; echo '
'; echo "$program_version
Copyright (c) $version_date Andreas Robertz
\n"; echo "http://www.crear.de
Modifikationen (c) 2007 von Volker Tanger und Maja Ilisch
\n"; echo ""; ?>