fix html errors

This commit is contained in:
2020-01-17 20:32:21 +01:00
parent d65201202d
commit 185449c5e6
35 changed files with 73 additions and 245 deletions

View File

@@ -1,5 +1,5 @@
{{define "email_confirm"}}<!DOCTYPE html>
<html>
<html lang="en">
<head>
{{template "meta_tags" "E-mail verification"}}
{{template "user_style" .}}

View File

@@ -1,9 +1,9 @@
{{define "file_manager"}}<!DOCTYPE html>
<html>
<html lang="en">
<head>
{{template "meta_tags" "File Manager"}}
{{template "user_style" .}}
<script type="text/javascript">var apiEndpoint = '{{.APIEndpoint}}';</script>
<script>var apiEndpoint = '{{.APIEndpoint}}';</script>
<style>
#page_body {
height: 100%;

View File

@@ -1,5 +1,5 @@
{{define "logout"}}<!DOCTYPE html>
<html>
<html lang="en">
<head>
{{template "meta_tags" "Logging out..."}}
{{template "user_style" .}}

View File

@@ -1,9 +1,9 @@
{{define "user_files"}}<!DOCTYPE html>
<html>
<html lang="en">
<head>
{{template "meta_tags" "Files"}}
{{template "user_style" .}}
<script type="text/javascript">var apiEndpoint = '{{.APIEndpoint}}';</script>
<script>var apiEndpoint = '{{.APIEndpoint}}';</script>
</head>
<body>

View File

@@ -1,9 +1,9 @@
{{define "user_home"}}<!DOCTYPE html>
<html>
<html lang="en">
<head>
{{template "meta_tags" .Username}}
{{template "user_style" .}}
<script type="text/javascript">var apiEndpoint = '{{.APIEndpoint}}';</script>
<script>var apiEndpoint = '{{.APIEndpoint}}';</script>
</head>
<body>

View File

@@ -1,9 +1,9 @@
{{define "user_lists"}}<!DOCTYPE html>
<html>
<html lang="en">
<head>
{{template "meta_tags" "Lists"}}
{{template "user_style" .}}
<script type="text/javascript">var apiEndpoint = '{{.APIEndpoint}}';</script>
<script>var apiEndpoint = '{{.APIEndpoint}}';</script>
</head>
<body>

View File

@@ -1,9 +1,9 @@
{{define "user_settings"}}<!DOCTYPE html>
<html>
<html lang="en">
<head>
{{template "meta_tags" .Username}}
{{template "user_style" .}}
<script type="text/javascript">var apiEndpoint = '{{.APIEndpoint}}';</script>
<script>var apiEndpoint = '{{.APIEndpoint}}';</script>
</head>
<body>