# $ApsCVS: www/sample.wml,v 1.3 2000/08/07 13:17:28 vela Exp $
#use wml::tmpl::lbpage file=$(ROOT)/sample.html
<page_title name="Macro Sample Page">

<tbox bdwidth="2" bgcolor="<get-var col_news_item_bg>" bdcolor="#000000">
<p>This is a simple textbox.</p>
</tbox>

<p>
This is "code":
<code>
1 && 0
1 < 2
2 > 1
</code>
</p>

<p>
With "pcode" you don't get formatting/linebreaks:
<pcode>
1 && 0
1 < 2
2 > 1
</pcode>
</p>

<p>
This is a linkgroup for sites:
<linkgroup name="Other Projects">
  <linkdesc url="http://www.FreeBSD.org/" name="FreeBSD">
    The FreeBSD Project.
  </linkdesc>
  <linkdesc url="http://www.debian.org/" name="Debian Linux">
    Debian Linux Project.
  </linkdesc>
</linkgroup>
</p>

<p>
This is a linkgroup for persons using the same linkgroup:
<linkgroup name="Other Projects">
  <linkdesc name="Andreas Klemm" url="http://people.FreeBSD.org/~andreas" maddr="mailto:andreas@apsfilter.org">
    Andreas invented apsfilter.
  </linkdesc>
</linkgroup>
</p>

# vim: set ft=html:
