changes to the branding.
--- a/web/index.php Thu Dec 15 14:42:44 2011 +0100
+++ b/web/index.php Thu Dec 15 14:42:59 2011 +0100
@@ -14,7 +14,7 @@
<body>
<div id="outer_div">
<div id="banner">
- <img src="../crea/imgs/cinecast.png" style="margin-left: 45px; float: left;"></img>
+ <img src="../crea/imgs/enmi_logo.png" style="margin-left: 51px; margin-top: 6px; float: left;"></img>
<img src="../crea/imgs/iri.png" style="margin-right: 32px; float: right;"></img>
<div style="clear: both;"></div>
</div>
@@ -36,9 +36,16 @@
echo "<div class='thumb'><a href='player.php?stream=$stream_id'>$title</a> - $date</div>";
}
?>
- </div>
+ </div>
</div>
-
+ <div id="partners">
+ <!-- <a href="http://www.iri.centrepompidou.fr" target="_blank"><img src="../crea/imgs/iri_logo.png"></a> -->
+ <a href="http://www.capdigital.com/" target="_blank"><img src="../crea/imgs/capd_logo.png"></a>
+ <a href="http://www.ensci.com/" target="_blank"><img src="../crea/imgs/ensci_logo.png"></a>
+ <a href="http://www.institut-telecom.fr/" target="_blank"><img src="../crea/imgs/institut_telecom_logo.png"></a>
+ <a href="http://fing.org" target="_blank"><img src="../crea/imgs/fing_logo.png"></a>
+ <a href="http://www.alcatel-lucent.com" target="_blank"><img src="../crea/imgs/alcatel_logo.png"></a>
+ </div>
<div id="closing_div"></div>
</body>
</html>
\ No newline at end of file
--- a/web/player.php Thu Dec 15 14:42:44 2011 +0100
+++ b/web/player.php Thu Dec 15 14:42:59 2011 +0100
@@ -1,5 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html dir="ltr" xml:lang="fr" xmlns="http://www.w3.org/1999/xhtml" lang="fr">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<?php $url = "http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/" . $_GET["stream"] ?>
<head>
<title>Metadataplayer - Demo</title>
@@ -15,8 +16,8 @@
<body>
<div id="outer_div">
<div id="banner">
- <img src="imgs/cinecast.png" style="margin-left: 45px; float: left;"></img>
- <img src="imgs/iri.png" style="margin-right: 32px; float: right;"></img>
+ <img src="../crea/imgs/enmi_logo.png" style="margin-left: 45px; float: left;"></img>
+ <img src="../crea/imgs/iri.png" style="margin-right: 32px; float: right;"></img>
<div style="clear: both;"></div>
</div>
@@ -47,7 +48,7 @@
<div id="partners">
<h4 style="padding: 5px; margin: 0px;">Partenaires</h4>
- <img src="imgs/partners.png"></img>
+ <img src="../crea/imgs/partners.png"></img>
</div>
<div id="footer">
--- a/web/style.css Thu Dec 15 14:42:44 2011 +0100
+++ b/web/style.css Thu Dec 15 14:42:59 2011 +0100
@@ -89,20 +89,25 @@
#partners {
clear: both;
+ text-align: center;
margin: 0 auto;
margin-top: 20px;
- width: 890px;
- border: 10px solid #7a7a7a;
- background-color: white;
+ padding-top: 14px;
+ width: 894px;
+ border-top: 1px solid #949494;
+
font-size: 12px;
}
+
#partners img {
margin: 0 auto;
- display: block;
+ //display: block;
padding-bottom: 22px;
+ padding-right: 25px;
}
+
/* the last div of the document */
#closing_div {
width: 990px;