Last change
on this file since 1368 was
1151,
checked in by ray, 11 years ago
|
reverted "load file and have script in same script tag"
|
File size:
755 bytes
|
Line | |
---|
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 | |
---|
8 | <script type="text/javascript" src="../XinhaLoader.js?lang=en&skin=silva"></script> |
---|
9 | <script type="text/javascript"> |
---|
10 | _editor_icons = "Tango" // You can pass arguments via the script URL or embed them here. |
---|
11 | </script> |
---|
12 | <script type="text/javascript" src="XinhaConfig.js"></script> |
---|
13 | </head> |
---|
14 | <body> |
---|
15 | |
---|
16 | <form action=""> |
---|
17 | <div> |
---|
18 | <textarea id="myTextArea" name="myTextArea" rows="25" cols="50" style="width: 100%"></textarea> |
---|
19 | </div> |
---|
20 | </form> |
---|
21 | </body> |
---|
22 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.