Changeset 93 for trunk/wp-admin/b2sidebar.php
- Timestamp:
- 05/25/2003 12:33:40 AM (23 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/b2sidebar.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/b2sidebar.php
r86 r93 22 22 while($row = mysql_fetch_object($result)) { 23 23 $time_difference=$row->time_difference; 24 $autobr=$row->AutoBR;25 24 } 26 25 … … 50 49 <title>WordPress > sidebar</title> 51 50 <link rel="stylesheet" href="b2.css" type="text/css"> 52 <?php53 if ($use_spellchecker) {54 ?><script type="text/javascript" language="javascript">55 <!--56 function DoSpell(formname, subject, body)57 {58 document.SPELLDATA.formname.value=formname59 document.SPELLDATA.subjectname.value=subject60 document.SPELLDATA.messagebodyname.value=body61 document.SPELLDATA.companyID.value="custom\\http://cafelog.com"62 document.SPELLDATA.language.value=103363 document.SPELLDATA.opener.value="<?php echo $siteurl ?>/sproxy.pl"64 document.SPELLDATA.formaction.value="http://www.spellchecker.com/spell/startspelling.asp "65 window.open("<?php echo $siteurl ?>/b2spell.php","Spell",66 "toolbar=no,directories=no,location=yes,resizable=yes,width=620,height=400,top=100,left=100")67 }68 //-->69 </script><?php70 }71 ?>72 51 73 52 <style type="text/css"> … … 118 97 <textarea rows="8" cols="12" style="width: 100%" name="content" tabindex="2" class="postform" wrap="virtual" onFocus="if (this.value=='Post') { this.value='';}" onBlur="if (this.value=='') {this.value='Post';}">Post</textarea> 119 98 120 <input type="checkbox" name="post_autobr" value="1" <?php if ($autobr) echo " checked" ?> tabindex="4" class="checkbox" id="autobr" /><label for="autobr"> Auto-BR</label><br />121 122 99 <?php if ($use_pingback) { ?> 123 100 <input type="checkbox" class="checkbox" name="post_pingback" value="1" checked="checked" tabindex="5" id="pingback" /><label for="pingback"> PingBack</label> … … 126 103 <input type="submit" name="submit" value="Blog this !" class="search" tabindex="3" /> 127 104 128 <?php if ($use_spellchecker) { ?> 129 <!--<input type = "button" value = "Spell Check" onclick="var f=document.forms[0]; doSpell( 'en', f.post_content, '<?php echo $spellchecker_url ?>/sproxy.cgi', true);" class="search" tabindex="5" />--> 130 <input type="button" value="Spellcheck" onclick="DoSpell 131 ('post','content','');" class="search" tabindex="9"/> 132 133 <?php } 134 105 <?php 135 106 if ($use_trackback) { ?> 136 107 <br /><label for="trackback"><b>TrackBack</b> an URL:</label><br /><input type="text" name="trackback_url" style="width: 100%" id="trackback" tabindex="7" /> … … 149 120 </form> 150 121 151 <!-- this is for the spellchecker -->152 <form name="SPELLDATA"><div>153 <input name="formname" type="hidden" value="">154 <input name="messagebodyname" type="hidden" value="">155 <input name="subjectname" type="hidden" value="">156 <input name="companyID" type="hidden" value="">157 <input name="language" type="hidden" value="">158 <input name="opener" type="hidden" value="">159 <input name="formaction" type="hidden" value="">160 </div></form>161 122 162 123 </body>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)