[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
e-learning
/
application
/
views
/
default
/
[
Home
]
File: edit-siswa-username.html
{% extends "layout-iframe.html" %} {% block content %} <h4>Edit Username</h4> {{ get_flashdata('edit')|raw }} {{ form_open('siswa/edit_username/' ~ status_id ~ '/' ~ siswa_id)|raw }} <input type="hidden" name="login_id" value="{{ login.id }}"> <table class="table table-striped"> <tbody> <tr> <td> <input type="text" name="username" value="{{ set_value('username', login.username) }}"> <br>{{ form_error('username')|raw }} </td> <td width="20%"> <button type="submit" class="btn btn-primary">Update</button> </td> </tr> </tbody> </table> {{ form_close()|raw }} {% endblock %}