source: code/trunk/templates/upload.html@ 14

Last change on this file since 14 was 12, checked in by dev, 4 years ago

Print a report page when uploading files from a form

File size: 398 bytes
Line 
1<!DOCTYPE HTML>
2<html>
3<head>
4 <meta charset="utf-8">
5 <meta name="author" content="z3bra">
6 <meta name="viewport" content="width=device-width">
7 <title>Partage</title>
8</head>
9<body>
10 <h1>File uploaded!</h1>
11 <p>
12 Your files have been uploaded. Access and download it from the
13 following links:
14 </p>
15 <ul>
16 {{range .Links}}
17 <li><a href="{{.}}">{{.}}</a></li>
18 {{end}}
19 </ul>
20</body>
21</html>
Note: See TracBrowser for help on using the repository browser.