Changeset 32
- Timestamp:
- 05/21/2003 09:48:18 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/b2header.php
r3 r32 54 54 <html> 55 55 <head> 56 <title> b2> <?php echo $title; ?></title>56 <title>wordpress > <?php echo $title; ?></title> 57 57 <link rel="stylesheet" href="<?php echo $b2inc; ?>/b2.css" type="text/css"> 58 58 <style type="text/css"> … … 78 78 padding: 2px; 79 79 margin: 1px; 80 font-family: Georgia, "Times New Roman", Times, serif; 80 81 } 81 82 .checkbox { … … 94 95 </style> 95 96 <?php 96 if ($use_spellchecker) {97 ?><script type="text/javascript" language="javascript">98 <!--99 function DoSpell(formname, subject, body)100 {101 document.SPELLDATA.formname.value=formname102 document.SPELLDATA.subjectname.value=subject103 document.SPELLDATA.messagebodyname.value=body104 document.SPELLDATA.companyID.value="custom\\http://cafelog.com"105 document.SPELLDATA.language.value=1033106 document.SPELLDATA.opener.value="<?php echo $pathserver ?>/sproxy.pl"107 document.SPELLDATA.formaction.value="http://www.spellchecker.com/spell/startspelling.asp "108 window.open("<?php echo $pathserver ?>/b2spell.php","Spell",109 "toolbar=no,directories=no,location=yes,resizable=yes,width=620,height=400,top=100,left=100")110 }111 //-->112 </script><?php113 }114 97 if ($redirect==1) { 115 98 ?> 116 <script language="javascript" >99 <script language="javascript" type="text/javascript"> 117 100 <!-- 118 101 function redirect() { … … 125 108 } 126 109 ?> 127 <script language="javascript" >110 <script language="javascript" type="text/javascript"> 128 111 <!-- hiding from old terrible browsers 129 112 … … 155 138 </script> 156 139 </head> 157 <body bgcolor="#ffffff" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">140 <body> 158 141 159 142 <table width="100%" cellpadding="0" cellspacing="0" align="center"> … … 170 153 ?> 171 154 <td valign="top"> 172 <img src="b2-img/blank.gif" border="0" width="35" height="24" />173 155 <div class="panelbody"> 174 156 <?php
Note: See TracChangeset
for help on using the changeset viewer.