Vous êtes sur la page 1sur 36

‘O ‘Level – Foundation IT Diploma

National Institute of Electronics and


Information Technology

Project Report

On

Web Portal on NIELIT

In partial fulfillment for the award of the degree of

‘O’ LEVEL

Guided by: - Submitted by: -


Kaushlendra Thakur, MCA Name: Priya Singh
Reg No: 1192208
Faculty of TEAM GROUP OF INSTITUTION, CANTT
‘O ‘Level – Foundation IT Diploma 2

Proforma of the Project Completion Certificate

This is to certify that the Project work done at


Webportal on NIELIT by Miss Priya Singh & NIELIT
Registration No. 1192208 .In partial fulfillment of
NIELIT ‘O’Level Examination has been found
satisfactory. This report has not been submitted for
any other examination and does not form part of
any other course undergone by the candidate. It is
further certifies that he has appeared in all the
four modules of NIELIT ‘O’ Level Examination.

Signature
Name:
(Institute PROV No. /FULL No.)

(or)
Head of the Organization/Division:
Name of the Organization:
Address:

(or)
Name of the Guide/Supervisor:
Qualification:
(Self attested copy of the qualification of the
guide/Supervisor to be attached)

Web Portal of NIELIT New Delhi Page 2


‘O ‘Level – Foundation IT Diploma 3

ACKNOWLEDGEMENT
We would like to express our deep gratitude and sincere
thanks to all who helped us to complete this project work
successfully.

Our sincere thanks to Mr. Akhilesh Singh (Center Head),


for having provided us facilities to do our project.

We sincerely thankful to Mr.Kaushlendra Thakur project


guide, for his valuable suggestions and guidance at time of
need.

Our joy finds no boundary to expose our thanks to the whole


faculty, for extending great help needed for our project.

Great thanks to our family, our project associates, our most


valuable dear friends and all those directly or indirectly
helped us in this endeavor.

Last but not the least we thank the Almighty God who
makes everything happen.

Prepared by:
Priya Singh

Web Portal of NIELIT New Delhi Page 3


‘O ‘Level – Foundation IT Diploma 4

TITLE OF THE PROJECT

Web Portal of NIELIT New Delhi Page 4


‘O ‘Level – Foundation IT Diploma 5

Table of Contents

1. Introduction............................................................................................. 6
2. Objective and Problem definition ..................................................... 7
3. Problem Analysis and Solution ......................................................... 8
4. Project Requirement -Hardware and Software Specification . 9
5. Project Screen Shot ............................................................................ 10
6. Project Web Directory Structure .................................................... 13
7. Web Page Source code: .................................................................... 14
8. Project Dasboard Source code- ...................................................... 28
9. Conclusion.............................................................................................. 36

Web Portal of NIELIT New Delhi Page 5


‘O ‘Level – Foundation IT Diploma 6

Introduction

21st century has come to be known as the era of Information Technology; it


is the key driver of economic growth of not only a nation, but rather the
whole world.

The growth and progress of every sector of the country today depends on
the level of Information Technology.

Furthermore, technology is not important only at the work place, but also in
our everyday life; whether it is working with the microwave oven which is a
cooking appliance or a super computer, an appliance is based on
information technology, technology helps everywhere.

From hi-tech industry to an education system, Information Technology


footprints can be seen everywhere.

Likewise, Information Technology is one of the essential features for the


overall development of a country.

Web Portal of NIELIT New Delhi Page 6


‘O ‘Level – Foundation IT Diploma 7

Objective and Problem definition

National Institute of Electronics & Information Technology (NIELIT),(erstwhile DOEACC Society),


an Autonomous Scientific Society under the administrative control of Ministry of Electronics &
Information Technology (MoE&IT), Government of India, was set up to carry out Human Resource
Development and related activities in the area of Information, Electronics & Communications
Technology (IECT). NIELIT is engaged both in Formal & Non-Formal Education in the area of IECT
besides development of industry oriented quality education and training programmes in the state-
of-the-art areas. NIELIT has endeavoured to establish standards to be the country’s premier
institution for Examination and Certification in the field of IECT. It is also one of the National
Examination Body, which accredits institutes/organizations for conducting courses in IT in the non-
formal sector.

The basket of activities of NIELIT is further augmented by the wide range of projects that it
undertakes. NIELIT has demonstrated its capability and capacity to undertake R&D projects,
consultancy services, turnkey projects in office automation, software development, website
development etc. NIELIT is also the nodal implementing agency on behalf of DeitY for Data
Digitization of the population of 15 assigned States and 2 Union Territories for the creation of
National Population Register (NPR) project of Registrar General of India (RGI).

NIELIT is also successfully executing the Agriculture Census and Input Survey project under which
tabulation of about 10 crore data records have to be done. NIELIT has planned a roadmap for
adopting appropriate pedagogy for metamorphosing NIELIT into an Institute of National
Importance.

Web Portal of NIELIT New Delhi Page 7


‘O ‘Level – Foundation IT Diploma 8

Problem Analysis and Solution

This portal is a website that acts as a multi sources or single source for all
information on a specific domain. The Web portal offers the user a broad array of
information, arranged in a way that is most convenient for the user to access.

In this web portal there are many functional operations:

1. Accrediation of Facilitation Study Center


2. Student Enrollment System
3. Online News and Information
4. Download E-certificate
5. Track Regional center and Authorised Facilitation Center
6. Ask Question (FAQ)

Web Portal of NIELIT New Delhi Page 8


‘O ‘Level – Foundation IT Diploma 9

Project Requirement -Hardware and Software Specification

The project has been built on a system with the following Configuration:-

Hardware specification

Processor: -Intel Core processor Server recommended

RAM: -Near about 2 GB of RAM

Monitor: -Standard VGA Resolutions

Backup Media: -Compact Disk or DVD can be used.

Software specification

The project has been built on a system with the following Software
requirements:-

Operating System: - Compatible Linux GUI Version or


Windows OS

Web Browser: - Latest Web browsers (Google Crome, Internet


Explorer)

Web Programming Design and Development Application:


 Xampp Local server
 Adobe Dream Weaver
 Notepad++/Sublime Text
 Adobe Photoshop and Coral Draw

Web Portal of NIELIT New Delhi Page 9


‘O ‘Level – Foundation IT Diploma 10

Project Screen Shot


Index.html Screen and User Interface

Web Portal of NIELIT New Delhi Page 10


‘O ‘Level – Foundation IT Diploma 11

Nielit India Facebook Page

Nielit India Twitter Page

Web Portal of NIELIT New Delhi Page 11


‘O ‘Level – Foundation IT Diploma 12

Web Portal of NIELIT New Delhi Page 12


‘O ‘Level – Foundation IT Diploma 13

Project Web Directory Structure

Web Portal of NIELIT New Delhi Page 13


‘O ‘Level – Foundation IT Diploma 14

Web Page Source code:


Student.nielit.gov.in -index.html

Web Portal of NIELIT New Delhi Page 14


‘O ‘Level – Foundation IT Diploma 15

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"


"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>
Student Information and Enrollment System, NIELIT
</title>

<script type="text/javascript" language="JavaScript">


document.onkeydown = function(e) {
if(event.keyCode == 123) {
return false;
}
if(e.ctrlKey && e.shiftKey && e.keyCode == 'I'.charCodeAt(0)){
return false;
}
if(e.ctrlKey && e.shiftKey && e.keyCode == 'J'.charCodeAt(0)){
return false;
}
if(e.ctrlKey && e.keyCode == 'U'.charCodeAt(0)){
return false;
}
}
if (top.location != self.location) {
top.location = self.location.href
}
function checktop() {
startTime();
if (window.top.location.href.tolowercase().indexof("mainpage.aspx") >= 0) // this doesn't work, any suggestions.
{
window.top.location.href = "index.aspx";
}
}
</script>

<script src="Script/GlobalFunction.js" type="text/javascript"></script>


<style type="text/css">
a:link
{
color: #F26100;
text-decoration: none;
}

Web Portal of NIELIT New Delhi Page 15


‘O ‘Level – Foundation IT Diploma 16

a:visited
{
color: #F26100;
}
a:hover
{
color: #ff0000;
text-decoration: underline;
font-weight: bold;
}
a:active
{
color: #F26100;
}
</style>
<script type="text/javascript">
/******************************************
* Popup Box- By Jim Silver @ jimsilver47@yahoo.com
* Visit http://www.dynamicdrive.com/ for full source code
* This notice must stay intact for use
******************************************/
var ns4 = document.layers
var ie4 = document.all
var ns6 = document.getElementById && !document.all
//drag drop function for NS 4////
/////////////////////////////////
var dragswitch = 0
var nsx
var nsy
var nstemp
function drag_dropns(name) {
if (!ns4)
return
temp = eval(name)
temp.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP)
temp.onmousedown = gons
temp.onmousemove = dragns
temp.onmouseup = stopns
}
function gons(e) {
temp.captureEvents(Event.MOUSEMOVE)
nsx = e.x

Web Portal of NIELIT New Delhi Page 16


‘O ‘Level – Foundation IT Diploma 17

nsy = e.y
}
function dragns(e) {
if (dragswitch == 1) {
temp.moveBy(e.x - nsx, e.y - nsy)
return false
}
}
function stopns() {
temp.releaseEvents(Event.MOUSEMOVE)
}
//drag drop function for ie4+ and NS6////
/////////////////////////////////

function drag_drop(e) {
if (ie4 && dragapproved) {
crossobj.style.left = tempx + event.clientX - offsetx
crossobj.style.top = tempy + event.clientY - offsety
return false
}
else if (ns6 && dragapproved) {
crossobj.style.left = tempx + e.clientX - offsetx + "px"
crossobj.style.top = tempy + e.clientY - offsety + "px"
return false
}
}
function initializedrag(e) {
crossobj = ns6 ? document.getElementById("showimage") : document.all.showimage
var firedobj = ns6 ? e.target : event.srcElement
var topelement = ns6 ? "html" : document.compatMode != "BackCompat" ? "documentElement" : "body"
while (firedobj.tagName != topelement.toUpperCase() && firedobj.id != "dragbar") {
firedobj = ns6 ? firedobj.parentNode : firedobj.parentElement
}
if (firedobj.id == "dragbar") {
offsetx = ie4 ? event.clientX : e.clientX
offsety = ie4 ? event.clientY : e.clientY
tempx = parseInt(crossobj.style.left)
tempy = parseInt(crossobj.style.top)
dragapproved = true
document.onmousemove = drag_drop
}
}

Web Portal of NIELIT New Delhi Page 17


‘O ‘Level – Foundation IT Diploma 18

document.onmouseup = new Function("dragapproved=false")


////drag drop functions end here//////
function hidebox() {
crossobj = ns6 ? document.getElementById("showimage") : document.all.showimage
if (ie4 || ns6)
crossobj.style.visibility = "hidden"
else if (ns4)
document.showimage.visibility = "hide"
}
function startTime() {
var today = new Date();
var monthNames = ["January", "February", "March", "April", "May", "June", "July", "August", "September",
"October", "November", "December"];
var month = monthNames[today.getMonth()];
var Day = today.getDate();
var Year = today.getFullYear();
var time = today.toLocaleString('en-IN', { hour: 'numeric', minute: 'numeric', second: 'numeric', hour12: true });
document.getElementById('txt').innerHTML = month + " " + Day + ", " + Year + "; " + time;
var t = setTimeout(startTime, 500);
}
</script>
<link href="App_Themes/Blue/breadCrumbl.css" type="text/css" rel="stylesheet" /><link
href="App_Themes/Blue/controls.css" type="text/css" rel="stylesheet" /><link href="App_Themes/Blue/dd.css"
type="text/css" rel="stylesheet" /><link href="App_Themes/Blue/forms.css" type="text/css" rel="stylesheet"
/><link href="App_Themes/Blue/GridStyle.css" type="text/css" rel="stylesheet" /><link
href="App_Themes/Blue/menu.css" type="text/css" rel="stylesheet" /><link
href="App_Themes/Blue/pageHeader.css" type="text/css" rel="stylesheet" /><link
href="App_Themes/Blue/userControl.css" type="text/css" rel="stylesheet" /></head>
<body onload="checktop();" oncontextmenu="return false;">
<div id="showimage" style="position: absolute; width: 250px; left: 400px; top: 100px;
z-index: 1;">
<table border="0" width="500" bgcolor="##008B8B" cellspacing="0" cellpadding="2">
<tr>
<td width="100%">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td id="dragbar" style="cursor: hand; cursor: pointer" width="100%" onmousedown="initializedrag(event)">
<font face="Verdana" color="#FFFFFF">
<strong><small>Important</small></strong></font>
</td>
<td style="cursor: hand">
<a href="#" onclick="hidebox();return false">
<img alt="close" src="images/cancel.gif" width="16px" height="14px"

Web Portal of NIELIT New Delhi Page 18


‘O ‘Level – Foundation IT Diploma 19

border="0" /></a>
</td>
</tr>
<tr>
<td colspan="2">
<iframe name="ifImportant" onload="autoResizeF(this)" id="Iframe1" src="ImportantNotification.htm"
width="100%" frameborder='0' marginheight='0' marginwidth='0' scrolling="no">
</iframe>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<form method="post" action="" id="form1">
<div class="aspNetHidden">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"
value="b0SJaK1FsdYZJoQGydKeuh/Ir2W0BlHqaqSzaO/jOOMvdm87UdcS9Y1uh9xE+SnNtsfKuh1cGkSVMuup2DYqo
Md17u4vNJ3AwcoytqbD7Z9p2VnvR1LcwiM8PYWl2jf9IfW1Sz/a8lpO/C8qwmnKhE1SIIpm6NMxagHn6Syz5GvcNDD
RFiaXNDOuF0d1BQwBrN4IywhYUrwR3eT3jjktOfW8AyuP1ZW2sFuQNJBkAez5r17IPm+fyifB3pX85TAfBJ+YkNoO9cJ
BMW/ASttRuHpff6+Ozax8Fnp3S7LnT+EqmeWvVwJirbt9RERq3boKbrBICW//GOkDFHvV+zrLvQ==" />
</div>
<div class="aspNetHidden">
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="90059987" />
<input type="hidden" name="__VIEWSTATEENCRYPTED" id="__VIEWSTATEENCRYPTED" value="" />
</div>
<table width="1000" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td align="center" valign="top">
<table width="1000px" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="68px" colspan="4">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" valign="top" class="logo">
</td>
<td align="center" class="heading">
<div id="tdHeaderBig">National Institute of Electronics and Information Technology</div>
<div id="tdHeaderSmall" class="heading_small">Ministry of Electronics and Information Technology, Government

Web Portal of NIELIT New Delhi Page 19


‘O ‘Level – Foundation IT Diploma 20

of India</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="left" height="32px" class="menu" valign="middle">
<label id="txt" style="color: White; text-align: left; margin-left: 5px;">
</label>
</td>
<td colspan="3" align="right" height="32px" class="menu">
<a href="https://www.facebook.com/NIELITIndia/" onclick="return confirm('This link will take you to an external
web site.')"
target="_blank">
<img alt="social" src="https://student.nielit.gov.in/images/face.png" style="width: 27px;
height: 27px;" /></a>&nbsp; <a href="https://twitter.com/NIELITIndia" onclick="return confirm('This link will take
you to an external web site.')"
target="_blank">
<img alt="social" src="https://student.nielit.gov.in/images/tw.png" style="width: 25px;
height: 25px;" /></a>&nbsp; <a href="Dashboard/RepositoryMaster.aspx" target="_blank">
<img alt="Dashboard" src="https://student.nielit.gov.in/images/Dashboard.png" style="width: 27px;
height: 27px;" /></a>&nbsp; <a href="Index.aspx" target="_top">
<img alt="Home" src="https://student.nielit.gov.in/images/homepage.png" style="width: 28px;
height: 28px;" /></a>&nbsp;
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top">
<iframe name="ifHome" onload="autoResize(this)" id="ifHome" src="Home.aspx" width="100%"
height="400px" frameborder='0' marginheight='0' marginwidth='0' scrolling="no">
</iframe>
</td>
</tr>
<tr>
<td align="center" class="footer" onclick="window.open('http://www.nielit.gov.in')">
Designed &amp; #Developed By NIELIT-HQ IT Team
</td>
</tr>
</table>

Web Portal of NIELIT New Delhi Page 20


‘O ‘Level – Foundation IT Diploma 21

</td>
</tr>
</table>
<br />
</form>
</body>
</html>

Online Student Enrollment Section –

Web Portal of NIELIT New Delhi Page 21


‘O ‘Level – Foundation IT Diploma 22

Html Code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"


"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>
Student Information and Enrollment System, NIELIT
</title>

<script type="text/javascript" language="JavaScript">


document.onkeydown = function(e) {
if(event.keyCode == 123) {
return false;
}
if(e.ctrlKey && e.shiftKey && e.keyCode == 'I'.charCodeAt(0)){
return false;
}
if(e.ctrlKey && e.shiftKey && e.keyCode == 'J'.charCodeAt(0)){
return false;
}
if(e.ctrlKey && e.keyCode == 'U'.charCodeAt(0)){
return false;
}
}
if (top.location != self.location) {
top.location = self.location.href
}
function checktop() {
startTime();
if (window.top.location.href.tolowercase().indexof("mainpage.aspx") >= 0) // this doesn't work, any suggestions.
{
window.top.location.href = "index.aspx";
}
}
</script>

<script src="Script/GlobalFunction.js" type="text/javascript"></script>


<style type="text/css">
a:link
{
color: #F26100;
text-decoration: none;
}
a:visited

Web Portal of NIELIT New Delhi Page 22


‘O ‘Level – Foundation IT Diploma 23

{
color: #F26100;
}
a:hover
{
color: #ff0000;
text-decoration: underline;
font-weight: bold;
}
a:active
{
color: #F26100;
}
</style>
<script type="text/javascript">
/******************************************
* Popup Box- By Jim Silver @ jimsilver47@yahoo.com
* Visit http://www.dynamicdrive.com/ for full source code
* This notice must stay intact for use
******************************************/
var ns4 = document.layers
var ie4 = document.all
var ns6 = document.getElementById && !document.all
//drag drop function for NS 4////
/////////////////////////////////
var dragswitch = 0
var nsx
var nsy
var nstemp
function drag_dropns(name) {
if (!ns4)
return
temp = eval(name)
temp.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP)
temp.onmousedown = gons
temp.onmousemove = dragns
temp.onmouseup = stopns
}
function gons(e) {
temp.captureEvents(Event.MOUSEMOVE)
nsx = e.x
nsy = e.y

Web Portal of NIELIT New Delhi Page 23


‘O ‘Level – Foundation IT Diploma 24

}
function dragns(e) {
if (dragswitch == 1) {
temp.moveBy(e.x - nsx, e.y - nsy)
return false
}
}
function stopns() {
temp.releaseEvents(Event.MOUSEMOVE)
}
//drag drop function for ie4+ and NS6////
/////////////////////////////////

function drag_drop(e) {
if (ie4 && dragapproved) {
crossobj.style.left = tempx + event.clientX - offsetx
crossobj.style.top = tempy + event.clientY - offsety
return false
}
else if (ns6 && dragapproved) {
crossobj.style.left = tempx + e.clientX - offsetx + "px"
crossobj.style.top = tempy + e.clientY - offsety + "px"
return false
}
}
function initializedrag(e) {
crossobj = ns6 ? document.getElementById("showimage") : document.all.showimage
var firedobj = ns6 ? e.target : event.srcElement
var topelement = ns6 ? "html" : document.compatMode != "BackCompat" ? "documentElement" : "body"
while (firedobj.tagName != topelement.toUpperCase() && firedobj.id != "dragbar") {
firedobj = ns6 ? firedobj.parentNode : firedobj.parentElement
}
if (firedobj.id == "dragbar") {
offsetx = ie4 ? event.clientX : e.clientX
offsety = ie4 ? event.clientY : e.clientY
tempx = parseInt(crossobj.style.left)
tempy = parseInt(crossobj.style.top)
dragapproved = true
document.onmousemove = drag_drop
}
}
document.onmouseup = new Function("dragapproved=false")

Web Portal of NIELIT New Delhi Page 24


‘O ‘Level – Foundation IT Diploma 25

////drag drop functions end here//////


function hidebox() {
crossobj = ns6 ? document.getElementById("showimage") : document.all.showimage
if (ie4 || ns6)
crossobj.style.visibility = "hidden"
else if (ns4)
document.showimage.visibility = "hide"
}
function startTime() {
var today = new Date();
var monthNames = ["January", "February", "March", "April", "May", "June", "July", "August", "September",
"October", "November", "December"];
var month = monthNames[today.getMonth()];
var Day = today.getDate();
var Year = today.getFullYear();
var time = today.toLocaleString('en-IN', { hour: 'numeric', minute: 'numeric', second: 'numeric', hour12: true });
document.getElementById('txt').innerHTML = month + " " + Day + ", " + Year + "; " + time;
var t = setTimeout(startTime, 500);
}
</script>
<link href="App_Themes/Blue/breadCrumbl.css" type="text/css" rel="stylesheet" /><link
href="App_Themes/Blue/controls.css" type="text/css" rel="stylesheet" /><link href="App_Themes/Blue/dd.css"
type="text/css" rel="stylesheet" /><link href="App_Themes/Blue/forms.css" type="text/css" rel="stylesheet"
/><link href="App_Themes/Blue/GridStyle.css" type="text/css" rel="stylesheet" /><link
href="App_Themes/Blue/menu.css" type="text/css" rel="stylesheet" /><link
href="App_Themes/Blue/pageHeader.css" type="text/css" rel="stylesheet" /><link
href="App_Themes/Blue/userControl.css" type="text/css" rel="stylesheet" /></head>
<body onload="checktop();" oncontextmenu="return false;">
<div id="showimage" style="position: absolute; width: 250px; left: 400px; top: 100px;
z-index: 1;">
<table border="0" width="500" bgcolor="##008B8B" cellspacing="0" cellpadding="2">
<tr>
<td width="100%">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td id="dragbar" style="cursor: hand; cursor: pointer" width="100%" onmousedown="initializedrag(event)">
<font face="Verdana" color="#FFFFFF">
<strong><small>Important</small></strong></font>
</td>
<td style="cursor: hand">
<a href="#" onclick="hidebox();return false">
<img alt="close" src="images/cancel.gif" width="16px" height="14px"
border="0" /></a>
</td>

Web Portal of NIELIT New Delhi Page 25


‘O ‘Level – Foundation IT Diploma 26

</tr>
<tr>
<td colspan="2">
<iframe name="ifImportant" onload="autoResizeF(this)" id="Iframe1" src="ImportantNotification.htm"
width="100%" frameborder='0' marginheight='0' marginwidth='0' scrolling="no">
</iframe>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<form method="post" action="" id="form1">
<div class="aspNetHidden">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"
value="b0SJaK1FsdYZJoQGydKeuh/Ir2W0BlHqaqSzaO/jOOMvdm87UdcS9Y1uh9xE+SnNtsfKuh1cGkSVMuup2DYqo
Md17u4vNJ3AwcoytqbD7Z9p2VnvR1LcwiM8PYWl2jf9IfW1Sz/a8lpO/C8qwmnKhE1SIIpm6NMxagHn6Syz5GvcNDD
RFiaXNDOuF0d1BQwBrN4IywhYUrwR3eT3jjktOfW8AyuP1ZW2sFuQNJBkAez5r17IPm+fyifB3pX85TAfBJ+YkNoO9cJ
BMW/ASttRuHpff6+Ozax8Fnp3S7LnT+EqmeWvVwJirbt9RERq3boKbrBICW//GOkDFHvV+zrLvQ==" />
</div>
<div class="aspNetHidden">
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="90059987" />
<input type="hidden" name="__VIEWSTATEENCRYPTED" id="__VIEWSTATEENCRYPTED" value="" />
</div>
<table width="1000" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td align="center" valign="top">
<table width="1000px" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="68px" colspan="4">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" valign="top" class="logo">
</td>
<td align="center" class="heading">
<div id="tdHeaderBig">National Institute of Electronics and Information Technology</div>
<div id="tdHeaderSmall" class="heading_small">Ministry of Electronics and Information Technology, Government
of India</div>
</td>

Web Portal of NIELIT New Delhi Page 26


‘O ‘Level – Foundation IT Diploma 27

</tr>
</table>
</td>
</tr>
<tr>
<td align="left" height="32px" class="menu" valign="middle">
<label id="txt" style="color: White; text-align: left; margin-left: 5px;">
</label>
</td>
<td colspan="3" align="right" height="32px" class="menu">
<a href="https://www.facebook.com/NIELITIndia/" onclick="return confirm('This link will take you to an external
web site.')"
target="_blank">
<img alt="social" src="https://student.nielit.gov.in/images/face.png" style="width: 27px;
height: 27px;" /></a>&nbsp; <a href="https://twitter.com/NIELITIndia" onclick="return confirm('This link will take
you to an external web site.')"
target="_blank">
<img alt="social" src="https://student.nielit.gov.in/images/tw.png" style="width: 25px;
height: 25px;" /></a>&nbsp; <a href="Dashboard/RepositoryMaster.aspx" target="_blank">
<img alt="Dashboard" src="https://student.nielit.gov.in/images/Dashboard.png" style="width: 27px;
height: 27px;" /></a>&nbsp; <a href="Index.aspx" target="_top">
<img alt="Home" src="https://student.nielit.gov.in/images/homepage.png" style="width: 28px;
height: 28px;" /></a>&nbsp;
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top">
<iframe name="ifHome" onload="autoResize(this)" id="ifHome" src="Home.aspx" width="100%"
height="400px" frameborder='0' marginheight='0' marginwidth='0' scrolling="no">
</iframe>
</td>
</tr>
<tr>
<td align="center" class="footer" onclick="window.open('http://www.nielit.gov.in')">
Designed &amp; #Developed By NIELIT-HQ IT Team
</td>
</tr>
</table>
</td>
</tr>

Web Portal of NIELIT New Delhi Page 27


‘O ‘Level – Foundation IT Diploma 28

</table>
<br />
</form>
</body>
</html>

Project Dasboard Source code-

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-


transitional.dtd">
<html xmlns="../../www.w3.org/1999/xhtml/index.html">

<!-- Mirrored from student.nielit.gov.in/Dashboard/RepositoryMaster.aspx by HTTrack Website Copier/3.x


[XR&CO'2014], Sat, 17 Aug 2019 13:22:26 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=utf-8" /><!-- /Added by
HTTrack -->
<head id="Head1"><title>

</title>
<script language="javascript" type="text/javascript">
function printwindow() {
window.print();
return false;
}
</script>
<style type="text/css">
.style1
{
height: 651px;
}
</style>
<meta http-equiv="cache-control" content="max-age=0" /><meta http-equiv="cache-control" content="no-cache"
/><meta http-equiv="expires" content="0" /><meta http-equiv="expires" content="Tue, 01 Jan 2012 1:00:00
GMT" /><meta http-equiv="pragma" content="no-cache" />
<style type="text/css">
.hyperlink_dash a:hover
{
font-size:large;
color:Navy;
text-decoration: underline;
}
.hyperlink_dash a
{
text-decoration: none;
}
.sub-heading{
position:relative;
color:#527C50 !important;
font-family: Georgia;

Web Portal of NIELIT New Delhi Page 28


‘O ‘Level – Foundation IT Diploma 29

font-size:12px;
font-weight:bold;
}
.sub- heading span
{
span{
position:absolute;
display:block;
top:0;
left:0;
height:100%;
width:100%;
background:url('../images/glossy.html');
}
}

</style>
<link href="../App_Themes/Blue/breadCrumbl.css" type="text/css" rel="stylesheet" /><link
href="../App_Themes/Blue/controls.css" type="text/css" rel="stylesheet" /><link
href="../App_Themes/Blue/dd.css" type="text/css" rel="stylesheet" /><link href="../App_Themes/Blue/forms.css"
type="text/css" rel="stylesheet" /><link href="../App_Themes/Blue/GridStyle.css" type="text/css" rel="stylesheet"
/><link href="../App_Themes/Blue/menu.css" type="text/css" rel="stylesheet" /><link
href="../App_Themes/Blue/pageHeader.css" type="text/css" rel="stylesheet" /><link
href="../App_Themes/Blue/userControl.css" type="text/css" rel="stylesheet" /></head>
<body style="background-color: #ffffff;">
<form method="post" action="https://student.nielit.gov.in/Dashboard/RepositoryMaster.aspx" id="form1">
<div class="aspNetHidden">
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
<input type="hidden" name="__LASTFOCUS" id="__LASTFOCUS" value="" />
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"
value="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

Web Portal of NIELIT New Delhi Page 29


‘O ‘Level – Foundation IT Diploma 30

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" />
</div>

<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['form1'];
if (!theForm) {
theForm = document.form1;
}
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
//]]>
</script>

<div class="aspNetHidden">

<input type="hidden" name="__VIEWSTATEENCRYPTED" id="__VIEWSTATEENCRYPTED" value="" />


<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION"
value="WYScm3JuoOsXrNyLcaw8nbx56nnZ1i+mPsNgQB3whbq8iILtJYIchKQk5tzcnif940eXnClQ3/5gBx5m48HDzYU7
kpfhUgygiwv2G6fZTLJJvigybfaKGJ7Rxd6JYQlWx9liQtqlgZYpvRL5fEoz7G/JVdKEiIHSXHnWNsLliISp1NmF4VM5db3DIT
RGc7F/T9FNt+KbSy44Vm0KEj4tvYnQeXUziUmV8aMmqCbujIvAm5VDnkYyzSekc0caC2lyKjazK7QPy2XncQ78suO/7Ca
2hridewZYZstBoKfhm7nRi6aB8+QS79RZC+aIQc4WXx8lYWWcMQgVOqI4eamdjcyeKh6Pe1gAVP7YBZ6XaNIeW1P6/
W/xb9EoF9wUrXtRfTGAtSSnZ/godCXyn/QGt7+z1ncKYg0vn3Kpm8r/Ias8sUuo41ld/zkYFy5CFhBtVgbS+A4/yNIBWIBg
AlvLhAf478WDRnutEXOtMc5UkA2kdaNH4CbA+F7UCKNiv1wLgv4T68uWrPw5PWvqjSP98rPCX0X7eDlXYiKesqfrhXa1
bHtmE0J/npGAk8/7tHYsenY9xcgW7LnFM4nTCn8n9COO6IIxXasONrC6xvsooP4tc3C/FtHhu3xTSovKk4cqwXjnl68ubK
P2u+6fbaSIZfjO9l50IzicVZBPVJONCPV45y6sTyAUdsHop9S9qD/gq2YDZMIPYioPtJ5saqtzf0OV0eRv/NFzcqdS3nHxybO

Web Portal of NIELIT New Delhi Page 30


‘O ‘Level – Foundation IT Diploma 31

082n4ruy36xM/ZWS/OtTYTysRtx1IXmB1efHXbqjSb7aDDeYL2iu3KKtlUcHKDAjejovh/xpcHTKiH+DD40TjHMYJEbxJ2q
TZSiJqWt4FH4sZ/i72TcMkB8ZvsHbGcF/Q8CiRtffWIxBX8+ckvakxJK98qj0mRWc3GUH2nR1gfj4O8wzXVLp6WHoBoEQ
VYl4N79Zwx8a9Z/lmXg7703RHqCp0fWcQtvMix6MRTXmCNe/7zssT7S/+2gFGZF5F9+Eh0lrLWoxhC62crHWBNuLWY
Nx4fLAtuZYOYXSkzoYpKw==" />
</div>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td align="center" valign="top">
<table width="1000px" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td colspan="3" valign="top">

<table width="100%" border="0" cellspacing="0" cellpadding="0">


<tr>
<td height="68px">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" valign="top" class="logo">
<img src="../App_Themes/Blue/Images/Logo.jpg" id="NormalHeader1_imgLogo" alt="NIELIT" />
</td>
<td align="center" class="heading">
<div id="NormalHeader1_tdHeaderBig">National Institute of Electronics and Information
Technology</div>
<div id="NormalHeader1_tdHeaderSmall" class="heading_small">Ministry of Electronics and
Information Technology, Government of India</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="3" align="center" height="5px" class="menu">
</td>
</tr>
</table>

</td>
</tr>
<tr>
<td colspan="3" valign="top" style="height: 5px;" align="left">
&nbsp;
</td>
</tr>
<tr>
<td class="report_header" colspan="2" align="left" valign="middle">

Repository of NIELIT Services

</td>
<td class="report_header" style="width: 20%;" align="right" valign="middle">

Web Portal of NIELIT New Delhi Page 31


‘O ‘Level – Foundation IT Diploma 32

</td>
</tr>
<tr>
<td class="report_sub_header" colspan="2" valign="middle" align="left">

<marquee behavior="scroll" loop="-1" width="40%">


<span class=sub-heading> <span id="cpSubHeader_LblRptSubHeader" class="lblNormal">NIELIT Online
Services</span>
</span></marquee>
&nbsp;

</td>
<td class="report_sub_header" style="width: 20%;" align="right" valign="top">

Report Date:
17-Aug-2019

</td>
</tr>
<tr>
<td colspan="3" valign="top" style="height: 10px;" align="left">
</td>
</tr>
<tr>
<td colspan="3">
<table width="1000px" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td id="LeftSidebar" valign="top" align="left" style="background-color: Aqua; border: 1px solid
black;
border-color: Black;" width="220px">
<h2 style = "text-align:center; font-weight:bold; z-index:15;" ><u>Dashboard
Subject</u></h2>
<ul>
<li class="hyperlink_dash"><a href ="RepositoryMaster.html">Online Services</a></li><br
/>

</ul>
</td>
<td colspan="2" valign="top" align="right">

<div id="cpReportData_div1" style="width: 100%;">


<table style="border: 1px solid black; width: 100%; font-family: Arial;">
<tr>
<td style="color:Navy;">
<b>Chart</b>
<select name="ctl00$cpReportData$ddlChartList"
onchange="javascript:setTimeout(&#39;__doPostBack(\&#39;ctl00$cpReportData$ddlChartList\&#39;,\&#39;\&#
39;)&#39;, 0)" id="cpReportData_ddlChartList" class="ddlNormal">
<option value="0">Point</option>

Web Portal of NIELIT New Delhi Page 32


‘O ‘Level – Foundation IT Diploma 33

<option value="1">FastPoint</option>
<option value="2">Bubble</option>
<option value="3">Line</option>
<option value="4">Spline</option>
<option value="5">StepLine</option>
<option value="6">FastLine</option>
<option selected="selected" value="7">Bar</option>
<option value="8">StackedBar</option>
<option value="9">StackedBar100</option>
<option value="10">Column</option>
<option value="11">StackedColumn</option>
<option value="12">StackedColumn100</option>
<option value="13">Area</option>
<option value="14">SplineArea</option>
<option value="15">StackedArea</option>
<option value="16">StackedArea100</option>
<option value="17">Pie</option>
<option value="18">Doughnut</option>
<option value="19">Stock</option>
<option value="20">Candlestick</option>
<option value="21">Range</option>
<option value="22">SplineRange</option>
<option value="23">RangeBar</option>
<option value="24">RangeColumn</option>
<option value="25">Radar</option>
<option value="26">Polar</option>
<option value="27">ErrorBar</option>
<option value="28">BoxPlot</option>
<option value="29">Renko</option>
<option value="30">ThreeLineBreak</option>
<option value="31">Kagi</option>
<option value="32">PointAndFigure</option>
<option value="33">Funnel</option>
<option value="34">Pyramid</option>

</select>
</td>
<td style="color:Navy;">
<b>&nbsp;3D</b>
<input id="cpReportData_ThreeDChkBox" type="checkbox"
name="ctl00$cpReportData$ThreeDChkBox" checked="checked"
onclick="javascript:setTimeout(&#39;__doPostBack(\&#39;ctl00$cpReportData$ThreeDChkBox\&#39;,\&#39;\&#3
9;)&#39;, 0)" />
</td>
<td style="color:Navy;">
<b>&nbsp;Sort By</b>
<select name="ctl00$cpReportData$ddlSortBy"
onchange="javascript:setTimeout(&#39;__doPostBack(\&#39;ctl00$cpReportData$ddlSortBy\&#39;,\&#39;\&#39;
)&#39;, 0)" id="cpReportData_ddlSortBy" class="ddlNormal">
<option value="Subject_Type">Subject Name</option>
<option selected="selected" value="Subject_Status_Count">Subject Status Count</option>

</select>

Web Portal of NIELIT New Delhi Page 33


‘O ‘Level – Foundation IT Diploma 34

</td>
<td style="color:Navy;">
<b>&nbsp;Sort Direction</b>
<select name="ctl00$cpReportData$ddlSortDirection"
onchange="javascript:setTimeout(&#39;__doPostBack(\&#39;ctl00$cpReportData$ddlSortDirection\&#39;,\&#39;
\&#39;)&#39;, 0)" id="cpReportData_ddlSortDirection" class="ddlNormal" style="width:102px;">
<option selected="selected" value="ASC">Ascending</option>
<option value="DESC">Descending</option>

</select>
</td>
</tr>
</table>
<table style="border: 1px solid black; font-family: Arial;" width="700px">
<tr>
<td class="style1">
<img id="cpReportData_Chart1"
src="ChartImgd940.html?i=charts_1/chart_1_1.png&amp;g=8b2da133a0514ae297a65fded87a7c5e" alt=""
style="height:670px;width:780px;border-width:0px;margin-top: 0px" />
</td>
</tr>
</table>
</div>

</td>
</tr>
</table>
</td>
</tr>

<tr>
<td colspan="3" align="center" class="footer"
onclick="window.open('../../www.nielit.gov.in/index.html')">
Designed &amp; *Developed By NIELIT-HQ IT Team
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>

</html>

Download Admid Card Web page

Web Portal of NIELIT New Delhi Page 34


‘O ‘Level – Foundation IT Diploma 35

View Results Wep Page

Web Portal of NIELIT New Delhi Page 35


‘O ‘Level – Foundation IT Diploma 36

Conclusion
This project incorporates all requirements of NIELIT Web
Information System through internet. This system has been
developed as versatile and uses friendly as possible keeping in
mind the advanced features in this technology.

Using such a project helps the organization in minimizing the time


and money consumed in fulfilling the day-to-day functionality’s
and cutting down the expenses incurred on the same. The real
world requirement was satisfied by this system which provides all
services …

Using HTML, CSS, Bootstrap and PHP, the project was developed.
As a whole, the system was well planned and designed.

Web Portal of NIELIT New Delhi Page 36

Vous aimerez peut-être aussi