|
|
@@ -88,27 +88,34 @@
|
|
|
<div>
|
|
|
<br>
|
|
|
</div>
|
|
|
- <form name='upload' method='post' enctype='multipart/form-data'>
|
|
|
- {% csrf_token %}
|
|
|
- <table class='table table-striped table-hover'>
|
|
|
- <tbody>
|
|
|
- <tr>
|
|
|
- <form name='upload' method='post' enctype='multipart/form-data'>
|
|
|
- {% csrf_token %}
|
|
|
-
|
|
|
- <td><label for='indice'>Indice Utenti: </label>
|
|
|
- <input type='file' class="btn btn-primary" name='indice' id='indice' value='{{ uf.indice }}' accept='text/csv'></td>
|
|
|
-
|
|
|
- <td><label for='descrizione'>Descrizione: </label>
|
|
|
- <input type='text' name='descrizione' id='descrizione' value=''>
|
|
|
- <input type='file' class="btn btn-primary" name='allegati' id='allegati' value='{{ uf.allegati }}' accept='application/pdf' multiple></td>
|
|
|
- <td><input type='submit' class="btn btn-primary" value='Inserisci'><td>
|
|
|
- <td><input type='submit' class="btn btn-primary" name='ritorna' value='Ritorna'></td>
|
|
|
- </form>
|
|
|
-
|
|
|
- </tr>
|
|
|
- </tbody>
|
|
|
- </table>
|
|
|
+
|
|
|
+ <div class='card'>
|
|
|
+ <div class='card-body'>
|
|
|
+ <h5 class="card-title">Upload Indici e Documenti</h5>
|
|
|
+ <form name='upload' method='post' enctype='multipart/form-data'>
|
|
|
+ {% csrf_token %}
|
|
|
+
|
|
|
+ <table class='table table-striped table-hover'>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><label for='indice'>Indice Utenti: </label>
|
|
|
+ <input type='file' class="btn btn-primary" name='indice' id='indice' value='{{ uf.indice }}' accept='text/csv'></td>
|
|
|
+
|
|
|
+ <td><label for='descrizione'>Descrizione: </label>
|
|
|
+ <input type='text' name='descrizione' id='descrizione' value=''>
|
|
|
+ <input type='file' class="btn btn-primary" name='allegati' id='allegati' value='{{ uf.allegati }}' accept='application/pdf' multiple></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table>
|
|
|
+ <tr>
|
|
|
+ <td><input type='submit' class="btn btn-primary" value='Inserisci'><td>
|
|
|
+ <td><input type='submit' class="btn btn-primary" name='ritorna' value='Ritorna'></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ </tbody>
|
|
|
+ </form>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
|
|
|
<div><br><br></div>
|
|
|
|