Add SPOTA core PHP application
Add the main admin, dosen, mahasiswa, API, and service code needed to run the core legacy application with configurable upload storage.
This commit is contained in:
18
admin/page/manajemendata/form-tambahfakultas.php
Normal file
18
admin/page/manajemendata/form-tambahfakultas.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
session_start();
|
||||
if($_SESSION['login-admin']['lvl']=='S'){
|
||||
?>
|
||||
<input type="hidden" name="act" value="insert"/>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3">Kode Fakultas *</label>
|
||||
<div class="col-sm-8">
|
||||
<input type="text" name="idFak" class="form-control"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3">Nama Fakultas</label>
|
||||
<div class="col-sm-8">
|
||||
<input type="text" name="nmFakultas" class="form-control" />
|
||||
</div>
|
||||
</div>
|
||||
<?php } ?>
|
||||
Reference in New Issue
Block a user