Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | remove unused first idea of second style sheet |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | stv-skinning |
| Files: | files | file ages | folders |
| SHA1: |
b15da2f40d4bbcd679e0dc2714cf157d |
| User & Date: | Ratte 2010-09-04 19:45:20.000 |
Context
|
2010-09-05
| ||
| 07:16 | comment in default style ... (check-in: b96d3e5c9f user: Ratte tags: stv-skinning) | |
|
2010-09-04
| ||
| 19:45 | remove unused first idea of second style sheet ... (check-in: b15da2f40d user: Ratte tags: stv-skinning) | |
| 19:41 | format timeline page via css ... (check-in: 2ade2d4e36 user: Ratte tags: stv-skinning) | |
Changes
Changes to src/style.c.
| ︙ | ︙ | |||
99 100 101 102 103 104 105 |
Th_Store("manifest_version", MANIFEST_VERSION);
Th_Store("manifest_date", MANIFEST_DATE);
if( g.zLogin ){
Th_Store("login", g.zLogin);
}
if( g.thTrace ) Th_Trace("BEGIN_HEADER_SCRIPT<br />\n", -1);
Th_Render(zHeader);
| < | 99 100 101 102 103 104 105 106 107 108 109 110 111 112 |
Th_Store("manifest_version", MANIFEST_VERSION);
Th_Store("manifest_date", MANIFEST_DATE);
if( g.zLogin ){
Th_Store("login", g.zLogin);
}
if( g.thTrace ) Th_Trace("BEGIN_HEADER_SCRIPT<br />\n", -1);
Th_Render(zHeader);
if( g.thTrace ) Th_Trace("END_HEADER<br />\n", -1);
Th_Unstore("title"); /* Avoid collisions with ticket field names */
cgi_destination(CGI_BODY);
g.cgiOutput = 1;
headerHasBeenGenerated = 1;
}
|
| ︙ | ︙ |