HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.2.34
System: Linux atalantini.com 3.10.0-1127.13.1.el7.x86_64 #1 SMP Tue Jun 23 15:46:38 UTC 2020 x86_64
User: root (0)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: //opt/plugins/atalantini/pages/province.inc.php
<div class="container" id="grigliaProvince">  
<br><a href="#" onClick="creaProvince();" style="float:right;">Aggiungi Provincia</a>&nbsp;&nbsp;<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>