Fossil

Check-in [631c52bc96]
Login

Check-in [631c52bc96]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Add a missing $baseurl to the default header.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 631c52bc96367bd0f95aa29875a3907189f2a18a
User & Date: drh 2009-10-01 14:54:57.000
References
2009-10-04
18:52 Closed ticket [45f7d9e6b1]: Logo image isn't displayed plus 2 other changes ... (artifact: 4447b27a51 user: drh)
Context
2009-10-01
17:22
Fix the "gdiff" command so that it accepts commands with arguments. This will require users to put double-quotes around program pathnames that contain spaces. ... (check-in: b2fdf4fe14 user: drh tags: trunk)
14:54
Add a missing $baseurl to the default header. ... (check-in: 631c52bc96 user: drh tags: trunk)
14:47
Disable the check of the "server-code" on a sync. This means that two repositories with the same "server-code" can sync with each other, which allows a repository to be copied using an ordinary file copy, and without having to run clone. ... (check-in: 469efd6a7c user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/style.c.
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
@       href="$baseurl/timeline.rss">
@ <link rel="stylesheet" href="$baseurl/style.css" type="text/css"
@       media="screen">
@ </head>
@ <body>
@ <div class="header">
@   <div class="logo">
@     <img src="/logo" alt="logo">
@     <br><nobr>$<project_name></nobr>
@   </div>
@   <div class="title">$<title></div>
@   <div class="status"><nobr><th1>
@      if {[info exists login]} {
@        puts "Logged in as $login"
@      } else {







|







189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
@       href="$baseurl/timeline.rss">
@ <link rel="stylesheet" href="$baseurl/style.css" type="text/css"
@       media="screen">
@ </head>
@ <body>
@ <div class="header">
@   <div class="logo">
@     <img src="$baseurl/logo" alt="logo">
@     <br><nobr>$<project_name></nobr>
@   </div>
@   <div class="title">$<title></div>
@   <div class="status"><nobr><th1>
@      if {[info exists login]} {
@        puts "Logged in as $login"
@      } else {