<webpage id="contact"
        xmlns:html="http://www.w3.org/1999/xhtml">
  <config param="rcsdate" value="$Date: 2006/04/18 16:44:51 $"/>
  <head>
    <title>Contact Us</title>
    <summary>How to reach us</summary>
    <keywords>SilkPage Contact information</keywords>
  </head>
  <para>
    Thanks you for your interest in SilkPage. If you have a general comment 
    on SilkPage project, please submit the following form. For technical
    support and public discussions, feel free to post to
    <ulink url="https://silkpage.dev.java.net/servlets/ProjectMailingListList">
    silkpage-users</ulink> mailing-list.
  </para>

  <?php if ((@$_GET["komail"]==1) OR (@$_GET["notext"]==1) OR (@$_GET["ko"]==1)) {
    $msg='<div class="error"><strong>ERROR: </strong>';
    $msg.='Please correct the following errors and re-submit your message.<ol>';
    if (@$_GET["komail"]==1)
    $msg.='<li>Invalid <em>Email</em> address.</li>' ;
    if (@$_GET["notext"]==1)
    $msg.='<li>Invalid <em>Name</em> or <em>Subject</em> or <em>Comment</em>.</li>' ;
    if (@$_GET["ko"]==1)
    $msg.='<li>Failed to send your message. Please try later.</li>' ;
    $msg.='</ol></div>' ;
    echo $msg;
    }
  ??>
  <html:form action="/about/contact-send.php" method="post" id="contactForm">
    <html:fieldset>
      <html:legend>Contact Form</html:legend>
      <html:p class="name">
	<html:label for="contactForm-name" accesskey="9">Name: </html:label>
	<html:em>*</html:em><html:br/>
	<html:input id="contactForm-name" 
	       name="name" 
	       type="text" 
	       size="40" 
	       tabindex="1"/>
      </html:p>
      <html:p class="email">
	<html:label for="contactForm-email">Email: </html:label> 
	<html:em>*</html:em><html:br/>
	<html:input name="email" 
	       type="text" 
	       id="contactForm-email" 
	       size="40" 
	       tabindex="2"/>
      </html:p>
      <html:p class="subject">
	<html:label for="contactForm-subject">Subject: </html:label>
	<html:em>*</html:em><html:br/>
	<html:input name="subject" 
	       type="text" 
	       id="contactForm-subject" 
	       size="40" 
	       tabindex="5"/>
      </html:p>
      <html:p class="comment">
	<html:label for="contactForm-comment">Comment: </html:label>
	<html:em>*</html:em><html:br/>
	<html:textarea name="comment" 
		  id="contactForm-comment" 
		  rows="20"
		  cols="60" 
		  tabindex="6"/>
      </html:p>
      <html:p>
	<html:input class="button" type="submit" value="send" tabindex="7"/>
      </html:p>
      <html:p class="note"><html:strong class="alert">Note</html:strong>: 
      Fields marked with a <html:em>*</html:em> are required.</html:p>
    </html:fieldset>
  </html:form>
  <sidebar id="also">
    <title>Reach Us</title>
    <address>
      <street>Av. Louise, 179</street>
      <postcode>1050</postcode>
      <city>Brussels</city>
      <country>Belgium</country>
      <phone>+32 2 640 1382</phone>
      <fax>+32 2 646 5775</fax>
    </address>
  </sidebar>
</webpage>
