%%uplink-create-member-html%%
$Date $

%%preprocess%%
$this->return= $_REQUEST['return'];

%%header%%

%%css%%

%%template%%

%%listrow%%

%%nullobject%%
<form action="?method=chooseBlog" method="post">
<h1>Create A New Uplink</h1>
<table class="editTable">
<tr>
	<td class='label'>weblog username:</td>
	<td class='control'><input type='text' name='remoteuser' size='24' /></td>
</tr>
<tr>
	<td class='label'>weblog password:</td>
	<td class='control'><input type='password' name='remotepass' size='24' /></td>
</tr>
	<tr>
		<td colspan='2'>
			<p>The following field is for the URL that your weblog software provides for accepting posts via XML-RPC: 
				<ul>
					<li><b>Blogger:</b> http://plant.blogger.com/api/RPC2<br />&nbsp;</li>
					<li><b>Berylium:</b> http://sitename/berylium/index.xml?method=rpc<br />&nbsp;</li>
					<li><b>Moveable Type:</b> ???<br />&nbsp;</li>
					<li><b>LiveJournal:</b> http://livejournal.com/interface/xmlrpc</li>
				</ul>
			</p>
		</td>
	</tr>
	<tr>
		<td class='label'>publishing URL:</td>
		<td class='control'><input type='text' name='publishurl' size='44' maxlength='255'  /></td>
	</tr>
<tr>
	<td>&nbsp;</td>
	<td class='control'>
		<input type='submit' name='submit' value='continue' class='buttonstyle' />
		<input type='hidden' name='return' value='$this->return' />
	</td>
</tr>
</table>
</form>
%%footer%%

%%postprocess%%

%%end of context%%
