-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathstudent1.php
91 lines (83 loc) · 2.53 KB
/
student1.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<?php
/**
* @System HP-pc Rax
* @author Rakshit shah <Rakshitshah1994@gmail.com>
* @copyright 2015-2017 |Rakshit shah
* @license http://rakshit.in/license/license.php | PHP License 3.0
* @version 1.1
* @since File available since Release 1.0.0
*/
include("header.php"); ?>
<section id="page">
<header id="pageheader" class="normalheader">
<h2 class="sitedescription">
SEARCH RAKSHITSHAH94 , I am Everywhere (ON apps) </h2>
</header>
<section id="contents">
<article class="post">
<header class="postheader">
<h2>Contact me</h2>
</header>
<section class="entry">
<form action="#" method="post" class="form">
<p class="textfield">
<input name="author" id="author" value="" size="22" tabindex="1" type="text">
<label for="author">
<small>Name (required)</small>
</label>
</p>
<p class="textfield">
<input name="email" id="email" value="" size="22" tabindex="2" type="text">
<label for="email">
<small>Mail (will not be published) required)</small>
</label>
</p>
<p class="textfield">
<input name="url" id="url" value="" size="22" tabindex="3" type="text">
<label for="url">
<small>Website</small>
</label>
</p>
<p>
<small><strong>XHTML:</strong>Your Message:</small>
</p>
<p class="text-area">
<textarea name="comment" id="comment" cols="50" rows="10" tabindex="4"></textarea>
</p>
<p>
<input name="submit" id="submit" tabindex="5" type="image" src="images/submit.png">
<input name="comment_post_ID" value="1" type="hidden">
</p>
<div class="clear"></div>
</form>
<div class="clear"></div>
</section>
</article>
</section>
<section id="sidebar">
<h2>Admin Menu</h2>
<ul>
<li><a href="#nogo">Course</a></li>
<li><a href="#nogo">Subject</a></li>
<li><a href="#nogo">Student</a></li>
<li><a href="#nogo">Attendance</a></li>
<li><a href="#nogo">Examination</a></li>
<li><a href="#nogo">Admin</a></li>
<li><a href="http://www.cssheaven.org">Inbox</a></li>
</ul>
<h2>Reports</h2>
<ul>
<li><a href="#nogo">Student Report</a></li>
<li><a href="#nogo">Attendance Report</a></li>
<li><a href="#nogo">Examination Report</a></li>
<li><a href="#nogo">Music</a></li>
<li><a href="#nogo">Literature</a></li>
<li><a href="#nogo">Web Design</a></li>
<li><a href="http://www.cssheaven.org">CSS Templates</a></li>
</ul>
</section>
<div class="clear"></div>
<div class="clear"></div>
</section>
</div>
<?php include("footer.php"); ?>