Skip to content
Snippets Groups Projects
Commit 679998d2 authored by Mitchell Harrop's avatar Mitchell Harrop
Browse files

Update public/index.html

parent 546f39ba
Branches
No related tags found
No related merge requests found
Pipeline #25825 failed
......@@ -30,22 +30,26 @@
<hr>
<div>
1. Load Page Number: <input type="number" id="page_number" value='1' />
<h1>1. Load Page Number: </h1>
<input type="number" id="page_number" value='1' />
&nbsp;
<input type='button' value='Load Text' onclick='document.getElementById("my_iframe").src = "https://mharrop.pages.gitlab.unimelb.edu.au/law/text/" + document.getElementById("page_number").value + ".txt";' />
<br>
<a href="images/1.jpg" target="_blank"><img src="images/1.jpg" width="10%" /></a>
<p>2. Select/Highlight loaded text: </p>
<h1>2. Select/Highlight entry text: </h1>
<iframe width="90%;" id="my_iframe" src="https://mharrop.pages.gitlab.unimelb.edu.au/law/text/1.txt" ></iframe>
<br>
<input type="button" value="Process Selection" onclick="process_selection();" />
<br>
<div id="output_html_rendered"> </div>
<h1>3. Copy this html and make a new html page on git</h1>
<br>
<textarea id="output_html_raw" rows="5" cols="100" ></textarea>
<br>
<div id="output_html_rendered"> </div>
<br>
<input type="button" value="Download" onclick='download(document.getElementById("page_number").value + ".txt",document.getElementById("output").value)' />
......@@ -210,4 +214,4 @@
<script src="data/abbreviations.js"></script>
</body>
</html>
\ No newline at end of file
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment