Make WordPress Core

Changeset 765


Ignore:
Timestamp:
01/12/2004 01:13:06 PM (22 years ago)
Author:
saxmatt
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/upload.php

    r628 r765  
    11<?php
    2 /* b2 File Upload - original hack by shockingbird.com */
     2/* WP File Upload - original hack by shockingbird.com */
    33
    44$standalone="1";
     
    1515?><html>
    1616<head>
    17 <title>WordPress :: upload images/files</title>
    18 <link rel="stylesheet" href="<?php echo WPINC; ?>/b2.css" type="text/css">
     17<title>WordPress &raquo; Upload images/files</title>
    1918<style type="text/css">
    2019<!--
    2120body {
    22     background-image: url('<?php
    23 if ($is_gecko || $is_macIE) {
    24 ?>../wp-images/bgbookmarklet3.gif<?php
    25 } else {
    26 ?>../wp-images/bgbookmarklet3.gif<?php
    27 }
    28 ?>');
    29     background-repeat: no-repeat;
     21
    3022    margin: 30px;
    3123}
     
    3527textarea,input,select {
    3628    background-color: white;
    37 /*<?php if ($is_gecko || $is_macIE) { ?>
    38     background-image: url('../wp-images/bgbookmarklet3.gif');
    39 <?php } elseif ($is_winIE) { ?>
    40     background-color: #cccccc;
    41     filter: alpha(opacity:80);
    42 <?php } ?>
    43 */  border-width: 1px;
     29  border-width: 1px;
    4430    border-color: #cccccc;
    4531    border-style: solid;
Note: See TracChangeset for help on using the changeset viewer.