File: test.out

package info (click to toggle)
libtemplates-parser 19-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,180 kB
  • sloc: ada: 11,320; python: 637; makefile: 345; sh: 37
file content (54 lines) | stat: -rw-r--r-- 1,394 bytes parent folder | download | duplicates (11)
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
[INFO] ftp.tmplt
[C_INFO]  1 FALSE
[TEXT] <html lang="en">
[TEXT] <head>
[TEXT] <title>GNAT Pro Server</title>
[TEXT] 
[TEXT] 
[TEXT] </head>
[TEXT] <body>
[TEXT] <h1 align="center">Upload/Download (Wavefront)</h1>
[TEXT] 
[TEXT] <h2>Files in your repository:</h2>
[TEXT] 
[TEXT] <form action="/ftp" method="post">
[TEXT] 
[TEXT] <table width="100%" border="0">
[TABLE]
  [BLOCK]
    [SECTION]
      [IF] (@_DEPTH_@ = +1)
        [TEXT] <table width="90%">begin table
      [ELSE]
        [IF] (@_DEPTH_@ = -1)
          [TEXT] </table>end table
        [ELSE]
          [TEXT] <tr bgcolor="lightblue" border="1">
          [TEXT] <td border="0"><input type="radio" name="filename" value="@_FILE_NAME_@" />
          [TEXT] @_ITEM_@ @_DEPTH_@
          [TEXT] </td>
          [TEXT] </tr>
        [END_IF]
      [END_IF]
    [SECTION]
      [IF] (@_DEPTH_@ = +1)
        [TEXT] <table width="90%">begin table
      [ELSE]
        [IF] ((@_DEPTH_@ = -1) and (@_DEPTH_@ = -1))
          [TEXT] </table>end table
        [ELSE]
          [TEXT] <tr bgcolor="lightsteelblue" border="1">
          [TEXT] <td border="0"><input type="radio" name="filename" value="@_FILE_NAME_@" />
          [TEXT] @_ITEM_@  @_DEPTH_@
          [TEXT] </td>
          [TEXT] </tr>
        [END_IF]
      [END_IF]
  [END_BLOCK]
[END_TABLE]
[TEXT] </table>
[TEXT] </form>
[TEXT] 
[TEXT] </body>
[TEXT] 
[TEXT] </html>