Index: trunk/tools/ToolserverI18N/public_html/main.css |
— | — | @@ -2,10 +2,10 @@ |
3 | 3 | background: rgb(0, 215, 0); |
4 | 4 | } |
5 | 5 | .cookie-health.good { |
6 | | - background: rgb(255, 215, 0); |
| 6 | + background: #00D700; |
7 | 7 | } |
8 | 8 | .cookie-health.bad { |
9 | | - background: rgb(255, 165, 0); |
| 9 | + background: rgb(255, 215, 0); |
10 | 10 | } |
11 | 11 | .cookie-health.worst { |
12 | 12 | background: rgb(255, 0, 0); |
Index: trunk/tools/ToolserverI18N/public_html/index.php |
— | — | @@ -243,10 +243,12 @@ |
244 | 244 | $about = '<div id="tab-about">'; |
245 | 245 | |
246 | 246 | $about .= '<a href="http://translatewiki.net/wiki/Translating:Toolserver">' |
247 | | - . '<img src="http://translatewiki.net/w/i.php?title=Special:TranslationStats&' |
248 | | - . 'graphit=1&width=520&height=400&group=tsint-0-all" width="520" height="400" alt="" class="floatRight" />' |
| 247 | + . '<img src="http://translatewiki.net/w/i.php?title=Special:TranslationStats' |
| 248 | + . '&graphit=1&preview=&count=edits&scale=weeks&days=30&width=600&height=400&group=tsint-0-all' |
| 249 | + . '" width="520" height="400" alt="" class="floatRight" />' |
249 | 250 | . '</a>'; |
250 | | -$about .= 'Technical documentation: <a href="https://wiki.toolserver.org/view/Toolserver_Intuition">https://wiki.toolserver.org/view/Toolserver_Intuition</a>' |
| 251 | +$about .= 'Technical documentation: <a href="https://wiki.toolserver.org/view/Toolserver_Intuition">' |
| 252 | + . 'https://wiki.toolserver.org/view/Toolserver_Intuition</a>' |
251 | 253 | . '<div class="tab-paragraph-head">' . _( 'usage' ) . '</div><ul>'; |
252 | 254 | foreach ( $I18N->getAllRegisteredDomains() as $domainKey => $domainFile ) { |
253 | 255 | $domainInfo = $I18N->getDomainInfo( $domainKey ); |