File: template.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 (29 lines) | stat: -rw-r--r-- 957 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
    <title><% title %></title>
    <meta http-equiv="Content-Type" content="text/html; charset=<% final_encoding %>" />
    <link rel="stylesheet" href="<% path_to_root %>stylesheets/rest.css" type="text/css" />
    <link rel="stylesheet" href="<% path_to_root %>stylesheets/test.css" type="text/css" />    
</head>
<body>
    <div id="nav">
        <ul>
            <# print_crumbs(breadcrumbs) #>
        </ul>
    </div>

    <div id="main>
        <a name="startcontent" id="startcontent"></a>
            
        <% body %>
    
        <div id="end">
            <p><a href="#startcontent">Return to Top</a><br />
            <small>Page last modified <strong><% modtime %></strong>.</small> 
            </p>
        </div>
    </div>

</body>
</html>