From b5ebee8dea28e3a9c5160de1c56f7715153f3af4 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Fri, 16 Aug 2019 15:23:42 +0200 Subject: Generate list code function working --- app/view/templates/editleftbar.php | 2 +- app/view/templates/home.php | 39 +++++++++++++++++++++++++++++++++++++- 2 files changed, 39 insertions(+), 2 deletions(-) (limited to 'app/view') diff --git a/app/view/templates/editleftbar.php b/app/view/templates/editleftbar.php index b8f4d4d..bd3fd15 100644 --- a/app/view/templates/editleftbar.php +++ b/app/view/templates/editleftbar.php @@ -174,7 +174,7 @@ ?> - + diff --git a/app/view/templates/home.php b/app/view/templates/home.php index e41c2cc..922aaf0 100644 --- a/app/view/templates/home.php +++ b/app/view/templates/home.php @@ -31,7 +31,7 @@
Import W JSON page file Upload page file as json -
+ @@ -53,6 +53,43 @@
+
> + Generate list + Generate code to display a list of pages +
+ + + + description() ? 'checked' : '' ?>> + +
+ + thumbnail() ? 'checked' : '' ?>> + +
+ + date() ? 'checked' : '' ?>> + +
+ + author() ? 'checked' : '' ?>> + +
+ + +
+ + ' . $optlist->getcode() . ''; + } + + ?> +
+
-- cgit v1.2.3