summaryrefslogtreecommitdiff
path: root/root/add_form
blob: 10e83bbd17b3a257d9e8de08e3e1b10717877e79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>add</title>
</head>
<body>
<form action="[% href.add_action() %]" method="post">
<p>Link: <input name="url" type="text" value="[% link.url %]" /></p>
<p>Title: <input name="title" type="text" value="[% link.title %]" /></p>
<p>Description: <input name="descr" type="text" value="[% link.descr %]" /></p>
<p>Tags: <input name="tag" type="text" value="[% tags.join(' ') %]" /></p>
<input type="submit" />
</form>
</body>
</html>