diff options
author | wei <> | 2006-01-13 12:57:54 +0000 |
---|---|---|
committer | wei <> | 2006-01-13 12:57:54 +0000 |
commit | 52ae5aef521fa7d800e09206342eb9ac17043cd8 (patch) | |
tree | 51c3791769ad032232f6f2d3937404b0864f5012 /tests/FunctionalTests/protected/pages/I18N/BasicI18N.page | |
parent | 8e16e1f6e9b2b79696d03375e2a60fbae6761a64 (diff) |
Diffstat (limited to 'tests/FunctionalTests/protected/pages/I18N/BasicI18N.page')
-rw-r--r-- | tests/FunctionalTests/protected/pages/I18N/BasicI18N.page | 36 |
1 files changed, 3 insertions, 33 deletions
diff --git a/tests/FunctionalTests/protected/pages/I18N/BasicI18N.page b/tests/FunctionalTests/protected/pages/I18N/BasicI18N.page index e09c2161..f4ef35d2 100644 --- a/tests/FunctionalTests/protected/pages/I18N/BasicI18N.page +++ b/tests/FunctionalTests/protected/pages/I18N/BasicI18N.page @@ -1,28 +1,5 @@ -<%@ Application.Globalization.Culture="zh_CN" %>
-<!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>Basic I18N Test</title>
- <style type="text/css">
- /*<![CDATA[*/
- body
- {
- font-family: Georgia, "Times New Roman", Times, serif;
- }
- .w3c
- {
- margin-top: 2em;
- display: block;
- }
- /*]]>*/
- </style>
-</head>
-
-<body>
+<%@ Title="Basic I18N Test" %>
+<com:TContent ID="Content">
<h1>Basic I18N Test</h1>
<com:TTranslate>
Hello {name}
@@ -51,11 +28,4 @@ [0] None |[1] One thing. |[2,Inf) Many things.
</com:TChoiceFormat>
</div>
-
-<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 +</com:TContent>
\ No newline at end of file |