diff options
| author | hukl <contact@smyck.org> | 2009-02-17 21:54:39 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-02-17 21:54:39 +0100 |
| commit | f61b5b0597e0c25f084ee67d402f12a43a7a9947 (patch) | |
| tree | 3b4c3f9f38637f1a7ecf703ece4fd3bc4c6e2934 /public/javascripts/tiny_mce/themes/advanced/anchor.htm | |
| parent | 3d3b786cc43266f6292f5edd25733dbb9bd6ed06 (diff) | |
added tinymce editor for body area of pages
Diffstat (limited to 'public/javascripts/tiny_mce/themes/advanced/anchor.htm')
| -rwxr-xr-x | public/javascripts/tiny_mce/themes/advanced/anchor.htm | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/public/javascripts/tiny_mce/themes/advanced/anchor.htm b/public/javascripts/tiny_mce/themes/advanced/anchor.htm new file mode 100755 index 0000000..9e4c0b9 --- /dev/null +++ b/public/javascripts/tiny_mce/themes/advanced/anchor.htm | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
| 2 | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
| 3 | <head> | ||
| 4 | <title>{#advanced_dlg.anchor_title}</title> | ||
| 5 | <script type="text/javascript" src="../../tiny_mce_popup.js"></script> | ||
| 6 | <script type="text/javascript" src="js/anchor.js"></script> | ||
| 7 | <base target="_self" /> | ||
| 8 | </head> | ||
| 9 | <body style="display: none"> | ||
| 10 | <form onsubmit="AnchorDialog.update();return false;" action="#"> | ||
| 11 | <table border="0" cellpadding="4" cellspacing="0"> | ||
| 12 | <tr> | ||
| 13 | <td colspan="2" class="title">{#advanced_dlg.anchor_title}</td> | ||
| 14 | </tr> | ||
| 15 | <tr> | ||
| 16 | <td nowrap="nowrap">{#advanced_dlg.anchor_name}:</td> | ||
| 17 | <td><input name="anchorName" type="text" class="mceFocus" id="anchorName" value="" style="width: 200px" /></td> | ||
| 18 | </tr> | ||
| 19 | </table> | ||
| 20 | |||
| 21 | <div class="mceActionPanel"> | ||
| 22 | <div style="float: left"> | ||
| 23 | <input type="submit" id="insert" name="insert" value="{#update}" /> | ||
| 24 | </div> | ||
| 25 | |||
| 26 | <div style="float: right"> | ||
| 27 | <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" /> | ||
| 28 | </div> | ||
| 29 | </div> | ||
| 30 | </form> | ||
| 31 | </body> | ||
| 32 | </html> | ||
