-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathf_friend-request.html
More file actions
42 lines (41 loc) · 1.19 KB
/
f_friend-request.html
File metadata and controls
42 lines (41 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!--extends ./admin_buttons-->
<!--block admin-info-->
<!--script(src="./js/animal_edit.js")-->
<!--#item-form.modal.hide.fade
.modal-header
button(type="button", data-dismiss="modal", aria-hidden="true").close ×
h3 Животное
.modal-body
.row-fluid
.span6
input#name(type="text", placeholder="Имя").span12
.span6
select#type.span12
option(disabled="true", value="-1") Тип
.row-fluid
textarea#comment(placeholder="Комментарий").span12
.row-fluid
.span6
input#foto(type="file").span12
.span6
img.span12
.modal-footer
a(href="#", data-dismiss="modal", aria-hidden="true").btn Закрыть
a#add(href="#", data-dismiss="modal", aria-hidden="true").btn.btn-primary Сохранить
-->
<div class="row-fluid">
<h3>Заявки "Взять друга"</h3>
<table class="table table-striped table-hover">
<thead>
<tr>
<th>#</th>
<th>Дата</th>
<th>Фамилия</th>
<th>Имя</th>
<th>Телефон</th>
<th>Животное</th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>