<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="developer_page.xsl"?>
<page>
  <id>developerSignUp</id>
  <block>
    <title>This area is for There Developers only.</title>
    <copy>
      To proceed you must indicate that you agree to the terms of There's
      <a class="webapps" href="developer_agreement.xml">Developer Agreement</a>. 
    </copy>
  </block>

  <block>
    <copy>
      <form action="/developer/application.cgi" method="post" name="formz">
        <label for="agree">
          <input type="checkbox" name="agree" id="agree" value="agree"/>
          I have read and agree to the terms of the
          <a class="webapps" href="developer_agreement.xml">Developer Agreement</a>
        </label>
        <div>
          <input type="image" src="/common/media/btn_i_agree.gif" id="IAgreeButton"/>
          <input type="hidden" name="visited" value="1"/>
        </div>
      </form>
    </copy>
  </block>
</page>

