diff options
author | dakkar <dakkar@luxion> | 2008-01-03 15:32:35 +0000 |
---|---|---|
committer | dakkar <dakkar@luxion> | 2008-01-03 15:32:35 +0000 |
commit | cb9651dc90682570b1fde612771ea6856ee8c58e (patch) | |
tree | 557a12568a8f573a84629adc536ec863b51d4319 /t/test-site-output/bar/document.it.html | |
parent | chaged default form of dstUriFor, prepared for XML-visible tags (diff) | |
download | WebCoso-cb9651dc90682570b1fde612771ea6856ee8c58e.tar.gz WebCoso-cb9651dc90682570b1fde612771ea6856ee8c58e.tar.bz2 WebCoso-cb9651dc90682570b1fde612771ea6856ee8c58e.zip |
added taglist to single pages
git-svn-id: svn://luxion/repos/WebCoso/trunk@322 fcb26f47-9200-0410-b104-b98ab5b095f3
Diffstat (limited to 't/test-site-output/bar/document.it.html')
-rw-r--r-- | t/test-site-output/bar/document.it.html | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/t/test-site-output/bar/document.it.html b/t/test-site-output/bar/document.it.html index b989a1f..dab74a3 100644 --- a/t/test-site-output/bar/document.it.html +++ b/t/test-site-output/bar/document.it.html @@ -1,9 +1,22 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:wc="http://webcoso.thenautilus.net/" xml:lang="it" lang="it"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>bar (generato) -</title></head><body><h1>bar (generato) +</title></head><body><div><h1>bar (generato) </h1><ul><li>line 1 </li><li>line 2 </li><li>line 3 </li></ul><p>link: <a href="baz/">bar-baz italiano -</a></p></body></html> +</a></p></div><div><dl><dt>Categoria 'uno' +</dt><dd><a href="/bar/baz/">bar-baz italiano +</a> + (it | <a href="/bar/baz/en">en</a>) + <a href="/foo/">Pagina <em>foo</em></a> + (it | <a href="/foo/en">en</a>) + </dd><dt>Categoria 'three/bis' +</dt><dd><a href="/bar/baz/">bar-baz italiano +</a> + (it | <a href="/bar/baz/en">en</a>) + </dd><dt>Categoria 'two' +</dt><dd><a href="/foo/">Pagina <em>foo</em></a> + (it | <a href="/foo/en">en</a>) + </dd></dl></div></body></html> |