Last change
on this file since 1358 was
1151,
checked in by ray, 11 years ago
|
reverted "load file and have script in same script tag"
|
File size:
755 bytes
|
Rev | Line | |
---|
[788] | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
---|
| 2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
---|
| 3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
---|
| 4 | <head> |
---|
| 5 | <title>Xinha Newbie Guide</title> |
---|
| 6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
---|
| 7 | |
---|
[1151] | 8 | <script type="text/javascript" src="../XinhaLoader.js?lang=en&skin=silva"></script> |
---|
| 9 | <script type="text/javascript"> |
---|
[1128] | 10 | _editor_icons = "Tango" // You can pass arguments via the script URL or embed them here. |
---|
[788] | 11 | </script> |
---|
| 12 | <script type="text/javascript" src="XinhaConfig.js"></script> |
---|
| 13 | </head> |
---|
| 14 | <body> |
---|
| 15 | |
---|
| 16 | <form action=""> |
---|
[858] | 17 | <div> |
---|
[962] | 18 | <textarea id="myTextArea" name="myTextArea" rows="25" cols="50" style="width: 100%"></textarea> |
---|
[858] | 19 | </div> |
---|
[788] | 20 | </form> |
---|
| 21 | </body> |
---|
[1128] | 22 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.