diff -r 36b25df474ac -r 34f92d5b2acf web/archives-iframe.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/archives-iframe.php Fri Feb 10 16:31:09 2012 +0100 @@ -0,0 +1,101 @@ +\n"); + $archive_ref = $archives_list[$i]; + + $archive_name = $archive_ref; + $metadata = null; + if(is_array($archive_ref)) { + $archive_name = $archive_ref[0]; + $metadata = $archive_ref[1]; + } + print(get_archive_box($archive_name,$metadata, $url_root, $basepath, $translate)); + print(" \n"); + } +} + +?> + + + + + Polemic tweet - Live Video and Annotation + + + + + + + + + ' rel='stylesheet' type='text/css'> + + + + +
+

_("shortArchive"); ?>

+
+
+ +
+
+ + +
+
+ + +
+ +
+
+ + \ No newline at end of file