aboutsummaryrefslogtreecommitdiff
path: root/redirector.html
diff options
context:
space:
mode:
Diffstat (limited to 'redirector.html')
-rw-r--r--redirector.html19
1 files changed, 13 insertions, 6 deletions
diff --git a/redirector.html b/redirector.html
index af11b6b..f0f73c4 100644
--- a/redirector.html
+++ b/redirector.html
@@ -10,7 +10,7 @@
<body>
<div id="cover">
</div>
-
+
<!-- Confirmation form for deleting redirects -->
<div id="delete-redirect-form">
<h3>Are you sure you want to delete this redirect?</h3>
@@ -39,7 +39,7 @@
<button id="cancel-delete" class="btn grey large">No, don't delete it</button>
</div>
</div>
-
+
<!-- Form for creating and editing redirects -->
<div id="edit-redirect-form">
@@ -124,20 +124,20 @@
<div id="blur-wrapper">
-
+
<h1>REDIRECTOR</h1>
<h5>Go where <em>YOU</em> want!</h5>
<div id="menu">
<a id="create-new-redirect" class="btn blue large">Create new redirect</a>
-
+
<!-- Importing/Exporting of redirects -->
<span>
<input type="file" id="import-file" accept=".rjson,.json,.txt" />
<label for="import-file" class="btn blue large">Import</label>
<a class="btn blue large" id="export-link" download="Redirector.json">Export</a>
</span>
-
+
<a class="btn blue large" href="help.html" target="_blank">Help</a>
</div>
@@ -151,6 +151,13 @@
<div class="redirect-table">
<div class="redirect-rows">
<div class="redirect-row" id="redirect-row-template" >
+ <!-- <div class="toggle-container"> -->
+ <!-- <input class="checkmark small gray" type="checkbox" data-action="toggleGroup"> -->
+ <!-- </div> -->
+ <label class="toggle-container">
+ <input type="checkbox" checked="checked">
+ <span class="checkmark"></span>
+ </label>
<h4><span class="disabled-marker" data-show="disabled">[Disabled] </span><span data-bind="description" data-class="disabled:disabled"></span></h4>
<div class="redirect-info" data-class="disabled:disabled">
<div>
@@ -189,7 +196,7 @@
<footer>
<small>Redirector is created by <a target="_blank" href="http://einaregilsson.com">Einar Egilsson</a></small>
</footer>
-
+
</div>
<script src="js/stub.js"></script>