tazpanel 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 | 63efec6f5791 |
children | 62b714f792ab |
files | index.cgi styles/default/header.html |
line diff
1.1 --- a/index.cgi Mon Jul 01 09:35:12 2013 +0200 1.2 +++ b/index.cgi Mon Jul 01 10:07:17 2013 +0200 1.3 @@ -236,7 +236,7 @@ 1.4 output=/var/cache/slitaz/sys-report.html 1.5 xhtml_header 1.6 cat << EOT 1.7 -<h2>$(eval_gettext 'Reporting to: $output')</h2> 1.8 +<h2>$(eval_gettext "Reporting to: $output")</h2> 1.9 <table class="zebra outbox"> 1.10 <tbody> 1.11 <tr><td>$(gettext 'Creating report header...')</td>
2.1 --- a/styles/default/header.html Mon Jul 01 09:35:12 2013 +0200 2.2 +++ b/styles/default/header.html Mon Jul 01 10:07:17 2013 +0200 2.3 @@ -64,7 +64,13 @@ 2.4 <li><a href="/boot.cgi?grub"><img 2.5 src="/styles/default/images/tux.png" />$(gettext 'Boot loader')</a></li> 2.6 <li><a href="/boot.cgi?log"><img 2.7 - src="/styles/default/images/text.png" />$(gettext 'Boot logs')</a></li> 2.8 + src="/styles/default/images/text.png" />$(gettext 'Boot logs')</a> 2.9 + <ul> 2.10 + <li><a href="/boot.cgi?log#kernel">$(gettext 'Kernel messages')</a> 2.11 + <li><a href="/boot.cgi?log#boot">$(gettext 'Boot scripts')</a> 2.12 + <li><a href="/boot.cgi?log#slim">$(gettext 'X server')</a> 2.13 + </ul> 2.14 + </li> 2.15 <li><a href="/boot.cgi?daemons"><img 2.16 src="/styles/default/images/recharge.png" />$(gettext 'Manage daemons')</a></li> 2.17 $(for i in menu.d/boot/* ; do [ -f $i ] && . $i menu $i ; done)