| 1 | <ul id="menu"> |
|---|
| 2 | <li><a href="http://www.w3.org/QA/2006/obs_framework/" title="$documentation_title">$documentation</a></li> |
|---|
| 3 | <li><a href="http://dev.w3.org/cvsweb/2006/unicorn/" title="$download_title">$download</a></li> |
|---|
| 4 | <li><a href="mailto:public-qa-dev@w3.org" title="$feedback_title">$feedback</a></li> |
|---|
| 5 | <li><a href="${baseUri}translations" title="$translations_title">$translations</a></li> |
|---|
| 6 | </ul> |
|---|
| 7 | <ul id="lang_choice"> |
|---|
| 8 | #foreach( $key in $languages.keySet() ) |
|---|
| 9 | <li> |
|---|
| 10 | #if ($key == $lang) |
|---|
| 11 | $languages.get($key) |
|---|
| 12 | #else |
|---|
| 13 | <a href="${queryString}ucn_lang=$key" lang="$key" xml:lang="$key" hreflang="$key" rel="alternate">$languages.get($key)</a> |
|---|
| 14 | #end |
|---|
| 15 | </li> |
|---|
| 16 | #end |
|---|
| 17 | </ul> |
|---|
| 18 | <div id="footer"> |
|---|
| 19 | <p id="activity_logos"> |
|---|
| 20 | <a href="http://www.w3.org/QA/" title="$qa_activity"> |
|---|
| 21 | <img src="$!{baseUri}images/qa-small.png" alt="QA" /> |
|---|
| 22 | </a> |
|---|
| 23 | <a href="http://dev.w3.org/cvsweb/2006/unicorn/" title="$download_title"> |
|---|
| 24 | <img src="$!{baseUri}images/opensource-75x65.png" alt="Open Source" height="48"/> |
|---|
| 25 | </a> |
|---|
| 26 | </p> |
|---|
| 27 | <p id="support_logo"> |
|---|
| 28 | <a href="http://www.w3.org/QA/Tools/Donate" title="$donation_program"> |
|---|
| 29 | <img src="$!{baseUri}images/I_heart_validator.png" alt="I heart Validator logo"/> |
|---|
| 30 | </a> |
|---|
| 31 | </p> |
|---|
| 32 | <p class="copyright"> |
|---|
| 33 | <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2009 |
|---|
| 34 | <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>® |
|---|
| 35 | |
|---|
| 36 | (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, |
|---|
| 37 | <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, |
|---|
| 38 | <a href="http://www.keio.ac.jp/">Keio</a>), |
|---|
| 39 | All Rights Reserved. |
|---|
| 40 | W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, |
|---|
| 41 | <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>, |
|---|
| 42 | <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> |
|---|
| 43 | and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licensing</a> |
|---|
| 44 | |
|---|
| 45 | rules apply. Your interactions with this site are in accordance |
|---|
| 46 | with our <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">public</a> and |
|---|
| 47 | <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy |
|---|
| 48 | statements. |
|---|
| 49 | </p> |
|---|
| 50 | </div> |
|---|
| 51 | </body> |
|---|
| 52 | </html> |
|---|