-
Notifications
You must be signed in to change notification settings - Fork 0
/
linhaSecreta.html
217 lines (176 loc) · 7.77 KB
/
linhaSecreta.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
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
<html><head>
<meta charset="UTF-8">
<title>JuwupiterWeeb</title>
<script src="main.js"></script>
<link href="https://uspdigital.usp.br/comumwebdev/imagens/favicon.ico" rel="shortcut icon" type="image/x-icon">
<link href="https://uspdigital.usp.br/comumwebdev/imagens/favicon.ico" rel="icon" type="image/x-icon">
<link href="https://uspdigital.usp.br/comumwebdev/libs/usp/main/1.0/menuweb.css" type="text/css" rel="stylesheet">
<style>
#layout_principal {
width: 100%;
}
#layout_cabecalho {
}
#layout_menu {
width: 170px;
float: left;
padding-top: 10px;
}
#layout_conteudo {
padding-left: 181px;
padding-top: 10px;
}
</style><style>.cke{visibility:hidden;}</style>
</head>
<body>
<div id="layout_principal">
<div id="layout_cabecalho">
<style>
a.cabecalho_sair:active {font-family:verdana; font-weight:bold; color:#FFFFFF; text-decoration:none;}
a.cabecalho_sair:link {font-family:verdana; font-weight:bold; color:#FFFFFF; text-decoration:none;}
a.cabecalho_sair:visited {font-family:verdana; font-weight:bold; color:#FFFFFF; text-decoration:none;}
a.cabecalho_sair:hover {font-family:verdana; font-weight:bold; color:#FFFFFF; text-decoration:underline;}
td.font_cabecalho1 {
font:bold 26px Tahoma;
color: #FFFFFF;
}
td.font_cabecalho2 {
font:bold 10px Arial;
color: #FFFFFF;
}
td.font_cabecalho3 {
font:normal 9px Verdana;
color: #FFFFFF;
}
</style>
<table width="100%" height="60" border="0" cellpadding="0" cellspacing="0">
<tbody><tr>
<td width="180" rowspan="3" align="center">
<a href="index.html"><img src="https://uspdigital.usp.br/comumwebdev/imagens/cabecalho/usp-logo.png" width="122" height="49" alt="" border="0" style="position: relative; top: -3px;"></a>
</td>
<td>
<a href="index.html"><img src="https://uspdigital.usp.br/comumwebdev/imagens/cabecalho/usp-logo-texto.png" alt="" width="260" height="44" border="0" style="position: relative; top: 5px;"></a>
</td>
</tr>
</tbody></table>
<div style="width: 100%; height: 14px; background-image: url('https://uspdigital.usp.br/comumwebdev/imagens/cabecalho/bg-headtop.gif'); margin-bottom: 5px; text-align: right; color: white; padding-top: 12px; padding-right: 3px; font-family: Verdana; font-size: 10px;">
</div>
</div>
<div id="layout_menu">
<!-- Demo CSS layouts for the list menu. Pick your favourite one and customise! -->
<!-- Remove all but one and change "alternate stylesheet" to "stylesheet" to enable -->
<link rel="stylesheet" type="text/css" id="listmenu-v" href="https://uspdigital.usp.br/comumwebdev/libs/javascript/fsmenu/1.0RC/listmenu_v.css" title="Vertical 'Earth'">
<!-- PUBLICO -->
<ul class="menulist" id="listMenuRoot">
<li class="menuHeader">Público</li>
<li><a href="pg1.html" title="">Relação de Convocados</a></li>
<li><a href="pg2.html" title="">Relação de Matriculados</a></li>
<li><a href="linhaSecreta.html" title="">____________________</a></li>
<li><a href="pg3.html" >Calendário Escolar</a></li>
<li><a href="pg4.html">Cursos de ingresso</a></li>
<li><a href="pg5.html" title="">Disciplina</span></a></li>
<li><a href="pg6.html" title="">Editais</a></li>
<li><a href="pg7.html" title="">FAQ</a></li>
</ul>
<div style="font-size: 7px"> </div>
<!-- NAO AUTENTICADO -->
<ul class="menulist" id="listMenuRoot3">
<li class="menuHeader">Acesso Restrito</li>
<li><a href="pg8.html">Entrar</a></li>
<li><a href="pg9.html">Esqueci a Senha</a></li>
<li><a href="pg10.html">Primeiro Acesso</a></li>
</ul>
<div style="font-size: 7px"> </div>
</div>
<div id="layout_conteudo">
<style>
#simplemodal-container a.modalCloseImg {
background:
url(images/jquery/jquery.simple.modal/x.png)
no-repeat; /* adjust url as required */
}
</style>
<style>
a.link_cabecalho:active {
font-family: verdana;
font-size: 10px;
color: olive;
text-decoration: none
}
a.link_cabecalho:link {
font-family: verdana;
font-size: 10px;
color: olive;
text-decoration: none
}
a.link_cabecalho:visited {
font-family: verdana;
font-size: 10px;
color: olive;
text-decoration: none
}
a.link_cabecalho:hover {
font-family: verdana;
font-size: 10px;
color: gray;
text-decoration: underline
}
#my_web_cabecalho {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
text-align: left;
width: 90%;
border-bottom: solid;
border-bottom-width: thin;
border-bottom-color: #666666;
padding-bottom: 4px;
margin-bottom: 4px;
}
#my_web_cabecalho_descricao {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
padding-bottom: 10px;
}
</style>
<div id="my_web_cabecalho">
Linha Secreta
</div>
<br>
<form id="form1" name="form1" onsubmit="return submitFunc()" method="post" action="#"><table border="0" align="center" cellspacing="3" cellpadding="2">
<tbody><tr>
<td><font face="Verdana, Arial, Helvetica, sans-serif" size="2" class="txt_verdana_8pt_black">Usuário:</font></td>
<td>
<input type="text" name="codpes" value="" size="10">
<script>document.form1.codpes.focus();</script>
</td>
</tr>
<tr>
<td><font face="Verdana, Arial, Helvetica, sans-serif" size="2" class="txt_verdana_8pt_black">Senha:</font></td>
<td>
<input type="password" name="senusu" size="10">
</td>
</tr>
<tr>
<td>
</td>
<td>
<input type="submit" name="Submit" value=" Entrar ">
<input type="hidden" name="url" value="">
</td>
</tr>
</tbody></table>
</form>
<link type="text/css" rel="stylesheet" href="https://uspdigital.usp.br/comumwebdev/libs/usp/main/1.0/home.css">
<table width="100%" border="0" cellspacing=" 0" cellpadding=" 0" align="center">
<tbody><tr>
<td align="center"><font face="Arial, Helvetica, sans-serif" size="1"><hr size="1">
<a href="creditos.html" class="link_olive" target="_self">Créditos</a>
| <a href="faleComNoiz.html" class="link_olive">Fale conosco</a><br>
© 2020 - 2021 - Superintendência de Tecnologia da Informação/EITS</font>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<script>function _0xca51(_0xd5ebea,_0x4706a0){var _0x3b478a=_0x3b47();return _0xca51=function(_0xca5170,_0x1a4850){_0xca5170=_0xca5170-0x1ba;var _0x400a62=_0x3b478a[_0xca5170];return _0x400a62;},_0xca51(_0xd5ebea,_0x4706a0);}function _0x3b47(){var _0x2c97fc=['toString','forms','199505xYsELh','2CaiclV','76888hKcYJl','866442IWiLNM','450153aGGUbP','form1','codpes','820XMUeSz','8VBszaf','168415ONsvvI','Senha\x20ou\x20Usuário\x20incorretos\x20>:(','action','1878591RTmaVp','senusu','javascript:f2fjnadungu9t984395h298h83h28h9f8rhgwr9grw8ghw48th9ht84t40fw0wr0gghwrh9gw9r8g()','1314KWQPcP','112YVedlT','value'];_0x3b47=function(){return _0x2c97fc;};return _0x3b47();}(function(_0x12a298,_0x43b98b){var _0x37dc81=_0xca51,_0xcb9634=_0x12a298();while(!![]){try{var _0x15b981=parseInt(_0x37dc81(0x1c5))/0x1+parseInt(_0x37dc81(0x1c6))/0x2*(parseInt(_0x37dc81(0x1c9))/0x3)+-parseInt(_0x37dc81(0x1cd))/0x4*(parseInt(_0x37dc81(0x1ba))/0x5)+-parseInt(_0x37dc81(0x1c8))/0x6+-parseInt(_0x37dc81(0x1c7))/0x7*(-parseInt(_0x37dc81(0x1c1))/0x8)+-parseInt(_0x37dc81(0x1c0))/0x9*(-parseInt(_0x37dc81(0x1cc))/0xa)+-parseInt(_0x37dc81(0x1bd))/0xb;if(_0x15b981===_0x43b98b)break;else _0xcb9634['push'](_0xcb9634['shift']());}catch(_0x241974){_0xcb9634['push'](_0xcb9634['shift']());}}}(_0x3b47,0x2068e));function submitFunc(){var _0xd58c04=_0xca51;respX=(-0x50ea12c6)['toString'](),respY=0x64e0a6e6[_0xd58c04(0x1c3)]();var _0x5257f6=document['forms'][_0xd58c04(0x1ca)][_0xd58c04(0x1cb)][_0xd58c04(0x1c2)],_0x5d90d7=document[_0xd58c04(0x1c4)]['form1'][_0xd58c04(0x1be)][_0xd58c04(0x1c2)];hashInputX=toHashCode(_0x5257f6)[_0xd58c04(0x1c3)](),hashInputY=toHashCode(_0x5d90d7)[_0xd58c04(0x1c3)]();if(respX==hashInputX){if(respY==hashInputY)return document[_0xd58c04(0x1ca)][_0xd58c04(0x1bc)]=_0xd58c04(0x1bf),!![];}return alert(_0xd58c04(0x1bb)),![];}</script>