thd/apps/frontend/modules/homepage/templates/indexSuccess.php
changeset 35 94a1dc255022
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/thd/apps/frontend/modules/homepage/templates/indexSuccess.php	Tue Sep 22 16:40:38 2009 +0200
@@ -0,0 +1,28 @@
+
+<div id="homepage">
+	<?php include_partial('partials/navigation')?>
+	<div id="document-sidebar">
+		<?php include_component( "homepage", "leftPanel" ) ?>
+	</div>
+	<div id="document">
+		<?php include_component( "homepage", "randomFilm" ) ?>
+		<?php include_component( "homepage", "lastTaggedList") ?>
+		<?php include_component( "homepage", "mostTaggedList" ) ?>		
+	</div>
+</div>
+<script language="JavaScript">
+	// a very simple setup
+	flowplayer("div.player-item", "flashes/flowplayer-3.1.3.swf",
+	{
+		// configuration for a clip
+			clip: {
+				autoPlay: true,
+		    	autoBuffering: true,
+		    	scaling: 'fit',
+			},
+			// setup controlbar to use skins
+			plugins: {
+			  	controls: conf.skins.universcine
+			}
+	});
+</script>
\ No newline at end of file