HEX
Server: Apache/2.4.25 (Debian)
System: Linux server17 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
User: web37 (1062)
PHP: 7.4.30
Disabled: show_source, highlight_file, apache_child_terminate, apache_get_modules, apache_note, apache_setenv, virtual, dl, disk_total_space, posix_getpwnam, posix_getpwuid, posix_mkfifo, posix_mknod, posix_setpgid, posix_setsid, posix_setuid, posix_uname, proc_nice, openlog, syslog, pfsockopen
Upload Files
File: /var/www/web37/htdocs/fickanzeiger/compiled/social friendly_template/en/c_1_contact_index_tpl.php
<?php require_once('/var/www/web37/html/fickanzeiger/components/template_lite/plugins/block.capture.php'); $this->register_tmp_block("capture", "tpl_block_capture");  /* V2.10 Template Lite 4 January 2007  (c) 2005-2007 Mark Dickenson. All rights reserved. Released LGPL. 2014-05-16 07:22:31 CEST */ ?>

<?php $this->_tag_stack[] = array('tpl_block_capture', array('assign' => "headData")); tpl_block_capture(array('assign' => "headData"), null, $this); ob_start(); ?>
<script type="text/javascript" src="<?php echo $this->_run_modifier('/javascript/config', 'url', 'plugin', 1); ?>
"></script>
<script type="text/javascript" src="<?php echo $this->_run_modifier('/javascript/jquery/jquery.js', 'resurl', 'plugin', 1); ?>
"></script>
<script type="text/javascript" src="<?php echo $this->_run_modifier('/javascript/jquery/jquery.captchaCode.js', 'resurl', 'plugin', 1); ?>
"></script>
<script type="text/javascript" src="<?php echo $this->_run_modifier('/javascript/jquery/jquery-validate/jquery.validate.js', 'resurl', 'plugin', 1); ?>
"></script>
<script type="text/javascript" src="<?php echo $this->_run_modifier('/javascript/jquery/jquery.form.js', 'resurl', 'plugin', 1); ?>
"></script>
<script type="text/javascript" src="<?php echo $this->_run_modifier('/javascript/jquery/jquery.formTool.js', 'resurl', 'plugin', 1); ?>
"></script> 
<script type="text/javascript" src="<?php echo $this->_run_modifier('/javascript/jquery/jquery-ui.js', 'resurl', 'plugin', 1); ?>
"></script>
<link href="<?php echo $this->_run_modifier("/templates/" . $this->_vars['templateName'] . "/jquery/theme/ui.all.css", 'resurl', 'plugin', 1); ?>
" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="<?php echo $this->_run_modifier('/javascript/contact/indexOnLoad.js', 'resurl', 'plugin', 1); ?>
"></script>    
<?php $this->_block_content = ob_get_contents(); ob_end_clean(); $this->_block_content = tpl_block_capture($this->_tag_stack[count($this->_tag_stack) - 1][1], $this->_block_content, $this); echo $this->_block_content; array_pop($this->_tag_stack); ?>

<?php 
echo $this->_fetch_compile_include("includes/header.tpl", array('title' => "Contact",'metaDescription' => "Contact"));
 ?>    
<br />	
<div class="show_arbo">
<a href="<?php echo $this->_vars['setting']['siteRootUrl']; ?>
" class="link_showarbo">Directory</a> &gt; 
<a href="<?php echo $this->_run_modifier('/contact', 'url', 'plugin', 1); ?>
" class="link_showarbo">Contact</a>
</div>

<form action="<?php echo $this->_run_modifier('/contact/sendMessageToAdmin', 'url', 'plugin', 1); ?>
" method="post" id="contactForm">
<div class="title_h_1">
	<!--<div class="barre">
		<h1>Contact form</h1>
	</div> -->
</div>
		<div class="column_in">
		  <div id="contact_centre">
			<span class="text_color_mandatory">*</span>= This field is mandatory
			<br /><br />
            Email <span class="text_color_mandatory">*</span>
			<div class="infos"><input type="text" name="yourEmail" class="input_text_large" /></div>
			<br /><br />
			Subject <span class="text_color_mandatory">*</span>
			<div class="infos"><input type="text" name="title" class="input_text_large" /></div>
			<br /><br />			
			Message <span class="text_color_mandatory">*</span>
			<div class="infos"><textarea class="textarea_large" name="description" cols="50" rows="5" id="categoryDescription"></textarea></div>
			<br />		
            <div style="clear:both"></div>			
			<?php if ($this->_vars['setting']['captchaEnabledOnContactForm']): ?>
			Security code <span class="text_color_mandatory">*</span>
			<div class="infos captchaCode"></div>
			<?php endif; ?>
			<div class="form">
			<label class="title">&nbsp;</label>
			<div class="infos"><input type="submit" class="button" value="Send" /></div>
			</div>
		  </div>		
		</div>
</form>

</div>

<?php 
echo $this->_fetch_compile_include("includes/footer.tpl", array());
 ?>