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 | Loss of heat | |
Originaltitle: | Loss of heat | |
Regie: | Noski Deville | |
Erscheinungsjahr: | 1994 | |
Land: | UK | |
Stichwort: | Epilepsie | |
Release: | 00.00.0000 |
Handlung | ||
Portrait zweier lesbischer Paare an den Schauplätze London und Spanien. Epilepsie spielt dabei eine "poetische" Rolle. |
Weitere Info | ||
A sun-drenched, magical portrayal of epilepsy and love that illustrates the relationship between the carer and the cared for. Focusing on two parallel lesbian relationships this film reflects the reality of living with an 'invisible' disability, challenging preconceived notions of the illness to reveal how it operates outside the epileptic fit on a daily basis. It is a poetic interpretation constructed from elements whose very nature is one of duality and contrast. It plays with the emotive and physical, not just in the immediate terms of the illness but across the boundaries of sexuality, desire, dependence, love, loss and life itself. The whole is a deeply sensual and visually beautiful work with an underlying edge of unease and instability. http://www.cinenova.org.uk/filmdetail.php?filmId=89
|
/**********************************************************************************************
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