-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoptions.html
More file actions
36 lines (36 loc) · 3.12 KB
/
options.html
File metadata and controls
36 lines (36 loc) · 3.12 KB
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
<!DOCTYPE html>
<html dir="rtl">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="options.css">
</head>
<body>
<div class="settings">
<div class="field-wrap">
<h1>OpenU-AutoLogin</h1>
<h2>התחברות אוטומטית לאוניברסיטה הפתוחה</h2>
</div>
<p class="field-wrap">אנא מלא/י את פרטי ההתחברות לאתר של האוניברסיטה הפתוחה, כל הנתונים נשמרים מקומית.</p>
<p class="field-wrap">ניתן לשמור רק את תעודת הזהות ולתת למנהל הסיסמאות של Chrome לטפל בשדות האחרים אבל במקרה זה על המשתמש לבצע פעילות כלשהי בעמוד (לחיצה בעבר למשל) כדי שההשלמה האוטומטית תפעל והתוסף יוכל להתחבר.</p>
<p class="field-wrap">שימו לב שהנתונים לא נשמרים מוצפנים והשימוש בתוסף הוא על אחריותכם בלבד!</p>
<div class="field-wrap">
<input type="text" id="openu_username" placeholder="שם משתמש" /> <br>
<input type="password" id="openu_password" placeholder="סיסמא" /> <br>
<input type="tel" id="openu_id" maxlength="9" pattern="[0-9]{9}" placeholder="תעודת זהות" /> <br><br>
<input id="submitButton" value="שמור הגדרות" type="submit" class="button" />
</div>
<div class="createdby">
נוצר ע"י משה חמיאל
<br>
<a href="https://www.facebook.com/Chamuelm"><img src="images/facebook.png" alt="Facebook" height="25" width="25" /></a>
<a href="https://www.linkedin.com/in/moshe-chamuel-761433117/"><img src="images/linkedin.png" alt="LinkedIn" height="25" width="25" /></a>
<a href="https://github.com/Chamuelm"><img src="images/github.png" alt="GitHub" height="25" width="25" /></a>
<a href="http://www.moshe-hamiel.info"><img src="images/website.png" alt="Personal Website" height="25" width="25" /></a>
</div>
</div>
<div class="credit">Main extension icon made by <a href="https://fontawesome.com" title="Font Awesome" target="_blank">Font Awesome</a> is licensed by <a href="https://fontawesome.com/license" title="Font Awesome Pro License" target="_blank">Font Awesome Pro License</a></div>
<div class="credit">Social media icons made by <a href="https://www.flaticon.com/authors/pixel-perfect" title="Pixel perfect" target="_blank">Pixel perfect</a> from <a href="https://www.flaticon.com/" title="Flaticon" target="_blank">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
<div class="credit">Personal website icon made by <a href="https://www.flaticon.com/authors/catkuro" title="catkuro" target="_blank">catkuro</a> from <a href="https://www.flaticon.com/" title="Flaticon" target="_blank">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
</body>
<script src="options.js"></script>
</html>