# HG changeset patch # User Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com> # Date 1317831091 -7200 # Node ID db1e6bfaa54e7f1662da58c3288f2f7f66dfd402 # Parent 2ddd11ec2da2e8ed17686520afdc913efcfdedb6 add translation for config data diff -r 2ddd11ec2da2 -r db1e6bfaa54e .hgignore --- a/.hgignore Wed Oct 05 13:39:57 2011 +0200 +++ b/.hgignore Wed Oct 05 18:11:31 2011 +0200 @@ -37,3 +37,6 @@ syntax: regexp ^script/virtualenv/venv2$ ^script/virtualenv/venv_prod$ + +syntax: regexp +^\.settings$ \ No newline at end of file diff -r 2ddd11ec2da2 -r db1e6bfaa54e .settings/.jsdtscope --- a/.settings/.jsdtscope Wed Oct 05 13:39:57 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff -r 2ddd11ec2da2 -r db1e6bfaa54e .settings/org.eclipse.core.resources.prefs --- a/.settings/org.eclipse.core.resources.prefs Wed Oct 05 13:39:57 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ -#Thu Jul 21 03:09:15 CEST 2011 -eclipse.preferences.version=1 -encoding//script/lib/iri_tweet/export_twitter_alchemy.py=utf-8 -encoding//script/rest/export_twitter.py=utf-8 -encoding//script/virtualenv/venv/lib/python2.6/site-packages/twitter_text/__init__.py=utf-8 -encoding//script/virtualenv/venv/lib/python2.6/site-packages/twitter_text/extractor.py=utf-8 -encoding//script/virtualenv/venv/lib/python2.6/site-packages/twitter_text/tests.py=utf-8 diff -r 2ddd11ec2da2 -r db1e6bfaa54e .settings/org.eclipse.wst.jsdt.ui.superType.container --- a/.settings/org.eclipse.wst.jsdt.ui.superType.container Wed Oct 05 13:39:57 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -org.eclipse.wst.jsdt.launching.baseBrowserLibrary \ No newline at end of file diff -r 2ddd11ec2da2 -r db1e6bfaa54e .settings/org.eclipse.wst.jsdt.ui.superType.name --- a/.settings/org.eclipse.wst.jsdt.ui.superType.name Wed Oct 05 13:39:57 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -Window \ No newline at end of file diff -r 2ddd11ec2da2 -r db1e6bfaa54e web/archives.php --- a/web/archives.php Wed Oct 05 13:39:57 2011 +0200 +++ b/web/archives.php Wed Oct 05 18:11:31 2011 +0200 @@ -18,11 +18,11 @@ - + - + @@ -44,7 +44,7 @@ var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-23581291-1']); _gaq.push(['_trackPageview']); - _gaq.push(['_setAllowAnchor', true]); + _gaq.push(['_setAllowAnchor', true]); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; @@ -58,7 +58,7 @@
-
- +

_("Archive Title :"); ?>

- +
@@ -100,13 +100,13 @@ +
diff -r 2ddd11ec2da2 -r db1e6bfaa54e web/client.php --- a/web/client.php Wed Oct 05 13:39:57 2011 +0200 +++ b/web/client.php Wed Oct 05 18:11:31 2011 +0200 @@ -1,9 +1,9 @@ _('config__client_visual') != 'config__client_visual' && $translate->_('config__client_visual') != null ) { + $big_visual_url = URL_ROOT."$rep/".$translate->_('config__client_visual'); } $head_logo = URL_ROOT."$rep/images/head_logo.gif"; -if(isset($config['head_logo']) && $config['head_logo'] != null ) { - $head_logo = URL_ROOT."$rep/".$config['head_logo']; +if($translate->_('config__head_logo') != 'config__head_logo' && $translate->_('config__head_logo') != null ) { + $head_logo = URL_ROOT."$rep/".$translate->_('config__head_logo'); } ?> @@ -48,17 +48,17 @@ Live Video and Annotation - + - + - + @@ -69,7 +69,7 @@ ' rel='stylesheet' type='text/css'> ' rel='stylesheet' type='text/css'> - @@ -53,7 +53,7 @@ ' rel='stylesheet' type='text/css'> ' rel='stylesheet' type='text/css'> - - + @@ -34,7 +34,7 @@ ' rel='stylesheet' type='text/css'> ' rel='stylesheet' type='text/css'> - + +