Changeset 84
- Timestamp:
- 05/24/2003 10:25:39 PM (22 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/b2bookmarklet.php
r44 r84 77 77 background-image: url('<?php 78 78 if ($is_gecko || $is_IE) { 79 ?> b2-img/bgbookmarklet1.gif<?php79 ?>../b2-img/bgbookmarklet1.gif<?php 80 80 } else { 81 ?> b2-img/bgbookmarklet3.gif<?php81 ?>../b2-img/bgbookmarklet3.gif<?php 82 82 } 83 83 ?>'); … … 90 90 background-color: transparent; 91 91 <?php if ($is_gecko || $is_macIE) { ?> 92 background-image: url(' b2-img/bgbookmarklet.png');92 background-image: url('../b2-img/bgbookmarklet.png'); 93 93 <?php } elseif ($is_winIE) { ?> 94 94 background-color: #cccccc; … … 158 158 <td align="left" width="415"> 159 159 <table cellspacing="0" cellpadding="0"> 160 <td height="50" width="250" align="left" valign="bottom">< b>Title</b><br />161 <input type="text" name="post_title" size="20" tabindex="1" style="width: 215px;" value="<?php echo stripslashes($popuptitle) ?>" /></ td>160 <td height="50" width="250" align="left" valign="bottom"><label>Title<br /> 161 <input type="text" name="post_title" size="20" tabindex="1" style="width: 215px;" value="<?php echo stripslashes($popuptitle) ?>" /></label></td> 162 162 <td width="165" align="left" valign="bottom"><b>Category</b><br /><?php dropdown_categories(); ?></td> 163 163 </table> … … 169 169 <table width="415" cellpadding="0" cellspacing="0"> 170 170 <td align="left" valign="bottom"><b>Post</b></td> 171 <td align="right" valign="bottom"><?php if ($use_quicktags) include( $b2inc."/b2quicktags.php"); ?></td>171 <td align="right" valign="bottom"><?php if ($use_quicktags) include("b2quicktags.php"); ?></td> 172 172 </table> 173 173 <?php … … 192 192 <table cellpadding="0" cellspacing="0"> 193 193 <td align="left" width="90"> 194 <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>195 194 </td> 196 195 <?php if ($pingback) { ?> … … 202 201 203 202 <?php if ($use_preview) { ?> 204 <input type="button" value="preview" on click="preview(this.form);" class="search" tabindex="8" />203 <input type="button" value="preview" onClick="preview(this.form);" class="search" tabindex="8" /> 205 204 <?php } ?> 206 205 207 206 <input type="submit" name="submit" value="Blog this !" class="search" tabindex="3" /> 208 207 209 <?php if ($use_spellchecker) { ?>210 <!--<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" />-->211 <input type="button" value="Spellcheck" onclick="DoSpell212 ('post','content','');" class="search" />213 <?php } ?>214 208 215 209 <?php if ( ($use_fileupload) && ($user_level >= $fileupload_minlevel) && ((ereg(" ".$user_login." ", $fileupload_allowedusers)) || (trim($fileupload_allowedusers)=="")) ) { ?> 216 <input type="button" value="upload a file" on click="launchupload();" class="search" />217 <?php } ?> 218 219 <script language="JavaScript" >210 <input type="button" value="upload a file" onClick="launchupload();" class="search" /> 211 <?php } ?> 212 213 <script language="JavaScript" type="text/javascript"> 220 214 <!-- 221 215 window.focus(); … … 229 223 <td width="40"> </td> 230 224 <td width="415" align="left" height="40"> 231 < b>TrackBack</b> an URL:<br />232 <input type="text" name="trackback _url" style="width: 415px" />225 <label for="trackback"><strong>TrackBack</strong> an <acronym title="Uniform Resource Locator">URL</acronym>:</label> (Seperate multiple URLs with commas.)<br /> 226 <input type="text" name="trackback" style="width: 415px" /> 233 227 </td> 234 228 </tr> … … 239 233 </form> 240 234 241 <!-- this is for the spellchecker --> 242 <form name="SPELLDATA"><div> 243 <input name="formname" type="hidden" value=""> 244 <input name="messagebodyname" type="hidden" value=""> 245 <input name="subjectname" type="hidden" value=""> 246 <input name="companyID" type="hidden" value=""> 247 <input name="language" type="hidden" value=""> 248 <input name="opener" type="hidden" value=""> 249 <input name="formaction" type="hidden" value=""> 250 </div></form> 235 </div> 251 236 252 237 </body> -
trunk/wp-admin/b2sidebar.php
r83 r84 31 31 <head> 32 32 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 33 <link rel="stylesheet" href=" <?php echo $b2inc; ?>/b2.css" type="text/css" />33 <link rel="stylesheet" href="b2.css" type="text/css" /> 34 34 </head> 35 35 <body> … … 48 48 ?><html> 49 49 <head> 50 <title> b2> sidebar</title>51 <link rel="stylesheet" href=" <?php echo $b2inc; ?>/b2.css" type="text/css">50 <title>WordPress > sidebar</title> 51 <link rel="stylesheet" href="b2.css" type="text/css"> 52 52 <?php 53 53 if ($use_spellchecker) { … … 74 74 <!-- 75 75 body { 76 background-image: url(' b2-img/b2minilogo.png');76 background-image: url('../b2-img/b2minilogo.png'); 77 77 background-repeat: no-repeat; 78 78 background-position: 50px 90px; … … 84 84 background-color: transparent; 85 85 <?php if ($is_gecko || $is_macIE) { ?> 86 background-image: url(' b2-img/bgbookmarklet.png');86 background-image: url('../b2-img/bgbookmarklet.png'); 87 87 <?php } elseif ($is_winIE) { ?> 88 88 background-color: #dddddd; … … 107 107 </head> 108 108 <body> 109 <!--<table width="100%" cellpadding="0" cellspacing="0"> 110 <td><img src="b2-img/b2minilogo.png"></td> 111 </table> 112 --> 109 113 110 <form name="post" action="b2edit.php" method="POST" accept-charset="iso-8859-1"> 114 111 <input type="hidden" name="action" value="post" /> -
trunk/wp-admin/b2team.php
r44 r84 110 110 $email = $user_data["user_email"]; 111 111 $url = $user_data["user_url"]; 112 $bg1 = ($user_data["user_login"] == $user_login) ? "style=\"background-image: url(' b2-img/b2button.gif');\"" : "bgcolor=\"#dddddd\"";113 $bg2 = ($user_data["user_login"] == $user_login) ? "style=\"background-image: url(' b2-img/b2button.gif');\"" : "bgcolor=\"#eeeeee\"";112 $bg1 = ($user_data["user_login"] == $user_login) ? "style=\"background-image: url('../b2-img/b2button.gif');\"" : "bgcolor=\"#dddddd\""; 113 $bg2 = ($user_data["user_login"] == $user_login) ? "style=\"background-image: url('../b2-img/b2button.gif');\"" : "bgcolor=\"#eeeeee\""; 114 114 echo "<td $bg1>".$user_data["ID"]."</td>\n"; 115 115 echo "<td $bg2><b><a href=\"javascript:profile(".$user_data["ID"].")\">".$user_data["user_nickname"]."</a></b></td>\n"; 116 116 echo "<td $bg1>".$user_data["user_firstname"]." ".$user_data["user_lastname"]."</td>\n"; 117 echo "<td $bg2> <a href=\"mailto:$email\" title=\"e-mail: $email\"><img src= \"b2-img/email.gif\"border=\"0\" alt=\"e-mail: $email\" /></a> </td>";117 echo "<td $bg2> <a href=\"mailto:$email\" title=\"e-mail: $email\"><img src='../b2-img/email.gif' border=\"0\" alt=\"e-mail: $email\" /></a> </td>"; 118 118 echo "<td $bg1> "; 119 119 if (($user_data["user_url"] != "http://") and ($user_data["user_url"] != "")) 120 echo "<a href=\"$url\" target=\"_blank\" title=\"website: $url\"><img src=\" b2-img/url.gif\" border=\"0\" alt=\"website: $url\" /></a> ";120 echo "<a href=\"$url\" target=\"_blank\" title=\"website: $url\"><img src=\"../b2-img/url.gif\" border=\"0\" alt=\"website: $url\" /></a> "; 121 121 echo "</td>\n"; 122 122 echo "<td $bg2>".$user_data["user_level"]; … … 163 163 $email = $user_data["user_email"]; 164 164 $url = $user_data["user_url"]; 165 $bg1 = ($user_data["user_login"] == $user_login) ? "style=\"background-image: url(' b2-img/b2button.gif');\"" : "bgcolor=\"#dddddd\"";166 $bg2 = ($user_data["user_login"] == $user_login) ? "style=\"background-image: url(' b2-img/b2button.gif');\"" : "bgcolor=\"#eeeeee\"";165 $bg1 = ($user_data["user_login"] == $user_login) ? "style=\"background-image: url('../b2-img/b2button.gif');\"" : "bgcolor=\"#dddddd\""; 166 $bg2 = ($user_data["user_login"] == $user_login) ? "style=\"background-image: url('../b2-img/b2button.gif');\"" : "bgcolor=\"#eeeeee\""; 167 167 echo "<td $bg1>".$user_data["ID"]."</td>\n"; 168 168 echo "<td $bg2><b><a href=\"javascript:profile(".$user_data["ID"].")\">".$user_data["user_nickname"]."</a></b></td>\n"; 169 169 echo "<td $bg1>".$user_data["user_firstname"]." ".$user_data["user_lastname"]."</td>\n"; 170 echo "<td $bg1> <a href=\"mailto:".antispambot($email)."\" title=\"e-mail: ".antispambot($email)."\"><img src=\" b2-img/email.gif\" border=\"0\" alt=\"e-mail: ".antispambot($email)."\" /></a> </td>";170 echo "<td $bg1> <a href=\"mailto:".antispambot($email)."\" title=\"e-mail: ".antispambot($email)."\"><img src=\"../b2-img/email.gif\" border=\"0\" alt=\"e-mail: ".antispambot($email)."\" /></a> </td>"; 171 171 echo "<td $bg2> "; 172 172 if (($user_data["user_url"] != "http://") and ($user_data["user_url"] != "")) 173 echo "<a href=\"$url\" target=\"_blank\" title=\"website: $url\"><img src=\" b2-img/url.gif\" border=\"0\" alt=\"website: $url\" /></a> ";173 echo "<a href=\"$url\" target=\"_blank\" title=\"website: $url\"><img src=\"../b2-img/url.gif\" border=\"0\" alt=\"website: $url\" /></a> "; 174 174 echo "</td>\n"; 175 175 echo "<td $bg1>".$user_data["user_level"];
Note: See TracChangeset
for help on using the changeset viewer.