Changeset 765
- Timestamp:
- 01/12/2004 01:13:06 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/upload.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upload.php
r628 r765 1 1 <?php 2 /* b2File Upload - original hack by shockingbird.com */2 /* WP File Upload - original hack by shockingbird.com */ 3 3 4 4 $standalone="1"; … … 15 15 ?><html> 16 16 <head> 17 <title>WordPress :: upload images/files</title> 18 <link rel="stylesheet" href="<?php echo WPINC; ?>/b2.css" type="text/css"> 17 <title>WordPress » Upload images/files</title> 19 18 <style type="text/css"> 20 19 <!-- 21 20 body { 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 30 22 margin: 30px; 31 23 } … … 35 27 textarea,input,select { 36 28 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; 44 30 border-color: #cccccc; 45 31 border-style: solid;
Note: See TracChangeset
for help on using the changeset viewer.