Source: site.view [edit]
Function name: contact
Arguments:
Description: contact page
Page type: html
Render function:  
Module: jw

Page source:

<webl>WubCall("jw.header", ["bodyf"]);</webl>

<table>
  <tr><td>&nbsp;</td>
        <td id="white">
  <webl>
     if Size(OPTIONALARGS) > 0 and OPTIONALARGS[0] != "''" then
        OPTIONALARGS[0] + "<p><br>\n"
     else
        "Thank you for visiting. Come again soon.<p><br>"
     end;
  </webl>               
   </td></tr>


  <tr valign=top align=center id="white">
    <td width=32%>             My Contact Info:     </td>
    <td align=center>
      <table width=300 id="contact">
        <tr align=center ><td>
            <br>             Jamie Weil
            <br>             Email: <a href="mailto:jamie@jamieweil.net">
                                  jamie@jamieweil.net</a>
            <br>             Twitter: <a target="_blank" 
                             href="http://www.twitter.com/jamieweil">jamieweil</a>
            <br>             Facebook: <a target="_blank" 
                             href="http://www.facebook.com/jamieweil?ref=profile">jamieweil</a>
            <br>             MySpace: <a target="_blank" 
                             href=" http://www.myspace.com/jamie_weil">jamie_weil</a>

            <br>
            <br>             </td>
        </tr>
      </table>             </td>
  </tr>
  <tr><td>&nbsp;</td>
        <td height=20>&nbsp;
   </td></tr>

  <tr valign=top align=center>
    <td id="white">             Tell me your story:     </td>
    <td id="book2" width=800 height=400 align=left>
      <p>
        <br><p>

        <form action="/site/addStory" method="post">

        <table>
          <tr valign=top>
            <td width=155></td><td>   

                <input name="cmdline" value="addStory(name, addr, phone, story)"
                   type="hidden"/>

                <input name="name" size=17 />
                <p>
                  <input name="addr" size=17 />
                  <p>
                    <input name="phone" size=17 />
                    <p>
              </td>              <td>
              <ul>
                <p><br>
<textarea name="story" rows="14" cols="24"></textarea>
                  <p>
                    <input type="submit" value="Send"/>
              
              </ul>              </td>
          </tr>
        </table>
                   </form>
        </td>
  </tr>
</table>
                
<webl>WubCall("jw.footer", []);</webl>