Web: Remove unnecessary tags
This commit is contained in:
parent
60de01870e
commit
1e27581afd
@ -1,21 +1,21 @@
|
||||
<!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" />
|
||||
<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>
|
||||
<nav>
|
||||
|
||||
<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">
|
||||
|
||||
<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;">
|
||||
</nav>
|
||||
|
||||
<section id="loginscene" style="display: none;">
|
||||
<h1>Login</h1>
|
||||
<form name="form">
|
||||
<input name="user" type="text" placeholder="Username"><br>
|
||||
@ -23,12 +23,14 @@
|
||||
<span style="color: #A40000;" name="error"></span><br>
|
||||
<button type="submit">Next</button>
|
||||
</form>
|
||||
</section>
|
||||
<section id="loadingscene" style="display: none;">
|
||||
</section>
|
||||
|
||||
<section id="loadingscene" style="display: none;">
|
||||
<h1>Loading</h1>
|
||||
Please wait...
|
||||
</section>
|
||||
<section id="collectionsscene" style="display: none;">
|
||||
</section>
|
||||
|
||||
<section id="collectionsscene" style="display: none;">
|
||||
<h1>Collections</h1>
|
||||
<ul>
|
||||
<li><a href="" name="new">Create new addressbook or calendar</a></li>
|
||||
@ -43,8 +45,9 @@
|
||||
<li><a href="" name="delete">Delete</a></li>
|
||||
</ul>
|
||||
</article>
|
||||
</section>
|
||||
<section id="editcollectionscene" style="display: none;">
|
||||
</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>
|
||||
<form>
|
||||
@ -69,8 +72,9 @@
|
||||
<button type="submit" name="submit">Save</button>
|
||||
<button type="button" name="cancel">Cancel</button>
|
||||
</form>
|
||||
</section>
|
||||
<section id="createcollectionscene" style="display: none;">
|
||||
</section>
|
||||
|
||||
<section id="createcollectionscene" style="display: none;">
|
||||
<h1>Create new collection</h1>
|
||||
<form>
|
||||
Title:<br>
|
||||
@ -94,8 +98,9 @@
|
||||
<button type="submit" name="submit">Create</button>
|
||||
<button type="button" name="cancel">Cancel</button>
|
||||
</form>
|
||||
</section>
|
||||
<section id="uploadcollectionscene" style="display: none;">
|
||||
</section>
|
||||
|
||||
<section id="uploadcollectionscene" style="display: none;">
|
||||
<h1>Upload collection</h1>
|
||||
<ul>
|
||||
<li name="filetemplate">
|
||||
@ -108,8 +113,9 @@
|
||||
<form>
|
||||
<button type="button" name="close">Close</button>
|
||||
</form>
|
||||
</section>
|
||||
<section id="deletecollectionscene" style="display: none;">
|
||||
</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>
|
||||
<span style="color: #A40000;" name="error"></span><br>
|
||||
@ -117,6 +123,4 @@
|
||||
<button type="button" name="delete">Yes</button>
|
||||
<button type="button" name="cancel">No</button>
|
||||
</form>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user