%%uplink-edit-member-html%%
$Date $

%%preprocess%%
$this->return= $_REQUEST['return'];
$this->password= bgetword($this->remotepass);
$this->beryliumToForm();

%%header%%

%%css%%

%%template%%
<form action="?method=chooseBlog" method="post">
<h1>Edit Uplink: $this->name</h1>
<table class="editTable">
<tr>
	<td class='label'>weblog username:</td>
	<td class='control'><input type='text' name='remoteuser' size='24' value="$this->remoteuser" /></td>
</tr>
<tr>
	<td class='label'>weblog password:</td>
	<td class='control'><input type='password' name='remotepass' size='24' value="$this->password" /></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' value="$this->publishurl"  /></td>
	</tr>
	<tr>
		<td>&nbsp;</td>
		<td class='control'>
			<div style="float: right;"><input type='submit' name='delete' value='delete' class='buttonstyle' /></div>
			<input type='submit' name='submit' value='continue' class='buttonstyle' />
			<input type='hidden' name='return' value='$this->return' />
			<input type='hidden' name='name' value='$this->name' />
		</td>
	</tr>
</table>
</form>
%%listrow%%

%%nullobject%%

%%footer%%

%%postprocess%%

%%end of context%%
