Koha/koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc
Galen Charlton 5cd357e76c bug 3465: enhance DB update reporting by web installer
This enhances the web installer so that messages from updatedatabase.pl will
be displayed to the user running a database update.  Messages printed to STDOUT
will be displayed as the update report, while messages printed to STDERR will
be displayed as update errors.

This patch introduces  a new module dependency, IPC::Cmd.
IPC::Cmd lets one run an external program such as updatedatabase.pl and easily
capture STDERR and STDOUT for further munging.  IPC::Cmd is core in Perl 5.10
and stable in Perl 5.8.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2009-08-04 06:15:40 -04:00

75 lines
1.4 KiB
HTML

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<style type="text/css" media="screen">
<!-- TMPL_IF NAME="login" -->
@import url(/intranet-tmpl/prog/en/css/login.css);
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="wizard" -->
@import url(/intranet-tmpl/prog/en/css/wizard.css);
<!-- /TMPL_IF -->
html { background: #eee; }
body {
background: #fff;
color: #000;
font-family: Georgia, "Times New Roman", Times, serif;
margin-left: 20%;
margin-right: 20%;
padding: .2em 2em;
}
h1 {
color: #006;
font-size: 2em;
font-weight: normal;
vertical-align:middle;
}
h2 { font-size: 1.75em; }
h3 {
color: #006;
font-size: 1.5em;
font-weight: lighter;
}
p, li, dt {
line-height: 140%;
padding-bottom: 2px;
}
ul, ol { padding: 5px 5px 5px 20px; }
#logo { margin-bottom: 2em; }
.step a, .step input { font-size: 2em; }
td input { font-size: 1.5em; }
.step, th { text-align: right; }
#bloc25, .bloc25 {
float:left;
border:1px solid #000000;
margin:0px;
padding:0px;
}
#footer {
text-align: center;
border-top: 1px solid #ccc;
padding-top: 1em;
font-style: italic;
}
.update_error {
color: red;
font-weight: bold;
}
</style>
</head>
<body>