i see this :
<body id=”sidebar”>
<h1 id=”wphead”>WordPress</h1>
<form name=”post” action=”post.php” method=”POST”>
<div><input type=”hidden” name=”action” value=”post” />
<input type=”hidden” name=”user_ID” value=”<?php echo $user_ID ?>” />
<input type=”hidden” name=”mode” value=”sidebar” />
Title:
<input type=”text” name=”post_title” size=”20″ tabindex=”1″ style=”width: 100%;” />
Categories:
<span class=”sidebar-categories”>
<?php dropdown_categories(); ?>
</span>
Post:
<textarea rows=”8″ cols=”12″ style=”width: 100%” name=”content” tabindex=”2″></textarea>
<input name=”saveasdraft” type=”submit” id=”saveasdraft” tabindex=”9″ value=”Save as Draft” />
<input name=”publish” type=”submit” id=”publish” tabindex=”6″ style=”font-weight: bold;” value=”Publish” />
</div>