Blame view
sources/apps/xmpp/templates/manageRoster.php
507 Bytes
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<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> |