From b0fb3d9df06ab9aa77f95b3b60d60f414a9f5ebe Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sun, 2 Feb 2025 10:27:14 +0200 Subject: feat(views/list): Rename list/update to list/add --- views/list/add/index.php | 44 ++++++++++++++++++++++++++++++++++++++++++++ views/list/add/meta.php | 3 +++ views/list/update/index.php | 44 -------------------------------------------- views/list/update/meta.php | 3 --- 4 files changed, 47 insertions(+), 47 deletions(-) create mode 100644 views/list/add/index.php create mode 100644 views/list/add/meta.php delete mode 100644 views/list/update/index.php delete mode 100644 views/list/update/meta.php (limited to 'views/list') diff --git a/views/list/add/index.php b/views/list/add/index.php new file mode 100644 index 0000000..5366110 --- /dev/null +++ b/views/list/add/index.php @@ -0,0 +1,44 @@ +archiveLists(); + $webpage = Database\Webpage::fromDBwid($_GET['wid']); + } + catch (Exception $e) {} +?> + + +

+ To which list do you want to add
+ URL ?>
+ from
+ Date ?>? +

+ +
+ + + + + +
+ + +

No page with identifier exists!

+ + +

You have no lists!

+ +
+ +
+ + diff --git a/views/list/add/meta.php b/views/list/add/meta.php new file mode 100644 index 0000000..96fd169 --- /dev/null +++ b/views/list/add/meta.php @@ -0,0 +1,3 @@ +archiveLists(); - $webpage = Database\Webpage::fromDBwid($_GET['wid']); - } - catch (Exception $e) {} -?> - - -

- To which list do you want to add
- URL ?>
- from
- Date ?>? -

- -
- - - - - -
- - -

No page with identifier exists!

- - -

You have no lists!

- -
- -
- - diff --git a/views/list/update/meta.php b/views/list/update/meta.php deleted file mode 100644 index 96fd169..0000000 --- a/views/list/update/meta.php +++ /dev/null @@ -1,3 +0,0 @@ -