function propTypeDateAddedSql($prop, $role) { if($role=="sql") { $sql = array(); $sql['select'] = "DATE_FORMAT(movies.DateAdded, '$GLOBALS[strDefaultDateFormat]') AS `$prop[Name]`"; return($sql); } else if($role=="order") { return("movies.DateAdded"); } } function propTypeClicksSql($prop, $role) { if($role=="sql") { $sql = array(); $sql['select'] = "movies.DownloadCount AS `$prop[Name]`"; return($sql); } else if($role=="order") { return("`$prop[Name]`"); } } function propTypeUserAddedSql($prop, $role) { global $CFG; if($role=="sql") { $sql = array(); $sql['select'] = "users.name AS `$prop[Name]`"; $sql['left join']["$CFG[Prefix]users AS users"] = "users.ID=movies.UserAddedID"; return($sql); } else if($role=="order") { return("`$prop[Name]`"); } } function propTypeCommentsSql($prop, $role) { global $CFG; if($role=="sql") { $sql['select'] = "COUNT(comment.ID) AS `$prop[Name]`"; $sql['left join']["$CFG[Prefix]comment AS comment"] = "comment.MovieID=movies.MovieID"; $sql['group'][] = "movies.MovieID"; return($sql); } else if($role=="order") { return("`$prop[Name]`"); } } if(file_exists('localproptypes.php')) { include('localproptypes.php'); } ?>
[ Handlung ] [ Weitere Info ] [ Info Filmdatenbank IMDb ] |
Title | Jeanne d'Arc | |
Originaltitle: | La passion de Jeanne d'Arc | |
Regie: | Carl Theodor Dreyer | |
Darsteller: | Maria Falconetti, Eugene Silvain, André Berley | |
Erscheinungsjahr: | 1928 | |
Land: | Frankreich | |
Stichwort: | Epilepsie, Anfälle, Halluzination, Psychose | |
Release: | 21.04.1928 |
Handlung | ||
Leben, Verurteilung und Tod der Jeanne d'Arc.
|
Weitere Info | ||
"Joan of Arc was an uneducated farmer's daughter in a remote village of medieval France who altered the course of history through her amazing military victories. From age thirteen Joan reported ecstatic moments in which she saw flashes of light coming from the side, heard voices of saints and saw visions of angels. In the opinion of the neurologist Dr. Lydia Bayne, Joan's blissful experiences "in which she felt that the secrets of the universe were about to be revealed to her"- were seizures, and they were triggered by the ringing of church bells. Joan displayed symptoms of a temporal lobe focus epilepsy: specifically, a musicogenic form of reflex epilepsy with an ecstatic aura. Musicogenic epilepsy is generally triggered by particular music which has an emotional significance to the individual. Joan's voices and visions propelled her to become an heroic soldier in the effort to save France from English domination and led to her martyrdom in 1431, burned at the stake as a heretic when she was 19 years old." Elizabeth Foote-Smith 2 Lydia Bayne: Department of Neurology, University of California San Francisco, San Francisco, California, U.S.A., Correspondence to 2 2635 Regent St., Berkeley, CA 94704, U.S.A., Copyright 1991 International League Against Epilepsy
|
Filminfo aus der IMDb Datenbank |
[ Info Filmdatenbank IMDb ] [ Trailer ] |
/**********************************************************************************************
YOU ARE NOT ALLOWED TO REMOVE THIS COPYRIGHT-Note!!!!!!
You didn't pay anything for this script, so you could at least
leave this Copyright-Notice here, it is only one short line at the bottom... thx :D
***********************************************************************************************/
?>
Copyright © 1998-2006 by Nikotto
modified by xiah