diff options
author | wei <> | 2006-01-06 04:40:33 +0000 |
---|---|---|
committer | wei <> | 2006-01-06 04:40:33 +0000 |
commit | ab5bd4f0f9e5b76a219a8b3d353ce32d9255edb9 (patch) | |
tree | 79429edebb1ce48623b93d90cf0e37e59a02c53c /tests/FunctionalTests/protected/pages/Home.zh_CN.page | |
parent | 3b11f3555426a50664e130148fa37e18b8098e28 (diff) |
Adding BasicI18N tests
Diffstat (limited to 'tests/FunctionalTests/protected/pages/Home.zh_CN.page')
-rw-r--r-- | tests/FunctionalTests/protected/pages/Home.zh_CN.page | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/tests/FunctionalTests/protected/pages/Home.zh_CN.page b/tests/FunctionalTests/protected/pages/Home.zh_CN.page new file mode 100644 index 00000000..df7a9cc0 --- /dev/null +++ b/tests/FunctionalTests/protected/pages/Home.zh_CN.page @@ -0,0 +1,34 @@ +<!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>Prado Functional Tests (zh_CN)</title>
+ <style type="text/css">
+ /*<![CDATA[*/
+ body
+ {
+ font-family: Georgia, "Times New Roman", Times, serif;
+ }
+ .w3c
+ {
+ margin-top: 2em;
+ display: block;
+ }
+ /*]]>*/
+ </style>
+</head>
+
+<body>
+
+<h1>Prado Functional Tests (zh_CN)</h1>
+
+<div class="w3c">
+<a href="http://validator.w3.org/check?uri=referer">
+ Validate XHTML 1.0
+</a>
+</div>
+</body>
+</html>
\ No newline at end of file |