Make WordPress Core


Ignore:
Timestamp:
02/05/2004 02:28:02 PM (22 years ago)
Author:
saxmatt
Message:

New upload functionality.

File:
1 edited

Legend:

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

    r829 r831  
    7979//<![CDATA[
    8080
    81 function profile(userID) {
    82     window.open ("profile.php?action=viewprofile&user="+userID, "Profile", "width=500, height=450, location=0, menubar=0, resizable=0, scrollbars=1, status=1, titlebar=0, toolbar=0, screenX=60, left=60, screenY=60, top=60");
    83 }
    84 
    85 function launchupload() {
    86     window.open ("upload.php", "wpupload", "width=380,height=360,location=0,menubar=0,resizable=1,scrollbars=yes,status=1,toolbar=0");
    87 }
    88 
    8981function helpWindow(url) {
    9082    window.open(url, "Help", "width=640, height=450, location=0, menubar=0, resizable=0, scrollbars=1, status=1, titlebar=0, toolbar=0, screenX=60, left=60, screenY=60, top=60");
     
    146138</head>
    147139<body>
    148 
     140<h1 id="wphead"><a href="http://wordpress.org" rel="external" title="Visit WordPress.org">WordPress</a></h1>
    149141<?php
    150142if ($profile==0) {
    151143    include('menu.php');
    152144}
    153 }
    154145?>
     146<h2><?php echo $title; ?></h2>
     147<?php
     148} // endif not standalone
     149?>
Note: See TracChangeset for help on using the changeset viewer.