-
Notifications
You must be signed in to change notification settings - Fork 0
/
eggrafh.php
151 lines (113 loc) · 6.27 KB
/
eggrafh.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
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Εγγραφή</title>
<link rel="stylesheet" type="text/css" href="./css/style.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script src="scripts/saveDataAndFill.js"></script>
<script src="scripts/checkTwoPass.js"></script>
<script src="scripts/checkFileSize.js"></script>
</head>
<body>
<div id="wrapper">
<div id="sub_header">
<div id="sub_logo">
<a href="index.php"><img src="images/logo.png" /></a>
</div>
</div>
<div id="all_form">
<div id="form_title">
Καλώς ήρθατε! Εγγραφείτε εδώ.
</div>
<div id="main_form">
<form method="post" action="phpScripts/update_upload_photo_action.php" enctype="multipart/form-data">
<p><label>Όνομα :</label>
<input type="text" id="onoma" name="onoma" required/></p>
<br/>
<p><label>Επίθετο :</label>
<input type="text" id="epitheto" name="epitheto" required/></p>
<br/>
<p><label>Όνομα χρήστη <p style="font-size:11px"><b>(με λατινικούς χαρακτήρες)</b>:</p></label>
<input type="text" id="onomaxristi" name="onomaxristi" required/></p>
<br/>
<p><label>e-mail :</label>
<input type="text" id="taxudromio" name="taxudromio" required/></p>
<br/>
<p><label>Κωδικός πρόσβασης :</label>
<input type="password" id="password" name="password" required/></p>
<br/>
<p><label>Επιβεβαίωση κωδικού πρόσβασης :</label>
<input type="password" id="passwordconf" name="passwordconf" oninput="check(this)" required/></p>
<br/>
<p><label>* Τηλέφωνο :</label>
<input type="text" id="thl" name="thl" /></p>
<br/>
<p><label>* Φωτογραφία :</label>
<input type="hidden" name="size" value="1048576">
<input type="file" name="photo" id="i_file"> </p>
<br/>
<p><label>Ρόλος στην ιστοσελίδα :</label>
<br/>
<select id="rolos" name="role">
<option selected="selected" ></option>
<option id="foithths" name="foithths" value="foithths">Φοιτητές</option>
<option id="ekdoths" name="ekdoths" value="ekdoths">Εκδότες</option>
<option id="grammateia" name="grammateia" value="grammateia">Γραμματεία</option>
<option id="diaxeirisths" name="diaxeirisths" value="diaxeirisths">Διαχειριστές</option>
</select></p>
<div id="openModal" class="modalDialog">
<div>
<a href="#close" title="Close" class="close">X</a>
<p><label>Ίδρυμα :</label>
<br />
<select id="idruma" name="idruma" >
<option value="base"> </option>
<option value="Εθνικό Καποδιστριακό Πανεπιστήμιο Αθηνών">Εθνικό Καποδιστριακό Πανεπιστήμιο Αθηνών</option>
<option value="Πανεπιστήμιο Πειραιώς">Πανεπιστήμιο Πειραιώς</option>
</select></p>
<br/>
<p><label >Τμήμα :</label>
<br />
<select id="tmhma" name="tmhma">
<option value="base">Προηγείται η συμπλήρωση του Ιδρύματος</option>
</select></p>
<br />
<p><label >Αριθμός μητρώου :</label>
<input type="text" id="arithmos_mhtroou" name="arithmos_mhtroou" required/></p>
<br />
<p><label >Εξάμηνο :</label>
<select id="eksamhno" name="eksamhno">
<option value="None"> </option>
<option value="1">1</option>
<option value="2">2</option>
</select></p>
<input TYPE="submit" name="upload" id="sub_button" title="Add data to the Database" value="Εγγραφή"/>
</div>
</div>
<!--alla divs kai modals gia to kathena ekdothss klp tha uparxoun-->
<br />
<div id="extra_form"></div> <!-- write the dynamic html code here -->
</form>
</div>
<script src="scripts/foititesPopMenu.js"></script> <!-- helps to write the dynamic code only for foithtes now -->
<!--part of dynamic code START -->
<div id="FModel">
<a class="likable" href="#openModal">Επόμενο</a>
</div>
<!--alla divs kai modals gia to kathena ekdothss klp tha uparxoun-->
<!--part of dynamic code FINISH -->
<!--Keep form data after refresh or redirect -->
<script type="text/javascript">
rescuefieldvalues(['onoma', 'epitheto', 'onomaxristi', 'taxudromio', 'thl', 'arithmos_mhtroou']);
</script>
<br/>
<p style="font-size:13px; color:#999;">(*) Δεν είναι υποχρεωτική η συμπλήρωση αυτού του πεδίου.</p>
</div>
<div style="margin-top:-140px; background-color:#DBDBDB;">
<?php include("downer_footer.php"); ?>
</div>
<?php include("copyrights.php"); ?>
</div>
</body>
</html>