source: waeup_product/trunk/skins/waeup_student/create_student.pt @ 33

Last change on this file since 33 was 28, checked in by joachim, 19 years ago

noch mehr

File size: 983 bytes
Line 
1<html metal:use-macro="here/content_lib_master/macros/master">
2
3  <metal:block fill-slot="head_slot">
4    <tal:block tal:define="student here/getContent">
5    </tal:block>
6  </metal:block>
7
8  <metal:block fill-slot="css_slot">
9    <link rel="Stylesheet" type="text/css" href=""
10          tal:attributes="href string:${base_url}student.css" />
11  </metal:block>
12
13  <metal:block fill-slot="main"
14               tal:define="items here/contentValues"
15               >
16    <form action="content_create" tal:attributes="action string:${here_url}/content_create"
17          method="post" class="group">
18      <dt>
19        <input type="hidden" name="type_name" value="Student" />
20      <p>
21        <label for="objectTitle">
22          <strong>Studentname</strong>
23        </label>
24
25        <input id="objectTitle" type="text" name="title" class="focus" size="40" />
26        <input type="submit" class="standalone searchButton" value="create" />
27      </p>
28    </form>
29  </metal:block>
30</html>
Note: See TracBrowser for help on using the repository browser.