~ubuntu-branches/ubuntu/edgy/sope/edgy

« back to all changes in this revision

Viewing changes to sope-appserver/samples/TestPages/TwoForms.wo/TwoForms.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Ley
  • Date: 2005-08-19 16:53:31 UTC
  • Revision ID: james.westby@ubuntu.com-20050819165331-hs683wz1osm708pw
Tags: upstream-4.4rc.2
ImportĀ upstreamĀ versionĀ 4.4rc.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html>
 
3
  <head>
 
4
    <title>Two Forms</title>
 
5
  </head>
 
6
 
 
7
  <body>
 
8
    <h1>Two Forms on a single page</h1>
 
9
    <i><#MainLink>Main</#MainLink></i>
 
10
    <hr />
 
11
 
 
12
    <#Form1>
 
13
      Form1: <#PopUp1/><#Submit1/>
 
14
    </#Form1>
 
15
 
 
16
    <#Form2>
 
17
      Form2: <#PopUp2/><#Submit2/>
 
18
    </#Form2>
 
19
 
 
20
    <hr />
 
21
    Note: you need to set "WOFormAlwaysPassDown" to make that work properly!
 
22
 
 
23
    <hr />
 
24
    <address><a
 
25
       href="mailto:helge.hess@opengroupware.org">Helge Hess</a></address>
 
26
  </body>
 
27
</html>