Start of new menu

This commit is contained in:
2019-09-16 23:50:57 +02:00
parent 09509367aa
commit b1107236cd
11 changed files with 303 additions and 152 deletions

View File

@@ -7,12 +7,15 @@
</head>
<body>
{{template "menu" .}}
<div class="highlight_middle">
{{template "page_top" .}}
<br/>
<div class="centered">
These files were uploaded while logged in to your pixeldrain account,
<a href="/history">click here</a> to view files uploaded anonymously
in this browser.
</div>
<br/>
<br/>
{{$limit := 200}}
{{$page := .URLQuery.Get "page" | pageNr}}
@@ -56,6 +59,8 @@
{{end}}
</div>
{{template "page_bottom" .}}
{{template "analytics"}}
</body>
</html>