--- a/web/archives-iframe.php Fri Feb 10 18:28:43 2012 +0100
+++ b/web/archives-iframe.php Mon Feb 13 12:30:54 2012 +0100
@@ -47,7 +47,7 @@
if (_timerJqScroll) {
clearInterval(_timerJqScroll);
}
- _timerJqScroll = setInterval(function() { $(".scrollable").scrollable().next()}, 5000);
+ _timerJqScroll = setInterval(function() { $(".scrollable").scrollable().next()}, 8000);
}
$(function() {
$(".archivesVideoBox").mouseover(function() {
@@ -82,9 +82,10 @@
<!-- -->
<div class="archivesTitleActionsContainer">
<div class="archivesActionsContainer" id="actions">
- <a class="prev browse left"></a>
- <a class="next browse right"></a>
+ <a class="prev browse left">« </a>
+ <a class="next browse right"> »</a>
</div>
+ <h3 class="archivesTitle">Polemic Tweet</h3>
</div>
<!-- -->
--- a/web/res/css/archives-iframe.css Fri Feb 10 18:28:43 2012 +0100
+++ b/web/res/css/archives-iframe.css Mon Feb 13 12:30:54 2012 +0100
@@ -24,7 +24,6 @@
color: #4b4b4b;
font-size: 18px;
margin: 0;
- text-align: center;
}
.archivesBoxContainer {
width: 270px;
@@ -34,10 +33,18 @@
}
.archivesActionsContainer {
float: right;
+ font-size: 16px;
+ font-weight: bold;
+ padding-top: 2px;
}
-.archivesTitleActionsContainer {
- float: left;
- width: 100%;
+.archivesActionsContainer a {
+ color: #2C80AF;
+ text-decoration: none;
+ cursor: pointer;
+}
+.archivesActionsContainer a:hover {
+ text-decoration: underline;
+ color: #000;
}
.archivesVideoBox {
position: relative;
@@ -74,35 +81,3 @@
.item {
float: left;
}
-a.browse {
- background: url(../../images/horizontal.png) no-repeat;
- display: block;
- float: left;
- width: 20px;
- height: 20px;
- cursor: pointer;
- font-size: 1px;
-}
-a.right {
- background-position: 0 -20px;
- margin-left: 5px;
-}
-a.right:hover {
- background-position: -20px -20px;
-}
-a.right:active {
- background-position: -40px -20px;
-}
-/* left */
-a.left {
- margin-left: 0px;
-}
-a.left:hover {
- background-position: -20px 0;
-}
-a.left:active {
- background-position: -40px 0;
-}
-#actions a.disabled {
- visibility: hidden !important;
-}
\ No newline at end of file
--- a/web/res/css/tweetcast.css Fri Feb 10 18:28:43 2012 +0100
+++ b/web/res/css/tweetcast.css Mon Feb 13 12:30:54 2012 +0100
@@ -601,7 +601,7 @@
}
.tweetwall #timeline {
- width: 280px; height: 770px;
+ width: 280px; height: 770px; background: #efefef;
}
.tweetwall li.full {
@@ -637,6 +637,10 @@
margin: 5px; width: 25px; height: 25px;
}
+.tweetwall .icons .annotations {
+ position: absolute; width: 30px; height: 8px; left: 0; top: 22px; z-index: 3;
+}
+
.tweetwall p.created_at {
font-size: 18px; text-align: center; font-style: italic; color: #999999; width: 90px; overflow: hidden;
}
--- a/web/tweetwall.php Fri Feb 10 18:28:43 2012 +0100
+++ b/web/tweetwall.php Mon Feb 13 12:30:54 2012 +0100
@@ -40,10 +40,7 @@
<script type="text/javascript" src="<?php echo(registry_url('raphael','js'))?>"></script>
<script type="text/javascript">
-// <?php if (isset($config['hashtag'])) echo "var tracking_keywords = ".json_encode(array($config['hashtag'])).";"; ?>
-
-
- var tracking_keywords = ['sarkozy'];
+ <?php if (isset($config['hashtag'])) echo "var tracking_keywords = ".json_encode(array($config['hashtag'])).";"; ?>
<?php if (isset($config['js_config'])) echo $config['js_config']; ?>
</script>
@@ -70,6 +67,23 @@
<div id="container">
+ <div class="barre">
+ <img src="<?php echo($head_logo); ?>" width="171" height="63" />
+ <form id="recherche">
+ <input autocomplete="off" class="greyed" id="inp_q" value="<?php echo $translate->_('Rechercher'); ?>" />
+ <input id="inp_submit" type="submit" />
+ <input id="inp_reset" type="reset" />
+ <div id="time_controls">
+ <div id="time_legende"></div>
+ <div id="time_scale"></div>
+ <a href="#" id="time_zoomout"></a>
+ <a href="#" id="time_zoomin"></a>
+ </div>
+ <div id="recherche_annot">
+ <?php echo $translate->_('SearchByPolemic'); ?> : <span id="rech_list_annot"></span><br />
+ </div>
+ </form>
+ </div>
<div id="tweetviz">
<ul id="tweetlist"></ul>
@@ -80,7 +94,6 @@
</div>
</div>
</div>
- <img src="<?php echo($head_logo); ?>" width="171" height="63" />
<!-- <div id="hovertweet">
<div id="hovercontent"></div>
<div id="hoverarrow"></div>