manageRoster.php 507 Bytes
<table>
	<tr>
		<td rowspan=2 width="250px"><ul id='rosterList'></ul></td>
		<td>
			<form id='addRosterForm' action='#' method='POST'>
				<p><label for='rosterNameInput'>Roster Name</label><input type='text' name='rosterNameInput' id='rosterNameInput'></p>
				<p><label for='rosterJidInput'>Roster JID</label><input type='text' name='rosterJidInput' id='rosterJidInput'></p>
				<p><input id='rosterSubmitForm' type='button' value='Roster Add'></p>
			</form>
		</td>
	</tr>
	<tr><td></td></tr>
</table>