-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHome.aspx
282 lines (212 loc) · 11.3 KB
/
Home.aspx
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Home.aspx.cs" Inherits="Home" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<%--Slider--%>
<div class="shadow">
<div id="slider" class="opener">
<div class="viewer">
<div class="reel">
<div class="slide">
<img src="images/Education.png" alt="" />
</div>
<div class="slide">
<img src="images/Wipro Logo.jpg" alt="" />
</div>
<div class="slide">
<img src="images/category-virtual-classroom-long.png" alt="" />
</div>
<div class="slide">
<img src="images/Iera_Slide_3.png" alt="" />
</div>
<div class="slide">
<img src="images/banner2.png" alt="" />
</div>
</div>
</div>
<div class="indicator">
<span>1</span>
<span>2</span>
<span>3</span>
<span>4</span>
<span>5</span>
</div>
</div>
</div>
<%--company info--%>
<%--<div id="page">
<div id="content">--%>
<%--<div class="box" style="width:auto;height:auto;padding-left:50px;padding-right:50px;">
<div class="shadow" style="background-color:ActiveCaption">
<h2 class="dropotron"><u>Wipro Infotech</u></h2>
<p>
Wipro Infotech is a leading manufacturer of computer hardware and provider of IT services in India and the Middle East region. Part of Wipro Ltd, the $6.98 billion conglomerate and global leader in technology enabled solutions, the company leverages on the parent's philosophy of 'Applying Thought' to enable business results by being a transformation catalyst.
Our vast IT services portfolio includes consulting, systems integration, application development and maintenance, technology infrastructure services, package implementation and R&D services among others.
</p>
<p>
Wipro is globally recognized for its innovative approach towards delivering business value and its commitment to sustainability. Wipro champions optimized utilization of natural resources, capital and talent. Today we are a trusted partner of choice for global businesses looking to ‘differentiate at the front’ and ‘standardize at the core’ through technology interventions.
In today’s world, organizations will have to rapidly reengineer themselves and be more responsive to changing customer needs. Wipro is well positioned to be a partner and co-innovator to businesses in their transformation journey, identify new growth opportunities and facilitate their foray into new sectors and markets.
</p>
</div>
</div>
<br class="clearfix" />--%>
<%--</div>
</div>--%>
<%--login div--%>
<%--<div id="sidebar">--%>
<hr class="effect8" />
<div class="shadow">
<table>
<tr>
<td colspan="2">
<div style="background-color:transparent;width:350px;height:500px;padding-left:280px;">
<form name="login" runat="server">
<div class="login">
<h1 style="background-color:#209d9d;color:Black;font-size:larger;font-family:@MingLiU"><b> Login to Virtual Classroom</b></h1>
<p>
<asp:TextBox ID="logintxt_username" runat="server" placeholder="Username" ></asp:TextBox>
<asp:RequiredFieldValidator ID="reqired_username" runat="server" ControlToValidate="logintxt_username" ErrorMessage="Please enter Username..!!" SetFocusOnError="true" />
</p>
<p>
<asp:TextBox ID="logintxt_password" runat="server" placeholder="Password" TextMode="Password" ></asp:TextBox>
<asp:RequiredFieldValidator ID="required_password" runat="server" ControlToValidate="logintxt_password" ErrorMessage="Please enter Password..!!" SetFocusOnError="true" />
</p>
<p>
<asp:Label ID="select_user" runat="server" Text="Select User:-"></asp:Label>
<asp:RadioButtonList ID="user" runat="server">
<asp:ListItem Selected="true">Student</asp:ListItem>
<asp:ListItem>Teacher</asp:ListItem>
</asp:RadioButtonList>
</p>
<p class="remember_me">
<label>
<asp:CheckBox ID="remember_me" runat="server" />
Remember me on this computer
</label>
</p>
<p>
<%-- <asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>--%>
<p class="submit">
<asp:Button ID="submit" runat="server" Text="Login" onclick="submit_Click" />
</p>
<%-- </ContentTemplate>
</asp:UpdatePanel>
<asp:UpdateProgress ID="UpdateProgress1" runat="server">
<ProgressTemplate>
<asp:Image ID="loading" ImageUrl="~/images/ajax-loader.gif" runat="server" />
</ProgressTemplate>
</asp:UpdateProgress>--%>
</p>
<p>
<asp:Label ID="lblErrMsg" runat="server"></asp:Label>
</p>
<br />
<p class="login-help" style="color:Black;">Forgot your password? <a href="Forgottpass.aspx" style="color:Black;">Click here to reset it</a>.</p>
</div>
</form>
</div>
</td>
<%--<td align="right" style="padding-left:30px">
<div class="shadow">
<div class="box" style="background-color:ActiveCaption;height:550px;width:500px;font-size:inherit;font-weight: bold;color: #000000;">
<h2 class="dropotron"><u>What's New..??</u></h2>
<script type="text/javascript">
/***********************************************
* Fading Scroller- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
var delay = 3000; //set delay between message change (in miliseconds)
var maxsteps = 30; // number of steps to take to change from start color to endcolor
var stepdelay = 40; // time in miliseconds of a single step
//**Note: maxsteps*stepdelay will be total time in miliseconds of fading effect
var startcolor = new Array(255, 255, 255); // start color (red, green, blue)
var endcolor = new Array(0, 0, 0); // end color (red, green, blue)
var fcontent = new Array();
begintag = '<div style="font: normal 34px Arial; padding: 5px;">'; //set opening tag, such as font declarations
fcontent[0] = "<b>What\'s new?</b><br>New scripts added to the Scroller category!<br><br>The MoreZone has been updated. <a href='../morezone/index.htm'>Click here to visit</a>";
fcontent[1] = "Dynamic Drive has been featured on Jars as a top 5% resource, and About.com as a recommended DHTML destination.";
fcontent[2] = "Ok, enough with these pointless messages. You get the idea behind this script.</a>";
closetag = '</div>';
var fwidth = '495px'; //set scroller width
var fheight = '490px'; //set scroller height
var fadelinks = 1; //should links inside scroller content also fade like text? 0 for no, 1 for yes.
///No need to edit below this line/////////////////
var ie4 = document.all && !document.getElementById;
var DOM2 = document.getElementById;
var faderdelay = 0;
var index = 0;
/*Rafael Raposo edited function*/
//function to change content
function changecontent() {
if (index >= fcontent.length)
index = 0
if (DOM2) {
document.getElementById("fscroller").style.color = "rgb(" + startcolor[0] + ", " + startcolor[1] + ", " + startcolor[2] + ")"
document.getElementById("fscroller").innerHTML = begintag + fcontent[index] + closetag
if (fadelinks)
linkcolorchange(1);
colorfade(1, 15);
}
else if (ie4)
document.all.fscroller.innerHTML = begintag + fcontent[index] + closetag;
index++
}
// colorfade() partially by Marcio Galli for Netscape Communications. ////////////
// Modified by Dynamicdrive.com
function linkcolorchange(step) {
var obj = document.getElementById("fscroller").getElementsByTagName("A");
if (obj.length > 0) {
for (i = 0; i < obj.length; i++)
obj[i].style.color = getstepcolor(step);
}
}
/*Rafael Raposo edited function*/
var fadecounter;
function colorfade(step) {
if (step <= maxsteps) {
document.getElementById("fscroller").style.color = getstepcolor(step);
if (fadelinks)
linkcolorchange(step);
step++;
fadecounter = setTimeout("colorfade(" + step + ")", stepdelay);
} else {
clearTimeout(fadecounter);
document.getElementById("fscroller").style.color = "rgb(" + endcolor[0] + ", " + endcolor[1] + ", " + endcolor[2] + ")";
setTimeout("changecontent()", delay);
}
}
/*Rafael Raposo's new function*/
function getstepcolor(step) {
var diff
var newcolor = new Array(3);
for (var i = 0; i < 3; i++) {
diff = (startcolor[i] - endcolor[i]);
if (diff > 0) {
newcolor[i] = startcolor[i] - (Math.round((diff / maxsteps)) * step);
} else {
newcolor[i] = startcolor[i] + (Math.round((Math.abs(diff) / maxsteps)) * step);
}
}
return ("rgb(" + newcolor[0] + ", " + newcolor[1] + ", " + newcolor[2] + ")");
}
if (ie4 || DOM2)
document.write('<div id="fscroller" style="border:1px solid black;width:' + fwidth + ';height:' + fheight + '"></div>');
if (window.addEventListener)
window.addEventListener("load", changecontent, false)
else if (window.attachEvent)
window.attachEvent("onload", changecontent)
else if (document.getElementById)
window.onload = changecontent
</script>
</div>
</div>
</td>
--%>
</tr>
</table>
</div>
<br class="clearfix" />
</asp:Content>