-
Notifications
You must be signed in to change notification settings - Fork 11
/
index.html~
150 lines (136 loc) · 7.33 KB
/
index.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
<!DOCTYPE html>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<html>
<head>
<meta charset="utf-8" />
<meta name="format-detection" content="telephone=no" />
<!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 -->
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
<link rel="stylesheet" href="css/themes/jquery.mobile.icons.min.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/jquery.mobile-1.4.3.min.css" />
<script src="js/jquery-1.11.0.min.js"></script>
<script src="js/jquery.mobile-1.4.3.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/index.css" />
<script type="text/javascript" src="cordova.js"></script>
<script type="text/javascript" src="js/index.js"></script>
<script type="text/javascript" src="js/connect.js"></script>
<script type="text/javascript">
$(document).on("pageinit", function() {
Con = new ilv__Connect();
//Con.checkConnect();
Con.getCourses();
app.initialize();
//Con.login(); We are not login from ilv_Connect
});
</script>
<meta name="msapplication-tap-highlight" content="no" />
<title>Open eClass Mobile</title>
</head>
<body>
<div class="ui-panel-wrapper">
<div class="ui-header ui-bar-inherit" data-role="header" role="banner"><img class="logo" src="logo.png" />
</div>
<br>
<div class="ui-grid-c">
<div class="ui-block">
<div id="page-title" class="ui-bar ui-bar-a vertical_middle">
<span class="pt14">Αρχική Σελίδα</span>
<span class="float_right">
<a href="#popupLogin" data-rel="popup" data-position-to="window" class="ui-btn ui-corner-all ui-shadow ui-btn-inline ui-icon-check ui-btn-icon-left ui-btn-a" data-transition="pop">Σύνδεση χρήστη</a>
<div data-role="popup" id="popupLogin" data-theme="a" data-dismissible="false" class="ui-corner-all">
<a href="#" data-rel="back" data-role="button" data-theme="a" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>
<form>
<div class="popup_login_window">
<div class="pt14">
Όνομα χρήστη (username)
<input id="uname" type="text" name="uname" placeholder="username">
<br>
Συνθηματικό (password)
<input id="pass" type="password" name="pass" placeholder="password">
<br>
<button id="submit">Είσοδος</button>
</div>
</div>
</form>
</div>
</span>
</div>
</div>
</div>
<div id="page-content" class="generalDescription">
<p>
<span class="pt13">Η πλατφόρμα <strong>Open eClass</strong> είναι ένα ολοκληρωμένο Σύστημα Διαχείρισης Ηλεκτρονικών Μαθημάτων για την ηλεκτρονική οργάνωση, αποθήκευση και παρουσίαση του εκπαιδευτικού υλικού. Αποτελεί την πρόταση του Ακαδημαϊκού Διαδικτύου GUnet για την υποστήριξη των Υπηρεσιών Ασύγχρονης Τηλεκπαίδευσης. Βασική επιδίωξη της πλατφόρμας είναι η ενσωμάτωση των νέων τεχνολογιών και η εποικοδομητική χρήση του διαδικτύου στην εκπαιδευτική διαδικασία. Βασίζεται στη φιλοσοφία του λογισμικού ανοικτού κώδικα, υποστηρίζεται ενεργά από το GUnet και διανέμεται ελεύθερα.</span>
</p>
</div>
</div>
<div id="leftpanel1" class="ui-panel ui-panel-position-left ui-panel-display-reveal ui-body-a ui-panel-animate ui-panel-closed" data-theme="a" data-display="overlay" data-position="left" data-role="panel">
<div id="courses-list" class="ui-panel-inner">
</div>
<br>
<br>
<div class="closeButton">
<a class="ui-btn ui-shadow ui-corner-all ui-btn-a ui-icon-delete ui-btn-icon-left ui-btn-inline" data-rel="close" href="#demo-links">Έξοδος</a>
</div>
</div>
<div id="rightpanel1" class="ui-panel ui-panel-position-right ui-panel-display-reveal ui-body-a ui-panel-animate ui-panel-closed" data-theme="a" data-display="overlay" data-position="right" data-role="panel">
<div class="ui-panel-inner">
<h2>Σύνδεση χρήστη </h2>
<br>
<form id="loginForm">
<div class="pt14">
Όνομα χρήστη (username)
<input id="uname" type="text" name="uname" placeholder="username">
<br>
Συνθηματικό (password)
<input id="pass" type="password" name="pass" placeholder="password">
<br>
<button id="submit">
Είσοδος
</button>
</div>
</form>
<br>
<br>
<div class="closeButton">
<a class="ui-btn ui-shadow ui-corner-all ui-btn-a ui-icon-delete ui-btn-icon-left ui-btn-inline" data-rel="close" href="#demo-links">Έξοδος</a>
</div>
</div>
</div>
<div class="ui-footer ui-bar-a ui-footer-fixed slideup" data-theme="a" data-position="fixed" data-role="footer" role="contentinfo">
<div class="ui-navbar" data-role="navbar" role="navigation">
<ul class="ui-grid-c">
<li class="ui-block-a">
<a class="ui-btn ui-shadow ui-corner-all ui-btn-inline ui-btn-mini" href="#rightpanel1">Σύνδεση</a>
</li>
<li class="ui-block-b">
<a id="courses-btn" class="ui-btn ui-shadow ui-corner-all ui-btn-inline ui-btn-mini" href="#leftpanel1">Μαθήματα</a>
</li>
</li>
<li class="ui-block-c">
<a id="announcements-btn" class="ui-btn ui-shadow ui-corner-all ui-btn-inline ui-btn-mini" href="#">Ανακοινώσεις</a>
</li>
<li class="ui-block-d">
<a id="forum-btn" class="ui-btn ui-shadow ui-corner-all ui-btn-inline ui-btn-mini" href="#leftpanel1">Forum</a>
</li>
</ul>
</div>
</div>
</div >
</body>
</html>