%%uplink-select-member-popup%%
$Date $

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

if ($sitemember->p_lastuplink==$this->id) $this->selected= "selected='1' ";

%%header%%
<select name='uplinkid' >
%%css%%

%%template%%
<option value='$this->id' $this->selected >$this->remotename</option>
%%listrow%%

%%nullobject%%

%%footer%%
<option value='create'>Create a new uplink setting.</option>
</select>
%%postprocess%%

%%end of context%%
