mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-02 00:00:15 +00:00
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:
@@ -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 » 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;
|
||||
|
||||
Reference in New Issue
Block a user