1
0
Fork 0
arangodb/frontend/js/templates/documentsView.ejs

19 lines
737 B
Plaintext

<table cellpadding="0" cellspacing="0" border="0" class="display" id="documentsTableID" width="100%">
<thead>
<tr>
<th></th>
<th>_id</th>
<th>_key</th>
<th>_rev</th>
<th>Content</th>
</tr>
</thead>
</table>
<div id="documentsToolbar" class="arangoToolbar">
<button class="enabled" id="documents_first"><img src="/_admin/html/img/rnd_br_last_icon16.png"></button>
<button class="enabled" id="documents_prev"><img src="/_admin/html/img/rnd_br_next_icon16.png"></button>
<button class="enabled" id="documents_next"><img src="/_admin/html/img/rnd_br_prev_icon16.png"></button>
<button class="enabled" id="documents_last"><img src="/_admin/html/img/rnd_br_first_icon16.png"></button>
</div>