summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/uploads/civicrm/templates_c/en_US/%%9E/9ED/9ED1BB81%%Basic.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/crm/wp-content/uploads/civicrm/templates_c/en_US/%%9E/9ED/9ED1BB81%%Basic.tpl.php')
-rw-r--r--www/crm/wp-content/uploads/civicrm/templates_c/en_US/%%9E/9ED/9ED1BB81%%Basic.tpl.php84
1 files changed, 0 insertions, 84 deletions
diff --git a/www/crm/wp-content/uploads/civicrm/templates_c/en_US/%%9E/9ED/9ED1BB81%%Basic.tpl.php b/www/crm/wp-content/uploads/civicrm/templates_c/en_US/%%9E/9ED/9ED1BB81%%Basic.tpl.php
deleted file mode 100644
index f5e09fae..00000000
--- a/www/crm/wp-content/uploads/civicrm/templates_c/en_US/%%9E/9ED/9ED1BB81%%Basic.tpl.php
+++ /dev/null
@@ -1,84 +0,0 @@
-<?php /* Smarty version 2.6.31, created on 2019-08-30 19:23:26
- compiled from CRM/Contact/Form/Search/Basic.tpl */ ?>
-<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
-smarty_core_load_plugins(array('plugins' => array(array('block', 'crmScope', 'CRM/Contact/Form/Search/Basic.tpl', 1, false),)), $this); ?>
-<?php $this->_tag_stack[] = array('crmScope', array('extensionKey' => "")); $_block_repeat=true;smarty_block_crmScope($this->_tag_stack[count($this->_tag_stack)-1][1], null, $this, $_block_repeat);while ($_block_repeat) { ob_start(); ?>
-<?php $_smarty_tpl_vars = $this->_tpl_vars;
-$this->_smarty_include(array('smarty_include_tpl_file' => "CRM/Contact/Form/Search/Intro.tpl", 'smarty_include_vars' => array()));
-$this->_tpl_vars = $_smarty_tpl_vars;
-unset($_smarty_tpl_vars);
- ?>
-<div class="crm-form-block crm-search-form-block">
- <div id="searchForm">
- <?php $_smarty_tpl_vars = $this->_tpl_vars;
-$this->_smarty_include(array('smarty_include_tpl_file' => "CRM/Contact/Form/Search/BasicCriteria.tpl", 'smarty_include_vars' => array()));
-$this->_tpl_vars = $_smarty_tpl_vars;
-unset($_smarty_tpl_vars);
- ?>
- </div>
-</div>
-<div class="crm-content-block">
-<?php if ($this->_tpl_vars['rowsEmpty']): ?>
- <div class="crm-results-block crm-results-block-empty">
- <?php $_smarty_tpl_vars = $this->_tpl_vars;
-$this->_smarty_include(array('smarty_include_tpl_file' => "CRM/Contact/Form/Search/EmptyResults.tpl", 'smarty_include_vars' => array()));
-$this->_tpl_vars = $_smarty_tpl_vars;
-unset($_smarty_tpl_vars);
- ?>
- </div>
-<?php elseif ($this->_tpl_vars['rows']): ?>
- <div class="crm-results-block">
- <div class="crm-search-tasks">
- <?php if ($this->_tpl_vars['taskFile']): ?>
- <?php if ($this->_tpl_vars['taskContext']): ?>
- <?php $_smarty_tpl_vars = $this->_tpl_vars;
-$this->_smarty_include(array('smarty_include_tpl_file' => $this->_tpl_vars['taskFile'], 'smarty_include_vars' => array('context' => $this->_tpl_vars['taskContext'])));
-$this->_tpl_vars = $_smarty_tpl_vars;
-unset($_smarty_tpl_vars);
- ?>
- <?php else: ?>
- <?php $_smarty_tpl_vars = $this->_tpl_vars;
-$this->_smarty_include(array('smarty_include_tpl_file' => $this->_tpl_vars['taskFile'], 'smarty_include_vars' => array()));
-$this->_tpl_vars = $_smarty_tpl_vars;
-unset($_smarty_tpl_vars);
- ?>
- <?php endif; ?>
- <?php else: ?>
- <?php $_smarty_tpl_vars = $this->_tpl_vars;
-$this->_smarty_include(array('smarty_include_tpl_file' => "CRM/Contact/Form/Search/ResultTasks.tpl", 'smarty_include_vars' => array()));
-$this->_tpl_vars = $_smarty_tpl_vars;
-unset($_smarty_tpl_vars);
- ?>
- <?php endif; ?>
- </div>
-
- <div class="crm-search-results">
- <?php if ($this->_tpl_vars['resultFile']): ?>
- <?php if ($this->_tpl_vars['resultContext']): ?>
- <?php $_smarty_tpl_vars = $this->_tpl_vars;
-$this->_smarty_include(array('smarty_include_tpl_file' => $this->_tpl_vars['resultFile'], 'smarty_include_vars' => array('context' => $this->_tpl_vars['resultContext'])));
-$this->_tpl_vars = $_smarty_tpl_vars;
-unset($_smarty_tpl_vars);
- ?>
- <?php else: ?>
- <?php $_smarty_tpl_vars = $this->_tpl_vars;
-$this->_smarty_include(array('smarty_include_tpl_file' => $this->_tpl_vars['resultFile'], 'smarty_include_vars' => array()));
-$this->_tpl_vars = $_smarty_tpl_vars;
-unset($_smarty_tpl_vars);
- ?>
- <?php endif; ?>
- <?php else: ?>
- <?php $_smarty_tpl_vars = $this->_tpl_vars;
-$this->_smarty_include(array('smarty_include_tpl_file' => "CRM/Contact/Form/Selector.tpl", 'smarty_include_vars' => array()));
-$this->_tpl_vars = $_smarty_tpl_vars;
-unset($_smarty_tpl_vars);
- ?>
- <?php endif; ?>
- </div>
-
- </div>
-<?php else: ?>
- <div class="spacer">&nbsp;</div>
-<?php endif; ?>
-</div>
-<?php $_block_content = ob_get_contents(); ob_end_clean(); $_block_repeat=false;echo smarty_block_crmScope($this->_tag_stack[count($this->_tag_stack)-1][1], $_block_content, $this, $_block_repeat); } array_pop($this->_tag_stack); ?> \ No newline at end of file