source: temp/test-xoops.ec-cube.net/html/modules/tinyd0/content/sample.html @ 405

Revision 405, 1.2 KB checked in by root, 20 years ago (diff)
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3<head>
4<title>HTML file for sample of page wrapping</title>
5<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6</head>
7
8<body>
9
10<p>Hello everybody .. this is a wrapped html file</p>
11
12<p>check if it works :-)</p>
13
14<p>TinyD can change the base of page wrapping.</p>
15
16<p>You can see a gif image below this line<br />
17if you set this page wrapping as WRAP2(=content Base) or WRAP3(=mod_rewrite) or WRAP4(='src' or 'href' change) with success.</p>
18
19<p><img src="sample.gif" /><br />
20&lt;img src&#061;&quot;sample.gif&quot; /&gt;
21</p>
22
23<p>
24You see this link is relative from sample.html itself.
25</p>
26
27<p>Of course, you can remove sample.html and sample.gif from content folder.<br />
28However, don't remove index.php in content folder.</p>
29
30
31<p><b>Sample of relative link</b><br />
32<a href="sample.gif">Link to GIF</a><br />
33&lt;a href&#061;&quot;sample.gif&quot;&gt;Link to GIF&lt;/a&gt;</p>
34
35<p><b>Sample of absolute link</b><br />
36<a href="http://www.peak.ne.jp/xoops/">PEAK XOOPS</a><br />
37&lt;a href&#061;&quot;http://www.peak.ne.jp/xoops/&quot;&gt;PEAK XOOPS&lt;/a&gt;</p>
38
39<p>{<b></b>X_SITEURL} will be converted to {X_SITEURL}</p>
40
41
42</body>
43</html>
Note: See TracBrowser for help on using the repository browser.