Skip to content
Snippets Groups Projects
Commit 16e0896a authored by Andrew Hall's avatar Andrew Hall Committed by rdqsr
Browse files

Add button to link page to upload another file.

parent 99d65105
No related branches found
No related tags found
No related merge requests found
{{>shell.html}}
<script language="JavaScript">
function selectText(textField)
{
textField.focus();
textField.select();
}
</script>
<title>Uploaded - {{ filename }}</title>
<h1 class="title">
Jobs Done! Here's your link:
</h1>
<p style="text-align: center;">
<input readonly class="fileLink" type="url" name="link" size="55" value="{{fileurl}}" autofocus="autofocus" onfocus="this.select()" onmouseover='this.select()'>
<br><br>
<input readonly class="fileLink" type="url" name="deletionlink" size="55" value="{{adminurl}}" onmouseover='this.select()'>
</p>
<div style="text-align: center;"><img height="24" src="/static/trash.svg" alt="File Expiry (UTC)">{{message1}}</div>
</div></body></html>
\ No newline at end of file
function selectText(textField) {
textField.focus();
textField.select();
}
</script>
<title>Uploaded - {{ filename }}</title>
<h1 class="title">
Jobs Done! Here's your link:
</h1>
<p style="text-align: center;">
<input readonly class="fileLink" type="url" name="link" size="55" value="{{fileurl}}" autofocus="autofocus"
onfocus="this.select()" onmouseover='this.select()'>
<br><br>
<input readonly class="fileLink" type="url" name="deletionlink" size="55" value="{{adminurl}}"
onmouseover='this.select()'>
</p>
<div style="text-align: center;"><img height="24" src="/static/trash.svg" alt="File Expiry (UTC)"> {{message1}}</div>
<br><br>
<p style="text-align: center;">
<a style="font-size: 1.5em;color: white;text-decoration: none; padding: 10px 50px 10px 50px;" class="uploadButton"
href="/">Upload
another?</a>
</p>
</div>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment