From d416ece01e6dd84b053bcbe27b8fb43849aafc31 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Fri, 27 May 2022 13:18:21 +0000 Subject: [PATCH] adding site_search.php --- codepot/src/codepot/views/site_search.php | 222 ++++++++++++++++++++++ 1 file changed, 222 insertions(+) create mode 100644 codepot/src/codepot/views/site_search.php diff --git a/codepot/src/codepot/views/site_search.php b/codepot/src/codepot/views/site_search.php new file mode 100644 index 00000000..a3b29d23 --- /dev/null +++ b/codepot/src/codepot/views/site_search.php @@ -0,0 +1,222 @@ + + + + + + + + + + + + + + + + + + +<?php print $this->lang->line('Projects')?> + + + + +
+ + + +load->view ('taskbar'); ?> + + + +load->view ( + 'projectbar', + array ( + 'banner' => $this->lang->line('Search'), + + 'page' => array ( + 'type' => '', + 'id' => '' + ), + + 'ctxmenuitems' => array ( + /* + array ("project/create", ' ' . $this->lang->line('New'), 'site_search_new'), + array ("project/map", $this->lang->line('Graph'), 'site_search_map') + */ + ) + ) +); +?> + + + +
+ +
+
+ lang->line('Filters'); ?> +
+ +
+ $this->lang->line('All'), + 'files' => $this->lang->line('Files'), + 'issues' => $this->lang->line('Issues'), + 'wikis' => $this->lang->line('Wikis') + ), + set_value('scope', $search->scope), 'id="site_search_scope"'); + + print form_input('needle', set_value('needle', $search->needle), 'id="site_search_needle"'); + + printf ('%s', $this->lang->line('Search')); + ?> +
+
+ + +
+
    +
    + +
    + + + +
    + + + +load->view ('footer'); ?> + + + + + + +