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>

View File

@@ -7,10 +7,13 @@
</head>
<body>
<div id='body' class="body">
{{template "menu" .}}
{{template "page_top" .}}
<h1 class="highlight_middle">Welcome home, {{.Username}}!</h1>
<div class="checkers inset highlight_dark">
<h1>Welcome home, {{.Username}}!</h1>
</div>
<div class="centered">
<h2>Actions</h2>
<ul>
@@ -47,8 +50,10 @@
<br/>
<a href="/user/lists" class="button">...All my lists</a>
</div>
{{template "footer"}}
</div>
{{template "page_bottom" .}}
{{template "analytics"}}
</body>
</html>