Ticket #1179: lots_of_xhtml_fixes.patch
| File lots_of_xhtml_fixes.patch, 51.1 kB (added by guest, 4 years ago) |
|---|
-
Users/davistv/Documents/workspace/xinha/examples/files/ext_example-dest.php
4 4 <title>Example of Xinha</title> 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()) { 10 10 $_REQUEST = array_map('stripslashes',$_REQUEST); -
Users/davistv/Documents/workspace/xinha/examples/files/ext_example-menu.php
246 246 </head> 247 247 248 248 <body> 249 <form action="ext_example-body.html" target="body" name="fsettings" id="fsettings">249 <form action="ext_example-body.html" onclick="window.open(this.href,'body');return false;" name="fsettings" id="fsettings"> 250 250 <h1>Xinha Example</h1> 251 251 <fieldset> 252 252 <legend>Settings</legend> -
Users/davistv/Documents/workspace/xinha/examples/simple_example.html
49 49 parturient montes, nascetur ridiculus mus. Nam nec wisi. In wisi. 50 50 Curabitur pharetra bibendum lectus.</p> 51 51 </textarea> 52 52 </form> 53 53 </body> 54 54 </html> 55 No newline at end of file -
Users/davistv/Documents/workspace/xinha/examples/testbed.html
162 162 Lorem ipsum dolor sit amet, consectetuer adipiscing elit. 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. 169 169 </p> -
Users/davistv/Documents/workspace/xinha/plugins/BackgroundImage/popups/bgimage.html
32 32 <body class="dialog" onload="Init()"> 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> 39 39 <td><img onclick="insertbg('ppplcnvs.jpg')" border="1" src="../backgrounds/thumbnails/ppplcnvs.jpg" width="50" height="50"></td> -
Users/davistv/Documents/workspace/xinha/plugins/ContextMenu/context-menu.js
409 409 { 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 + "' />";412 // td1.innerHTML = "<img style="text-align: middle;" src='" + item.__msh.icon + "' />"; 413 413 } 414 414 var td2 = doc.createElement("td"); 415 415 if (Xinha.is_ie) -
Users/davistv/Documents/workspace/xinha/plugins/Equation/example.html
36 36 <p><span class="AM">`int_a^bf(x)dx`</span></p> 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 43 43 </p> -
Users/davistv/Documents/workspace/xinha/plugins/Equation/lang/de.js
18 18 "Preview":"Vorschau", 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" onclick="window.open(this.href,\'_blank\');return false;">Mozilla Firefox</a> als Alternative.', 22 22 "Show MathML" : "Zeige MathML" 23 23 } -
Users/davistv/Documents/workspace/xinha/plugins/Equation/popups/dialog.html
347 347 <script type="text/javascript"> 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> 353 353 <button type="submit" name="ok" onclick="return onOK();">OK</button> -
Users/davistv/Documents/workspace/xinha/plugins/ExtendedFileManager/images.php
82 82 foreach($list[0] as $path => $dir) 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']; … … 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 93 93 <td ><?php echo date($IMConfig['date_format'],$dir['stat']['mtime']); ?></td> … … 113 113 { 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 119 119 if(strlen($entry)>$maxNameLength) echo substr($entry,0,$maxNameLength)."..."; else echo $entry; -
Users/davistv/Documents/workspace/xinha/plugins/ExtendedFileManager/manager.php
157 157 <div id="controls"> 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" /> 165 165 </div> … … 175 175 </tr> 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> 181 181 <?php } … … 181 181 <?php } 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> 187 187 <?php } ?> … … 189 189 <?php 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"> 198 198 <tr> … … 211 211 <td colspan="5"><span id="diskmesg"></span></td> 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> 217 217 … … 222 222 <label for="constrain_prop">Constrain Proportions</label><?php }?> 223 223 </td> 224 224 225 <td rowspan="3" align="right"></td>225 <td rowspan="3" style="text-align: right;"></td> 226 226 227 <td align="right"><?php if($insertMode=='image' && $IMConfig['images_enable_styling'] !== false) { ?><label for="f_margin">Margin</label><?php }?></td>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> … … 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="" /> 239 239 <?php }?></td> … … 239 239 <?php }?></td> 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" /> 245 245 </td> … … 246 246 <?php } ?> 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) { ?> 252 252 <select size="1" id="f_align" title="Positioning of this image"> … … 263 263 </select><?php } ?> 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 } ?> 272 272 </tr> -
Users/davistv/Documents/workspace/xinha/plugins/FindReplace/popups/find_replace.html
107 107 <table border="0" style="width: 100%; padding: 2px;"><!----> 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> … … 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();"> 119 119 </td> … … 142 142 e.click(); e.focus();" style="cursor:default"> 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> 148 148 <button type="button" id="fr_hiliteall" onClick="hiliteAll()">Highlight</button> -
Users/davistv/Documents/workspace/xinha/plugins/Forms/forms.js
124 124 if (param["f_action"] != "") frm += ' action="' + param["f_action"] + '"'; 125 125 if (param["f_method"] != "") frm += ' method="' + param["f_method"] + '"'; 126 126 if (param["f_enctype"] != "") frm += ' enctype="' + param["f_enctype"] + '"'; 127 if (param["f_target"] != "") frm += ' target="' + param["f_target"] + '"';127 if (param["f_target"] != "") frm += ' onclick="window.open(this.href,\'' + param["f_target"] + '\');return false;"'; 128 128 frm += '>'; 129 129 editor.surroundHTML(frm, ' </form>'); 130 130 } -
Users/davistv/Documents/workspace/xinha/plugins/Forms/popups/select.html
177 177 <legend>Options</legend> 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 /> 187 187 <input type="button" name="delete" value="Delete" style="width:6em" onClick="deleteItem();"> … … 191 191 <div class="space"></div> 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> 199 199 </tr> -
Users/davistv/Documents/workspace/xinha/plugins/ImageManager/editor.php
68 68 <div id="tools_rotate" style="display:none;"> 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> 74 74 <option value="ver">Flip Vertical</option> … … 74 74 <option value="ver">Flip Vertical</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 80 80 <option value="180">Rotate 180 °</option> … … 105 105 <div id="tool_inputs"> 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> 111 111 <option value="jpeg,60">JPEG Medium</option> … … 120 120 <tr> 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> 127 127 </tr> -
Users/davistv/Documents/workspace/xinha/plugins/ImageManager/images.php
82 82 <tr> 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> 88 88 -
Users/davistv/Documents/workspace/xinha/plugins/ImageManager/manager.php
56 56 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> 63 63 <legend>Image Manager</legend> … … 95 95 { 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" /> 101 101 <input name="Upload" type="submit" id="Upload" value="Upload" onclick="doUpload();" /> … … 107 107 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> 113 113 … … 117 117 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> 127 127 </tr> … … 127 127 </tr> 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');" /> 133 133 </td> … … 133 133 </td> 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" /> 142 142 px </td> … … 143 143 </tr> 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" /> 157 157 … … 160 160 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> 168 168 <option value="right" >Right</option> … … 175 175 <option value="top" >Top</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" /> 185 185 -
Users/davistv/Documents/workspace/xinha/plugins/InsertPicture/InsertPicture.php
198 198 </form> 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 /> 204 204 <iframe name="ipreview" id="ipreview" frameborder="0" style="border : 1px solid gray;" height="200" width="200" src=""></iframe> -
Users/davistv/Documents/workspace/xinha/plugins/InsertSmiley/popups/insertsmiley.html
49 49 <body class="dialog" onload="Init()"> 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> 55 55 </div> -
Users/davistv/Documents/workspace/xinha/plugins/Linker/dialog.html
13 13 <th><label for="[href]"><l10n>URL:</l10n> </label></th> 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> 19 19 <div><label><input type="radio" name="[target]" value="" onclick="document.getElementById('[popuptable]').style.display='none';" checked="checked" /> <l10n>Ordinary Link</l10n></label></div> … … 24 24 <div style="padding-left:10px"> 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> 55 55 </table> -
Users/davistv/Documents/workspace/xinha/plugins/Linker/dTree/dtree.js
266 266 267 267 if (node.title) str += ' title="' + node.title + '"'; 268 268 269 if (node.target) str += ' target="' + node.target + '"';269 if (node.target) str += ' onclick="window.open(this.href,\'' + node.target + '\');return false;"'; 270 270 271 271 if (this.config.useStatusText) str += ' onmouseover="window.status=\'' + node.name + '\';return true;" onmouseout="window.status=\'\';return true;" '; 272 272 -
Users/davistv/Documents/workspace/xinha/plugins/NoteServer/popups/codenote.html
136 136 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> … … 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> 147 147 <button type="button" name="ok" onclick="return onOK();"><span>OK</span></button><br> … … 151 151 <tr> 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> 160 160 </table> -
Users/davistv/Documents/workspace/xinha/plugins/QuickTag/popups/quicktag.html
328 328 <body class="dialog" onload="Init()"> 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;"> 338 338 <strong style="font-size: 14px">></strong> -
Users/davistv/Documents/workspace/xinha/plugins/QuickTag/tag-lib.js
15 15 16 16 var allTags = { 17 17 'a': 'a', 18 'a (full)': 'a href="" target=""',18 'a (full)': 'a href="" onclick="window.open(this.href,\'\');return false;"', 19 19 'address': 'address', 20 20 'b': 'b', 21 21 'big': 'big', … … 69 69 var opTag_a = { 70 70 'href': 'href="', 71 71 'name': 'name="', 72 'target': ' target="'72 'target': 'onclick="window.open(this.href,\'\');return false;' 73 73 }; 74 74 var opAtt_a = { 75 75 'href': {'http://': 'http://', … … 100 100 }; 101 101 102 102 var opTag_div = { 103 'align': ' align="'103 'align': 'style="text-align:' 104 104 }; 105 105 var opAtt_div = { 106 106 'align': {'center': 'center"', … … 110 110 }; 111 111 112 112 var opTag_h = { 113 'align': ' align="'113 'align': 'style="text-align:' 114 114 }; 115 115 var opAtt_h = { 116 116 'align': {'center': 'center"', … … 120 120 }; 121 121 122 122 var opTag_p = { 123 'align': ' align="'123 'align': 'style="text-align:' 124 124 }; 125 125 var opAtt_p = { 126 126 'align': {'center': 'center"', … … 130 130 }; 131 131 132 132 var opTag_table = { 133 'align': ' align="',133 'align': 'style="text-align: ', 134 134 'width': 'width="', 135 135 'height': 'height="', 136 136 'cellpadding': 'cellpadding="', -
Users/davistv/Documents/workspace/xinha/plugins/SpellChecker/readme-tech.html
97 97 <p>The following Perl modules are required:</p> 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 105 105 <p>Of these, only Text::Aspell might need to be installed manually. The -
Users/davistv/Documents/workspace/xinha/plugins/SpellChecker/spell-check-ui.html
57 57 <body onload="initDocument()"> 58 58 59 59 <form style="display: none;" action="spell-check-logic.cgi" 60 method="post" target="framecontent"60 method="post" onclick="window.open(this.href,'framecontent');return false;" 61 61 accept-charset="UTF-8" 62 62 ><input type="hidden" name="content" id="f_content" 63 63 /><input type="hidden" name="dictionary" id="f_dictionary" … … 76 76 </td> 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> 82 82 </div> -
Users/davistv/Documents/workspace/xinha/plugins/SpellChecker/spell-check-ui.js
378 378 fixedWords = []; 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"); 384 384 var sps = []; -
Users/davistv/Documents/workspace/xinha/plugins/TableOperations/popups/merge_cells.html
47 47 </td> 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> 61 61 <button type="button" name="cancel" onclick="return onCancel();">Cancel</button> -
Users/davistv/Documents/workspace/xinha/plugins/Template/popups/template.html
32 32 <form> 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> 46 46 -
Users/davistv/Documents/workspace/xinha/popups/about.html
59 59 var info = editor.plugins[i]; 60 60 if (typeof info != 'object' || !info.name || typeof info.name !='string') continue; 61 61 html += "<tr><td>" + info.name + " v" + info.version + "</td>" + 62 "<td><a href='" + info.developer_url + "' target='_blank'title='Visit developer website'>" +62 "<td><a href='" + info.developer_url + "' onclick=\"window.open(this.href,'_blank');return false;\" title='Visit developer website'>" + 63 63 info.developer + "</a></td>" + 64 "<td><a href='" + info.sponsor_url + "' target='_blank'title='Visit sponsor website'>" +64 "<td><a href='" + info.sponsor_url + "' onclick=\"window.open(this.href,'_blank');return false;\" title='Visit sponsor website'>" + 65 65 info.sponsor + "</a></td>" + 66 66 "<td>" + info.license + "</td></tr>"; 67 67 ++j; … … 214 214 <div id="tab-area-1"> 215 215 216 216 <p> 217 The development of Xinha would not have been possible without the original work of <a href="http://dynarch.com/">Mihai Bazon</a>, <a href="http://interactivetools.com" target="_blank">InteractiveTools.com</a>, and the many sponsors and contributors from around the world.217 The development of Xinha would not have been possible without the original work of <a href="http://dynarch.com/">Mihai Bazon</a>, <a href="http://interactivetools.com" onclick="window.open(this.href,'_blank');return false;">InteractiveTools.com</a>, and the many sponsors and contributors from around the world. 218 218 </p> 219 219 220 220 </div> -
Users/davistv/Documents/workspace/xinha/popups/select_color.html
70 70 <form action="#" method="get" onsubmit="Set(document.getElementById('ColorHex').value); return false;"> 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> 77 77 </table>
