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="StudentPersonal" /> |
---|
20 | <p> |
---|
21 | <input id="objectTitle" type="text" name="Title" value="personal" class="focus" size="40" /> |
---|
22 | <input type="submit" class="standalone searchButton" value="create" /> |
---|
23 | </p> |
---|
24 | </form> |
---|
25 | </metal:block> |
---|
26 | </html> |
---|
Note: See
TracBrowser for help on using the repository browser.