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 |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<script src="//code.jquery.com/jquery-1.10.2.js"></script> | |||
<script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script> | |||
<link rel="stylesheet" href=" | <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:< | <label for="fileLocation">Enter the image location:</label> | ||
<input type="text" id="fileLocation" /><input type="button" value="Open" id="open" class="mw-ui-button mw-ui-constructive" /><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" class="mw-ui-button mw-ui-constructive" /><br /><br /> | |||
<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" /> | <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> |