Widget:HeartSoundApp: Difference between revisions

Jump to navigation Jump to search
Matt Pijoan (talk | contribs)
No edit summary
Matt Pijoan (talk | contribs)
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
  <script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
  <script src="https://code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
<script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
     <link rel="stylesheet" href="https://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
     <link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
</link>


<script>
<script>
Line 38: Line 39:
</script>
</script>
<div id="step1">
<div id="step1">
Enter the image location:<br />
<label for="fileLocation">Enter the image location:</label>
<input type="text" id="fileLocation" /><input type="button" value="Open" id="open" /><br />
<input type="text" id="fileLocation" class="mw-ui-input"/><br /><input type="button" value="Open" id="open" class="mw-ui-button mw-ui-constructive" /><br />
</div>
</div>
<div id="step2">
<div id="step2">
<div id="imageHolder">
<div id="imageHolder">
</div>
</div>
<input type="text" id="soundLocation" /><input type="button" value="Add" id="add" /><br /><br />
 
<input type="button" value="Save" id="save" />
<label for="soundLocation">Enter the URL of the heart sound:</label>
<input type="text" id="soundLocation" class="mw-ui-input"/>
<input type="button" value="Add" id="add" class="mw-ui-button mw-ui-constructive" /><br /><br />
<input type="button" class="mw-ui-button  mw-ui-constructive"  value="Save" id="save" />
</div>
</div>
<div id="step3">
<div id="step3">
<label for="output">Copy and paste the text below on a wikipage to show the image with sound</label>
<textarea id="output" readonly width="200" height="50"></textarea>
<textarea id="output" readonly width="200" height="50"></textarea>
</div>
</div>
</includeonly>
</includeonly>

Latest revision as of 18:15, 8 February 2016