Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Law
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mitchell Harrop
Law
Commits
679998d2
Commit
679998d2
authored
2 years ago
by
Mitchell Harrop
Browse files
Options
Downloads
Patches
Plain Diff
Update public/index.html
parent
546f39ba
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#25825
failed
2 years ago
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/index.html
+9
-5
9 additions, 5 deletions
public/index.html
with
9 additions
and
5 deletions
public/index.html
+
9
−
5
View file @
679998d2
...
...
@@ -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'
/>
<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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment