33 lines
1.5 KiB
Plaintext
33 lines
1.5 KiB
Plaintext
|
{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}
|