| 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 /> |
|---|
| 17 | if 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 | <img src="sample.gif" /> |
|---|
| 21 | </p> |
|---|
| 22 | |
|---|
| 23 | <p> |
|---|
| 24 | You 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 /> |
|---|
| 28 | However, 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 | <a href="sample.gif">Link to GIF</a></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 | <a href="http://www.peak.ne.jp/xoops/">PEAK XOOPS</a></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.