You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
511 B
24 lines
511 B
![]()
18 years ago
|
<!--HEADER for FeedReader_p.html
|
||
|
<title>#[clientname]#'s feed reader</title>
|
||
|
end of HEADER-->
|
||
|
#(page)#
|
||
|
please select your feed with ?url=Feedurl&max=5&offset=1 (to be implemented in html ;))
|
||
|
::
|
||
|
<dl>
|
||
|
<dt>Title</dt>
|
||
|
<dd>#[title]#</dd>
|
||
|
#(hasAuthor)#::<dt>Author</dt>
|
||
|
<dd>#[author]#</dd>#(/hasAuthor)#
|
||
|
<dt>Description</dt>
|
||
|
<dd>#[description]#</dd>
|
||
|
</dl>
|
||
|
|
||
|
<dl>
|
||
|
#{items}#
|
||
|
<dt><a href="#[link]#">#[title]#</a></dt>
|
||
|
<dd style="border: thin solid red">#[description]#</dd>
|
||
|
#{/items}#
|
||
|
</dl>
|
||
|
::
|
||
|
Error
|
||
|
#(/page)#
|