File: //opt/plugins/atalantini/pages/province.inc.php
<div class="container" id="grigliaProvince">
<br><a href="#" onClick="creaProvince();" style="float:right;">Aggiungi Provincia</a> <div id="paginatorProvince" style="float:left;"></div><br>
<table class="wp-list-table widefat fixed posts">
<thead>
<tr>
<th>Id</th>
<th>Provincia</th>
<th>Azioni</th>
</tr>
</thead>
<tbody id="lista_province">
</tbody>
</table>
</div>
<div class="container" id="formProvince">
<div id="post-body">
<div id="post-body-content">
<div id="titlediv">
<div id="titlewrap">
Codice Provincia<br>
<input id="name" type="text" class="span3" placeholder="Type something…">
</div>
<div id="titlewrap">
Nome Provincia<br>
<input id="long_name" type="text" class="span3" placeholder="Type something…">
</div>
<div id="titlewrap">
<button type="button" class="btn" id="btnEsciProvince">Esci</button>
<button type="button" class="btn" id="btnSaveProvince">Salva</button>
<input type="hidden" id="provinceId" value="">
</div>
</div></div></div>
</div>
<script>
listaProvince(1);
</script>