File: /var/www/web37/htdocs/fickanzeiger/compiled/admin/arfooo_template/en/c_1_site_edit_tpl.php
<?php require_once('/var/www/web37/html/fickanzeiger/components/template_lite/plugins/function.cycle.php'); $this->register_tmp_function("cycle", "tpl_function_cycle"); require_once('/var/www/web37/html/fickanzeiger/components/template_lite/plugins/function.html_options.php'); $this->register_tmp_function("html_options", "tpl_function_html_options"); 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-06-03 22:14:54 CEST */ ?>
<?php $this->_tag_stack[] = array('tpl_block_capture', array('assign' => "headData")); tpl_block_capture(array('assign' => "headData"), null, $this); ob_start(); ?>
<link href="<?php echo $this->_run_modifier("/templates/" . $this->_vars['templateName'] . "/css/upload.css", 'resurl', 'plugin', 1); ?>
" rel="stylesheet" type="text/css" />
<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.chainSelect.js', 'resurl', 'plugin', 1); ?>
"></script>
<script type="text/javascript" src="<?php echo $this->_run_modifier('/javascript/jquery/jquery.autoFill.js', 'resurl', 'plugin', 1); ?>
"></script>
<script type="text/javascript" src="<?php echo $this->_run_modifier('/javascript/jquery/jquery.fileUploader.js', 'resurl', 'plugin', 1); ?>
"></script>
<script type="text/javascript" src="<?php echo $this->_run_modifier('/javascript/jquery/jquery.charCounter.js', 'resurl', 'plugin', 1); ?>
"></script>
<script type="text/javascript" src="<?php echo $this->_run_modifier('/admin/javascript/ad/jquery.adEditor.js', 'resurl', 'plugin', 1); ?>
"></script>
<script type="text/javascript" src="<?php echo $this->_run_modifier('/javascript/jquery/jquery.livequery.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>
<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/jquery/jquery-ui.js', 'resurl', 'plugin', 1); ?>
"></script>
<script type="text/javascript" src="<?php echo $this->_run_modifier('/javascript/jquery/jquery.keywordSelector.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.adminFormTool.js', 'resurl', 'plugin', 1); ?>
"></script>
<script type="text/javascript" src="<?php echo $this->_run_modifier('/javascript/jquery/jquery.itemEditor.js', 'resurl', 'plugin', 1); ?>
"></script>
<script type="text/javascript" src="<?php echo $this->_run_modifier('/javascript/jquery/jquery.popup.js', 'resurl', 'plugin', 1); ?>
"></script>
<script type="text/javascript" src="<?php echo $this->_run_modifier('/javascript/jquery/jquery.ajaxUpload.js', 'resurl', 'plugin', 1); ?>
"></script>
<script type="text/javascript" src="<?php echo $this->_run_modifier('/javascript/tiny_mce/tiny_mce.js', 'resurl', 'plugin', 1); ?>
"></script>
<script type="text/javascript" src="<?php echo $this->_run_modifier('/javascript/tiny_mce/basic_config.js', 'resurl', 'plugin', 1); ?>
"></script>
<script type="text/javascript" src="<?php echo $this->_run_modifier('/admin/javascript/comment/CommentEditor.js', 'resurl', 'plugin', 1); ?>
"></script>
<script type="text/javascript" src="<?php echo $this->_run_modifier('/admin/javascript/site/editOnLoad.js', 'resurl', 'plugin', 1); ?>
"></script>
<script type="text/javascript">
// <![CDATA[
setting.siteDescriptionMaxLength = 0;
setting.siteDescriptionMinLength = 0;
setting.maxKeywordsCountPerSite = 1000; // admin has no limit
setting.siteId = <?php echo $this->_vars['siteId']; ?>
;
setting.item = <?php echo $this->_run_modifier($this->_vars['siteJson'], 'htmlspecialchars_decode', 'PHP', 1); ?>
;
setting.adPage = "site<?php echo $this->_vars['siteId']; ?>
";
setting.websiteDataUrl = "/admin/site/getWebsiteData";
setting.webmasterDataUrl = "/admin/site/getWebmasterData";
// ]]>
</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('page' => "index",'title' => "Edit website",'metaDescription' => "Edit website"));
?>
<div id="left">
<?php
echo $this->_fetch_compile_include('menu/menuleft/menuleftIndex.tpl', array());
?>
</div>
<div id="right">
</div>
<div id="middle">
<div class="column">
<div id="show_arbo">
<a href="<?php echo $this->_run_modifier('/admin/', 'url', 'plugin', 1); ?>
">Directory</a> > <a href="<?php echo $this->_run_modifier('/admin/category', 'url', 'plugin', 1); ?>
">Websites and categories</a> > <a href="<?php echo $this->_run_modifier('/admin/category', 'url', 'plugin', 1); ?>
" class="link_bold">Root</a>
<?php if (count((array)$this->_vars['site']['categoryParentsData'])): foreach ((array)$this->_vars['site']['categoryParentsData'] as $this->_vars['category']): ?>
> <a href="<?php echo $this->_run_modifier("/admin/category/index/" . $this->_vars['category']['categoryId'] . "/", 'url', 'plugin', 1); ?>
" class="link_bold"> <?php echo $this->_vars['category']['name']; ?>
</a>
<?php endforeach; endif; ?>
> <a href="<?php echo $this->_run_modifier("/admin/site/edit/" . $this->_vars['site']['siteId'] . "", 'url', 'plugin', 1); ?>
" class="link_bold"><?php echo $this->_vars['site']['siteTitle']; ?>
</a>
</div>
<div class="title_h_1">
<h1>Edit website</h1>
</div>
<form action="<?php echo $this->_run_modifier("/admin/site/saveSite", 'url', 'plugin', 1); ?>
" method="post" id="itemForm">
<div class="column_in_table2">
<input type="hidden" name="siteId" value="<?php echo $this->_vars['siteId']; ?>
"/>
<div class="column_in_subbmit_first">
Categories
</div>
<div class="column_in_subbmit_out1">
<table class="table2" cellspacing="1">
<col class="col5-1"/><col class="col5-2"/>
<tbody>
<tr>
<td>Categories: </td>
<td><select name="categoryId">
<option value=''></option>
<?php echo tpl_function_html_options(array('options' => $this->_vars['selectCategories']), $this);?>
</select></td>
</tr>
<tr>
<td>Additional categories:</td>
<td>
<select name="additionalCategoryIds[]" size="5" multiple="multiple">
<option value="">- None -</option>
<?php echo tpl_function_html_options(array('options' => $this->_vars['selectCategories']), $this);?>
</select>
</td>
</tr>
<tr>
<td>Suggested Categories:</td>
<td><input type="text" class="input_text_large" name="proposalForCategory" value="" /></td>
</tr>
</tbody>
</table>
</div>
<div class="column_in_subbmit">
Images
</div>
<div class="column_in_subbmit_out1">
<table class="table2" cellspacing="1" style="width:100%">
<col class="col3"/><col class="col4"/>
<tbody>
<?php if ($this->_vars['setting']['itemGalleryImagesEnabled']): ?>
<tr>
<td>Add images:</td>
<td><div id="fileUploadPanel" class="fileUploader">
<input type="button" id="uploadGalleryImageButton" class="button" value="Add an image"/><br/><br/>
</div>
</td>
</tr>
<?php endif; ?>
<tr>
<td>Thumbs:</td>
<td>
<div class="column_in_edit_image">
<?php if ($this->_vars['displayRemoveImage']): ?><span id="removeImageLink"><a href="<?php echo $this->_run_modifier("/admin/site/deleteSiteImage/" . $this->_vars['site']['siteId'] . "", 'url', 'plugin', 1); ?>
" onclick="return $.confirmLinkClick('Do you want delete this image?', this.href);">Delete thumbs uploaded</a><br /></span><?php endif; ?>
<img src="<?php echo $this->_vars['site']['imageSrc']; ?>
" alt="" class="website_image" id="siteThumb"/><br style='clear:both;'/>
<input type="button" id="uploadThumbButton" class="button" value="Upload another thumbs"/>
</div>
</td>
</tr>
<tr>
<td></td>
<td> <a href="<?php echo $this->_run_modifier("/admin/site/setThumb/" . $this->_vars['site']['siteId'] . "/refresh", 'url', 'plugin', 1); ?>
">Update thumbs</a><br/>
<a href="<?php echo $this->_run_modifier("/admin/site/setThumb/" . $this->_vars['site']['siteId'] . "/delnormal", 'url', 'plugin', 1); ?>
">Delete Thumbs and display Ascreen</a><br/>
<a href="<?php echo $this->_run_modifier("/admin/site/setThumb/" . $this->_vars['site']['siteId'] . "/delascreen", 'url', 'plugin', 1); ?>
">Delete Ascreen and display Thumbs</a>
</td>
</tr>
</tbody>
</table>
</div>
<div class="column_in_subbmit">
General information
</div>
<div class="column_in_subbmit_out">
<div class="column_in_table3">
<table class="table2" cellspacing="1">
<col class="col3"/><col class="col4"/>
<tbody>
<?php if ($this->_vars['setting']['countryFlagsEnabled']): ?>
<tr>
<td>Website language: </td>
<td><select name="countryCode" class="" id="countryCode">
<option value=''>Select website language</option>
<?php echo tpl_function_html_options(array('options' => $this->_vars['countryFlags']), $this);?>
</select>
<img src="" alt="" id="countryFlagImage" style="display:none;" />
</td>
</tr>
<?php endif; ?>
<tr>
<td>Webmaster email: </td>
<td><select name="webmasterId">
<?php echo tpl_function_html_options(array('options' => $this->_vars['webmasters'],'selected' => $this->_vars['site']['webmasterId']), $this);?>
</select></td>
</tr>
<tr>
<td>Webmaster name: </td>
<td><input type="text" class="input_text_large" name="webmasterName" value="" /></td>
</tr>
<tr>
<td>Webmaster email: </td>
<td><input type="text" class="input_text_large" name="webmasterEmail" value="" />(<a href="<?php echo $this->_run_modifier("/contact/contactPopup/" . $this->_vars['site']['siteId'] . "", 'url', 'plugin', 1); ?>
" class="dialog link_green" id="contactAdvertiserLink">Webmaster contact</a>)</td>
</tr>
<tr>
<td>Website title: </td>
<td><input type="text" class="input_text_large" name="siteTitle" value="" /></td>
</tr>
<tr>
<td>Website address (URL): </td>
<td><input type="text" class="input_text_metas" name="url" value="http://" /> <input type="button" class="button" value="Metas" id="metaTagButton"/> (<a href="<?php echo $this->_vars['site']['url']; ?>
" class="link_green" target="_blank">Display website</a>)</td>
</tr>
<tr>
<td>RSS feed title:</td>
<td><input type="text" class="input_text_large" name="rssTitle" value="" /></td>
</tr>
<tr>
<td>RSS feed address (URL):</td>
<td><input type="text" class="input_text_large" name="rssFeedOfSite" value="" /> <?php if ($this->_vars['site']['rssFeedOfSite']): ?>(<a href="<?php echo $this->_vars['site']['rssFeedOfSite']; ?>
" class="link_green" target="_blank">Display RSS feed</a>)<?php endif; ?></td>
</tr>
<tr>
<td>Backlink adress (URL):</td>
<td><input type="text" class="input_text_large" name="returnBond" value="" /></td>
</tr>
<tr>
<td>Website description:</td>
<td>
<?php if ($this->_vars['setting']['siteDescriptionHtmlEnabledAdmin']): ?>
<input type="radio" name="descriptionDisplayMethod" value="text"> Text
<input type="radio" name="descriptionDisplayMethod" value="html"> Html user
<input type="radio" name="descriptionDisplayMethod" value="htmlAdmin"> Html admin<br />
<?php endif; ?>
<textarea class="textarea_extra_large" name="description" cols="50" rows="5" id="itemDescription"></textarea><br/>
<span id="descriptionCharsLeftCounter"></span> characters
</td>
</tr>
</tbody>
</table>
</div>
<div class="column_in_subbmit">
Additional fields
</div>
<div class="column_in_subbmit_out">
<table class="table2" cellspacing="1">
<col class="col3"/><col class="col4"/>
<tbody id="itemFormExtraFields">
</tbody>
</table>
</div>
<div class="column_in_subbmit">
Select your keywords
</div>
<div class="column_in_subbmit_out">
<table class="table2" cellspacing="1" id="keywordsSelectTable">
<col class="col3"/><col class="col4"/>
<textarea style="display:none;" id="keywordRowTemplate">
<tr>
<td>Keyword <?php echo '{0}'; ?>
:</td>
<td><select name="keywords[]">
<option value=""> Select your keyword </option>
<?php if (count((array)$this->_vars['allKeywordsList'])): foreach ((array)$this->_vars['allKeywordsList'] as $this->_vars['keywordId'] => $this->_vars['keyword']): ?>
<option value="<?php echo $this->_vars['keywordId']; ?>
" ><?php echo $this->_vars['keyword']; ?>
</option>
<?php endforeach; endif; ?>
</select></td>
</tr>
</textarea>
</table>
</div>
<div class="column_in_subbmit_out">
<table class="table2" cellspacing="1">
<col class="col3"/><col class="col4"/>
<tr>
<td>Suggested Keywords:</td>
<td><input type="text" class="input_text_large" name="proposalForKeywords" value="" /></td>
</tr>
</table>
</div>
<?php if ($this->_vars['setting']['companyInfoEnabled']): ?>
<div class="column_in_subbmit">
Information about your company / Shows details on Google Maps
</div>
<div class="column_in_subbmit_out">
<table class="table2" cellspacing="1">
<col class="col3"/><col class="col4"/>
<tbody>
<tr>
<td>Adress:</td>
<td><input type="text" class="input_text_large" name="address" value="" /> <?php if ($this->_vars['setting']['googleMapEnabled'] && ! empty ( $this->_vars['site']['address'] ) && ! empty ( $this->_vars['site']['city'] ) && ! empty ( $this->_vars['site']['country'] )): ?>(<a href="<?php echo $this->_run_modifier("/admin/site/showGoogleMap/" . $this->_vars['site']['siteId'] . "", 'url', 'plugin', 1); ?>
" class="link_green" target="_blank">Display Google Maps</a>)<?php endif; ?> </td>
</tr>
<tr>
<td>Postal code:</td>
<td><input type="text" class="input_text_large" name="zipCode" value="" /></td>
</tr>
<tr>
<td>City:</td>
<td><input type="text" class="input_text_large" name="city" value="" /></td>
</tr>
<tr>
<td>Country:</td>
<td><input type="text" class="input_text_large" name="country" value="" /></td>
</tr>
<tr>
<td>Phone number:</td>
<td><input type="text" class="input_text_large" name="phoneNumber" value="" /></td>
</tr>
<tr>
<td>Fax number:</td>
<td><input type="text" class="input_text_large" name="faxNumber" value="" /></td>
</tr>
</tbody>
</table>
</div>
<?php endif; ?>
<div class="column_in_subbmit">
Other information, settings
</div>
<div class="column_in_subbmit_out">
<table class="table2" cellspacing="1">
<col class="col3"/><col class="col4"/>
<tbody>
<tr>
<td>Number of hits:</td>
<td><input type="text" class="input_text_small" name="visitsCount" value="" /></td>
</tr>
<tr>
<td>Number of rating:</td>
<td><input type="text" class="input_text_small" name="votesCount" value="" readonly="readonly"/></td>
</tr>
<tr>
<td>Average rating:</td>
<td><input type="text" class="input_text_small" name="votesAverage" value="" readonly="readonly"/></td>
</tr>
<tr>
<td>Number of visitors sent:</td>
<td><input type="text" class="input_text_small" name="referrerTimes" value="" /></td>
</tr>
<tr>
<td>The website has a problem:</td>
<td><select name="problemExists">
<?php echo tpl_function_html_options(array('options' => $this->_vars['yesNoOptions']), $this);?>
</select></td>
</tr>
<tr>
<td>Status:</td>
<td><select name="status">
<option value="validated"> Approved </option>
<option value="waiting" selected="selected"> Pending </option>
<option value="banned"> Banned </option>
</select></td>
</tr>
<tr>
<td>Priority order:</td>
<td><select name="priority" class="select-categoriesandgames">
<?php echo tpl_function_html_options(array('options' => $this->_vars['priorites']), $this);?>
</select></td>
</tr>
<?php if ($this->_vars['setting']['partnershipSearchingEnabled']): ?>
<tr>
<td> Search partnership:</td>
<td><input type="checkbox" name="searchPartnership" value="1"/></td>
</tr>
<?php endif; ?>
<tr>
<td>Detail:</td>
<td>
<?php if ($this->_vars['site']['siteType'] == "basic"): ?>
Free
<?php else: ?>
Premium - <?php echo $this->_vars['package']['name']; ?>
- <?php echo $this->_vars['site']['paymentProcessorName']; ?>
<br/>
Payment status : <?php switch($this->_vars['site']['paymentStatus']): case "pending": ?>Pending
<?php break; case "denied": ?>Denied
<?php break; default: ?>Paid
<?php break; endswitch; endif; ?></td>
</tr>
<tr>
<td>IP:</td>
<td><?php echo $this->_vars['site']['ip']; ?>
</td>
</tr>
<tr>
<td></td>
<td>
<div id="siteLoader" style="display:none;"> Checking website... <img src="<?php echo $this->_run_modifier("/templates/" . $this->_vars['templateName'] . "/images/loader.gif", 'resurl', 'plugin', 1); ?>
" /></div>
<input type="submit" class="button" value="Save" /> <input type="button" class="button" value="Delete" onclick="return $.confirmLinkClick('Do you really want to delete it?', '<?php echo $this->_run_modifier("/admin/site/delete/" . $this->_vars['siteId'] . "/1", 'url', 'plugin', 1); ?>
');" /></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</form>
<div class="title_h_2">
<h2>Website comments</h2>
</div>
<div class="column_in_table2">
<table class="table1" cellspacing="1">
<thead>
<tr>
<th>Comments</th>
<th>Users</th>
<th>Date</th>
<th>IP</th>
<th>Validated</th>
<th>Management</th>
</tr>
</thead>
<tbody>
<?php if (count((array)$this->_vars['comments'])): foreach ((array)$this->_vars['comments'] as $this->_vars['comment']): ?>
<form id="commentForm<?php echo $this->_vars['comment']['commentId']; ?>
">
<tr class="line<?php echo tpl_function_cycle(array('values' => '1,2'), $this);?>" id="commentForm<?php echo $this->_vars['comment']['commentId']; ?>
">
<td><textarea class="textarea_large" name="text" cols="50" rows="5"><?php echo $this->_vars['comment']['text']; ?>
</textarea></td>
<td><input type="text" class="input_text_small" name="pseudo" value="<?php echo $this->_vars['comment']['pseudo']; ?>
" /></td>
<td><input type="text" class="input_text_small" name="date" value="<?php echo $this->_vars['comment']['date']; ?>
" /></td>
<td><?php echo $this->_vars['comment']['remoteIp']; ?>
</td>
<td><?php if ($this->_vars['comment']['validated']): ?><span class="text_green">Yes</span><?php else: ?><span class="text_red">No</span><?php endif; ?></td>
<td>
<input type="hidden" name="commentId" value="<?php echo $this->_vars['comment']['commentId']; ?>
"/>
<input type="hidden" name="remoteIp" value="<?php echo $this->_vars['comment']['remoteIp']; ?>
"/>
<a href="" title="Save comment" class="link_green" rel="save">Save</a> |
<a href="" title="Delete comment" class="link_red" rel="delete">Delete</a> |
<a href="" title="Ban IP" class="link_red" rel="banIp" >Ban</a></td>
</tr>
</form>
<?php endforeach; endif; ?>
</tbody>
</table>
</div>
<form id="editAdsForm">
<div class="title_h_2">
<h2>Advertisement in website detail page</h2>
</div>
<div class="column_in_table2">
<table class="table2" cellspacing="1">
<tbody>
<tr>
<td>Activate Advertisement: </td>
<td><input type="radio" name="general" value="1" /> On <input type="radio" name="general" value="0" checked="checked" /> Off</td>
</tr>
</tbody>
</table>
</div>
<div class="title_h_2">
<h2>Advertisement in website detail page</h2>
</div>
<div id="ads_principal">
<div id="ads_top1">
<div id="ads_top_left">
HEADER - BANNER
</div>
<div id="ads_top_right">
<select name="header" class="select-categoriesandgames">
<?php echo tpl_function_html_options(array('options' => $this->_vars['adCriterias']), $this);?>
</select>
</div>
</div>
<div id="ads_top2">
HORIZONTAL MENU
</div>
<div id="ads_main1">
<div id="ads_main2">
<div id="ads_left">
<div class="ads_menuleft">
<ul>
<li class="text">Left Menu</li>
</ul>
</div>
<div class="ads_menu_ads">
<select name="leftMenu">
<?php echo tpl_function_html_options(array('options' => $this->_vars['adCriterias']), $this);?>
</select>
</div>
</div>
<div id="ads_right">
<div class="ads_menuright">
<ul>
<li class="text">Right Menu</li>
</ul>
</div>
<div class="ads_menu_ads">
<select name="rightMenu">
<?php echo tpl_function_html_options(array('options' => $this->_vars['adCriterias']), $this);?>
</select>
</div>
</div>
<div id="ads_middle">
<div class="ads_column">
<div class="ads_show_arbo">
Root <?php if (count((array)$this->_vars['site']['categoryParentsData'])): foreach ((array)$this->_vars['site']['categoryParentsData'] as $this->_vars['category']): ?> > <?php echo $this->_vars['category']['name']; ?>
<?php endforeach; endif; ?> > <?php echo $this->_vars['site']['siteTitle']; ?>
</div>
<div class="ads_column_in_select">
<select name="overInformationOfWebsite" class="select-categoriesandgames">
<?php echo tpl_function_html_options(array('options' => $this->_vars['adCriterias']), $this);?>
</select>
</div>
<div class="ads_title_out">
<div class="ads_title">
<?php echo $this->_vars['site']['siteTitle']; ?>
</div>
</div>
<div class="ads_column_in">
Website information
</div>
<div class="ads_column_in_select">
<select name="underInformationOfWebsite" class="select-categoriesandgames">
<?php echo tpl_function_html_options(array('options' => $this->_vars['adCriterias']), $this);?>
</select>
</div>
<div class="ads_column_in">
Website RSS feeds
</div>
<div class="ads_column_in_select">
<select name="underInformationFluxRss" class="select-categoriesandgames">
<?php echo tpl_function_html_options(array('options' => $this->_vars['adCriterias']), $this);?>
</select>
</div>
<div class="ads_column_in">
Google information
</div>
<div class="ads_column_in_select">
<select name="underInformationGoogle" class="select-categoriesandgames">
<?php echo tpl_function_html_options(array('options' => $this->_vars['adCriterias']), $this);?>
</select>
</div>
<div class="ads_column_in">
Company information
</div>
<div class="ads_column_in_select">
<select name="underInformationCompany" class="select-categoriesandgames">
<?php echo tpl_function_html_options(array('options' => $this->_vars['adCriterias']), $this);?>
</select>
</div>
<div class="ads_column_in">
Website in same category
</div>
<div class="ads_column_in_select">
<select name="underThematicCloseWebsite" class="select-categoriesandgames">
<?php echo tpl_function_html_options(array('options' => $this->_vars['adCriterias']), $this);?>
</select>
</div>
</div>
</div>
<div class="fixe">
</div>
</div>
</div>
<div id="ads_bottom">
<div class="ads_column_bottom">
FOOTER
</div>
</div>
</div>
</form>
<?php
echo $this->_fetch_compile_include('includes/footer.tpl', array());
?>