__section__
default
__description__
You should describe stuff here.
__title__
Useless title to template
__page__
bookmark
__lang__
en_US
__name__
anon_bookmark
__seclev__
10000
__template__
[% PROCESS titlebar title = "Bookmark" %]
[% IF form.url %]
[% displayurl = fudgedurl %]
[% IF displayurl.length > 80; displayurl = Slash.chopEntity(displayurl, 80) _ "..."; END %]
<p>
Thank you for submitting [% displayurl %]  to [% constants.sitename %].
</p>
<p>
We would appreciate more information about this URL.  If you could log
in, or create an account and log in, you could provide a lot more
information about this bookmark.  I mean, a URL is great and all, but
it's not a lot to go on!  After you log in, you will be able to write
a journal entry or submit full story submission to our editors for
posting.
</p>
[% PROCESS bookmarktext %]
[% ELSE %]
<form method="post" action="bookmark.pl">
<table class="data" width="100%">
	<tr class="data_hl1"><td>Title</td><td><input name="title" size="60" value="[% form.title | strip_attribute %]" type="text"></td></tr>
<tr class="data_hl1">
	<td>Url</td>
	<td>
	<input name="url" size="60" value="[% form.url | strip_attribute %]" type="text">
	</td>
</tr>
<tr class="data_hl1">
	<td></td>
	<td><input type="submit" name="op" value="save"> </td>
</tr>
</table>
</form>
[% PROCESS bookmarktext %]
[% END %]
<hr>
[% PROCESS userlogin %]
