Changeset 859
- Timestamp:
- 06/23/07 17:35:29 (6 years ago)
- Location:
- trunk
- Files:
-
- 8 modified
-
modules/InsertImage/insert_image.html (modified) (4 diffs)
-
modules/InsertTable/insert_table.html (modified) (2 diffs)
-
plugins/Equation/example.html (modified) (1 diff)
-
plugins/Equation/popups/dialog.html (modified) (2 diffs)
-
plugins/FormOperations/panel.html (modified) (6 diffs)
-
plugins/InsertSmiley/popups/insertsmiley.html (modified) (1 diff)
-
plugins/SpellChecker/spell-check-ui.html (modified) (1 diff)
-
plugins/TableOperations/popups/merge_cells.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/InsertImage/insert_image.html
r858 r859 1 1 <!DOCTYPE html 2 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"2 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 3 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 4 4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> … … 111 111 </table> 112 112 113 <br />114 115 113 <fieldset style="float: left; margin-left: 5px;"> 116 114 <legend>Layout</legend> … … 126 124 <option value="texttop" >Texttop</option> 127 125 <option value="absmiddle" >Absmiddle</option> 128 <option value="baseline" selected=" 1">Baseline</option>126 <option value="baseline" selected="selected" >Baseline</option> 129 127 <option value="absbottom" >Absbottom</option> 130 128 <option value="bottom" >Bottom</option> … … 161 159 162 160 </fieldset> 163 < br style="clear:all"/>161 <div class="space" style="clear:all"></div> 164 162 <div> 165 163 Image Preview:<br /> -
trunk/modules/InsertTable/insert_table.html
r694 r859 76 76 <td><input type="text" name="width" id="f_width" size="5" title="Width of the table" value="100" /></td> 77 77 <td><select size="1" name="unit" id="f_unit" title="Width unit"> 78 <option value="%" selected=" 1" >Percent</option>78 <option value="%" selected="selected" >Percent</option> 79 79 <option value="px" >Pixels</option> 80 80 <option value="em" >Em</option> … … 101 101 <select size="1" name="align" id="f_align" 102 102 title="Positioning of this table"> 103 <option value="" selected=" 1">Not set</option>103 <option value="" selected="selected" >Not set</option> 104 104 <option value="left" >Left</option> 105 105 <option value="right" >Right</option> -
trunk/plugins/Equation/example.html
r767 r859 35 35 </pre> 36 36 <p><span class="AM">`int_a^bf(x)dx`</span></p> 37 <p><span class="AM">`[[a,b],[c,d]]`</span><br /></p> </body>37 <p><span class="AM">`[[a,b],[c,d]]`</span><br /></p> 38 38 <p> 39 ASCIIMathML by <a href="http://www.chapman.edu/~jipsen" target=" new">Peter Jipsen</a>,40 <a href="http://www.chapman.edu" target=" new">Chapman University</a><br />41 For more information on AsciiMathML visit this page: <a href="http://www1.chapman.edu/~jipsen/mathml/asciimath.html" onclick="window.open(this.href,'_blank','');return false;">http://www1.chapman.edu/~jipsen/mathml/asciimath.html</a> </td></tr>39 ASCIIMathML by <a href="http://www.chapman.edu/~jipsen" target="_blank">Peter Jipsen</a>, 40 <a href="http://www.chapman.edu" target="_blank">Chapman University</a><br /> 41 For more information on AsciiMathML visit this page: <a href="http://www1.chapman.edu/~jipsen/mathml/asciimath.html" onclick="window.open(this.href,'_blank','');return false;">http://www1.chapman.edu/~jipsen/mathml/asciimath.html</a> 42 42 43 43 </p> 44 </body> 44 45 </html> -
trunk/plugins/Equation/popups/dialog.html
r858 r859 153 153 <td class="character" title="prod" onclick="set('prod')">`prod`</td> 154 154 <td class="character" title="^^" onclick="set('^^')">`^^`</td> 155 <td class="character" title="^^^" onclick="set('^^^')">< font size="+1">`∧`</font></td>155 <td class="character" title="^^^" onclick="set('^^^')"><span style="font-size:larger">`∧`</span></td> 156 156 <td class="character" title="vv" onclick="set('vv')">`vv`</td> 157 <td class="character" title="vvv" onclick="set('vvv')">< font size="+1">`∨`</font></td>157 <td class="character" title="vvv" onclick="set('vvv')"><span style="font-size:larger">`∨`</span></td> 158 158 </tr><tr> 159 159 <td class="character" title="!=" onclick="set('!=')">`!=`</td> … … 170 170 <td class="character" title="O/" onclick="set('O/')">`O/`</td> 171 171 <td class="character" title="nn" onclick="set('nn')">`nn`</td> 172 <td class="character" title="nnn" onclick="set('nnn')">< font size="+1">`∩`</font></td>172 <td class="character" title="nnn" onclick="set('nnn')"><span style="font-size:larger">`∩`</span></td> 173 173 <td class="character" title="uu" onclick="set('uu')">`uu`</td> 174 <td class="character" title="uuu" onclick="set('uuu')">< font size="+1">`∪`</font></td>174 <td class="character" title="uuu" onclick="set('uuu')"><span style="font-size:larger">`∪`</span></td> 175 175 </tr><tr> 176 176 <td class="character" title="and" onclick="set('and')">`and`</td> -
trunk/plugins/FormOperations/panel.html
r858 r859 1 1 <div> 2 <h1 name="[h1]"id="[h1]"><l10n>Form Editor</l10n></h1>3 <fieldset name="[fs_form]"id="[fs_form]">2 <h1 id="[h1]"><l10n>Form Editor</l10n></h1> 3 <fieldset id="[fs_form]"> 4 4 <legend>Form</legend> 5 5 <table> … … 14 14 </fieldset> 15 15 16 <fieldset name="[fs_text]"id="[fs_text]">16 <fieldset id="[fs_text]"> 17 17 <legend>Text Field</legend> 18 18 … … 59 59 </fieldset> 60 60 61 <fieldset name="[fs_cbrd]"id="[fs_cbrd]">61 <fieldset id="[fs_cbrd]"> 62 62 <legend>Check Box/Radio Button</legend> 63 63 <table> … … 93 93 </fieldset> 94 94 95 <fieldset name="[fs_button]"id="[fs_button]">95 <fieldset id="[fs_button]"> 96 96 <legend>Button</legend> 97 97 <table> … … 121 121 122 122 123 <fieldset name="[fs_textarea]"id="[fs_textarea]">123 <fieldset id="[fs_textarea]"> 124 124 <legend>Multi-line Field</legend> 125 125 <table> … … 158 158 </fieldset> 159 159 160 <fieldset name="[fs_select]"id="[fs_select]">160 <fieldset id="[fs_select]"> 161 161 <legend>Drop-Down/List Field</legend> 162 162 -
trunk/plugins/InsertSmiley/popups/insertsmiley.html
r853 r859 78 78 <div class="title" style="width: 360px;">Insert Smiley</div> 79 79 <div style="height: 175px; overflow:auto;" align="center"> 80 <table style="border: 0; width: 370px;" id="smileytable" name="smileytable">80 <table style="border: 0; width: 370px;" id="smileytable"> 81 81 </table> 82 82 </div> -
trunk/plugins/SpellChecker/spell-check-ui.html
r498 r859 18 18 19 19 --> 20 <html xmlns="http://www.w3.org/1999/xhtml">20 <html> 21 21 22 22 <head> -
trunk/plugins/TableOperations/popups/merge_cells.html
r800 r859 1 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2 <html style="width: 400px; height: 150px;">2 <html> 3 3 4 4 <head> … … 6 6 7 7 <link rel="stylesheet" type="text/css" href="../../../popups/popup.css" /> 8 <style type="text/css"> 9 html,body {width: 400px; height: 150px;} 10 </style> 8 11 <script type="text/javascript" src="../../../popups/popup.js"></script> 9 12
