virt2/api/mod/j_add_haltura.html

32 lines
1.9 KiB
HTML
Executable File
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.

{include file=$header h1='Добавить заявку на халтуру' title='Добавить заявку на халтуру'}
<div class='row'>
<div class='col-lg-3 col-md-3 col-sm-12 col-xs-12' style='border-right:1px solid lightgray;'>
{include file=$menu_haltura}
</div>
<div class='col-lg-9 col-md-9 col-sm-12 col-xs-12' style='border:0px solid gray;'>
<form action='/act/j_add_haltura' method='post' id='form-add-haltura'>
<textarea class='form-control' name='opis' style='border:1px solid lightgray;' placeholder='Описание работ'></textarea>
<input name='cena' value='' placeholder='Стартовая цена' type='text' style='margin-top:10px;'>
<input type='text' name='srok' style='margin-top:10px;' id="srok" placeholder='ДД.ММ.ГГГГ'>
<input type='hidden' name='act' value='save'>
<input type='text' name='gorod' value='{$smarty.cookies.gorod}' style='margin-top:10px;'>
<select name="cat" class="input-text" id='cat' style='margin-top:10px;'>
<option value="1">Ремонт квартил, домов</option>
<option value="2">Сантехнические работы</option>
<option value="3">Электромонтажные работы</option>
<option value="4">Ремонт авто</option>
<option value="5">Перевозки</option>
<option value="6">Компьютерные услуги</option>
</select>
<input type='submit' name='ok' value='Сохранить' style='margin-top:10px;'>
</form>
<div class="alert alert-success hidden" role="alert" id="res_msg">
Халтура успешно опубликована
</div>
</div>
</div>
{include file=$footer plugins='
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script src="/api/jquery/plugins/jqueryui/datepicker-ru.js"></script>
'}