tazpanel diff styles/default/header.html @ rev 370

boot logs submenus
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jul 01 10:07:17 2013 +0200 (2013-07-01)
parents 6e181d55abdc
children b5a8dc2e1374
line diff
     1.1 --- a/styles/default/header.html	Sun Jun 30 09:56:45 2013 +0200
     1.2 +++ b/styles/default/header.html	Mon Jul 01 10:07:17 2013 +0200
     1.3 @@ -64,7 +64,13 @@
     1.4  				<li><a href="/boot.cgi?grub"><img
     1.5  					src="/styles/default/images/tux.png" />$(gettext 'Boot loader')</a></li>
     1.6  				<li><a href="/boot.cgi?log"><img
     1.7 -					src="/styles/default/images/text.png" />$(gettext 'Boot logs')</a></li>
     1.8 +					src="/styles/default/images/text.png" />$(gettext 'Boot logs')</a>
     1.9 +					<ul>
    1.10 +						<li><a href="/boot.cgi?log#kernel">$(gettext 'Kernel messages')</a>
    1.11 +						<li><a href="/boot.cgi?log#boot">$(gettext 'Boot scripts')</a>
    1.12 +						<li><a href="/boot.cgi?log#slim">$(gettext 'X server')</a>
    1.13 +					</ul>
    1.14 +				</li>
    1.15  				<li><a href="/boot.cgi?daemons"><img
    1.16  					src="/styles/default/images/recharge.png" />$(gettext 'Manage daemons')</a></li>
    1.17  				$(for i in menu.d/boot/* ; do [ -f $i ] && . $i menu $i ; done)