-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
92 lines (73 loc) · 4.19 KB
/
index.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
<!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>Untitled Document</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/drop_down_log_in.js"></script>
<script src="scripts/lean-slider.js"></script>
<link rel="stylesheet" href="css/lean-slider.css" type="text/css" />
<link rel="stylesheet" href="css/slider-style.css" type="text/css" />
</head>
<body>
<div id="wrapper">
<!--ARXH PANW MEROS-->
<div id="header_gen">
<?php include("include_with_php/logo.php"); ?>
<?php
include("phpScripts/config.php");
?>
</div>
<!--TELOS PANW MEROS-->
<!--ARXH MESSAIO MEROS-->
<div id="mid">
<?php include("include_with_php/gen_menu.php"); ?>
<div id="banner">
<div class="slider-wrapper">
<div id="slider">
<div class="slide1">
<img src="images/banner_arxiki_selida/1.jpg" alt="" />
</div>
<div class="slide2">
<img src="images/banner_arxiki_selida/2.jpg" alt="" />
</div>
</div>
<div id="slider-direction-nav"></div>
<div id="slider-control-nav"></div>
</div>
<script type="text/javascript">
$(document).ready(function() {
var slider = $('#slider').leanSlider({
directionNav: '#slider-direction-nav',
controlNav: '#slider-control-nav'
});
});
</script>
</div>
<div id="info">
<p style="margin-left:55px; color:black;"><strong>ΗΛΕΚΤΡΟΝΙΚΗ ΥΠΗΡΕΣΙΑ ΟΛΟΚΛΗΡΩΜΕΝΗΣ ΔΙΑΧΕΙΡΙΣΗΣ ΣΥΓΓΡΑΜΜΑΤΩΝ</strong><br/>
Πρόκειται για μία πρωτοποριακή υπηρεσία για την άμεση και ολοκληρωμένη παροχή των Συγγραμμάτων<br/> των φοιτητών των Πανεπιστημίων και των ΤΕΙ της επικράτειας.<br/>
Η διαδικασία είναι πλήρως αυτοματοποιημένη και προσφέρει: <br/>
(α) Πλήρη ενημέρωση στους φοιτητές για τα παρεχόμενα Συγγράμματα σε κάθε μάθημα<br/>
(β) Δυνατότητα άμεσης παραλαβής των Συγγραμμάτων και<br/>
(γ) Αποτελεσματικούς μηχανισμούς για την ταχεία αποζημίωση των Εκδοτώνκαι για την αποτροπή<br/> της καταχρηστικής εκμετάλλευσης των δημόσιων πόρων</p>
<div id="button_spe">
<a href="phpScripts/info.php"><h2><strong>Περισσότερες Πληροφορίες</strong></h2></a>
</div>
</div>
<div id="video">
<object width="632" height="345"><param name="movie" value="//www.youtube.com/v/BkqmS9ZCvSE?version=3&hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="//www.youtube.com/v/BkqmS9ZCvSE?version=3&hl=en_US" type="application/x-shockwave-flash" width="632" height="345" allowscriptaccess="always" allowfullscreen="true"></embed></object>
</div>
</div>
<!--TELOS MESSAIO MEROS-->
<!--ARXH KATW MEROS-->
<div id="footer">
<?php include("include_with_php/stadar_bottom_menu_gen.php"); ?>
<?php include("include_with_php/downer_footer.php"); ?>
</div>
<?php include("include_with_php/copyrights.php"); ?>
<!--TELOS KATW MEROS-->
</div>
</body>
</html>