Return a HTML table row list with rows like
<tr>
<td><button name="delete" onClick=del("12345")>
Delete</button></td>
<td><button name="update" onClick=upd("12345")>
Update</button></td>
<td>xxxxxxxxx</td><td>5</td><td>
500</td></tr>
Return a HTML option list like
<option value="0">xxxxxxxxx</option>
<option value="1">xxxxxxxx2</option>
<option value="2" selected="true">xxxxxxxx3</option>
where the attribute is the article ID and the content is
the article name