Joywork/ajax/modals/searchPromotionWinContent.php
2026-05-22 21:21:54 +03:00

145 lines
11 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
require_once($_SERVER['DOCUMENT_ROOT'] . "/config.php");
if ($_SESSION['id']) {
?>
<span class="pseudo-link closer"><i class="ti-close"></i></span>
<div class="full_modal jw__big-add" id="searchPromotion" style="display: none;">
<form class="form-validate" method="post" id="searchPromotionForm">
<div class="modal-inner">
<h2>Продвижение объявления</h2>
<div class="jw__NB">
<div class="jw__NB__flat-list">
<table>
<thead>
<tr>
<th>Площадка</th>
<th>Пакет продвижения</th>
</tr>
</thead>
<tbody>
<tr>
<td><img style="height: 19px;" src="/images/avito.svg"></td>
<td>
<div class="inputs">
<div class="inputs-group">
<input style="margin-top: 15px;" type="checkbox" value="1" name="avito_highlight">
<label for="avito_promo_1" style="margin-left: 8px;" title="Выделение объявления">Выделение объявления</label>
</div>
<div class="inputs-group">
<input style="margin-top: 15px;" type="checkbox" value="1" name="avito_xl">
<label for="avito_promo_2" style="margin-left: 8px;" title="XL-объявление">XL-объявление</label>
</div>
<div class="inputs-group">
<input style="margin-top: 15px;" type="checkbox" value="1" name="avito_x2_1">
<label for="avito_promo_3" style="margin-left: 8px;" title="Пакет «До 2 раз больше просмотров на 1 день»">x2 просмотров на 1 день</label>
</div>
<div class="inputs-group">
<input style="margin-top: 15px;" type="checkbox" value="1" name="avito_x2_7">
<label for="avito_promo_4" style="margin-left: 8px;" title="Пакет «До 2 раз больше просмотров на 7 дней»">x2 просмотров на 7 дней</label>
</div>
<div class="inputs-group">
<input style="margin-top: 15px;" type="checkbox" value="1" name="avito_x5_1">
<label for="avito_promo_5" style="margin-left: 8px;" title="Пакет «До 5 раз больше просмотров на 1 день»">x5 просмотров на 1 день</label>
</div>
<div class="inputs-group">
<input style="margin-top: 15px;" type="checkbox" value="1" name="avito_x5_7">
<label for="avito_promo_6" style="margin-left: 8px;" title="Пакет «До 5 раз больше просмотров на 7 дней»">x5 просмотров на 7 дней</label>
</div>
<div class="inputs-group">
<input style="margin-top: 15px;" type="checkbox" value="1" name="avito_x10_1">
<label for="avito_promo_7" style="margin-left: 8px;" title="Пакет «До 10 раз больше просмотров на 1 день»">x10 просмотров на 1 день</label>
</div>
<div class="inputs-group">
<input style="margin-top: 15px;" type="checkbox" value="1" name="avito_x10_7">
<label for="avito_promo_8" style="margin-left: 8px;" title="Пакет «До 10 раз больше просмотров на 7 дней»">x10 просмотров на 7 дней</label>
</div>
<div class="clear"></div>
</div>
</td>
</tr>
<tr>
<td><img style="height: 19px;" src="/images/cian.png"></td>
<td>
<div class="inputs">
<div class="inputs-group">
<input style="margin-top: 15px;" type="checkbox" value="1" name="cian_standard">
<label for="cian_promo_1" style="margin-left: 8px;" title="Стандарт">Стандарт</label>
</div>
<div class="inputs-group">
<input style="margin-top: 15px;" type="checkbox" value="1" name="cian_premium">
<label for="cian_promo_3" style="margin-left: 8px;" title="Премиум-объявление">Премиум-объявление</label>
</div>
<div class="inputs-group">
<input style="margin-top: 15px;" type="checkbox" value="1" name="cian_top3" >
<label for="cian_promo_4" style="margin-left: 8px;" title="Топ">Топ</label>
</div>
<hr style="margin-top:10px;border:none;border-bottom:1px solid #dedede;width:64px;"/>
<div class="inputs-group">
<label for="cian_promo_5" class="area-label" title="Ставка аукциона">Ставка аукциона (руб.):</label>
<input type="number" class="number text small-input" name="cian_bet" value="">
</div>
<hr style="margin-top:10px;border:none;border-bottom:1px solid #dedede;width:64px;"/>
<div class="inputs-group">
<input style="margin-top: 15px;" type="checkbox" value="1" name="cian_ignore_pkg">
<label for="cian_promo_6" style="margin-left: 8px;" title="Не использовать пакет размещений при публикации объявления">Не использовать пакет размещений</label>
</div>
</div>
</td>
</tr>
<tr>
<td><img style="height: 19px;" src="/images/yandex.png"></td>
<td>
<div class="inputs">
<div class="inputs-group">
<input style="margin-top: 15px;" type="checkbox" value="1" name="yandex_premium">
<label for="yandex_promo_1" style="margin-left: 8px;" title="Премиум размещение">Премиум</label>
</div>
<div class="inputs-group">
<input style="margin-top: 15px;" type="checkbox" value="1" name="yandex_raise">
<label for="yandex_promo_2" style="margin-left: 8px;" title="Поднятие объявления">Поднятие</label>
</div>
<div class="inputs-group">
<input style="margin-top: 15px;" type="checkbox" value="1" name="yandex_promotion">
<label for="yandex_promo_3" style="margin-left: 8px;" title="Продвижение объявления">Продвижение</label>
</div>
</div>
</td>
</tr>
<tr>
<td><img style="height: 19px;top: 5px;" src="/images/domcl.jpg"></td>
<td>
<div class="inputs">
<div class="inputs-group">
<input style="margin-top: 15px;" type="checkbox" value="1" name="domclick_express">
<label for="domclick_promo_1" style="margin-left: 8px;" title="Экспресс">Экспресс</label>
</div>
<div class="inputs-group">
<input style="margin-top: 15px;" type="checkbox" value="1" name="domclick_premium">
<label for="domclick_promo_2" style="margin-left: 8px;" title="Премиум">Премиум</label>
</div>
<div class="inputs-group">
<input style="margin-top: 15px;" type="checkbox" value="1" name="domclick_top">
<label for="domclick_promo_3" style="margin-left: 8px;" title="Топ">Топ</label>
</div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="modal-submit">
<button type="submit">Поиск</button>
</div>
</form>
</div>
<?php
}
?>