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 | Viktoria & Albert | |
Originaltitle: | Victoria & Albert | |
Regie: | John Erman | |
Darsteller: | Victoria Hamilton, Jonathan Firth, Peter Ustinov, John Wood | |
Erscheinungsjahr: | 2001 | |
Land: | UK | |
Stichwort: | Krebs, Typhus | |
Release: | 00.00.0000 |
Handlung | ||
Die 18jährige Prinzessin Viktoria kommt überraschend auf den britischen Thron. Albert von Sachsen-Koburg, einem der vielen deutschen Kleinstaaten, wird ihr als künftiger Gemahl praktisch zugeführt. Für Viktoria wird er zur Liebe auf den zweiten Blick, weil sie ihn bis dato für einen Langweiler hielt. Albert wird nach einer schwierigen Übergangszeit zum monarchischen Partner Viktorias und macht sich um die Modernisierung des Weltreiches verdient. Er stirbt 1862 "jung" am "Thyphusfieber" und hinterlässt eine trostlose Königin.
|
Weitere Info | ||
Bei der als "typhoid fever" diagnostizierten Erkrankung handelt es sich vermutlich um Magenkrebs. "Victoria & Albert is a 2001 British-US historical television serial. It focused on the early life and marriage of Queen Victoria and Prince Albert. The series starred Victoria Hamilton as Victoria, Jonathan Firth as Prince Albert and Peter Ustinov as King William IV. .... In the UK it was broadcast by the BBC, split into two parts of 100 minutes each............ The first episode covers Victoria's growth from bullied princess to ruling queen, and includes her romance and marriage with Albert of Saxe-Coburg-Gotha. The second episode depicts Victoria's life from her first pregnancy to Albert's death, including their family life together and Albert's increasing public role. Each episode is begun and ended by a small section with the 'Old Victoria', at the age of about 78." (Wikipedia)
|
/**********************************************************************************************
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