-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuhg.html
29 lines (29 loc) · 1.26 KB
/
uhg.html
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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<form action="/sendtext" method="post"><input type="text" name="q" placeholder="Поиск" value=""><textarea name="text"
rows="20"
cols="20"></textarea><textarea
name="text2" rows="20" cols="20"></textarea><input type="checkbox" name="checkbox">Показывать<input
type="submit" value="Submit text"/></form>
<table>
<tr>
<td class="service">service1</td>
<td class="contractor">contractor1</td>
<td class="actions"><a title="Удалить" href="/removeService?id=" 0>✖</a></td>
</tr>
<tr>
<td class="service">service2</td>
<td class="contractor">contractor2</td>
<td class="actions"><a title="Удалить" href="/removeService?id=" 1>✖</a></td>
</tr>
<tr>
<td class="service">service3</td>
<td class="contractor">contractor3</td>
<td class="actions"><a title="Удалить" href="/removeService?id=" 2>✖</a></td>
</tr>
</table>
</body>
</html>