core/api/modules/tz/index.html

26 lines
1.2 KiB
HTML
Raw Permalink 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_admin h1='Техническое задание' title='Техническое задание'}
<div class="conainer">
<p>Тип проблемы</p>
<select class="form-control" name="tip">
<option value="0">Запрос (от 500 р.)</option>
<option value="1">Идея (бесплатно)</option>
<option value="2">Ошибка (бесплатно)</option>
<option value="3">Вопрос (от 30 р.)</option>
</select>
<small>Все запросы рассматриваются в порядке очереди, оплата идет после принятия работы</small>
<hr>
<textarea class="form-control" name="txt" style="height:300px"></textarea>
<hr>
<p>Желаемый срок реализации</p>
<input type="text" class="form-control" name="srok">
<hr>
<p>Модуль</p>
<input type="text" class="form-control" name="razdel">
<small>Скопируйте и вставьте сюда адрес проблемного модуля</small>
<hr>
<p>Скрин, ТЗ и прочие файлы</p>
<input type="file" class="form-control" name="file">
<hr>
<button type="sunmit" class="btn btn-primary" id="btn-save-mod-settings">Сохранить</button>
</div>
{include file=$footer_admin}