Web: Remove unnecessary tags

This commit is contained in:
Unrud 2020-01-16 03:58:30 +01:00
parent 60de01870e
commit 1e27581afd

View File

@ -1,122 +1,126 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head>
<meta charset="utf-8" /> <meta charset="utf-8">
<meta name="viewport" content="width=device-width initial-scale=1" /> <meta name="viewport" content="width=device-width initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<script src="fn.js"></script> <script src="fn.js"></script>
<title>Web interface for Radicale</title> <title>Web interface for Radicale</title>
<link href="css/main.css" media="screen" rel="stylesheet" /> <link href="css/main.css" media="screen" rel="stylesheet">
<link href="css/icon.png" type="image/png" rel="shortcut icon" /> <link href="css/icon.png" type="image/png" rel="shortcut icon">
</head>
<body> <nav>
<nav> <ul>
<ul> <li id="logoutview" style="display: none;"><a href="" name="link">Logout [<span name="user" style="word-wrap:break-word;"></span>]</a></li>
<li id="logoutview" style="display: none;"><a href="" name="link">Logout [<span name="user" style="word-wrap:break-word;"></span>]</a></li> </ul>
</ul> </nav>
</nav>
<section id="loginscene" style="display: none;"> <section id="loginscene" style="display: none;">
<h1>Login</h1> <h1>Login</h1>
<form name="form"> <form name="form">
<input name="user" type="text" placeholder="Username"><br> <input name="user" type="text" placeholder="Username"><br>
<input name="password" type="password" placeholder="Password"><br> <input name="password" type="password" placeholder="Password"><br>
<span style="color: #A40000;" name="error"></span><br> <span style="color: #A40000;" name="error"></span><br>
<button type="submit">Next</button> <button type="submit">Next</button>
</form> </form>
</section> </section>
<section id="loadingscene" style="display: none;">
<h1>Loading</h1> <section id="loadingscene" style="display: none;">
Please wait... <h1>Loading</h1>
</section> Please wait...
<section id="collectionsscene" style="display: none;"> </section>
<h1>Collections</h1>
<ul> <section id="collectionsscene" style="display: none;">
<li><a href="" name="new">Create new addressbook or calendar</a></li> <h1>Collections</h1>
<li><a href="" name="upload">Upload addressbook or calendar</a></li> <ul>
</ul> <li><a href="" name="new">Create new addressbook or calendar</a></li>
<article name="collectiontemplate"> <li><a href="" name="upload">Upload addressbook or calendar</a></li>
<h2><span name="color"></span><span name="title" style="word-wrap:break-word;">Title</span> <small>[<span name="ADDRESSBOOK">addressbook</span><span name="CALENDAR_JOURNAL_TASKS">calendar, journal and tasks</span><span name="CALENDAR_JOURNAL">calendar and journal</span><span name="CALENDAR_TASKS">calendar and tasks</span><span name="JOURNAL_TASKS">journal and tasks</span><span name="CALENDAR">calendar</span><span name="JOURNAL">journal</span><span name="TASKS">tasks</span>]</small></h2> </ul>
<span name="description" style="word-wrap:break-word;">Description</span> <article name="collectiontemplate">
<ul> <h2><span name="color"></span><span name="title" style="word-wrap:break-word;">Title</span> <small>[<span name="ADDRESSBOOK">addressbook</span><span name="CALENDAR_JOURNAL_TASKS">calendar, journal and tasks</span><span name="CALENDAR_JOURNAL">calendar and journal</span><span name="CALENDAR_TASKS">calendar and tasks</span><span name="JOURNAL_TASKS">journal and tasks</span><span name="CALENDAR">calendar</span><span name="JOURNAL">journal</span><span name="TASKS">tasks</span>]</small></h2>
<li>URL: <a name="url" style="word-wrap:break-word;">url</a></li> <span name="description" style="word-wrap:break-word;">Description</span>
<li><a href="" name="edit">Edit</a></li> <ul>
<li><a href="" name="delete">Delete</a></li> <li>URL: <a name="url" style="word-wrap:break-word;">url</a></li>
</ul> <li><a href="" name="edit">Edit</a></li>
</article> <li><a href="" name="delete">Delete</a></li>
</section> </ul>
<section id="editcollectionscene" style="display: none;"> </article>
<h1>Edit collection</h1> </section>
<h2>Edit <span name="title" style="word-wrap:break-word;font-weight:bold;">title</span>:</h2>
<form> <section id="editcollectionscene" style="display: none;">
Title:<br> <h1>Edit collection</h1>
<input name="displayname" type="text"><br> <h2>Edit <span name="title" style="word-wrap:break-word;font-weight:bold;">title</span>:</h2>
Description:<br> <form>
<input name="description" type="text"><br> Title:<br>
Type:<br> <input name="displayname" type="text"><br>
<select name="type"> Description:<br>
<option value="ADDRESSBOOK">addressbook</option> <input name="description" type="text"><br>
<option value="CALENDAR_JOURNAL_TASKS">calendar, journal and tasks</option> Type:<br>
<option value="CALENDAR_JOURNAL">calendar and journal</option> <select name="type">
<option value="CALENDAR_TASKS">calendar and tasks</option> <option value="ADDRESSBOOK">addressbook</option>
<option value="JOURNAL_TASKS">journal and tasks</option> <option value="CALENDAR_JOURNAL_TASKS">calendar, journal and tasks</option>
<option value="CALENDAR">calendar</option> <option value="CALENDAR_JOURNAL">calendar and journal</option>
<option value="JOURNAL">journal</option> <option value="CALENDAR_TASKS">calendar and tasks</option>
<option value="TASKS">tasks</option> <option value="JOURNAL_TASKS">journal and tasks</option>
</select><br> <option value="CALENDAR">calendar</option>
Color:<br> <option value="JOURNAL">journal</option>
<input name="color" type="color"><br> <option value="TASKS">tasks</option>
<span style="color: #A40000;" name="error"></span><br> </select><br>
<button type="submit" name="submit">Save</button> Color:<br>
<button type="button" name="cancel">Cancel</button> <input name="color" type="color"><br>
</form> <span style="color: #A40000;" name="error"></span><br>
</section> <button type="submit" name="submit">Save</button>
<section id="createcollectionscene" style="display: none;"> <button type="button" name="cancel">Cancel</button>
<h1>Create new collection</h1> </form>
<form> </section>
Title:<br>
<input name="displayname" type="text"><br> <section id="createcollectionscene" style="display: none;">
Description:<br> <h1>Create new collection</h1>
<input name="description" type="text"><br> <form>
Type:<br> Title:<br>
<select name="type"> <input name="displayname" type="text"><br>
<option value="ADDRESSBOOK">addressbook</option> Description:<br>
<option value="CALENDAR_JOURNAL_TASKS">calendar, journal and tasks</option> <input name="description" type="text"><br>
<option value="CALENDAR_JOURNAL">calendar and journal</option> Type:<br>
<option value="CALENDAR_TASKS">calendar and tasks</option> <select name="type">
<option value="JOURNAL_TASKS">journal and tasks</option> <option value="ADDRESSBOOK">addressbook</option>
<option value="CALENDAR">calendar</option> <option value="CALENDAR_JOURNAL_TASKS">calendar, journal and tasks</option>
<option value="JOURNAL">journal</option> <option value="CALENDAR_JOURNAL">calendar and journal</option>
<option value="TASKS">tasks</option> <option value="CALENDAR_TASKS">calendar and tasks</option>
</select><br> <option value="JOURNAL_TASKS">journal and tasks</option>
Color:<br> <option value="CALENDAR">calendar</option>
<input name="color" type="color"><br> <option value="JOURNAL">journal</option>
<span style="color: #A40000;" name="error"></span><br> <option value="TASKS">tasks</option>
<button type="submit" name="submit">Create</button> </select><br>
<button type="button" name="cancel">Cancel</button> Color:<br>
</form> <input name="color" type="color"><br>
</section> <span style="color: #A40000;" name="error"></span><br>
<section id="uploadcollectionscene" style="display: none;"> <button type="submit" name="submit">Create</button>
<h1>Upload collection</h1> <button type="button" name="cancel">Cancel</button>
<ul> </form>
<li name="filetemplate"> </section>
Upload <span name="name" style="word-wrap:break-word;font-weight:bold;">name</span>:<br>
<span name="pending">Please wait...</span> <section id="uploadcollectionscene" style="display: none;">
<span style="color: #00A400;" name="success">Finished</span> <h1>Upload collection</h1>
<span style="color: #A40000;" name="error"></span> <ul>
</li> <li name="filetemplate">
</ul> Upload <span name="name" style="word-wrap:break-word;font-weight:bold;">name</span>:<br>
<form> <span name="pending">Please wait...</span>
<button type="button" name="close">Close</button> <span style="color: #00A400;" name="success">Finished</span>
</form> <span style="color: #A40000;" name="error"></span>
</section> </li>
<section id="deletecollectionscene" style="display: none;"> </ul>
<h1>Delete collection</h1> <form>
<h2>Delete <span name="title" style="word-wrap:break-word;font-weight:bold;">title</span>?</h2> <button type="button" name="close">Close</button>
<span style="color: #A40000;" name="error"></span><br> </form>
<form> </section>
<button type="button" name="delete">Yes</button>
<button type="button" name="cancel">No</button> <section id="deletecollectionscene" style="display: none;">
</form> <h1>Delete collection</h1>
</section> <h2>Delete <span name="title" style="word-wrap:break-word;font-weight:bold;">title</span>?</h2>
</body> <span style="color: #A40000;" name="error"></span><br>
</html> <form>
<button type="button" name="delete">Yes</button>
<button type="button" name="cancel">No</button>
</form>
</section>