summaryrefslogtreecommitdiff
path: root/root/add_form
blob: bbb608ad6b59a4a6ba1e2bb9c9f355c2b29d035c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head>
<title>add</title>
</head>
<body>
<form action="[% base _ 'add' %]" 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>