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 ] |
Title | L' osservatorio nucleare del Signor Nanof | |
Originaltitle: | L' osservatorio nucleare del Signor Nanof | |
Regie: | Paolo Rosa | |
Darsteller: | Giorgio Corsetti Barberio, V. Magli | |
Erscheinungsjahr: | 1985 | |
Land: | Italien | |
Stichwort: | Paranoia, Anstalt, Psychiatrie | |
Release: | 00.00.0000 |
Handlung | ||
Ein Intellektueller und eine Fotografin analysieren die Graffitti, die ein Patient der psychiatrischen Anstalt von Volterra auf einer Fläche von 2 x 180 m in den Jahren seines Aufenthaltes angefertigt hat.
|
Weitere Info | ||
Unter der Regie des VideoKünstlers Paolo Rosa macht der Theaterschauspieler Giorgio Barberio Corsetti einen Patienten der psychiatrischen Anstalt von Volterra, der sich N.O.F. (Akronym für Nannetti Oreste Fernando) nennt, lebendig. weitere Informationen: http://www.violettanet.it/links/poesia/poesia_graffiti.htm http://www.quadernidaltritempi.eu/rivista/numero6/biografia.htm IL DOCUMENTARIO
Nel 1961 fu trasferito alla sezione civile Charcot, per poi tornare, tra il 1967 e il 1968, all’ex giudiziario Ferri, fino al suo trasferimento per dimissione all’Istituto Bianchi nel dicembre del 1973.
Nannetti Oreste Fernando è morto a Volterra il 24 novembre 1994. Il graffito del Ferri è ormai in totale disfacimento. La balaustra è stata abbattuta. I lavori cartacei bruciati in quanto effetti personali dopo la morte di Nannetti, in assenza di parenti a cui inviarli. Fortunatamente erano stati in precedenza fotocopiati. Zitiert aus: http://www.quadernidaltritempi.eu/rivista/numero6/biografia.htm
|
/**********************************************************************************************
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