source: WAeUP_SRP/trunk/skins/waeup_default/contact.pt @ 824

Last change on this file since 824 was 824, checked in by Henrik Bettermann, 18 years ago

student contact form added

File size: 1.1 KB
Line 
1<metal:html>
2  <metal:body use-macro="here/main_template/macros/master">
3    <metal:main fill-slot="main">
4      <h3>Contact</h3>
5      <br />
6      <form id="form1" name="form1" method="post" action="mail2admin">
7      <table width="100%" border="0" cellspacing="5" cellpadding="0">
8        <tr>
9          <td width="150px">
10             <strong>Full Name: </strong>
11          </td>
12          <td>
13             <input name="fullname" type="text" id="fullname" />
14          </td>
15        </tr>
16        <tr>
17          <td>
18             <strong>Email: </strong>
19          </td>
20          <td>
21             <input name="email" type="text" id="email" />
22          </td>
23        </tr>
24        <tr>
25          <td valign="top">
26             <strong>text: </strong>
27          </td>
28          <td>
29             <textarea name="commt" rows="10" cols="60" id="commt"></textarea>
30          </td>
31        </tr>
32        <tr>
33          <td>&nbsp;</td>
34          <td><input name="Submit" type="submit" class="standalone" value="Submit" /><br /><br /></td>
35        </tr>
36      </table>
37      </form>
38    </metal:main>
39  </metal:body>
40</metal:html>
Note: See TracBrowser for help on using the repository browser.