mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
New and modified images.
Fixed image paths. git-svn-id: http://svn.automattic.com/wordpress/trunk@86 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
58e06bc104
commit
2544860d49
@ -49,7 +49,7 @@ textarea,input,select {
|
||||
</style>
|
||||
</head>
|
||||
<body style="margin: 20px;">
|
||||
<p><font face="times new roman" style="font-size: 39px;">blogger 2 <img src="b2-img/b2minilogo.png" width="50" height="50" border="0" alt="b2" align="top" /></font></p>
|
||||
<p><font face="times new roman" style="font-size: 39px;">blogger 2 <img src="b2-img/wpminilogo.png" width="50" height="50" border="0" alt="b2" align="top" /></font></p>
|
||||
<p>The importer is running...</p>
|
||||
<ul>
|
||||
<?php
|
||||
@ -188,7 +188,7 @@ textarea,input,select {
|
||||
</style>
|
||||
</head>
|
||||
<body style="margin: 20px;">
|
||||
<p><font face="times new roman" style="font-size: 39px;">blogger 2 <img src="b2-img/b2minilogo.png" width="50" height="50" border="0" alt="b2" align="top" /></font></p>
|
||||
<p><font face="times new roman" style="font-size: 39px;">blogger 2 <img src="b2-img/wpminilogo.png" width="50" height="50" border="0" alt="b2" align="top" /></font></p>
|
||||
<p>This is a basic Blogger to b2 import script.</p>
|
||||
<p>What it does:</p>
|
||||
<ul>
|
||||
|
@ -63,7 +63,7 @@ textarea,input,select {
|
||||
</style>
|
||||
</head>
|
||||
<body style="margin: 20px;">
|
||||
<p><font face="times new roman" style="font-size: 39px;">gm 2 <img src="b2-img/b2minilogo.png" width="50" height="50" border="0" alt="b2" align="top" /></font></p>
|
||||
<p><font face="times new roman" style="font-size: 39px;">gm 2 <img src="b2-img/wpminilogo.png" width="50" height="50" border="0" alt="b2" align="top" /></font></p>
|
||||
<p>The importer is running...</p>
|
||||
<ul>
|
||||
<li>importing users... <ul><?php
|
||||
@ -274,7 +274,7 @@ textarea,input,select {
|
||||
</style>
|
||||
</head>
|
||||
<body style="margin: 20px;">
|
||||
<p><font face="times new roman" style="font-size: 39px;">gm 2 <img src="b2-img/b2minilogo.png" width="50" height="50" border="0" alt="b2" align="top" /></font></p>
|
||||
<p><font face="times new roman" style="font-size: 39px;">gm 2 <img src="b2-img/wpminilogo.png" width="50" height="50" border="0" alt="b2" align="top" /></font></p>
|
||||
<p>This is a basic GreyMatter to b2 import script.</p>
|
||||
<p>What it does:</p>
|
||||
<ul>
|
||||
|
@ -73,7 +73,7 @@ window.open("<?php echo $siteurl ?>/b2spell.php","Spell",
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body {
|
||||
background-image: url('../b2-img/b2minilogo.png');
|
||||
background-image: url('../b2-img/wpminilogo.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: 50px 90px;
|
||||
padding: 3px;
|
||||
@ -106,7 +106,6 @@ textarea,input,select {
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<form name="post" action="b2edit.php" method="POST" accept-charset="iso-8859-1">
|
||||
<input type="hidden" name="action" value="post" />
|
||||
<input type="hidden" name="user_ID" value="<?php echo $user_ID ?>" />
|
||||
|
@ -21,9 +21,9 @@ die ("The admin disabled this function");
|
||||
body {
|
||||
background-image: url('<?php
|
||||
if ($is_gecko || $is_macIE) {
|
||||
?>b2-img/bgbookmarklet1.gif<?php
|
||||
?>../b2-img/bgbookmarklet1.gif<?php
|
||||
} else {
|
||||
?>b2-img/bgbookmarklet3.gif<?php
|
||||
?>../b2-img/bgbookmarklet3.gif<?php
|
||||
}
|
||||
?>');
|
||||
background-repeat: no-repeat;
|
||||
@ -35,7 +35,7 @@ if (!$is_NS4) {
|
||||
textarea,input,select {
|
||||
background-color: white;
|
||||
/*<?php if ($is_gecko || $is_macIE) { ?>
|
||||
background-image: url('b2-img/bgbookmarklet.png');
|
||||
background-image: url('../b2-img/bgbookmarklet.png');
|
||||
<?php } elseif ($is_winIE) { ?>
|
||||
background-color: #cccccc;
|
||||
filter: alpha(opacity:80);
|
||||
@ -90,7 +90,7 @@ function targetopener(blah, closeme, closeonly) {
|
||||
<table align="center" width="100%" height="100%" cellpadding="15" cellspacing="0" border="1" style="border-width: 1px; border-color: #cccccc;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td valign="top" style="background-color: transparent; <?php if ($is_gecko || $is_macIE) { ?>background-image: url('b2-img/bgbookmarklet.png');<?php } elseif ($is_winIE) { ?>background-color: #cccccc; filter: alpha(opacity:60);<?php } ?>;">
|
||||
<td valign="top" style="background-color: transparent; <?php if ($is_gecko || $is_macIE) { ?>background-image: url('../b2-img/bgbookmarklet.png');<?php } elseif ($is_winIE) { ?>background-color: #cccccc; filter: alpha(opacity:60);<?php } ?>;">
|
||||
<?php
|
||||
|
||||
if (!$HTTP_POST_VARS["submit"]) {
|
||||
|
Loading…
Reference in New Issue
Block a user