File: general

package info (click to toggle)
webmin-slbackup 0.0.9-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 212 kB
  • ctags: 44
  • sloc: perl: 1,122; makefile: 51; sh: 11
file content (27 lines) | stat: -rw-r--r-- 690 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  <tmpl_include name="header">

  <h2><tmpl_var name="general"></h2>
  <ul>
  <tmpl_if name="session_finished">
    <li><tmpl_var name="last_session_finished">
      <b><tmpl_var name="last_session"></b>.</li>
  <tmpl_else>
    <li><tmpl_var name="last_session_notfinished">.</li>
  </tmpl_if>

  <tmpl_if name="sshkeys_ok">
    <li><tmpl_var name="sshkeys_working">.</li>
  <tmpl_else>
    <li><tmpl_var name="sshkeys_not_working">.</li>
  </tmpl_if>
  </ul>

  <br>
  <h3><tmpl_var name="clients_in_conf"></h3>
  <table border="0">
  <tmpl_loop name="clients">
    <tr><td>&nbsp;</td><td><b><tmpl_var name="client"></b></td></tr>
  </tmpl_loop>
  </table>

  <tmpl_include name="footer">