| 1 | <html> |
|---|
| 2 | <head> |
|---|
| 3 | |
|---|
| 4 | <!--------------------------------------:noTabs=true:tabSize=2:indentSize=2:-- |
|---|
| 5 | -- Xinha example menu. This file is used by full_example.html within a |
|---|
| 6 | -- frame to provide a menu for generating example editors using |
|---|
| 7 | -- full_example-body.html, and full_example.js. |
|---|
| 8 | -- |
|---|
| 9 | -- $HeadURL$ |
|---|
| 10 | -- $LastChangedDate$ |
|---|
| 11 | -- $LastChangedRevision$ |
|---|
| 12 | -- $LastChangedBy$ |
|---|
| 13 | ---------------------------------------------------------------------------> |
|---|
| 14 | |
|---|
| 15 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|---|
| 16 | <title>Example of Xinha</title> |
|---|
| 17 | <link rel="stylesheet" href="full_example.css" /> |
|---|
| 18 | <style type="text/css"> |
|---|
| 19 | form, p {margin: 0px; padding: 0px;} |
|---|
| 20 | label { display:block;} |
|---|
| 21 | </style> |
|---|
| 22 | </head> |
|---|
| 23 | |
|---|
| 24 | <body> |
|---|
| 25 | <h1>Xinha Examples</h1> |
|---|
| 26 | |
|---|
| 27 | <p> |
|---|
| 28 | Select from the options below and click the Show Example button. |
|---|
| 29 | </p> |
|---|
| 30 | |
|---|
| 31 | <form action="full_example-body.html" target="body"> |
|---|
| 32 | <fieldset> |
|---|
| 33 | <legend>Plugins</legend> |
|---|
| 34 | <label> |
|---|
| 35 | <input type="checkbox" name="plugins" value="CSS" /> CSS |
|---|
| 36 | </label> |
|---|
| 37 | <label> |
|---|
| 38 | <input type="checkbox" name="plugins" value="DynamicCSS" /> DynamicCSS |
|---|
| 39 | </label> |
|---|
| 40 | <label> |
|---|
| 41 | <input type="checkbox" name="plugins" value="FullPage" /> FullPage |
|---|
| 42 | </label> |
|---|
| 43 | <label> |
|---|
| 44 | <input type="checkbox" name="plugins" value="FullScreen" checked /> FullScreen |
|---|
| 45 | </label> |
|---|
| 46 | <label> |
|---|
| 47 | <input type="checkbox" name="plugins" value="CharacterMap" checked /> CharacterMap |
|---|
| 48 | </label> |
|---|
| 49 | <label> |
|---|
| 50 | <input type="checkbox" name="plugins" value="ContextMenu" checked /> ContextMenu |
|---|
| 51 | </label> |
|---|
| 52 | <label> |
|---|
| 53 | <input type="checkbox" name="plugins" value="ListType" checked /> ListType |
|---|
| 54 | </label> |
|---|
| 55 | |
|---|
| 56 | <label> |
|---|
| 57 | <input type="checkbox" name="plugins" value="Stylist" checked /> Stylist |
|---|
| 58 | </label> |
|---|
| 59 | |
|---|
| 60 | <label> |
|---|
| 61 | <input type="checkbox" name="plugins" value="TableOperations" checked /> TableOperations |
|---|
| 62 | </label> |
|---|
| 63 | |
|---|
| 64 | <label> |
|---|
| 65 | <input type="checkbox" name="plugins" value="InsertAnchor" checked /> InsertAnchor |
|---|
| 66 | </label> |
|---|
| 67 | |
|---|
| 68 | <label> |
|---|
| 69 | <input type="checkbox" name="plugins" value="FindReplace" checked /> FindReplace |
|---|
| 70 | </label> |
|---|
| 71 | |
|---|
| 72 | <label> |
|---|
| 73 | <input type="checkbox" name="plugins" value="DoubleClick" /> DoubleClick |
|---|
| 74 | </label> |
|---|
| 75 | |
|---|
| 76 | <label> |
|---|
| 77 | <input type="checkbox" name="plugins" value="CharCounter" /> CharCounter |
|---|
| 78 | </label> |
|---|
| 79 | |
|---|
| 80 | <label> |
|---|
| 81 | <input type="checkbox" name="plugins" value="InsertWords" /> InsertWords |
|---|
| 82 | </label> |
|---|
| 83 | |
|---|
| 84 | <label> |
|---|
| 85 | <input type="checkbox" name="plugins" value="Abbreviation" /> Abbreviation |
|---|
| 86 | </label> |
|---|
| 87 | |
|---|
| 88 | <label> |
|---|
| 89 | <input type="checkbox" name="plugins" value="FormOperations" /> FormOperations |
|---|
| 90 | </label> |
|---|
| 91 | |
|---|
| 92 | <label> |
|---|
| 93 | <input type="checkbox" name="plugins" value="LangMarks" /> LangMarks |
|---|
| 94 | </label> |
|---|
| 95 | |
|---|
| 96 | <label> |
|---|
| 97 | <input type="checkbox" name="plugins" value="Equation" /> Equation |
|---|
| 98 | </label> |
|---|
| 99 | |
|---|
| 100 | <label> |
|---|
| 101 | <input type="checkbox" name="plugins" value="InsertSmiley" /> InsertSmiley |
|---|
| 102 | </label> |
|---|
| 103 | |
|---|
| 104 | <label> |
|---|
| 105 | <input type="checkbox" name="plugins" value="InsertMarquee" /> InsertMarquee |
|---|
| 106 | </label> |
|---|
| 107 | |
|---|
| 108 | <label> |
|---|
| 109 | <input type="checkbox" name="plugins" value="QuickTag" /> QuickTag |
|---|
| 110 | </label> |
|---|
| 111 | |
|---|
| 112 | <label> |
|---|
| 113 | <input type="checkbox" name="plugins" value="EditTag" /> EditTag |
|---|
| 114 | </label> |
|---|
| 115 | |
|---|
| 116 | <label> |
|---|
| 117 | <input type="checkbox" name="plugins" value="Forms" /> Forms |
|---|
| 118 | </label> |
|---|
| 119 | |
|---|
| 120 | <label> |
|---|
| 121 | <input type="checkbox" name="plugins" value="Template" /> Template |
|---|
| 122 | </label> |
|---|
| 123 | |
|---|
| 124 | |
|---|
| 125 | </fieldset> |
|---|
| 126 | |
|---|
| 127 | <fieldset> |
|---|
| 128 | <legend>PHP Plugins</legend> |
|---|
| 129 | <p> |
|---|
| 130 | <small>These plugins require PHP in order to run.</small> |
|---|
| 131 | </p> |
|---|
| 132 | <label> |
|---|
| 133 | <input type="checkbox" name="plugins" value="SuperClean" /> SuperClean |
|---|
| 134 | </label> |
|---|
| 135 | <label> |
|---|
| 136 | <input type="checkbox" name="plugins" value="SpellChecker" /> SpellChecker |
|---|
| 137 | </label> |
|---|
| 138 | <label> |
|---|
| 139 | <input type="checkbox" name="plugins" value="HtmlTidy" /> HtmlTidy |
|---|
| 140 | </label> |
|---|
| 141 | <label> |
|---|
| 142 | <input type="checkbox" name="plugins" value="Linker" /> Linker |
|---|
| 143 | </label> |
|---|
| 144 | <label> |
|---|
| 145 | <input type="checkbox" name="plugins" value="ImageManager" /> ImageManager |
|---|
| 146 | </label> |
|---|
| 147 | </fieldset> |
|---|
| 148 | |
|---|
| 149 | <fieldset> |
|---|
| 150 | <legend>Settings</legend> |
|---|
| 151 | <label> |
|---|
| 152 | Number of Editors: <input type="text" name="num" value="1" style="width:25;" maxlength="2"/> |
|---|
| 153 | </label> |
|---|
| 154 | <label> |
|---|
| 155 | Language: |
|---|
| 156 | <select name="lang"> |
|---|
| 157 | <option value="en">English</option> |
|---|
| 158 | <option value="de">German</option> |
|---|
| 159 | <option value="fr">French</option> |
|---|
| 160 | <option value="it">Italian</option> |
|---|
| 161 | </select> |
|---|
| 162 | </label> |
|---|
| 163 | </fieldset> |
|---|
| 164 | <input type="submit" value="Show Example" /> |
|---|
| 165 | </form> |
|---|
| 166 | |
|---|
| 167 | </body> |
|---|
| 168 | </html> |
|---|