From 480de70f60ae666a474ea623e01c9338f4d66038 Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Tue, 26 Dec 2017 11:02:40 -0100 Subject: nextant v2 Signed-off-by: Maxence Lange --- templates/navigate.php | 37 +++++++++++++++++++++++++++++++++++ templates/settings.admin.php | 46 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 83 insertions(+) create mode 100644 templates/navigate.php create mode 100644 templates/settings.admin.php (limited to 'templates') diff --git a/templates/navigate.php b/templates/navigate.php new file mode 100644 index 0000000..328a119 --- /dev/null +++ b/templates/navigate.php @@ -0,0 +1,37 @@ + + +
+ + +t('Search on %s', [$_['themingName']])); ?> +
+ + +
+ + + + + \ No newline at end of file diff --git a/templates/settings.admin.php b/templates/settings.admin.php new file mode 100644 index 0000000..9a6ecf0 --- /dev/null +++ b/templates/settings.admin.php @@ -0,0 +1,46 @@ + + +
+

t('Full Next Search')) ?>

+ +
+ +
+
+ Search Platform : +
+ Select the app that will be used to index content and answer search queries. +
+
+ +
+
+ +
+
+ Indexing Chunk Size : +
+ Lower the value if the server is short on memory. +
+
+ +
+
+ +
+ + +
\ No newline at end of file -- cgit v1.2.3