Last change
on this file since 16846 was
3322,
checked in by rub, 16 years ago
|
extension added: dotcleareasy
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
562 bytes
|
Rev | Line | |
---|
[3322] | 1 | <link rel="stylesheet" type="text/css" href="{$ROOT_URL}plugins/{$PLUGIN_NAME}/template/controller.css"> |
---|
| 2 | |
---|
| 3 | <script type="text/javascript"> |
---|
| 4 | if (window.opener==null) |
---|
| 5 | {ldelim} |
---|
| 6 | window.close(); |
---|
| 7 | document.write("<h2>How did you get here ???</h2>"); |
---|
| 8 | } |
---|
| 9 | |
---|
| 10 | function unloadPage() |
---|
| 11 | {ldelim} |
---|
| 12 | window.opener.location = window.opener.location + "&{$PLUGIN_NAME}=closing"; |
---|
| 13 | } |
---|
| 14 | window.onunload = unloadPage; |
---|
| 15 | |
---|
| 16 | </script> |
---|
| 17 | |
---|
| 18 | <div id="content"> |
---|
| 19 | <div class="titrePage"> |
---|
| 20 | <h2>DotClear Easy</h2> |
---|
| 21 | </div> |
---|
| 22 | <textarea name="content_text" rows="23"></textarea> |
---|
| 23 | <BR /> |
---|
| 24 | <BR /> |
---|
| 25 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.