File: Advanced.dtml

package info (click to toggle)
zope-tinytable 0b2-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 152 kB
  • ctags: 52
  • sloc: python: 375; sh: 142; makefile: 45
file content (60 lines) | stat: -rw-r--r-- 1,572 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<html>
 <head><title><!--#var title_or_id--> Advanced Options</title></head>
 <body bgcolor="#FFFFFF" link="#000099" vlink="#555555" alink="#77003B">

  <!-- $Endicor: Advanced.dtml,v 1.2 1998/12/24 22:03:41 tsarna Exp $ -->

  <!--#var manage_tabs-->
    
  <h2><!--#var title_or_id--> Advanced Options</h2>
    
  <form action="manage_advanced" method="POST">
   <table cellspacing="2">
    <tr>
     <th align="LEFT" valign="TOP">Id</th>
     <td align="LEFT" valign="TOP"><!--#var id--></td>
    </tr>

    <tr>
     <th align="LEFT" valign="TOP"><em>Title</em></th>
     <td align="LEFT" valign="TOP">
      <input type="TEXT" name="title" size="50"
      value="<!--#var title-->">
     </td>
    </tr>

    <tr><td>&nbsp;</td></tr>

    <tr>
     <td colspan=2>
      <br><br>
      You may specify a <strong>class</strong> for the data records. 
      This class must be defined in a file that resides in the
      <code>Extensions</code> directory of this Zope installation. 
     </td>
    <tr>

    <tr>
     <th align="LEFT" valign="TOP"><em>Class Name</em></th>
     <td align="LEFT" valign="TOP">
      <input type="TEXT" name="class_name" size="30"
      value="<!--#var class_name_-->">
     </td>
    </tr>

    <tr>
     <th align="LEFT" valign="TOP"><em>Class File</em></th>
     <td align="LEFT" valign="TOP">
      <input type="TEXT" name="class_file" size="30"
      value="<!--#var class_file_-->">
     </td>
    </tr>

    <tr>
     <td></td>
     <td><br><input type="SUBMIT" value="Change"></td>
    </tr>
   </table>
  </form>
 </body>
</html>