Removed ref to missing files. This upload thing needs to be looked at and redone.

git-svn-id: https://develop.svn.wordpress.org/trunk@765 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2004-01-12 13:13:06 +00:00
parent 48079eb485
commit c063730bf5
1 changed files with 4 additions and 18 deletions

View File

@ -1,5 +1,5 @@
<?php
/* b2 File Upload - original hack by shockingbird.com */
/* WP File Upload - original hack by shockingbird.com */
$standalone="1";
require_once("./admin-header.php");
@ -14,19 +14,11 @@ $allowed_types = explode(" ", trim($fileupload_allowedtypes));
?><html>
<head>
<title>WordPress :: upload images/files</title>
<link rel="stylesheet" href="<?php echo WPINC; ?>/b2.css" type="text/css">
<title>WordPress &raquo; Upload images/files</title>
<style type="text/css">
<!--
body {
background-image: url('<?php
if ($is_gecko || $is_macIE) {
?>../wp-images/bgbookmarklet3.gif<?php
} else {
?>../wp-images/bgbookmarklet3.gif<?php
}
?>');
background-repeat: no-repeat;
margin: 30px;
}
<?php
@ -34,13 +26,7 @@ if (!$is_NS4) {
?>
textarea,input,select {
background-color: white;
/*<?php if ($is_gecko || $is_macIE) { ?>
background-image: url('../wp-images/bgbookmarklet3.gif');
<?php } elseif ($is_winIE) { ?>
background-color: #cccccc;
filter: alpha(opacity:80);
<?php } ?>
*/ border-width: 1px;
border-width: 1px;
border-color: #cccccc;
border-style: solid;
padding: 2px;