virt2/api/mod/set_rekv.html

38 lines
1.8 KiB
HTML
Raw Normal View History

{include file=$header_admin title="Банковские реквизиты"}
{if $smarty.post.ok}
<div class="alert alert-success" role="alert">
Это уведомление об успехе — check it out!
</div>
{/if}
<form method="post" action="">
<div class="form-group">
<label for="o1">Организация</label>
<input type="text" class="form-control" id="o1" aria-describedby="emailHelp" name="org" value="{$rekv['org']}">
</div>
<div class="form-group">
<label for="o2">Расчетный счет</label>
<input type="text" class="form-control" id="o2" aria-describedby="emailHelp" name="rs" value="{$rekv['rs']}">
</div>
<div class="form-group">
<label for="o3">Название банка</label>
<input type="text" class="form-control" id="o3" aria-describedby="emailHelp" name="bank" value="{$rekv['bank']}">
</div>
<div class="form-group">
<label for="o4">БИК</label>
<input type="text" class="form-control" id="o4" aria-describedby="emailHelp" name="bik" value="{$rekv['bik']}">
</div>
<div class="form-group">
<label for="o5">Кор. Счет</label>
<input type="text" class="form-control" id="o5" aria-describedby="emailHelp" name="ks" value="{$rekv['ks']}">
</div>
<div class="o6">
<label for="exampleInputEmail1">ИНН банка</label>
<input type="text" class="form-control" id="o6" aria-describedby="emailHelp" name="bank_inn" value="{$rekv['bank_inn']}">
</div>
<div class="form-group">
<label for="o7">КПП Банка</label>
<input type="text" class="form-control" id="07" aria-describedby="emailHelp" name="bank_kpp" value="{$rekv['bank_kpp']}">
</div>
<input type="submit" name="ok" value="Сохранить" class="btn btn-primary">
</form>
{include file=$footer_admin}