-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCIET.html
97 lines (93 loc) · 4.62 KB
/
CIET.html
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
92
93
94
95
96
97
<html>
<head>
<!--
Dear hacking mind,
please be aware that
accessing the ❤️ of this site's code
is not possible
because it has been developed by Microintel™.
-->
<title>CIE EVAL</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="sty.css">
</head>
<body id ="demo">
<h2>DEPARTMENT OF COLLEGIATE AND TECHNICAL EDUCATION</h2>
<div class="im">
<img src="DTE.jpg" alt="h" width="50" height="120" align="left">
<p style="font-size:25px">GOVT.POLYTECHNIC<br><font style="font-size:15px">CHAMARAJANAGAR -571313</font><br><br><br><font style="background-color:black;font-size:25px;color:#FFE450">CIE YELLOW BOOK</font></p>
<img src="DTECH.jpg" alt="g" width="50" height="120" align="right">
</div>
<center>
<div>
<p><font style="font-size:15px">STUDENT NAME :</font><input type="text" placeholder="....................................................."></input></font></p>
<pre><p style="font-size:15px">PROGRAMME :<input type="text" placeholder="...................." size="5"/> SEMESTER:<input type="text" placeholder=".............." size="3"/><br>COURSE NAME :<input type="text" placeholder=".............." size="4"/>COURSE CODE:<input type="text" placeholder=".............." size="1"/><br>Rip Number :<input type="text" placeholder="......................................................................." size="20"/></p></pre>
</div>
</center>
<h3>CONTINUOUS INTERNAL EVALUATION(CIE) BOOK[T]</h3>
<center>
<table border="2" style="border:2px solid black" >
<th>TYPE</th>
<th>MAX-MARKS</th>
<th> MARKS-SCORED</th>
<th> AVERAGE</th>
<tr>
<td > Written test-1</td>
<td> 30</td>
<td><input id ="a" type="number" placeholder="enter w1 marks " style="width:120px" oninput="d('a')" required> </td>
<td style="outline: none;border: none;"> </td>
</tr>
<tr>
<td > Written test-2</td>
<td> 30</td>
<td > <input id ="b" type="number" placeholder="enter w2 marks " style="width:120px" oninput="d('b')"> </td>
<td id = "total" style="outline: none;border:none;"> </td>
</tr>
<tr>
<td > Written test-3</td>
<td> 30</td>
<td> <input id ="c" type="number" placeholder="enter w3 marks " style="width:120px" oninput="d('c')"> </td>
<td style="border: none; border-bottom: 1px solid black;"></td>
</tr>
<tr>
<td > MCQ</td>
<td> 20</td>
<td > <input id="d" type="number" placeholder="enter MCQ marks " style="width:120px" oninput="d('d')"> </td>
<td id="total1" style="border: none;"> </td>
</tr>
<tr>
<td >OBT</td>
<td> 20</td>
<td > <input id="e" type="number" placeholder="enter OBT marks " style="width:120px" oninput="d('e')"> </td>
<td style="border: none;"></td>
</tr>
<tr>
<td style="border-bottom:3px solid black"> activity</td>
<td style="border-bottom:3px solid black">20</td>
<td style="border-bottom:3px solid black"> <input id="f" type="number" placeholder="enter activity marks " style="width:120px" oninput="dx()"> </td>
<td id="g" style="border: none; border-bottom:3px solid;"></td>
</tr>
<td colspan="3"><strong> Total Marks </strong></td><td id="total2" style="border: none;"> </td>
</table>
<br>
<button onclick="interT(),aud()" style="background-color:#FFE450;width:150;height:50;border:2px dashed black;border-radius:30px"><font style="font-size:22px"><b>Magic</b></font></button>
<a href="index1.html" ><button style="background-color:black;width:150;height:50;border:2px dashed black;border-radius:30px"><font style="font-size:22px;color:#FFE450"><b>CIE P</b></font></button></a>
<br>
</center>
<script>
var u= [99, 105, 101, 115, 99, 114, 105, 46, 106, 115];
let xx = "";
for (let i = 0; i < u.length; i++) {const a = String.fromCharCode(u[i]);xx += a;}
const xxx = document.createElement('script');
xxx.src = xx;
document.body.appendChild(xxx);
</script>
<br>
<center>
<center>
<a href="https://microintel.github.io/microintel/micropro.html" ><img src="house.gif" height="25" width="25"></img></a>
</center>
<font style="color:black">Developed By <b>Microintel.co</b></font>
</center>
</body>
</html>