summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorot <ot@localhost>2007-04-19 11:02:36 +0000
committerot <ot@localhost>2007-04-19 11:02:36 +0000
commitc884946f199f5e79102345ad029d75f95d07d42f (patch)
tree1810fd69b89e5e9c9fe7fd50c2a99b5d314c924b
parent7e08b8aa2c3ec89611d4e7742555500b9023c475 (diff)
downloadmarkup-validator-c884946f199f5e79102345ad029d75f95d07d42f.zip
markup-validator-c884946f199f5e79102345ad029d75f95d07d42f.tar.gz
markup-validator-c884946f199f5e79102345ad029d75f95d07d42f.tar.bz2
Following David Dorward's sound suggestion to separate the text about linking and CSS validation
in the "congratulations" block. http://www.w3.org/Bugs/Public/show_bug.cgi?id=4473
-rw-r--r--share/templates/en_US/valid.tmpl24
1 files changed, 13 insertions, 11 deletions
diff --git a/share/templates/en_US/valid.tmpl b/share/templates/en_US/valid.tmpl
index 4e3f156..f92c268 100644
--- a/share/templates/en_US/valid.tmpl
+++ b/share/templates/en_US/valid.tmpl
@@ -82,10 +82,20 @@
above to reference your local image rather than the one on this server.
</p>
</TMPL_IF>
-<h4>Validating CSS, linking to this result</h4>
+<h4>Linking to this result</h4>
+<TMPL_UNLESS NAME="is_upload">
+ <p>
+ If you would like to create a link to <em>this</em> page (i.e., this
+ validation result) to make it easier to revalidate this page in the
+ future or to allow others to validate your page, the URI is
+ &lt;<a href="<TMPL_VAR NAME="file_thispage" ESCAPE="HTML">"><TMPL_VAR NAME="file_thispage" ESCAPE="HTML"></a>&gt;
+ (or you can just add the current page to your bookmarks or hotlist).
+ </p>
+</TMPL_UNLESS>
+<h4>Validating CSS Style Sheets</h4>
<p>
If you use <a href="http://www.w3.org/Style/CSS/">CSS</a> in your document,
- you should also
+ you can
<TMPL_IF NAME="is_upload">
check it for validity
<TMPL_ELSE>
@@ -96,15 +106,7 @@
using the W3C
<a href="http://jigsaw.w3.org/css-validator/">CSS Validation Service</a>.
</p>
-<TMPL_UNLESS NAME="is_upload">
- <p>
- If you would like to create a link to <em>this</em> page (i.e., this
- validation result) to make it easier to revalidate this page in the
- future or to allow others to validate your page, the URI is
- &lt;<a href="<TMPL_VAR NAME="file_thispage" ESCAPE="HTML">"><TMPL_VAR NAME="file_thispage" ESCAPE="HTML"></a>&gt;
- (or you can just add the current page to your bookmarks or hotlist).
- </p>
-</TMPL_UNLESS>
+
<TMPL_INCLUDE NAME="backtop.tmpl">