[ 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: tambah-pertanyaan.html
{% extends "layout-iframe.html" %} {% block content %} <h4>Pertanyaan ke {{ no_pertanyaan }}</h4> {{ get_flashdata('tugas')|raw }} {{ form_open('tugas/tambah_soal/' ~ tugas.id)|raw }} <table class="table table-striped"> <tbody> <tr> <td> <textarea name="pertanyaan" id="pertanyaan" class="texteditor">{{ set_value('pertanyaan')|raw }}</textarea> {{ form_error('pertanyaan')|raw }} </td> <tr> <tr> <td colspan="2"> <button type="submit" class="btn btn-primary">Simpan</button> </td> </tr> </tbody> </table> {{ form_close()|raw }} {% endblock %}