[www] r910 - in trunk/www.matroska.org/data: include test
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: liisachan Date: 2005-04-01 12:41:57 +0400 (Fri, 01 Apr 2005) New Revision: 910 Added: trunk/www.matroska.org/data/test/shtml2.html Modified: trunk/www.matroska.org/data/include/page-head.html trunk/www.matroska.org/data/test/shtml.html Log: Modified: trunk/www.matroska.org/data/include/page-head.html =================================================================== --- trunk/www.matroska.org/data/include/page-head.html 2005-04-01 08:36:10 UTC (rev 909) +++ trunk/www.matroska.org/data/include/page-head.html 2005-04-01 08:41:57 UTC (rev 910) @@ -107,12 +107,20 @@ -<!-- -Debug: $lang = <!--#echo var="lang" --> +<!--#if expr="$jap" --> +<p> + <strong>Warning: Use <code><!--#set var="jpn" value="yes" --></code> if you mean <em>Japanese</em>.</strong> +</p> +<!--#endif --> ---> +<!--#if expr="$lang = jap" --> +<p> + <strong>Warning: Use <code><!--#set var="lang" value="jpn" --></code> if you mean <em>Japanese</em>.</strong> +</p> +<!--#endif --> + <h1>матрёшка / matroska</h1> <div class="flags"> Modified: trunk/www.matroska.org/data/test/shtml.html =================================================================== --- trunk/www.matroska.org/data/test/shtml.html 2005-04-01 08:36:10 UTC (rev 909) +++ trunk/www.matroska.org/data/test/shtml.html 2005-04-01 08:41:57 UTC (rev 910) @@ -1,5 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!--#set var="docroot" value="../" --> +<!--#set var="lang" value="jap" --> <html> <head> <title>Matroska SHTMLed</title> Added: trunk/www.matroska.org/data/test/shtml2.html =================================================================== --- trunk/www.matroska.org/data/test/shtml2.html 2005-04-01 08:36:10 UTC (rev 909) +++ trunk/www.matroska.org/data/test/shtml2.html 2005-04-01 08:41:57 UTC (rev 910) @@ -0,0 +1,23 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!--#set var="docroot" value="../" --> +<!--#set var="jpn" value="yes" --> +<html> +<head> +<title>Matroska SHTMLed</title> +<!--#include virtual="/include/stylesheet-main.html" --> +</head> +<body> +<!--#include virtual="/include/page-head.html" --> + +<h1>SHTML test page</h1> +<h2 id="pagetitle">echo</h2> +<!--#echo var="docroot" --> +<h2>printenv</h2> +<pre> +<!--#printenv --> +</pre> + +<!--#include virtual="/include/page-tail.html" --> + +</body> +</html> \ No newline at end of file