%%document-uplinkSelect-member-popup%%
$Date $

%%preprocess%%
$this->beryliumToHtml("list");
$this->getRuntimeVars();

%%header%%

%%css%%

%%template%%
<form action="?method=uplinkSend" method="post">
<h1>Republish $this->title</h1>
<p>Publish this entry on your own weblog using a new or existing uplink setting.</p>
<table class="editTable">
<tr>
	<td class='label'>Use uplink:</td>
	<td class='control'>
		{list:SELECT obj.* FROM uplink AS obj WHERE obj.sitememberid='$sitemember->id' $session->sqlSafe ORDER BY obj.rank DESC, obj.created ASC;select}
		<input type='submit' name='edit' value='edit setting' class='buttonstyle' />
	</td>
</tr>
<tr>
	<td>&nbsp;</td>
	<td class='control'>
		<input type='submit' name='submit' value='continue' class='buttonstyle' />
	</td>
</tr>
</table>
</form>
%%listrow%%

%%nullobject%%
<p>Document not found for uplinking.</p>
%%footer%%

%%postprocess%%

%%end of context%%
