-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstudent-account-second.php
190 lines (169 loc) · 8.05 KB
/
student-account-second.php
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
<!doctype html>
<html class="no-js" lang="ru" dir="ltr">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Практикант ДВФУ</title>
<link rel="stylesheet" href="css/foundation.css">
<link rel="stylesheet" href="css/app.css">
<link rel="stylesheet" href="style.css">
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<script src="//ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<link href="css/foundation-datepicker.css" rel="stylesheet">
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="js/foundation-datepicker.js"></script>
</head>
<body>
<?php
include ("header.php"); ?>
<!-- Надпись-->
<div class="grid-x search-row">
<div class="large-10 large-offset-1 cell">
<div style="text-align: center;">Личный кабинет</div>
</div>
</div>
<!-- Конец надписи-->
<!-- Форма регистрации -->
<div class="grid-x link-block">
<div class="small-10 small-offset-1 medium-10 medium-offset-1 large-10 large-offset-1 cell">
<div class="line-stroke"></div>
<ul class="tabs" data-active-collapse="true" data-tabs id="collapsing-tabs">
<div class="grid-x">
<div class="small-10 small-offset-2 large-4 medium-3 medium-offset-2 large-offset-2 cell">
<li class="tabs-title is-active"><a class="tabs-a" href="#panel1c" aria-selected="true">Персональные данные</a></li>
</div>
<div class="small-10 small-offset-2 large-4 medium-3 medium-offset-2 large-offset-1 cell">
<li class="tabs-title tabs"><a class="tabs-a" href="#panel2c">Информация по вакансиям</a></li>
</div>
</div>
</ul>
<div class="line-stroke"></div>
<div class="tabs-content" data-tabs-content="collapsing-tabs">
<div class="tabs-panel is-active" id="panel1c">
<div class="block-dan">
Цой Виктор Робертович
<br>
Группа: Б0000х
<br>
Номер зачетной книжки: 000000
<br>
<br>
Номер телефона: 8 999 999 99 99 <input class="edt-icon"type="image" src="image/edit-icon.png" />
<br>
Электронная почта: [email protected] <input class="edt-icon" type="image" src="image/edit-icon.png" />
<br>
<br>
<a href="#" class="authorization-rgstrtn">Сменить пароль</a>
</div>
</div>
<div class="tabs-panel" id="panel2c">
<div class="grid-x">
<div class="small-0 large-12 cell">
Выбранное место прохождение практики:
<br>
<a href="#" style="color: blue;border-color: blue;" class="link-table">Вакансия 3</a>
<br>
<br>
<div style="display:inline;"><a href="#" class="link-table">Отклонить</a></div> (доступно в течении 6 часов)
<br>
<br>
</div>
</div>
<div class="grid-x">
<div class="small-4 medium-8 large-10 cell">
<table class="fnt tbl">
<thead>
<tr>
<th width="400">Наименование вакансии</th>
<th width="200">Наименование организации</th>
<th width="200">Статус заявки</th>
<!-- <th width="100"></th> -->
</tr>
</thead>
<tbody>
<tr>
<td><a href="#" class="link-table-two">Вакансия 1</a></td>
<td>International Brutal Marines</td>
<td>Рассматривается</td>
<!-- <td></td> -->
</tr>
<tr>
<td><a href="#" class="link-table-two">Вакансия 2</a></td>
<td>Color Dream</td>
<td>Отклонена</td>
<!-- <td width="100"><a href="#" class="link-table">Удалить</a></td> -->
</tr>
<tr>
<td><a href="#" class="link-table-two">Вакансия 3</a></td>
<td>Ростовский Дон</td>
<td>Согласована</td>
<!-- <td></td> -->
</tr>
</tbody>
</table>
</div>
<div class="small-0 medium-2 large-2 cell">
<table style="border-collapse: separate;">
<thead>
<tr class="delete-border">
<th class="delete-border" width="50"> </th>
</tr>
</thead>
<tbody>
<tr class="delete-border">
<td class="delete-border"> </td>
</tr>
<tr class="delete-border">
<td class="delete-border"><a href="#" class="link-black-underline">Удалить</a></td>
</tr>
<tr class="delete-border">
<td class="delete-border"> </td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Конец-->
<!-- footer -->
<?php
include_once("footer.php");
echoFooter();
?>
<!-- Конец footer`а -->
<!-- Cкрипт, которыQ обрабатывает клик по личному кабинету -->
<!-- Сделан просто для примера -->
<script type="text/javascript">
$(document).ready(function() { // вся мaгия пoсле зaгрузки стрaницы
$('a#goTwo').click( function(event){ // лoвим клик пo ссылки с id="go"
event.preventDefault(); // выключaем стaндaртную рoль элементa
$('#overlayTwo').fadeIn(400, // снaчaлa плaвнo пoкaзывaем темную пoдлoжку
function(){ // пoсле выпoлнения предъидущей aнимaции
$('#modal_formTwo')
.css('display', 'block') // убирaем у мoдaльнoгo oкнa display: none;
.animate({opacity: 1, top: '50%'}, 200); // плaвнo прибaвляем прoзрaчнoсть oднoвременнo сo съезжaнием вниз
});
});
/* Зaкрытие мoдaльнoгo oкнa, тут делaем тo же сaмoе нo в oбрaтнoм пoрядке */
$('#modal_close, #overlayTwo').click( function(){ // лoвим клик пo крестику или пoдлoжке
$('#modal_formTwo')
.animate({opacity: 0, top: '45%'}, 200, // плaвнo меняем прoзрaчнoсть нa 0 и oднoвременнo двигaем oкнo вверх
function(){ // пoсле aнимaции
$(this).css('display', 'none'); // делaем ему display: none;
$('#overlayTwo').fadeOut(400); // скрывaем пoдлoжку
}
);
});
});
</script>
<!-- Конец скрипта -->
<script src="js/vendor/jquery.js"></script>
<script src="js/vendor/what-input.js"></script>
<script src="js/vendor/foundation.js"></script>
<script src="js/app.js"></script>
</body>
</html>