|
Revision 1000, 0.9 kB
(checked in by ray, 5 years ago)
|
- #1202 [Stylist] broken in IE
- #1158 (When I use plugins/ImageManager in Japanese environment, an error occurs by reading of lang/ja.js in IE6/7.)
- #1194 ([ExtendedFileManager] updates French translation)
- updated release-notes.txt
|
| 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"> |
|---|
| 9 | _editor_url = "../" |
|---|
| 10 | _editor_lang = "en"; |
|---|
| 11 | _editor_skin = "silva"; |
|---|
| 12 | </script> |
|---|
| 13 | <script type="text/javascript" src="../XinhaLoader.js"></script> |
|---|
| 14 | <script type="text/javascript" src="XinhaConfig.js"></script> |
|---|
| 15 | </head> |
|---|
| 16 | <body> |
|---|
| 17 | |
|---|
| 18 | <form action=""> |
|---|
| 19 | <div> |
|---|
| 20 | <textarea id="myTextArea" name="myTextArea" rows="25" cols="50" style="width: 100%"></textarea> |
|---|
| 21 | </div> |
|---|
| 22 | </form> |
|---|
| 23 | </body> |
|---|
| 24 | </html> |
|---|