add labels for HTML output

- add translatable labels for HTML output (not used for JSON yet)
- add oldpeople URL
- modify the output template to use one table
- add styles
- rename action from handle_post to urllist to reflect its use
- use a property to determine the order of url sections
- use a list with a type to aggregate the urlbuilder results
- use textilize to display labels
This commit is contained in:
Jan Dittberner 2009-01-22 17:34:46 +01:00
parent 9c641cb79c
commit 709f2067cd
7 changed files with 163 additions and 41 deletions

View file

@ -1,4 +1,28 @@
html, body {
font-family:sans, Arial;
font-size:10pt;
}
table {
border-collapse:collapse;
width:100%;
}
th, td {
border:1px solid grey;
}
td {
vertical-align:top;
padding:2px;
}
td p {
padding:0;
margin:0;
}
.errormsg {
font-size: 80%;
color: red;
font-size:80%;
color:red;
}