diff options
| author | Syndamia <kamen@syndamia.com> | 2025-02-01 08:48:08 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2025-02-01 08:48:08 +0200 |
| commit | b2ab93f9275f64fabaa6d2fd75817fe66716d9bb (patch) | |
| tree | d4b5391e544fa3065bd0ca54a8e62d7e0b9c6c89 /views/newlist | |
| parent | 6eeb984a2cee866592cee9a55a0fe8864cb07464 (diff) | |
| download | nowayforward_human-b2ab93f9275f64fabaa6d2fd75817fe66716d9bb.tar nowayforward_human-b2ab93f9275f64fabaa6d2fd75817fe66716d9bb.tar.gz nowayforward_human-b2ab93f9275f64fabaa6d2fd75817fe66716d9bb.zip | |
feat(views): Move newlist to list/new
Diffstat (limited to 'views/newlist')
| -rw-r--r-- | views/newlist/index.php | 23 | ||||
| -rw-r--r-- | views/newlist/meta.php | 4 |
2 files changed, 0 insertions, 27 deletions
diff --git a/views/newlist/index.php b/views/newlist/index.php deleted file mode 100644 index 72ac7a3..0000000 --- a/views/newlist/index.php +++ /dev/null @@ -1,23 +0,0 @@ -<script type="text/javascript"> - if (!cookieStorage.getItem('token')) { - window.location.href = '/login'; - } -</script> - -<h1>Create a new list</h1> - -<hr class="new-section"/> - -<form action="#" method="POST"> - <?php if (isset($list_status)): ?> - <?php if ($list_status !== ""): ?> - <p class="item error"><span> - <strong>Error:</strong> <?= $list_status ?> - </span></p> - <?php endif; ?> - <?php endif; ?> - - <input type="text" name="name" placeholder="List title" minlength="1"> - <textarea name="description" placeholder="Description"></textarea> - <input type="submit" value="Login"> -</form> diff --git a/views/newlist/meta.php b/views/newlist/meta.php deleted file mode 100644 index 6f02fff..0000000 --- a/views/newlist/meta.php +++ /dev/null @@ -1,4 +0,0 @@ -<?php - -$title = 'Create a new list of archives'; -$controller = 'list'; |
