--- 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>