Skip to content

Commit

Permalink
Reinstates #authoring-form in order for auto-updates to work; Closes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
scott2b committed Mar 15, 2017
1 parent 62004ef commit 5662897
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions website/templates/_make.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ <h2>Create a Juxtapose</h2>
<p>
It is free, easy to use, and works on all devices. All you need to get started are links to the images you'd like to compare.
</p>
<form id="authoring-form">
<h4>Images</h4>
<div class="grid">
<div class="column-6">
<h6>Left Image</h6>
<form>
<div class="input-group-label">
<label class="input-group-addon" for="inlinelabel">URL</label>
<input id="before-src" class="urlBox auto-update" type="text" value="https://juxtapose.knightlab.com/static/img/Sochi_11April2005.jpg" name="inlinelabel">
Expand All @@ -28,11 +28,9 @@ <h6>Left Image</h6>
</div>
</div>
</div>
</form>
</div>
<div class="column-6">
<h6>Right Image</h6>
<form>
<div class="input-group-label">
<label class="input-group-addon" for="inlinelabel">URL</label>
<input id="after-src" class="urlBox auto-update" type="text" value="https://juxtapose.knightlab.com/static/img/Sochi_22Nov2013.jpg" name="inlinelabel">
Expand All @@ -51,11 +49,9 @@ <h6>Right Image</h6>
</div>
</div>
</div>
</form>
</div>
<div class="column-3">
<h4>Options</h4>
<form>
<div class="input-group-label">
<label for="slider-start">Slider start position</label>
<input id="starting-position" type="number" size="2" placeholder="50" value="50" min="0" max="100" name="slider-start" step="1" style=" width: 70px;">
Expand Down Expand Up @@ -91,7 +87,7 @@ <h4>Options</h4>
{# No equiv popup fcn in orangeline. Commented for now
<a class="help" href="javascript:" data-placement="right" data-content="If checked, the divider will move vertically instead of horizontally." data-original-title="" title="">&nbsp;<i class="icon-question-sign icon-large"></i></a> #}
</div>
</form>
</form> <!-- #autoring-form -->
<!-- % <a href="javascript:" id="use-current-position">(use current position)</a> -->
<!-- <p class="note">
You don't have to start with the slider in the middle. You can set it anywhere if that tells your story better.
Expand Down

0 comments on commit 5662897

Please sign in to comment.