Changeset 987
- Timestamp:
- 04/12/08 12:39:04 (5 years ago)
- Location:
- trunk
- Files:
-
- 28 modified
-
examples/files/ext_example-dest.php (modified) (1 diff)
-
examples/simple_example.html (modified) (1 diff)
-
examples/testbed.html (modified) (1 diff)
-
modules/ColorPicker/ColorPicker.js (modified) (1 diff)
-
modules/InsertImage/insert_image.html (modified) (1 diff)
-
plugins/BackgroundImage/popups/bgimage.html (modified) (1 diff)
-
plugins/ContextMenu/context-menu.js (modified) (1 diff)
-
plugins/Equation/example.html (modified) (1 diff)
-
plugins/Equation/lang/de.js (modified) (1 diff)
-
plugins/Equation/popups/dialog.html (modified) (1 diff)
-
plugins/ExtendedFileManager/images.php (modified) (2 diffs)
-
plugins/ExtendedFileManager/manager.php (modified) (9 diffs)
-
plugins/FindReplace/popups/find_replace.html (modified) (2 diffs)
-
plugins/Forms/popups/select.html (modified) (2 diffs)
-
plugins/ImageManager/editor.php (modified) (4 diffs)
-
plugins/ImageManager/images.php (modified) (1 diff)
-
plugins/ImageManager/manager.php (modified) (9 diffs)
-
plugins/InsertPicture/InsertPicture.php (modified) (1 diff)
-
plugins/InsertSmiley/popups/insertsmiley.html (modified) (1 diff)
-
plugins/Linker/dialog.html (modified) (2 diffs)
-
plugins/NoteServer/popups/codenote.html (modified) (2 diffs)
-
plugins/QuickTag/popups/quicktag.html (modified) (1 diff)
-
plugins/SpellChecker/readme-tech.html (modified) (1 diff)
-
plugins/SpellChecker/spell-check-ui.html (modified) (1 diff)
-
plugins/SpellChecker/spell-check-ui.js (modified) (1 diff)
-
plugins/TableOperations/popups/merge_cells.html (modified) (1 diff)
-
plugins/Template/popups/template.html (modified) (1 diff)
-
popups/select_color.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/files/ext_example-dest.php
r962 r987 5 5 <link rel="stylesheet" href="full_example.css" /> 6 6 </head> 7 < /body>7 <body> 8 8 <?php 9 9 if (get_magic_quotes_gpc()) { -
trunk/examples/simple_example.html
r962 r987 50 50 Curabitur pharetra bibendum lectus.</p> 51 51 </textarea> 52 52 </form> 53 53 </body> 54 54 </html> -
trunk/examples/testbed.html
r963 r987 163 163 Aliquam et tellus vitae justo varius placerat. Suspendisse iaculis 164 164 velit semper dolor. Donec gravida tincidunt mi. Curabitur tristique 165 ante elementum turpis. <span style="color:green" >Aliquam </span>nisl. Nulla posuere neque non166 tellus. Morbi vel nibh. <font face="Arial" ><font color="#009933">Cum sociis natoque</font></font> penatibus et magnis dis165 ante elementum turpis. <span style="color:green">Aliquam </span> nisl. Nulla posuere neque non 166 tellus. Morbi vel nibh. <font face="Arial"><font color="#009933">Cum sociis natoque</font></font> penatibus et magnis dis 167 167 parturient montes, nascetur ridiculus mus. Nam nec wisi. In wisi. 168 168 Curabitur pharetra bibendum lectus. -
trunk/modules/ColorPicker/ColorPicker.js
r979 r987 866 866 Xinha.colorPicker.InputBinding = function(input,pickerConfig) 867 867 { 868 var main = document.createElement('span'); 868 var doc = input.ownerDocument; 869 var main = doc.createElement('span'); 869 870 main.className = "buttonColor"; 870 871 871 var chooser = this.chooser = doc ument.createElement('span');872 var chooser = this.chooser = doc.createElement('span'); 872 873 chooser.className = "chooser"; 873 874 if (input.value) chooser.style.backgroundColor = input.value; 874 875 chooser.onmouseover = function() {chooser.className = "chooser buttonColor-hilite";}; 875 876 chooser.onmouseout = function() {chooser.className = "chooser";}; 876 chooser.appendChild(doc ument.createTextNode('\u00a0'));877 chooser.appendChild(doc.createTextNode('\u00a0')); 877 878 main.appendChild(chooser); 878 var clearColor = doc ument.createElement('span');879 var clearColor = doc.createElement('span'); 879 880 clearColor.className = "nocolor"; 880 881 clearColor.onmouseover = function() {clearColor.className = "nocolor buttonColor-hilite"; clearColor.style.color='#f00'}; 881 882 clearColor.onmouseout = function() {clearColor.className = "nocolor"; clearColor.style.color='#000'}; 882 883 clearColor.onclick = function() {input.value ='';chooser.style.backgroundColor = ''}; 883 clearColor.appendChild(doc ument.createTextNode('\u00d7'));884 clearColor.appendChild(doc.createTextNode('\u00d7')); 884 885 main.appendChild(clearColor); 885 886 -
trunk/modules/InsertImage/insert_image.html
r859 r987 166 166 </div> 167 167 <div id="buttons"> 168 <button type=" button" name="ok" onclick="return onOK();">OK</button>168 <button type="submit" name="ok" onclick="return onOK();">OK</button> 169 169 <button type="button" name="cancel" onclick="return onCancel();">Cancel</button> 170 170 </div> -
trunk/plugins/BackgroundImage/popups/bgimage.html
r858 r987 33 33 <form action="" method="get"> 34 34 <div class="title">Set Page Background Image</div> 35 <table align="center" border="0" cellspacing="0" cellpadding="6">36 <tr align="center" valign="top">35 <table style="text-align: center;" border="0" cellspacing="0" cellpadding="6"> 36 <tr style="text-align: center; vertical-align: top;"> 37 37 <td><img onclick="insertbg('blufur.jpg')" border="1" src="../backgrounds/thumbnails/blufur.jpg" width="50" height="50"></td> 38 38 <td><img onclick="insertbg('palecnvs.jpg')" border="1" src="../backgrounds/thumbnails/palecnvs.jpg" width="50" height="50"></td> -
trunk/plugins/ContextMenu/context-menu.js
r948 r987 410 410 var t = Xinha.makeBtnImg(item.__msh.icon, doc); 411 411 td1.appendChild(t); 412 // td1.innerHTML = "<img align='middle' src='" + item.__msh.icon + "' />";413 412 } 414 413 var td2 = doc.createElement("td"); -
trunk/plugins/Equation/example.html
r859 r987 37 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="_blank">Peter Jipsen</a>,40 <a href="http://www.chapman.edu" target="_blank">Chapman University</a><br />39 ASCIIMathML by <a href="http://www.chapman.edu/~jipsen" onclick="window.open(this.href,'_blank');return false;">Peter Jipsen</a>, 40 <a href="http://www.chapman.edu" onclick="window.open(this.href,'_blank');return false;">Chapman University</a><br /> 41 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 -
trunk/plugins/Equation/lang/de.js
r879 r987 19 19 "Based on ASCIIMathML by ": "Basiert auf ASCIIMathML von ", 20 20 "For more information on AsciiMathML visit this page: ":"FÃŒr weitere Informationen besuchen Sie bitte diese Seite: ", 21 'Attention Internet Explorer users: Please note that there is no WYSIWYG representation of the formula in the editor!<br />You might wish to use <a href="http://www.mozilla.com" target="_blank">Mozilla Firefox</a> instead.' : 'Achtung Internet Explorer-Benutzer: Die Formel wird im Editor nicht als WYSIWYG dargestellt.<br />Benutzen Sie <a href="http://www.mozilla.com" target="_blank">Mozilla Firefox</a> als Alternative.',21 'Attention Internet Explorer users: Please note that there is no WYSIWYG representation of the formula in the editor!<br />You might wish to use <a href="http://www.mozilla.com" onclick="window.open(this.href,\'_blank\');return false;">Mozilla Firefox</a> instead.' : 'Achtung Internet Explorer-Benutzer: Die Formel wird im Editor nicht als WYSIWYG dargestellt.<br />Benutzen Sie <a href="http://www.mozilla.com" target="_blank">Mozilla Firefox</a> als Alternative.', 22 22 "Show MathML" : "Zeige MathML" 23 23 } -
trunk/plugins/Equation/popups/dialog.html
r942 r987 348 348 // <![CDATA[ 349 349 if (Xinha.is_ie) 350 document.write('<span style="color:red;float:left">'+i18n('Attention Internet Explorer users: Please note that there is no WYSIWYG representation of the formula in the editor!<br />You might wish to use <a href="http://www.mozilla.com" target="_blank">Mozilla Firefox</a> instead.')+'</span>');350 document.write('<span style="color:red;float:left">'+i18n('Attention Internet Explorer users: Please note that there is no WYSIWYG representation of the formula in the editor!<br />You might wish to use <a href="http://www.mozilla.com" onclick="window.open(this.href,\'_blank\');return false;">Mozilla Firefox</a> instead.')+'</span>'); 351 351 // ]]> 352 352 </script> -
trunk/plugins/ExtendedFileManager/images.php
r937 r987 83 83 { ?> 84 84 <tr> 85 <td><span width="20px"><img src="<?php print $IMConfig['base_url'];?>icons/folder_small.gif" alt="" /></span>85 <td><span style="width:20px;"><img src="<?php print $IMConfig['base_url'];?>icons/folder_small.gif" alt="" /></span> 86 86 <a href="<?php print $backend_url_enc; ?>__function=images&mode=<?php echo $insertMode;?>&dir=<?php echo rawurlencode($path); ?>&viewtype=<?php echo $afruViewType; ?>" onclick="updateDir('<?php echo $path; ?>')" title="<?php echo $dir['entry']; ?>"> 87 87 <?php 88 88 if(strlen($dir['entry'])>$maxNameLength) echo substr($dir['entry'],0,$maxNameLength)."..."; else echo $dir['entry']; 89 89 ?> 90 </a></t h>90 </a></td> 91 91 <td colspan="2" >Folder</td> 92 92 … … 114 114 ?> 115 115 <tr> 116 <td><span width="20px"><img src="<?php print $IMConfig['base_url']; if(is_file('icons/'.$file['ext'].'_small.gif')) echo "icons/".$file['ext']."_small.gif"; else echo $IMConfig['default_listicon']; ?>" alt="" /></span>116 <td><span style="width:20px;"><img src="<?php print $IMConfig['base_url']; if(is_file('icons/'.$file['ext'].'_small.gif')) echo "icons/".$file['ext']."_small.gif"; else echo $IMConfig['default_listicon']; ?>" alt="" /></span> 117 117 <a href="#" class="thumb" style="cursor: pointer;" ondblclick="this.onclick();window.top.onOK();" onclick="selectImage('<?php echo $file['relative'];?>', '<?php echo preg_replace('#\..{3,4}$#', '', $entry); ?>', <?php echo $file['image'][0];?>, <?php echo $file['image'][1]; ?>);return false;" title="<?php echo $entry; ?> - <?php echo Files::formatSize($file['stat']['size']); ?>" <?php if ($insertMode == 'image') { ?> onmouseover="showPreview('<?php echo $file['relative'];?>')" onmouseout="showPreview(window.parent.document.getElementById('f_url').value)" <?php } ?> > 118 118 <?php -
trunk/plugins/ExtendedFileManager/manager.php
r962 r987 158 158 <table class="inputTable"> 159 159 <tr> 160 <td align="right" nowrap="nowrap"><label for="f_url"><?php if($insertMode=='image') echo 'File Name'; else echo 'URL';?></label></td>160 <td style="text-align: right;" nowrap="nowrap"><label for="f_url"><?php if($insertMode=='image') echo 'File Name'; else echo 'URL';?></label></td> 161 161 <td colspan="5"><input type="text" id="<?php if($insertMode=='image') echo 'f_url'; else echo 'f_href';?>" class="largelWidth" value="" /></td> 162 <td rowspan="<?php echo $num_rows ?>" colspan="2" valign="top" align="center"><?php if($insertMode=='image') { ?>162 <td rowspan="<?php echo $num_rows ?>" colspan="2" style="vertical-align: top; text-align: center;"><?php if($insertMode=='image') { ?> 163 163 <div style="padding:4px;background-color:#CCC;border:1px inset;width: 100px; height: 100px;"> 164 164 <img src="<?php print $IMConfig['base_url'];?>img/1x1_transparent.gif" alt="" id="f_preview" /> … … 176 176 <?php if($insertMode == 'image' && $IMConfig['images_enable_alt']) { ?> 177 177 <tr> 178 <td align="right"><label for="f_alt">Alt</label></td>178 <td style="text-align: right;"><label for="f_alt">Alt</label></td> 179 179 <td colspan="5"><input type="text" id="f_alt" class="largelWidth" value="" /></td> 180 180 </tr> … … 182 182 if ($insertMode == 'link' || $IMConfig['images_enable_title']) { ?> 183 183 <tr> 184 <td align="right"><label for="f_title">Title (tooltip)</label></td>184 <td style="text-align: right;"><label for="f_title">Title (tooltip)</label></td> 185 185 <td colspan="5"><input type="text" id="f_title" class="largelWidth" value="" /></td> 186 186 </tr> … … 190 190 if (!empty($IMConfig['max_foldersize_mb']) && Files::dirSize($manager->getImagesDir()) > ($IMConfig['max_foldersize_mb']*1048576)) 191 191 { ?> 192 <td colspan="6" align="right">Maximum folder size limit reached. Upload disabled.</td>192 <td colspan="6" style="text-align: right;">Maximum folder size limit reached. Upload disabled.</td> 193 193 <?php } 194 194 else if($IMConfig['allow_upload']) { ?> 195 <td align="right"><label for="upload">Upload</label></td>195 <td style="text-align: right;"><label for="upload">Upload</label></td> 196 196 <td colspan="5"> 197 197 <table cellpadding="0" cellspacing="0" border="0"> … … 212 212 </tr> 213 213 <tr> 214 <td align="right"><?php if($insertMode=='image') { ?> <label for="f_width">Width</label><?php }?></td>214 <td style="text-align: right;"><?php if($insertMode=='image') { ?> <label for="f_width">Width</label><?php }?></td> 215 215 216 216 <td><?php if($insertMode=='image') { ?> <input type="text" id="f_width" class="smallWidth" value="" onchange="javascript:checkConstrains('width');"/><?php } else echo " ";?></td> … … 223 223 </td> 224 224 225 <td rowspan="3" align="right"></td>226 227 <td align="right"><?php if($insertMode=='image' && $IMConfig['images_enable_styling'] !== false) { ?><label for="f_margin">Margin</label><?php }?></td>225 <td rowspan="3" style="text-align: right;"></td> 226 227 <td style="text-align: right;"><?php if($insertMode=='image' && $IMConfig['images_enable_styling'] !== false) { ?><label for="f_margin">Margin</label><?php }?></td> 228 228 229 229 <td><?php if($insertMode=='image' && $IMConfig['images_enable_styling'] !== false) { ?><input type="text" id="f_margin" class="smallWidth" value="" /><?php } ?></td> 230 230 </tr> 231 231 <tr> 232 <td align="right"><?php if($insertMode=='image') { ?><label for="f_height">Height</label><?php }?></td>232 <td style="text-align: right;"><?php if($insertMode=='image') { ?><label for="f_height">Height</label><?php }?></td> 233 233 234 234 <td class="smallWidth"><?php if($insertMode=='image') { ?><input type="text" id="f_height" class="smallWidth" value="" onchange="javascript:checkConstrains('height');"/><?php }?></td> 235 235 236 <td align="right"><?php if($insertMode=='image' && $IMConfig['images_enable_styling'] !== false) { ?><label for="f_padding">Padding</label><?php }?></td>236 <td style="text-align: right;"><?php if($insertMode=='image' && $IMConfig['images_enable_styling'] !== false) { ?><label for="f_padding">Padding</label><?php }?></td> 237 237 238 238 <td><?php if($insertMode=='image' && $IMConfig['images_enable_styling'] !== false) { ?><input type="text" id="f_padding" class="smallWidth" value="" /> … … 240 240 241 241 <?php if($insertMode=='image' && !empty($IMConfig['use_color_pickers']) && $IMConfig['images_enable_styling'] !== false) { ?> 242 <td align="left">Color</td>242 <td style="text-align: left;">Color</td> 243 243 <td> 244 244 <input name="f_backgroundColor" type="text" id="f_backgroundColor" size="7" /> … … 247 247 </tr> 248 248 <tr> 249 <td align="right"><?php if($insertMode=='image' && $IMConfig['images_enable_align'] !== false) { ?><label for="f_align">Align</label><?php }?></td>249 <td style="text-align: right;"><?php if($insertMode=='image' && $IMConfig['images_enable_align'] !== false) { ?><label for="f_align">Align</label><?php }?></td> 250 250 251 251 <td colspan="2"><?php if($insertMode=='image' && $IMConfig['images_enable_align'] !== false) { ?> … … 264 264 </td> 265 265 266 <td align="right"><?php if($insertMode=='image' && $IMConfig['images_enable_styling'] !== false) { ?><label for="f_border">Border</label><?php }?></td>266 <td style="text-align: right;"><?php if($insertMode=='image' && $IMConfig['images_enable_styling'] !== false) { ?><label for="f_border">Border</label><?php }?></td> 267 267 <td><?php if($insertMode=='image' && $IMConfig['images_enable_styling'] !== false) { ?><input type="text" id="f_border" class="smallWidth" value="" /><?php }?></td> 268 268 <?php if($insertMode=='image' && !empty($IMConfig['use_color_pickers']) && $IMConfig['images_enable_styling'] !== false) { ?> 269 <td align="left">Border Color</td>269 <td style="text-align: left;">Border Color</td> 270 270 <td><input name="f_borderColor" type="text" id="f_borderColor" size="7" /></td> 271 271 <?php } ?> -
trunk/plugins/FindReplace/popups/find_replace.html
r740 r987 108 108 <tbody> 109 109 <tr> 110 <td width="29%" align="right" valign="bottom">Search for:</td>111 <td width="71%" colspan="2" valign="bottom">110 <td width="29%" style="text-align: right; vertical-align: bottom;">Search for:</td> 111 <td width="71%" colspan="2" style="vertical-align: bottom;"> 112 112 <input id="fr_pattern" type="text" style="width: 200px" onFocus="this.select();"> 113 113 </td> 114 114 </tr> 115 115 <tr> 116 <td align="right">Replace with:</td>116 <td style="text-align: right;">Replace with:</td> 117 117 <td colspan="2"> 118 118 <input id="fr_replacement" type="text" style="width: 200px" onFocus="this.select();"> … … 143 143 <span>Substitute all occurrences</span></span> 144 144 </FIELDSET></td> 145 <td width="22%" align="center" valign="bottom" style="text-align: right; padding: 4px">145 <td width="22%" style="vertical-align: bottom; text-align: right; padding: 4px"> 146 146 <button type="button" id="fr_clear" onClick="clearMarks()">Clear</button> 147 147 <div class="space"></div> -
trunk/plugins/Forms/popups/select.html
r854 r987 178 178 <table border="0" cellspacing="0"> 179 179 <tr> 180 <td align="right">180 <td style="text-align: right;"> 181 181 <select name="select" id="f_select" Size="6" onchange="getValues();" style="width:16em"> 182 182 </select> 183 183 </td> 184 <td align="center">184 <td style="text-align: center;"> 185 185 <input type="button" name="up" value="Move Up" style="width:6em" onClick="moveOptionUp()"><br /> 186 186 <input type="button" name="down" value="Move Down" style="width:6em" onClick="moveOptionDown()"><br /> … … 192 192 <table border="0" cellspacing="0"> 193 193 <tr> 194 <td align="right">Label:</td>194 <td style="text-align: right;">Label:</td> 195 195 <td><input type="text" id="f_optiontext" name="optionText" value="" size="15"></td> 196 <td align="right">Value:</td>196 <td style="text-align: right;">Value:</td> 197 197 <td><input name="optionValue" id="f_optionvalue" type="text" value="" size="15"></td> 198 198 <td><input type="button" name="update" id="f_update" value="Add" onclick="addItem(document.forms[0])"></td> -
trunk/plugins/ImageManager/editor.php
r937 r987 69 69 <div id="tool_inputs"> 70 70 <select id="flip" name="flip" style="margin-left: 10px; vertical-align: middle;"> 71 <option selected >Flip Image</option>71 <option selected="selected">Flip Image</option> 72 72 <option>-----------------</option> 73 73 <option value="hoz">Flip Horizontal</option> … … 75 75 </select> 76 76 <select name="rotate" onchange="rotatePreset(this)" style="margin-left: 20px; vertical-align: middle;"> 77 <option selected >Rotate Image</option>77 <option selected="selected">Rotate Image</option> 78 78 <option>-----------------</option> 79 79 … … 106 106 <label for="save_filename">Filename:</label><input type="text" id="save_filename" value="<?php echo $editor->getDefaultSaveFile();?>"/> 107 107 <select name="format" id="save_format" style="margin-left: 10px; vertical-align: middle;" onchange="updateFormat(this)"> 108 <option value="" selected >Image Format</option>108 <option value="" selected="selected">Image Format</option> 109 109 <option value="">---------------------</option> 110 110 <option value="jpeg,85">JPEG High</option> … … 121 121 <td> 122 122 <div id="slidercasing"> 123 <div id="slidertrack" style="width:100px"><img src="<?php print $IMConfig['base_url'];?>img/spacer.gif" width="1" height="1" border="0" alt="track" ></div>124 <div id="sliderbar" style="left:85px" onmousedown="captureStart();"><img src="<?php print $IMConfig['base_url'];?>img/spacer.gif" width="1" height="1" border="0" alt="track" ></div>123 <div id="slidertrack" style="width:100px"><img src="<?php print $IMConfig['base_url'];?>img/spacer.gif" width="1" height="1" border="0" alt="track" /></div> 124 <div id="sliderbar" style="left:85px" onmousedown="captureStart();"><img src="<?php print $IMConfig['base_url'];?>img/spacer.gif" width="1" height="1" border="0" alt="track" /></div> 125 125 </div> 126 126 </td> -
trunk/plugins/ImageManager/images.php
r877 r987 83 83 <th><a href="#" class="thumb" style="cursor: pointer;" onclick="selectImage('<?php echo $file['relative'];?>', '<?php echo $entry; ?>', <?php echo $file['image'][0];?>, <?php echo $file['image'][1]; ?>);return false;" title="<?php echo $entry; ?> - <?php echo Files::formatSize($file['stat']['size']); ?>" onmouseover="showPreview('<?php echo $file['relative'];?>')" onmouseout="showPreview(window.parent.document.getElementById('f_url').value)" ><?php echo $entry ?></a></th> 84 84 <td><?php echo Files::formatSize($file['stat']['size']); ?></td> 85 <td><?php if($file['image']){ echo $file['image'][0].'x'.$file['image'][1]; } ?> 85 <td><?php if($file['image']){ echo $file['image'][0].'x'.$file['image'][1]; } ?></td> 86 86 <td class="actions"> 87 87 <a href="<?php print $IMConfig['backend_url']; ?>__function=images&dir=<?php echo $relative; ?>&delf=<?php echo rawurlencode($file['relative']);?>" title="Trash" onclick="return confirmDeleteFile('<?php echo $entry; ?>');"><img src="<?php print $IMConfig['base_url'];?>img/edit_trash.gif" height="15" width="15" alt="Trash" border="0" /></a> -
trunk/plugins/ImageManager/manager.php
r927 r987 57 57 <form action="<?php print $IMConfig['backend_url'] ?>" id="uploadForm" method="post" enctype="multipart/form-data"> 58 58 59 <input type="hidden" name="__plugin" value="ImageManager" >60 <input type="hidden" name="__function" value="images" >59 <input type="hidden" name="__plugin" value="ImageManager" /> 60 <input type="hidden" name="__function" value="images" /> 61 61 62 62 <fieldset> … … 96 96 ?> 97 97 <tr> 98 <th align="left">Upload:</th>98 <th style="text-align: left;">Upload:</th> 99 99 <td colspan="2"> 100 100 <input type="file" name="upload" id="upload" /> … … 108 108 </table> 109 109 110 <div id="messages" style="display: none;"><span id="message"></span><img SRC="<?php print $IMConfig['base_url']; ?>img/dots.gif" width="22" height="12" alt="..." /></div>110 <div id="messages" style="display: none;"><span id="message"></span><img src="<?php print $IMConfig['base_url']; ?>img/dots.gif" width="22" height="12" alt="..." /></div> 111 111 112 112 <iframe src="<?php print $IMConfig['backend_url']; ?>__function=images" name="imgManager" id="imgManager" class="imageFrame" scrolling="auto" title="Image Selection" frameborder="0"></iframe> … … 118 118 <table border="0" cellspacing="0" cellpadding="0" width="100%"> 119 119 <tr> 120 <th align="left">Description:</th>120 <th style="text-align: left;">Description:</th> 121 121 <td colspan="6"> 122 122 <input type="text" id="f_alt" style="width:95%"/> 123 123 </td> 124 <td rowspan="4" width="100" height="100" valign="middle" style="padding:4px;background-color:#CCC;border:1px inset;">124 <td rowspan="4" width="100" height="100" style="vertical-align: middle;" style="padding:4px;background-color:#CCC;border:1px inset;"> 125 125 <img src="" id="f_preview" /> 126 126 </td> … … 128 128 129 129 <tr> 130 <th align="left">Width:</th>130 <th style="text-align: left;">Width:</th> 131 131 <td > 132 132 <input id="f_width" type="text" name="f_width" size="4" onchange="javascript:checkConstrains('width');" /> … … 134 134 <td rowspan="2"> 135 135 <div style="position:relative"> 136 <img src="<?php print $IMConfig['base_url']; ?>img/locked.gif" id="imgLock" width="25" height="32" alt="Constrained Proportions" valign="middle" /><input type="checkbox" id="constrain_prop" checked="checked" onclick="javascript:toggleConstrains(this);" style="position:absolute;top:8px;left:0px;" />136 <img src="<?php print $IMConfig['base_url']; ?>img/locked.gif" id="imgLock" width="25" height="32" alt="Constrained Proportions" style="vertical-align: middle;" /><input type="checkbox" id="constrain_prop" checked="checked" onclick="javascript:toggleConstrains(this);" style="position:absolute;top:8px;left:0px;" /> 137 137 </div> 138 138 </td> 139 <th align="left" class="fullOptions">Margin:</th>139 <th style="text-align: left;" class="fullOptions">Margin:</th> 140 140 <td colspan="3" class="fullOptions"> 141 141 <input name="f_margin" type="text" id="f_margin" size="3" /> … … 144 144 145 145 <tr> 146 <th align="left">Height:</th>146 <th style="text-align: left;">Height:</th> 147 147 <td> 148 148 <input name="f_height" type="text" id="f_height" size="4" /> 149 149 </td> 150 <th align="left"class="fullOptions">Padding:</th>150 <th style="text-align: left;" class="fullOptions">Padding:</th> 151 151 <td class="fullOptions"> 152 152 <input name="f_padding" type="text" id="f_padding" size="3" /> 153 153 px </td> 154 <th align="left"class="fullOptions">Color:</th>154 <th style="text-align: left;" class="fullOptions">Color:</th> 155 155 <td class="fullOptions"> 156 156 <input name="f_backgroundColor" type="text" id="f_backgroundColor" size="7" /> … … 161 161 162 162 <tr class="fullOptions"> 163 <th align="left">Alignment:</th>163 <th style="text-align: left;">Alignment:</th> 164 164 <td colspan="2"> 165 <select size="1" id="f_align" title="Positioning of this image">165 <select size="1" id="f_align" title="Positioning of this image"> 166 166 <option value="" >Not set</option> 167 167 <option value="left" >Left</option> … … 176 176 </select> 177 177 </td> 178 <th align="left">Border:</th>178 <th style="text-align: left;">Border:</th> 179 179 <td> 180 180 <input name="f_border" type="text" id="f_border" size="3" /> 181 181 px </td> 182 <th align="left">Color:</th>182 <th style="text-align: left;">Color:</th> 183 183 <td> 184 184 <input name="f_borderColor" type="text" id="f_borderColor" size="7" /> -
trunk/plugins/InsertPicture/InsertPicture.php
r740 r987 199 199 200 200 </td> 201 <td valign="center" width="200" height="230">201 <td style="vertical-align: middle;" width="200" height="230"> 202 202 <span>Image Preview:</span> 203 203 <a href="#" onClick="javascript:openFile();"title=" Open file in new window"><img src="img/btn_open.gif" width="18" height="18" border="0" title="Open file in new window" /></a><br /> -
trunk/plugins/InsertSmiley/popups/insertsmiley.html
r904 r987 50 50 <form action="" method="get"> 51 51 <div class="title" style="width: 360px;">Insert Smiley</div> 52 <div style="height: 175px; overflow:auto; " align="center">52 <div style="height: 175px; overflow:auto; text-align: center;"> 53 53 <table style="border: 0; width: 370px;" id="smileytable"> 54 54 </table> -
trunk/plugins/Linker/dialog.html
r858 r987 14 14 <td><input type="text" name="[href]" style="width:100%" value="http://www.example.com/" onfocus="if (this.value == 'http://www.example.com/') this.value = '';" /></td> 15 15 </tr> 16 <tr valign="top">16 <tr style="vertical-align: top;"> 17 17 <th><l10n>Target:</l10n></th> 18 18 <td> … … 25 25 <table id="[popuptable]"> 26 26 <tr> 27 <th align="left"><l10n>Size:</l10n></th>27 <th style="text-align: left;"><l10n>Size:</l10n></th> 28 28 <td colspan="3"><input type="text" name="[p_width]" size="4" />x<input type="text" name="[p_height]" size="4" /> <l10n>(px)</l10n></td> 29 29 </tr> 30 30 <tr> 31 <th align="left"><l10n>Name:</l10n></th>31 <th style="text-align: left;"><l10n>Name:</l10n></th> 32 32 <td colspan="3"><input type="text" name="[p_name]" style="width:100%" value="_(PopupWindow)" /></td> 33 33 </tr> 34 34 <tr> 35 <th align="left"><l10n>Menu Bar:</l10n></th>35 <th style="text-align: left;"><l10n>Menu Bar:</l10n></th> 36 36 <td><input type="checkbox" name="[p_options]" value="menubar=yes" /></td> 37 37 38 <th align="left"><l10n>Toolbar:</l10n></th>38 <th style="text-align: left;"><l10n>Toolbar:</l10n></th> 39 39 <td><input type="checkbox" name="[p_options]" value="toolbar=yes" checked="checked" /></td> 40 40 </tr> 41 41 <tr> 42 <th align="left"><l10n>Location Bar:</l10n></th>42 <th style="text-align: left;"><l10n>Location Bar:</l10n></th> 43 43 <td><input type="checkbox" name="[p_options]" value="location=yes" /></td> 44 44 45 <th align="left"><l10n>Status Bar:</l10n></th>45 <th style="text-align: left;"><l10n>Status Bar:</l10n></th> 46 46 <td><input type="checkbox" name="[p_options]" value="status=yes" /></td> 47 47 </tr> 48 48 <tr> 49 <th align="left"><l10n>Scrollbars:</l10n></th>49 <th style="text-align: left;"><l10n>Scrollbars:</l10n></th> 50 50 <td><input type="checkbox" name="[p_options]" value="scrollbars=yes" checked="checked" /></td> 51 51 52 <th align="left"><l10n>Resizeable:</l10n></th>52 <th style="text-align: left;"><l10n>Resizeable:</l10n></th> 53 53 <td><input type="checkbox" name="[p_options]" value="resizeable=yes" checked="checked" /></td> 54 54 </tr> -
trunk/plugins/NoteServer/popups/codenote.html
r858 r987 137 137 <table width="100%" style="margin-bottom: 0.2em"> 138 138 <tr> 139 <td valign="bottom">139 <td style="vertical-align: bottom;"> 140 140 <span>Image Preview</span>:<br /> 141 141 <iframe name="ipreview" id="ipreview" frameborder="0" style="border : 1px solid gray;" height="200" width="350" src=""></iframe> 142 142 </td> 143 143 144 <td valign="bottom" style="text-align: right">144 <td style="vertical-align: bottom;" style="text-align: right"> 145 145 <button type="button" name="preview" onclick="return onPreview();" 146 146 title="Preview the image in a new window">Preview</button><br> … … 152 152 <td colspan="2"> 153 153 <p>Sample Guido Codes:</p> 154 <p><a href="http://piano-go.chez.tiscali.fr/rachmaninoff.gmn" target="_blank">Code Sample 1</a> or type [ do re mi fa sol la si ] | <a href="http://www.informatik.tu-darmstadt.de/AFS/SALIERI/guido/demos.html" target="_blank">Code Sample 2</a></p>154 <p><a href="http://piano-go.chez.tiscali.fr/rachmaninoff.gmn" onclick="window.open(this.href,'_blank');return false;">Code Sample 1</a> or type [ do re mi fa sol la si ] | <a href="http://www.informatik.tu-darmstadt.de/AFS/SALIERI/guido/demos.html" onclick="window.open(this.href,'_blank');return false;">Code Sample 2</a></p> 155 155 <p>Resources: </p> 156 <p>The Guido Specification (<a href="http://piano-go.chez.tiscali.fr/GUIDO-Music%20Notation%20Format.pdf" target="_blank">PDF)</a> | <a href="http://www.salieri.org/guido/doc.html" target="_blank">(HTML)</a></p>157 <p><a href="http://www.salieri.org/guido/" target="_blank">GUIDO Music Notation Format Site</a> | <a href="http://www.noteserver.org/" target="_blank">Guido Note Server</a> | <a href="http://sourceforge.net/projects/guidolib/" target="_blank">SourceForge Homepage</a></p>156 <p>The Guido Specification (<a href="http://piano-go.chez.tiscali.fr/GUIDO-Music%20Notation%20Format.pdf" onclick="window.open(this.href,'_blank');return false;">PDF)</a> | <a href="http://www.salieri.org/guido/doc.html" onclick="window.open(this.href,'_blank');return false;">(HTML)</a></p> 157 <p><a href="http://www.salieri.org/guido/" onclick="window.open(this.href,'_blank');return false;">GUIDO Music Notation Format Site</a> | <a href="http://www.noteserver.org/" onclick="window.open(this.href,'_blank');return false;">Guido Note Server</a> | <a href="http://sourceforge.net/projects/guidolib/" onclick="window.open(this.href,'_blank');return false;">SourceForge Homepage</a></p> 158 158 </td> 159 159 </tr> -
trunk/plugins/QuickTag/popups/quicktag.html
r740 r987 329 329 <form action="" method="get"> 330 330 <div class="title" style="width: 360px">Quick Tag Editor</div> 331 <div align="center">331 <div style="text-align: center;"> 332 332 <table border="0" width="370"> 333 333 <tbody> 334 334 <tr> 335 <td colspan="2" align="center" style="padding: 3px; background-color: #e9e9e9;">335 <td colspan="2" style="text-align: center;" style="padding: 3px; background-color: #e9e9e9;"> 336 336 <strong style="font-size: 14px"><</strong> 337 337 <input id="tagopen" type="text" style="background-color: #e9e9e9; width: 327px; border-width: 0px;"> -
trunk/plugins/SpellChecker/readme-tech.html
r20 r987 98 98 99 99 <ul> 100 <li><a href="http://search.cpan.org/search?query=Text%3A%3AAspell&mode=all" target="_blank">Text::Aspell</a></li>101 <li><a href="http://search.cpan.org/search?query=XML%3A%3ADOM&mode=all" target="_blank">XML::DOM</a></li>102 <li><a href="http://search.cpan.org/search?query=CGI&mode=all" target="_blank">CGI</a></li>100 <li><a href="http://search.cpan.org/search?query=Text%3A%3AAspell&mode=all" onclick="window.open(this.href,'_blank');return false;">Text::Aspell</a></li> 101 <li><a href="http://search.cpan.org/search?query=XML%3A%3ADOM&mode=all" onclick="window.open(this.href,'_blank');return false;">XML::DOM</a></li> 102 <li><a href="http://search.cpan.org/search?query=CGI&mode=all" onclick="window.open(this.href,'_blank');return false;">CGI</a></li> 103 103 </ul> 104 104 -
trunk/plugins/SpellChecker/spell-check-ui.html
r859 r987 77 77 </tr> 78 78 <tr> 79 <td valign="top" class="controls">79 <td style="vertical-align: top;" class="controls"> 80 80 <div class="secbody" style="text-align: center"> 81 81 <button id="b_info">Info</button> -
trunk/plugins/SpellChecker/spell-check-ui.js
r856 r987 379 379 suggested_words = frame.contentWindow.suggested_words; 380 380 381 document.getElementById("status").innerHTML = "Xinha Spell Checker (<a href= 'readme-tech.html' target='_blank' title='Technical information'>info</a>)";381 document.getElementById("status").innerHTML = "Xinha Spell Checker (<a href=\"readme-tech.html\" onclick=\"window.open(this.href,'_blank');return false;\" title=\"Technical information\">info</a>)"; 382 382 var doc = frame.contentWindow.document; 383 383 var spans = doc.getElementsByTagName("span"); -
trunk/plugins/TableOperations/popups/merge_cells.html
r859 r987 48 48 </tr> 49 49 <tr> 50 <td align="right" width="30%"><input type="text" name="cols" value="0" id="f_cols" size="4" title="Columns" /></td>50 <td style="text-align: right;" width="30%"><input type="text" name="cols" value="0" id="f_cols" size="4" title="Columns" /></td> 51 51 <td width="70%">Cells to the right, and</td> 52 52 </tr> 53 53 <tr> 54 <td align="right"><input type="text" name="rows" value="0" id="f_rows" size="4" title="Rows" /></td>54 <td style="text-align: right;"><input type="text" name="rows" value="0" id="f_rows" size="4" title="Rows" /></td> 55 55 <td>Cells down</td> 56 56 </tr> 57 57 <tr> 58 <td colspan="2" align="right">58 <td colspan="2" style="text-align: right;"> 59 59 <hr /> 60 60 <button type="button" name="ok" onclick="return onOK();">OK</button> -
trunk/plugins/Template/popups/template.html
r677 r987 33 33 <table border="0" cellspacing="0" cellpadding="5"> 34 34 <tr> 35 <td align="center" valign="top"><a href="javascript:;" onClick="onOK('1');">36 <img src="../img/layout_01.gif" alt="" width="106" height="68" border="0" /></a>37 </td>38 <td align="center" valign="top"><a href="javascript:;" onClick="onOK('2');">39 <img src="../img/layout_02.gif" alt="" width="106" height="68" border="0" /></a>40 </td>41 <td align="center" valign="top"><a href="javascript:;" onClick="onOK('3');">35 <td style="text-align: center; vertical-align: top;"><a href="javascript:;" onClick="onOK('1');"> 36 <img src="../img/layout_01.gif" alt="" width="106" height="68" border="0" /></a> 37 </td> 38 <td style="text-align: center; vertical-align: top;"><a href="javascript:;" onClick="onOK('2');"> 39 <img src="../img/layout_02.gif" alt="" width="106" height="68" border="0" /></a> 40 </td> 41 <td style="text-align: center; vertical-align: top;"><a href="javascript:;" onClick="onOK('3');"> 42 42 <img src="../img/layout_03.gif" alt="" width="106" height="68" border="0" /></a><br/> 43 </td>43 </td> 44 44 </tr> 45 45 </table> -
trunk/popups/select_color.html
r649 r987 71 71 <table border="0" cellspacing="0" cellpadding="4" width="100%" id="containerpreview"> 72 72 <tr> 73 <td valign="middle"><div id="preview"><div id="ColorPreview"></div></div></td>74 <td valign="middle" width="100%"><input type="text" name="ColorHex"73 <td style="vertical-align: middle;"><div id="preview"><div id="ColorPreview"></div></div></td> 74 <td style="vertical-align: middle;" width="100%"><input type="text" name="ColorHex" 75 75 id="ColorHex" value="" size=15></td> 76 76 </tr>
