2013/9/2 Richard Hipp <d...@sqlite.org>:
> The "View Ticket Page" was wrong.  Fixed now.

I am afraid the restoration of fossil-scm.org had another
effect: the Home-page itself. Earlier it contained
the following menu items:

    Home Timeline Download Code Documentation Branches Tags Tickets Wiki Logout

But now I only see:

    Home Timeline Files Branches Tags Tickets Wiki Logout

Here is the relevant part of the Admin->Header content as
it was before the corruption.

Regards,
        Jan Nijtmans

 <div class="mainmenu">
<th1>
html "<a href='$home$index_page'>Home</a>\n"
if {[anycap jor]} {
  html "<a href='$home/timeline'>Timeline</a>\n"
}
html "<a href='http://www.fossil-scm.org/download.html'>Download</a>"
if {[hascap oh]} {
  html "<a href='$home/dir?ci=trunk'>Code</a>\n"
}
html "<a href='$home/doc/trunk/www/permutedindex.wiki'>Documentation</a>"
if {[hascap o]} {
  html "<a href='$home/brlist'>Branches</a>\n"
  html "<a href='$home/taglist'>Tags</a>\n"
}
if {[hascap r]} {
  html "<a href='$home/reportlist'>Tickets</a>\n"
}
if {[hascap k]} {
  html "<a href='$home/wiki'>Wiki</a>\n"
}
if {[hascap s]} {
  html "<a href='$home/setup'>Admin</a>\n"
} elseif {[hascap a]} {
  html "<a href='$home/setup_ulist'>Users</a>\n"
}
if {[info exists login]} {
  html "<a href='$home/login'>Logout</a>\n"
} else {
  html "<a href='$home/login'>Login</a>\n"
}
</th1></div>
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to