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/plugins/advhr/rule.htm | |
| parent | 3d3b786cc43266f6292f5edd25733dbb9bd6ed06 (diff) | |
added tinymce editor for body area of pages
Diffstat (limited to 'public/javascripts/tiny_mce/plugins/advhr/rule.htm')
| -rwxr-xr-x | public/javascripts/tiny_mce/plugins/advhr/rule.htm | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/public/javascripts/tiny_mce/plugins/advhr/rule.htm b/public/javascripts/tiny_mce/plugins/advhr/rule.htm new file mode 100755 index 0000000..8f20f7f --- /dev/null +++ b/public/javascripts/tiny_mce/plugins/advhr/rule.htm | |||
| @@ -0,0 +1,63 @@ | |||
| 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>{#advhr.advhr_desc}</title> | ||
| 5 | <script type="text/javascript" src="../../tiny_mce_popup.js"></script> | ||
| 6 | <script type="text/javascript" src="js/rule.js"></script> | ||
| 7 | <script type="text/javascript" src="../../utils/mctabs.js"></script> | ||
| 8 | <script type="text/javascript" src="../../utils/form_utils.js"></script> | ||
| 9 | <link href="css/advhr.css" rel="stylesheet" type="text/css" /> | ||
| 10 | <base target="_self" /> | ||
| 11 | </head> | ||
| 12 | <body> | ||
| 13 | <form onsubmit="AdvHRDialog.update();return false;" action="#"> | ||
| 14 | <div class="tabs"> | ||
| 15 | <ul> | ||
| 16 | <li id="general_tab" class="current"><span><a href="javascript:mcTabs.displayTab('general_tab','general_panel');" onmousedown="return false;">{#advhr.advhr_desc}</a></span></li> | ||
| 17 | </ul> | ||
| 18 | </div> | ||
| 19 | |||
| 20 | <div class="panel_wrapper"> | ||
| 21 | <div id="general_panel" class="panel current"> | ||
| 22 | <table border="0" cellpadding="4" cellspacing="0"> | ||
| 23 | <tr> | ||
| 24 | <td><label for="width">{#advhr_dlg.width}</label></td> | ||
| 25 | <td nowrap="nowrap"> | ||
| 26 | <input id="width" name="width" type="text" value="" class="mceFocus" /> | ||
| 27 | <select name="width2" id="width2"> | ||
| 28 | <option value="">px</option> | ||
| 29 | <option value="%">%</option> | ||
| 30 | </select> | ||
| 31 | </td> | ||
| 32 | </tr> | ||
| 33 | <tr> | ||
| 34 | <td><label for="size">{#advhr_dlg.size}</label></td> | ||
| 35 | <td><select id="size" name="size"> | ||
| 36 | <option value="">Normal</option> | ||
| 37 | <option value="1">1</option> | ||
| 38 | <option value="2">2</option> | ||
| 39 | <option value="3">3</option> | ||
| 40 | <option value="4">4</option> | ||
| 41 | <option value="5">5</option> | ||
| 42 | </select></td> | ||
| 43 | </tr> | ||
| 44 | <tr> | ||
| 45 | <td><label for="noshade">{#advhr_dlg.noshade}</label></td> | ||
| 46 | <td><input type="checkbox" name="noshade" id="noshade" class="radio" /></td> | ||
| 47 | </tr> | ||
| 48 | </table> | ||
| 49 | </div> | ||
| 50 | </div> | ||
| 51 | |||
| 52 | <div class="mceActionPanel"> | ||
| 53 | <div style="float: left"> | ||
| 54 | <input type="submit" id="insert" name="insert" value="{#insert}" /> | ||
| 55 | </div> | ||
| 56 | |||
| 57 | <div style="float: right"> | ||
| 58 | <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" /> | ||
| 59 | </div> | ||
| 60 | </div> | ||
| 61 | </form> | ||
| 62 | </body> | ||
| 63 | </html> | ||
