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'); } ?>
[ Empfehlungen ] [ Handlung ] [ Weitere Info ] |
Title | Cadfael. Im Namen der Heiligen | |
Originaltitle: | Cadfael. A morbid taste for bones | |
Regie: | Richard Stroud | |
Darsteller: | Derek Jacobi, Michael Culver, Julian Firth | |
Erscheinungsjahr: | 1996 | |
Land: | UK | |
Stichwort: | Epilepsie, Hysterie | |
Release: | 00.00.0000 |
Empfehlungen | ||
Trauern |
Handlung | ||
1137: Der Mönch Cadfael und seine Gefährten John und Columbanus pilgern vom Kloster Shrewsbury nach Wales zum Schrein der hlg. Winifred. Columbus will durch die Heilige von seiner Epilepsie geheilt werden. Cadfael hält ihn für einen Simulanten und Hysteriker. Columbus wird aber seine Vision am Schrein der Heiligen geglaubt und auch seine Erzählung, dass diese ins Kloster Shrewsbury überführt werden will. Es bedarf des kriminalistischen Scharfsinns von Cadfael, um Columbus Falschheit zu entdecken und ihn sogar als Mörder zu entlarven.
|
Weitere Info | ||
Hinweis von https://neurologicaldisordersinthemovies.wordpress.com/epilepsy/ Episode 3, von Staffel 2, 25.8.1996 Die TV-Serie beruht auf den Kriminalromanen von Edith Mary Pargeter. Diese Episode verfilmt: A morbid taste for bones (Im Namen der Heiligen / Mai 1137), 1977 "Edith Mary Pargeter OBE (* 28. September 1913 in Horsehay, England; † 14. Oktober 1995 in Telford, Shropshire) war eine englische Schriftstellerin. Sie schrieb unter dem Pseudonym Ellis Peters. Bekannt wurde Pargeter vor allem mit ihren historischen Kriminalromanen um den Mönch Bruder Cadfael. Ihre Bücher erschienen in 15 Sprachen und über 20 Ländern weltweit und bescherten ihr zahlreiche Auszeichnungen." "The book begins in Shrewsbury Abbey, England in the year 1137. Brother Cadfael is a 57 year-old monk of Welsh descent who only became a monk at age 40 after having been a Crusader. He is the abbey’s herbalist, growing herbs and making medicines from them. He has two assistants, Brother John and Brother Columbanus. Cadfael doubts if John really has a vocation. Columbanus apparently has epilepsy, but Cadfael doubts that too as Columbanus seems to be eager to bring attention to himself. Columbanus tends to overdo his expressions of piety and is very ambitious. Prior Robert, and Brothers Cadfael, Columbanus, and John (among others) go to Wales to get the remains. The local priest objects and a meeting of the local people is called. The largest landowner, Rhisiart, also objects and the meeting breaks up. Rhisiart is soon found dead and his death is taken as a sign that Winifred does indeed want to be moved to Shrewsbury. Cadfael does some detective work and determines that Rhisiart was actually killed by Columbanus. He tricks Columbanus into confessing while Columbanus is keeping vigil alone at the shrine. Columbanus realizes he has been tricked and tries to run away but is tackled by one of Cadfael’s companions and dies of an accidentally broken neck."
|
/**********************************************************************************************
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