File: showMessage.dtml

package info (click to toggle)
squishdot 1.3.0-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 896 kB
  • ctags: 349
  • sloc: python: 2,313; makefile: 56; sh: 54
file content (27 lines) | stat: -rw-r--r-- 606 bytes parent folder | download | duplicates (3)
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
<HTML>
<HEAD>
<TITLE><dtml-var title></TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<FORM ACTION="<dtml-var action>" METHOD="POST" 
      <dtml-if target>
      TARGET="<dtml-var target>"
      </dtml-if target>>
<TABLE BORDER="0" ALIGN="CENTER" CELLPADDING="10" CELLSPACING="0" bgcolor="#ffffff">
<TR>
  <TD VALIGN="TOP" ALIGN="CENTER">
  <B><FONT SIZE="+6" COLOR="#77003B">!</FONT></B>
  </TD>
  <TD VALIGN="TOP" ALIGN="CENTER">
  <BR>
  <dtml-var message>
  </TD>
</TR>
<TR>
  <TD VALIGN="TOP" COLSPAN="2" ALIGN="CENTER">
  <INPUT TYPE="SUBMIT" VALUE="   Ok   ">
  </TD>
</TR>
</TABLE>
</FORM>
</BODY></HTML>