Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Enhance comments from the previous commit. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | skin5 |
| Files: | files | file ages | folders |
| SHA1: |
6282cdf0c3da1e65a9d968850b1945cc |
| User & Date: | mistachkin 2012-09-18 05:11:12.760 |
Context
|
2012-09-18
| ||
| 21:16 | Merge the new theme to trunk. check-in: d5272ee958 user: mistachkin tags: trunk | |
| 05:11 | Enhance comments from the previous commit. Closed-Leaf check-in: 6282cdf0c3 user: mistachkin tags: skin5 | |
| 05:08 | Add a skin with enhanced handling of hyperlinks in the header and footer. check-in: 59fb15865c user: mistachkin tags: skin5 | |
Changes
Changes to src/skins.c.
| ︙ | ︙ | |||
923 924 925 926 927 928 929 | ; /* ** This skin is intended to be almost identical to the default one, with the ** following changes to the header and footer: ** | | | | | | > | 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 |
;
/*
** This skin is intended to be almost identical to the default one, with the
** following changes to the header and footer:
**
** 1. The logo image in the header has been modified to be a hyperlink to the
** root of the web site containing the repository using the same scheme
** (i.e. HTTP or HTTPS) as the base URL for the repository. The header
** contains a TH1 script block to help accomplish these tasks.
**
** 2. The Fossil version information in the footer has been augmented with
** hyperlinks to the corresponding points on the timeline in the official
** Fossil repository. Additionally, if the Tcl integration feature is
** enabled, the loaded version of Tcl is included, with a hyperlink to the
** official Tcl/Tk web site. The footer also contains a TH1 script block
** to help accomplish these tasks.
*/
static const char zBuiltinSkin5[] =
@ REPLACE INTO config(name,mtime,value)
@ VALUES('css',now(),'/* General settings for the entire page */
@ body {
@ margin: 0ex 1ex;
@ padding: 0px;
|
| ︙ | ︙ |