mirror of
https://github.com/Hizenberg469/BPIT-ATTENDANCE.git
synced 2026-04-20 02:02:25 +03:00
initial commit
This commit is contained in:
21
junet/MailFunction/warnMessageTest.html
Normal file
21
junet/MailFunction/warnMessageTest.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<form action="index.php" method="post">
|
||||
<div>
|
||||
<label for="enroll_no">
|
||||
enrollment_no : <input type="text" name="enroll_no" id="enroll_no"/>
|
||||
</label>
|
||||
</div>
|
||||
<div>
|
||||
<label for="teacher_id">
|
||||
teacher_id : <input type="text" name="teacher_id" id="teacher_id"/>
|
||||
</label>
|
||||
</div>
|
||||
<div>
|
||||
<label for="course_id">
|
||||
course_id : <input type="text" name="course_id" id="course_id"/>
|
||||
</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="submit" value="GO"/>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user