New admin interface start.

git-svn-id: https://develop.svn.wordpress.org/trunk@32 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2003-05-21 21:48:18 +00:00
parent e2376e87e1
commit 5575e213e0

View File

@ -53,7 +53,7 @@ if ($standalone == 0) {
?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> ?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html> <html>
<head> <head>
<title>b2 > <?php echo $title; ?></title> <title>wordpress > <?php echo $title; ?></title>
<link rel="stylesheet" href="<?php echo $b2inc; ?>/b2.css" type="text/css"> <link rel="stylesheet" href="<?php echo $b2inc; ?>/b2.css" type="text/css">
<style type="text/css"> <style type="text/css">
<!-- <!--
@ -77,6 +77,7 @@ textarea,input,select {
border-style: solid; border-style: solid;
padding: 2px; padding: 2px;
margin: 1px; margin: 1px;
font-family: Georgia, "Times New Roman", Times, serif;
} }
.checkbox { .checkbox {
<?php <?php
@ -93,27 +94,9 @@ if ((preg_match("/MSIE/",$HTTP_USER_AGENT)) && (!preg_match("/Mac/",$HTTP_USER_A
--> -->
</style> </style>
<?php <?php
if ($use_spellchecker) {
?><script type="text/javascript" language="javascript">
<!--
function DoSpell(formname, subject, body)
{
document.SPELLDATA.formname.value=formname
document.SPELLDATA.subjectname.value=subject
document.SPELLDATA.messagebodyname.value=body
document.SPELLDATA.companyID.value="custom\\http://cafelog.com"
document.SPELLDATA.language.value=1033
document.SPELLDATA.opener.value="<?php echo $pathserver ?>/sproxy.pl"
document.SPELLDATA.formaction.value="http://www.spellchecker.com/spell/startspelling.asp "
window.open("<?php echo $pathserver ?>/b2spell.php","Spell",
"toolbar=no,directories=no,location=yes,resizable=yes,width=620,height=400,top=100,left=100")
}
//-->
</script><?php
}
if ($redirect==1) { if ($redirect==1) {
?> ?>
<script language="javascript"> <script language="javascript" type="text/javascript">
<!-- <!--
function redirect() { function redirect() {
window.location = "<?php echo $redirect_url; ?>"; window.location = "<?php echo $redirect_url; ?>";
@ -124,7 +107,7 @@ setTimeout("redirect();", 600);
<?php <?php
} }
?> ?>
<script language="javascript"> <script language="javascript" type="text/javascript">
<!-- hiding from old terrible browsers <!-- hiding from old terrible browsers
function profile(userID) { function profile(userID) {
@ -154,7 +137,7 @@ setTimeout("redirect();", 600);
// End --> // End -->
</script> </script>
</head> </head>
<body bgcolor="#ffffff" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <body>
<table width="100%" cellpadding="0" cellspacing="0" align="center"> <table width="100%" cellpadding="0" cellspacing="0" align="center">
<?php <?php
@ -169,7 +152,6 @@ if ($profile==0) {
} }
?> ?>
<td valign="top"> <td valign="top">
<img src="b2-img/blank.gif" border="0" width="35" height="24" />
<div class="panelbody"> <div class="panelbody">
<?php <?php