New admin interface start.

git-svn-id: http://svn.automattic.com/wordpress/trunk@32 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2003-05-21 21:48:18 +00:00
parent 83705201f0
commit 9fdc42eada
1 changed files with 5 additions and 23 deletions

View File

@ -53,7 +53,7 @@ if ($standalone == 0) {
?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<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">
<style type="text/css">
<!--
@ -77,6 +77,7 @@ textarea,input,select {
border-style: solid;
padding: 2px;
margin: 1px;
font-family: Georgia, "Times New Roman", Times, serif;
}
.checkbox {
<?php
@ -93,27 +94,9 @@ if ((preg_match("/MSIE/",$HTTP_USER_AGENT)) && (!preg_match("/Mac/",$HTTP_USER_A
-->
</style>
<?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) {
?>
<script language="javascript">
<script language="javascript" type="text/javascript">
<!--
function redirect() {
window.location = "<?php echo $redirect_url; ?>";
@ -124,7 +107,7 @@ setTimeout("redirect();", 600);
<?php
}
?>
<script language="javascript">
<script language="javascript" type="text/javascript">
<!-- hiding from old terrible browsers
function profile(userID) {
@ -154,7 +137,7 @@ setTimeout("redirect();", 600);
// End -->
</script>
</head>
<body bgcolor="#ffffff" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<body>
<table width="100%" cellpadding="0" cellspacing="0" align="center">
<?php
@ -169,7 +152,6 @@ if ($profile==0) {
}
?>
<td valign="top">
<img src="b2-img/blank.gif" border="0" width="35" height="24" />
<div class="panelbody">
<?php