eliminazione file superflui, spostamento file read.php all'interno del progetto, aggiunta astrazione classe Qrcode, miglioramento download bulk, refactoring generale
Signed-off-by: giandonato.inverso@edempg.it <giandonato.inverso@studenti.unimi.it>
This commit is contained in:
committed by
giandonato.inverso@edempg.it
parent
995272fa8d
commit
9a0a2c7928
@@ -0,0 +1,13 @@
|
||||
<fieldset>
|
||||
|
||||
<div class="col-sm-4">
|
||||
<div class="form-group">
|
||||
<label for="filename">Filename *</label>
|
||||
<p>N.B. You can change the name of the file visible in the table, however a new qr code will NOT be generated</p>
|
||||
<input type="text" name="filename" value="<?php echo htmlspecialchars($edit ? $static_qrcode['filename'] : '', ENT_QUOTES, 'UTF-8'); ?>" placeholder="Filename" class="form-control" required="required" id = "filename">
|
||||
</div>
|
||||
</div>
|
||||
<input type="hidden" name="id" value="<?php echo $static_qrcode['id'];?>"/>
|
||||
<input type="hidden" name="edit" value="true"/>
|
||||
<input type="hidden" name="old_filename" value="<?php echo $static_qrcode['filename'];?>"/>
|
||||
</fieldset>
|
||||
Reference in New Issue
Block a user