Fossil SCM

fossil-scm / skins / black_and_white / header.txt
Source Blame History 28 lines
8f34429… wyoung 1 <header>
96fdf09… drh 2 <div class="logo">
96fdf09… drh 3 <img src="$logo_image_url" alt="logo">
96fdf09… drh 4 <br />$<project_name>
96fdf09… drh 5 </div>
96fdf09… drh 6 <div class="title">$<title></div>
96fdf09… drh 7 <div class="status"><th1>
8f34429… wyoung 8 if {[info exists login]} {
8f34429… wyoung 9 puts "Logged in as $login"
8f34429… wyoung 10 } else {
8f34429… wyoung 11 puts "Not logged in"
8f34429… wyoung 12 }
8f34429… wyoung 13 </th1></div>
8f34429… wyoung 14 </header>
8f34429… wyoung 15 <nav class="mainmenu" title="Main Menu">
8f34429… wyoung 16 <th1>
8f34429… wyoung 17 set sitemap 0
8f34429… wyoung 18 foreach {name url expr class} $mainmenu {
8f34429… wyoung 19 if {![capexpr $expr]} continue
8f34429… wyoung 20 if {[string match /* $url]} {set url $home$url}
8f34429… wyoung 21 html "<a href='$url'>$name</a><br/>\n"
8f34429… wyoung 22 if {[string match /sitemap $url]} {set sitemap 1}
8f34429… wyoung 23 }
8f34429… wyoung 24 if {!$sitemap} {
8f34429… wyoung 25 html "<a href='$home/sitemap'>Sitemap</a>\n"
8f34429… wyoung 26 }
8f34429… wyoung 27 </th1>
8f34429… wyoung 28 </nav>

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button