Web: Remove unnecessary tags
This commit is contained in:
parent
60de01870e
commit
1e27581afd
@ -1,20 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width initial-scale=1" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width initial-scale=1">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<script src="fn.js"></script>
|
||||
<title>Web interface for Radicale</title>
|
||||
<link href="css/main.css" media="screen" rel="stylesheet" />
|
||||
<link href="css/icon.png" type="image/png" rel="shortcut icon" />
|
||||
</head>
|
||||
<body>
|
||||
<link href="css/main.css" media="screen" rel="stylesheet">
|
||||
<link href="css/icon.png" type="image/png" rel="shortcut icon">
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
<li id="logoutview" style="display: none;"><a href="" name="link">Logout [<span name="user" style="word-wrap:break-word;"></span>]</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<section id="loginscene" style="display: none;">
|
||||
<h1>Login</h1>
|
||||
<form name="form">
|
||||
@ -24,10 +24,12 @@
|
||||
<button type="submit">Next</button>
|
||||
</form>
|
||||
</section>
|
||||
|
||||
<section id="loadingscene" style="display: none;">
|
||||
<h1>Loading</h1>
|
||||
Please wait...
|
||||
</section>
|
||||
|
||||
<section id="collectionsscene" style="display: none;">
|
||||
<h1>Collections</h1>
|
||||
<ul>
|
||||
@ -44,6 +46,7 @@
|
||||
</ul>
|
||||
</article>
|
||||
</section>
|
||||
|
||||
<section id="editcollectionscene" style="display: none;">
|
||||
<h1>Edit collection</h1>
|
||||
<h2>Edit <span name="title" style="word-wrap:break-word;font-weight:bold;">title</span>:</h2>
|
||||
@ -70,6 +73,7 @@
|
||||
<button type="button" name="cancel">Cancel</button>
|
||||
</form>
|
||||
</section>
|
||||
|
||||
<section id="createcollectionscene" style="display: none;">
|
||||
<h1>Create new collection</h1>
|
||||
<form>
|
||||
@ -95,6 +99,7 @@
|
||||
<button type="button" name="cancel">Cancel</button>
|
||||
</form>
|
||||
</section>
|
||||
|
||||
<section id="uploadcollectionscene" style="display: none;">
|
||||
<h1>Upload collection</h1>
|
||||
<ul>
|
||||
@ -109,6 +114,7 @@
|
||||
<button type="button" name="close">Close</button>
|
||||
</form>
|
||||
</section>
|
||||
|
||||
<section id="deletecollectionscene" style="display: none;">
|
||||
<h1>Delete collection</h1>
|
||||
<h2>Delete <span name="title" style="word-wrap:break-word;font-weight:bold;">title</span>?</h2>
|
||||
@ -118,5 +124,3 @@
|
||||
<button type="button" name="cancel">No</button>
|
||||
</form>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user