File: index.txt

package info (click to toggle)
rest2web 0.5.2~alpha%2Bsvn-r248-2.3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 5,256 kB
  • ctags: 870
  • sloc: python: 6,285; makefile: 64
file content (33 lines) | stat: -rw-r--r-- 640 bytes parent folder | download | duplicates (5)
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
restindex
    page-title: The Translation Index
    crumb: Translation
    link-title: Translation Example
    format: html
    page-description:
        A very basic example of a website with multiple translations.
    /description
/restindex

<div class="zentrum">
    <h1>Welcome</h1>
    <h2>Choose Your Language</h2>

    <table align="center">
    
        <tr><td>
        
        <a href="en/index.html">English</a>
        
        </td><td>
        
        <a href="fr/index.html">Francais</a>
        
        </td><td>
        
        <a href="de/index.html">Deutsch</a>
        
        </td></tr>
    
    </table>

</div>