-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathg.svg.1
200 lines (101 loc) · 4.29 KB
/
g.svg.1
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<!-- <title>CAS – Central Authentication Service</title> -->
<title>AUMS-Amrita University Management System</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css" media="screen">@import 'css/common.css'/**/;</style>
<!--[if gte IE 6]><style type="text/css" media="screen">@import 'css/ie_cas.css';</style><![endif]-->
<script type="text/javascript" src="js/common_rosters.js"></script>
<link rel="icon" href="/cas/favicon.ico" type="image/x-icon" />
</head>
<script language=javascript>
function winopen()
{
window.open('win1.html','Window1','menubar=no,width=430,height=500,toolbar=no');
}
</script>
<body id="cas" onload="init();" class="loginbody">
<!-- BEGIN: header -->
<div id="log_header">
<div class="log_container">
<img src="images/login_logo.jpg" width="496" height="73" alt="" border="0" id="log_logo">
</div>
</div>
<!-- END: header -->
<!-- BEGIN: content -->
<form id="fm1" class="fm-v clearfix" method="post" action="/cas/login;jsessionid=96E117C282FC64A21FBA79ADD83F2AAD?service=https%3A%2F%2Faums-apps-6.amrita.edu%3A8443%2Fsakai-login-tool%2Fcontainer">
<div id="log_middle">
<div class="log_container">
<div id="log_col1"><strong> Amritavidya:</strong>
<ul class="arrowlist">
<li>Integrated system that enables easy access to data </li>
<li>Data recovery across Campuses </li>
<li>reports and statistical analysis of student progression.</li>
<li> N' tier architecture.</li>
<li> Security , Roles and Privileges.</li>
<li> Easy management of fee installments.</li>
<li> Complete modeling of the academic workflow.</li>
</ul>
</div><!-- log_col1 -->
<div id="log_col2"><strong>Usage Tips:</strong>
<ul class="arrowlist">
<li>For confidentiality, always Log Off and close your browser when you have finished your online session.</li>
<li>Best viewed with Microsoft Internet Explorer6.0 + or Mozilla FireFox 3.0 + </li>
<li>Do not use your browser's Back button</li>
</ul>
</div>
<!-- log_col2 -->
<div id="log_signin">
<div id="log_inner">
<img src="images/log_title_signin.gif" width="50" height="18" alt="Sign In" border="0">
<br>
<table cellspacing="0" cellpadding="0" border="0" id="login_form">
<tbody><tr>
<td> </td>
<td><label>Username</label>:</td>
<td>
<input id="username" name="username" class="required" tabindex="1" accesskey="u" type="text" value="" size="50" autocomplete="false"/>
</td>
</tr>
<tr>
<td> </td>
<td><label>Password:</label></td>
<td>
<input id="password" name="password" class="required" tabindex="2" accesskey="p" type="password" value="" size="50" autocomplete="off"/>
</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td>
<input type="hidden" name="lt" value="_c713C9026-F557-1348-54D9-6597E6FDD4C2_k89ED0411-2D2F-2479-BDDD-9D32A50E57E4" />
<input type="hidden" name="_eventId" value="submit" />
<input class="submit" name="submit" accesskey="l" value="LOGIN" tabindex="4" type="submit" />
</td>
</tr>
</tbody></table>
<br><br>
<br><br>
<div id="log_inner_links">
<ul class="arrowlist">
<li><a href="/aums/ForgotPassword.jsp" >Can't access your account?</a></li>
<li><a href="/opac" target="_blank">OPAC Search</a></li>
</ul>
</div><!-- log_inner_links -->
</div><!-- log_inner -->
<div id="log_bottom"> </div>
</div><!-- log_signin -->
<br style="clear: both;">
</div><!-- log_container -->
</div><!-- log_middle -->
<!-- END: content -->
</form>
<!-- BEGIN: footer (note the id is login_footer, not S_footer-->
<div id="login_footer">
Copyright © 2016 Amrita University. All rights reserved.
Powered by <a href="http://www.amritatech.com/ums.html" target="_blank">AmritaVidya</a>
</div>
<!-- END: footer -->
</body>
</html>