File: RepetitionPage.html

package info (click to toggle)
amrita 1.0.2-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 1,880 kB
  • ctags: 1,363
  • sloc: ruby: 9,159; xml: 978; makefile: 111
file content (43 lines) | stat: -rw-r--r-- 827 bytes parent folder | download | duplicates (4)
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
<CGIKIT NAME=HeaderFooter>

<p><strong>Element:</strong> CKRepetition</p>

<p>
CKRepetition repeats contents between &lt;CGIKIT&gt; and &lt;/CGIKIT&gt;.
</p>

<p>
A same list is displayed by cgikit's way and amrita's way.
You can see the difference by clicking the "View Source" link.
</p>

<br>

<p><strong>Example(by cgikit):</strong></p>
List for repetition: <CGIKIT NAME=List></CGIKIT><br>

<p><strong>Result:</strong></p>

<table>
  <CGIKIT NAME=Repetition>
    <tr><td>List<CGIKIT NAME=Index></CGIKIT>: <td><CGIKIT NAME=Item></CGIKIT></tr>
  </CGIKIT>
</table>

<p><strong>Example(by amrita):</strong></p>
<CGIKIT NAME=AmritaResult>
List for repetition: <span id=inspectList></span><br>

<p><strong>Result:</strong></p>

<table>
  <tr id=amritalist>
    <td id=title><td id=item>
  </tr>
</table>

</CGIKIT>

</CGIKIT>