[or-cvs] r14554: This set of changes moves all images other than the favicon (in check/trunk: . cgi-bin images)

ioerror at seul.org ioerror at seul.org
Sun May 4 10:20:54 UTC 2008


Author: ioerror
Date: 2008-05-04 06:20:54 -0400 (Sun, 04 May 2008)
New Revision: 14554

Added:
   check/trunk/images/
   check/trunk/images/de.png
   check/trunk/images/en_US.png
   check/trunk/images/es.png
   check/trunk/images/fa_IR.png
   check/trunk/images/ja.png
   check/trunk/images/pl.png
   check/trunk/images/pt_BR.png
   check/trunk/images/tor-off.png
   check/trunk/images/tor-on.png
   check/trunk/images/zh_CN.png
Removed:
   check/trunk/tor-off.png
   check/trunk/tor-on.png
Modified:
   check/trunk/cgi-bin/index.py
Log:
This set of changes moves all images other than the favicon into a proper images/ directory.
We also now allow a user to click on a flag of their choice to see localized data.


Modified: check/trunk/cgi-bin/index.py
===================================================================
--- check/trunk/cgi-bin/index.py	2008-05-04 09:49:38 UTC (rev 14553)
+++ check/trunk/cgi-bin/index.py	2008-05-04 10:20:54 UTC (rev 14554)
@@ -161,7 +161,7 @@
     if UsingTor == 0:
         req.write('\n')
 	req.write('<img alt="Congratulations. You are using Tor." '\
-	'src="https://check.torproject.org/tor-on.png">\n<br>')
+	'src="https://check.torproject.org/images/tor-on.png">\n<br>')
 	req.write('<h1 style="color: #0A0">\n')
 	req.write(_('Congratulations. You are using Tor.'))
 	req.write('<br>\n<br>\n')
@@ -173,7 +173,7 @@
     elif UsingTor == 1:
         req.write('\n')
         req.write('<img alt="Sorry. You are not using Tor." '\
-        'src="https://check.torproject.org/tor-off.png">\n<br>')
+        'src="https://check.torproject.org/images/tor-off.png">\n<br>')
         req.write('<h1 style="color: #A00">')
         req.write(_('Sorry. You are not using Tor.'))
 	req.write('<br>\n<br>\n')
@@ -187,7 +187,7 @@
         req.write('\n')
         req.write('<img alt="Sorry, your query failed or an unexpected '\
         'response was received." '\
-        'src="https://check.torproject.org/tor-off.png">\n<br>')
+        'src="https://check.torproject.org/images/tor-off.png">\n<br>')
         req.write('<h1 style="color: #A00">\n')
         req.write(_('Sorry, your query failed or an unexpected response was received.'))
 	req.write('<br>\n')

Added: check/trunk/images/de.png
===================================================================
(Binary files differ)


Property changes on: check/trunk/images/de.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: check/trunk/images/en_US.png
===================================================================
(Binary files differ)


Property changes on: check/trunk/images/en_US.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: check/trunk/images/es.png
===================================================================
(Binary files differ)


Property changes on: check/trunk/images/es.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: check/trunk/images/fa_IR.png
===================================================================
(Binary files differ)


Property changes on: check/trunk/images/fa_IR.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: check/trunk/images/ja.png
===================================================================
(Binary files differ)


Property changes on: check/trunk/images/ja.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: check/trunk/images/pl.png
===================================================================
(Binary files differ)


Property changes on: check/trunk/images/pl.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: check/trunk/images/pt_BR.png
===================================================================
(Binary files differ)


Property changes on: check/trunk/images/pt_BR.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Copied: check/trunk/images/tor-off.png (from rev 14474, check/trunk/tor-off.png)
===================================================================
(Binary files differ)

Copied: check/trunk/images/tor-on.png (from rev 14474, check/trunk/tor-on.png)
===================================================================
(Binary files differ)

Added: check/trunk/images/zh_CN.png
===================================================================
(Binary files differ)


Property changes on: check/trunk/images/zh_CN.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Deleted: check/trunk/tor-off.png
===================================================================
(Binary files differ)

Deleted: check/trunk/tor-on.png
===================================================================
(Binary files differ)



More information about the tor-commits mailing list