This repository has been archived by the owner on Nov 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactors code. (refs #15) * Shows comparsion help if comparison is enabled. (refs #27) * Fixes. (refs #20) * Styling changes. (refs #16) * Adds the infromation for former AGB on demand. (refs #28) * Switches to viz site. (refs #29)
- Loading branch information
1 parent
dd71418
commit 85149aa
Showing
6 changed files
with
121 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,73 +1,66 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title>Popup</title> | ||
<link rel="stylesheet" type="text/css" href="../styles/popup.css"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link href="https://fonts.googleapis.com/css?family=PT+Sans" rel="stylesheet"> | ||
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> | ||
<script src="../scripts/popup.js"></script> | ||
|
||
|
||
<head> | ||
<meta charset="utf-8" /> | ||
<title>Popup</title> | ||
<link rel="stylesheet" type="text/css" href="../styles/popup.css"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link href="https://fonts.googleapis.com/css?family=PT+Sans" rel="stylesheet"> | ||
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> | ||
<script src="../scripts/popup.js"></script> | ||
</head> | ||
|
||
<body> | ||
<a href="options.html"></a> | ||
<div id="popup-content_1"> | ||
<img id="icon_contractVis" src="../images/Logo_contractVis.png" alt="Logo"> | ||
<i class="fa fa-times-circle icons" id='closing_icon' aria-hidden="true"></i> | ||
<i id='general_information' class="fa fa-info-circle icons" aria-hidden="true"></i> | ||
</div> | ||
<div id="content_1"> | ||
|
||
|
||
<!-- Header --> | ||
<div id="popup-content_1"> | ||
<img id="icon_contractVis" src="../images/Logo_contractVis.png" alt="Logo"> | ||
<i class="fa fa-times-circle icons" id='closing_icon' aria-hidden="true"></i> | ||
<i id='general_information' class="fa fa-info-circle icons" aria-hidden="true"></i> | ||
</div> | ||
|
||
<!-- Page 1 -- General explanation --> | ||
<div id="content_1"> | ||
<div id="popup-content_2" class="hidden"> | ||
<h3 class="running_text" style="font-weight:bold">Highlighter ermöglicht es dir verschiedene Texte zu analysieren und besser zu verstehen</h3> | ||
<ol> | ||
<li class="running_text">Wie es funktioniert: </li> | ||
<li class="running_text">Navigiere zu den AGB des Online-Shops. </li> | ||
<li class="running_text">Markiereden Text der AGBs </li> | ||
<li class="running_text">Der markierte Text wird automatisch ins Plug-In kopiert </li> | ||
<li class="running_text">Treffe die Kriterienauswahl </li> | ||
<li class="running_text">Check die AGBs!</li> | ||
</ol> | ||
|
||
<button type="button" class="btn btn-primary" id="button_firstpage">OK! Alles klar!</button> | ||
|
||
<h3 class="running_text" style="font-weight:bold">Highlighter ermöglicht es dir verschiedene Texte zu analysieren | ||
und besser zu verstehen</h3> | ||
<ol> | ||
<li class="running_text">Navigiere zu den AGB des Online-Shops.</li> | ||
<li class="running_text">Markiere den Text der AGBs.</li> | ||
<li class="running_text">Der markierte Text wird automatisch ins Plug-In kopiert.</li> | ||
<li class="running_text">Treffe die Kriterienauswahl.</li> | ||
<li class="running_text">Checke die AGBs!</li> | ||
</ol> | ||
<p class="additional_info">Zusätzliche Informationen findest du auf der | ||
<a href="https://highlighter.media.fhstp.ac.at" target="_blank"><strong>Homeseite</strong></a></p> | ||
<button type="button" class="btn btn-primary" id="button_firstpage">OK! Alles klar!</button> | ||
</div> | ||
</div> | ||
|
||
<div id="content_2" class="hidden"> | ||
<div class="popup-content_2"> | ||
|
||
<h3 class="running_text" style="font-weight:bold">Du kannst auch zwei verschiedene AGBs miteinander vergleichen</h3> | ||
<ol> | ||
<li class="running_text">Wie geht das: </li> | ||
<li class="running_text">Bereits geladene AGBs werden gespeichert und können ausgewählt werden.</li> | ||
<li class="running_text">Wenn nicht, müssen die AGBs und der Link markiert werden wie auf der vorigen Seite erklärt.</li> | ||
<li class="running_text">Treffe die Kriterienauswahl</li> | ||
<li class="running_text">Vergleiche die AGBs!</li> | ||
</ol> | ||
<button type="button" class="btn btn-primary" id="button_secondpage">OK! Alles klar!</button> | ||
</div> | ||
|
||
<!-- Page 2 -- Comparison explanation --> | ||
<div id="content_2"> | ||
<div id="popup-content_3" class="hidden"> | ||
<h3 class="running_text" style="font-weight:bold">Du kannst auch zwei verschiedene AGBs miteinander vergleichen</h3> | ||
<ol> | ||
<li class="running_text">Bereits geladene AGBs werden gespeichert und können ausgewählt werden.</li> | ||
<li class="running_text">Wenn nicht, müssen die AGBs und der Link markiert werden.</li> | ||
<li class="running_text">Treffe die Kriterienauswahl.</li> | ||
<li class="running_text">Vergleiche die AGBs!</li> | ||
</ol> | ||
<p class="additional_info">Zusätzliche Informationen findest du auf der | ||
<a href="https://highlighter.media.fhstp.ac.at" target="_blank"><strong>Homeseite</strong></a></p> | ||
<button type="button" class="btn btn-primary" id="button_secondpage">OK! Alles klar!</button> | ||
</div> | ||
</div> | ||
|
||
<!-- Page 3 --> | ||
<div class="container"> | ||
<div class="row"> | ||
<div id="div_page_3" class="col-sm"> | ||
|
||
</div> | ||
</div> | ||
|
||
<!-- Page 3 -- Main Page --> | ||
<div class="container"> | ||
<div class="row"> | ||
<div id="div_page_3" class="col-sm"></div> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
|
||
|
||
</body> | ||
</html> | ||
|
||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters