]> git.sur5r.net Git - bacula/bacula/blob - gui/baculum/protected/Web/Pages/BaculumError.page
baculum: New Baculum API and Baculum Web
[bacula/bacula] / gui / baculum / protected / Web / Pages / BaculumError.page
1 <%@ MasterClass="Application.Web.Layouts.MessageBox" Theme="Baculum-v1"%>
2 <com:TContent ID="Message">
3  <div id="message-box">
4         <h2><%[ Baculum problem ]%></h2>
5         <com:TPanel Visible="<%=$this->error != 2 && $this->error != 4 && $this->error != 6%>">
6                 <h3>Error <%=$this->error%> - <%=$this->output%></h3>
7                 <hr />
8         </com:TPanel>
9         <p class="center">
10                 <a href="<%=$this->Service->constructUrl('WebHome')%>"><%[ TRY AGAIN ]%></a> <%[ or run ]%>
11                 <a href="<%=$this->Service->constructUrl('WebConfigWizard')%>"><%[ Baculum Initial Wizard ]%></a>
12         </p>
13  </div>
14 </com:TContent>