2003-05-23 10:29:51 +02:00
|
|
|
<?php
|
2003-06-01 13:43:03 +02:00
|
|
|
$mode = 'bookmarklet';
|
2004-10-19 18:01:13 +02:00
|
|
|
require_once('admin.php');
|
2003-05-23 10:29:51 +02:00
|
|
|
|
|
|
|
if ($user_level == 0)
|
2003-06-01 13:43:03 +02:00
|
|
|
die ("Cheatin' uh?");
|
2003-05-23 10:29:51 +02:00
|
|
|
|
2003-06-01 13:43:03 +02:00
|
|
|
if ('b' == $a) {
|
2003-05-23 10:29:51 +02:00
|
|
|
|
2004-08-01 10:04:16 +02:00
|
|
|
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
2003-05-23 10:29:51 +02:00
|
|
|
<head>
|
2004-08-01 10:04:16 +02:00
|
|
|
<script type="text/javascript">
|
2003-05-23 10:29:51 +02:00
|
|
|
<!--
|
|
|
|
window.close()
|
|
|
|
-->
|
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body></body>
|
2004-10-05 08:59:13 +02:00
|
|
|
</html>
|
|
|
|
<?php
|
2003-05-23 10:29:51 +02:00
|
|
|
} else {
|
2004-12-23 01:08:43 +01:00
|
|
|
$popuptitle = wp_specialchars(stripslashes($popuptitle));
|
|
|
|
$text = wp_specialchars(stripslashes(urldecode($text)));
|
|
|
|
|
|
|
|
$popuptitle = funky_javascript_fix($popuptitle);
|
|
|
|
$text = funky_javascript_fix($text);
|
|
|
|
|
|
|
|
$post_title = wp_specialchars($_REQUEST['post_title']);
|
|
|
|
if (!empty($post_title)) {
|
|
|
|
$post_title = stripslashes($post_title);
|
|
|
|
} else {
|
|
|
|
$post_title = $popuptitle;
|
|
|
|
}
|
|
|
|
|
|
|
|
$edited_post_title = wp_specialchars($post_title);
|
2004-09-20 11:37:30 +02:00
|
|
|
|
|
|
|
// $post_pingback needs to be set in any file that includes edit-form.php
|
|
|
|
$post_pingback = get_settings('default_pingback_flag');
|
2004-01-03 01:13:11 +01:00
|
|
|
|
2004-12-12 21:41:19 +01:00
|
|
|
$content = wp_specialchars($_REQUEST['content']);
|
|
|
|
$popupurl = wp_specialchars($_REQUEST['popupurl']);
|
|
|
|
if ( !empty($content) ) {
|
|
|
|
$content = wp_specialchars( stripslashes($_REQUEST['content']) );
|
2004-01-03 01:13:11 +01:00
|
|
|
} else {
|
|
|
|
$content = '<a href="'.$popupurl.'">'.$popuptitle.'</a>'."\n$text";
|
|
|
|
}
|
|
|
|
|
|
|
|
/* /big funky fixes */
|
|
|
|
|
2003-05-23 10:29:51 +02:00
|
|
|
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
2004-08-01 10:04:16 +02:00
|
|
|
<title><?php bloginfo('name') ?> › Bookmarklet — WordPress</title>
|
2004-03-01 07:13:32 +01:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo get_settings('blog_charset'); ?>" />
|
2004-01-03 06:12:32 +01:00
|
|
|
<link rel="stylesheet" href="wp-admin.css" type="text/css" />
|
2004-01-03 06:21:38 +01:00
|
|
|
<link rel="shortcut icon" href="../wp-images/wp-favicon.png" />
|
2003-05-23 10:29:51 +02:00
|
|
|
|
|
|
|
<style type="text/css">
|
|
|
|
<!--
|
2003-06-01 13:43:03 +02:00
|
|
|
|
2004-01-03 01:13:11 +01:00
|
|
|
#wpbookmarklet textarea,input,select {
|
2003-05-23 10:29:51 +02:00
|
|
|
border-width: 1px;
|
|
|
|
border-color: #cccccc;
|
|
|
|
border-style: solid;
|
|
|
|
padding: 2px;
|
|
|
|
margin: 1px;
|
|
|
|
}
|
2003-06-01 13:43:03 +02:00
|
|
|
|
2004-01-03 01:13:11 +01:00
|
|
|
#wpbookmarklet .checkbox {
|
2003-05-23 10:29:51 +02:00
|
|
|
background-color: #ffffff;
|
|
|
|
border-width: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
2003-06-01 13:43:03 +02:00
|
|
|
|
2004-01-03 01:13:11 +01:00
|
|
|
#wpbookmarklet textarea {
|
2003-05-23 10:29:51 +02:00
|
|
|
font-family: Verdana, Geneva, Arial, Helvetica;
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
|
|
|
|
2004-01-03 01:13:11 +01:00
|
|
|
#wpbookmarklet .wrap {
|
|
|
|
border: 0px;
|
2003-05-23 10:29:51 +02:00
|
|
|
}
|
|
|
|
|
2004-01-03 01:13:11 +01:00
|
|
|
#wpbookmarklet #postdiv {
|
|
|
|
margin-bottom: 0.5em;
|
2003-05-23 10:29:51 +02:00
|
|
|
}
|
|
|
|
|
2004-01-03 01:13:11 +01:00
|
|
|
#wpbookmarklet #titlediv {
|
|
|
|
margin-bottom: 1em;
|
2003-09-08 07:03:38 +02:00
|
|
|
}
|
2003-05-23 10:29:51 +02:00
|
|
|
|
2004-01-03 01:13:11 +01:00
|
|
|
-->
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body id="wpbookmarklet">
|
2004-08-01 10:04:16 +02:00
|
|
|
<div id="wphead">
|
|
|
|
<h1><?php bloginfo('name') ?></h1>
|
|
|
|
</div>
|
2003-05-23 10:29:51 +02:00
|
|
|
|
2004-01-03 01:13:11 +01:00
|
|
|
<?php require('edit-form.php'); ?>
|
2003-05-23 10:29:51 +02:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html><?php
|
|
|
|
}
|
2003-06-11 00:31:01 +02:00
|
|
|
?>
|