File: default.xml

package info (click to toggle)
cocoon 1.8-1
  • links: PTS
  • area: contrib
  • in suites: woody
  • size: 12,016 kB
  • ctags: 3,793
  • sloc: xml: 16,682; java: 8,089; sh: 174; makefile: 61
file content (38 lines) | stat: -rw-r--r-- 967 bytes parent folder | download
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Written by Jeremy Quinn "sharkbait@mac.com" -->

<defaults>
  <form>
    <page>
      <title>The Title</title>
      <author>
       <name>Author's Name</name>
       <address>Author's Email Address</address>
      </author>
      <item>
        <title>
          <label>Title</label>
          <value>Your News Item Title</value>
        </title>
        <body>
          <label>Body Text</label>
          <value>
           <body>Your Body Text</body>
          </value>
        </body>
        <figure>
          <label>image</label>
          <value>
            <option value="images/image1.jpg">One</option>
            <option value="images/image2.jpg">Two</option>
            <option value="images/image3.jpg">Three</option>
          </value>
        </figure>
        <submit>
          <label>Finished?</label>
          <value>Save it</value>
        </submit>
      </item>
    </page>
  </form>
</defaults>