virt2/api/mod/set_rekv.html_1595860415.old

33 lines
1.5 KiB
Plaintext
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_admin title="Банковские реквизиты"}
<form>
<div class="form-group">
<label for="o1">Организация</label>
<input type="text" class="form-control" id="o1" aria-describedby="emailHelp" name="prg">
</div>
<div class="form-group">
<label for="o2">Расчетный счет</label>
<input type="text" class="form-control" id="o2" aria-describedby="emailHelp" name="rs">
</div>
<div class="form-group">
<label for="o3">Название банка</label>
<input type="text" class="form-control" id="o3" aria-describedby="emailHelp" name="bank">
</div>
<div class="form-group">
<label for="o4">БИК</label>
<input type="text" class="form-control" id="o4" aria-describedby="emailHelp" name="bik">
</div>
<div class="form-group">
<label for="o5">Кор. Счет</label>
<input type="text" class="form-control" id="o5" aria-describedby="emailHelp" name="ks">
</div>
<div class="o6">
<label for="exampleInputEmail1">ИНН банка</label>
<input type="text" class="form-control" id="o6" aria-describedby="emailHelp" name="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">
</div>
<input type="submit" name="ok" value="Сохранить" class="btn btn-primary">
</form>
{include file=$footer_admin}