- From: Denis Tea via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 22 Jan 2008 13:49:38 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/resources/templates/index
In directory hutz:/tmp/cvs-serv12649/resources/templates/index
Modified Files:
en_index.html.vm fr_index.html.vm
Log Message:
New french index and modification of english index for internationalization.
Index: en_index.html.vm
===================================================================
RCS file: /sources/public/2006/unicorn/resources/templates/index/en_index.html.vm,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- en_index.html.vm 7 Sep 2006 06:23:22 -0000 1.8
+++ en_index.html.vm 22 Jan 2008 13:49:36 -0000 1.9
@@ -38,6 +38,25 @@
<p id="tagline">the Web's Universal Conformance Checker - <strong>ALPHA Test Version</strong></p>
+ <ul id="lang_choice">
+
+ <li><a href="fr_index.html"
+ lang="fr"
+ xml:lang="fr"
+ hreflang="fr"
+ rel="alternate">Français</a>
+
+ </li>
+
+ <li><a href="en_index.html"
+ lang="en"
+ xml:lang="en"
+ hreflang="en"
+ rel="alternate">English</a>
+ </li>
+ </ul>
+
+
<div id="frontforms">
<ul class="tabset_tabs">
<li><a href="#validate-by-uri" class="active">by URI</a></li><!--
@@ -56,6 +75,7 @@
Address:
<input type="text" name="ucn_uri" id="ucn_uri" size="45" />
</label>
+ <input type="hidden" name="ucn_lang" id="ucn_lang" value="en" />
</p>
<fieldset id="opt_uri" class="options">
<p title="Simple options">Simple options</p>
Index: fr_index.html.vm
===================================================================
RCS file: /sources/public/2006/unicorn/resources/templates/index/fr_index.html.vm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fr_index.html.vm 20 Dec 2007 13:15:00 -0000 1.1
+++ fr_index.html.vm 22 Jan 2008 13:49:36 -0000 1.2
@@ -1,7 +1,7 @@
#macro(genTasklist $i)
<div>
- T�che :
+ Tâche :
<select name="ucn_task" onchange="javascript:taskChanged(this.options[this.options.selectedIndex].value, $i);">
#foreach( $task in $tasklist )
<option value="$task.getID()">$task.getLongName("fr")</option>
@@ -10,11 +10,12 @@
</div>
#end
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Unicorn</title>
<link rev="start" href="./" title="Home Page" />
<style type="text/css" media="all">@import "style/base.css";</style>
@@ -74,7 +75,8 @@
Adresse:
<input type="text" name="ucn_uri" id="ucn_uri" size="45" />
</label>
- <input type="hidden" name="ucn_lang" value="fr" />
+ <input type="hidden" name="ucn_lang" id="ucn_lang" value="fr" />
+
</p>
<fieldset id="opt_uri" class="options">
<p title="Simple options">Options de base</p>
@@ -157,7 +159,7 @@
<ul class="navbar" id="menu">
<li><a href="http://www.w3.org/QA/2006/obs_framework/" title="Documentation about this service and the software behind it">Documentation</a> <span class="hideme">|</span></li>
<li><a href="http://dev.w3.org/cvsweb/2006/unicorn/" title="Download the source for this service">Téléchargement</a> <span class="hideme">|</span></li>
- <li><a href="mailto:public-qa-dev@w3.org" title="send us your thoughts and bug reports on the PUBLIC development mailing-list">Retour</a> <span class="hideme">|</span></li>
+ <li><a href="mailto:public-qa-dev@w3.org" title="send us your thoughts and bug reports on the PUBLIC development mailing-list">Feedback</a> <span class="hideme">|</span></li>
</ul>
<p id="activity_logos">
Received on Tuesday, 22 January 2008 13:49:48 UTC