Changeset 274
- Timestamp:
- Jun 29, 2018, 11:38:38 AM (6 years ago)
- Location:
- trunk/nagios-velvice
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nagios-velvice/velvice.cgi
r273 r274 15 15 use strict; 16 16 use warnings; 17 use version; our $VERSION = version->declare('0.7. 8');17 use version; our $VERSION = version->declare('0.7.9'); 18 18 19 19 use CGI; … … 116 116 </head> 117 117 <body> 118 <h1> 119 <ul> 120 <li>Nagios Velvice Alert Panel : <a href="$config->{'nagios-server'}{'portal-url'}">Core Server</a></li> 121 <li><small>(<a href="$cgi_script_name">UPDATE</a> - $date)</small></li> 122 </ul> 123 </h1> 118 <div class="header"> 119 <h1> 120 <ul> 121 <li>Nagios Velvice Alert Panel : <a href="$config->{'nagios-server'}{'portal-url'}">Core Server</a></li> 122 <li><small>(<a href="$cgi_script_name">UPDATE</a> - $date)</small></li> 123 </ul> 124 </h1> 125 </div> 124 126 ENDH 125 127 … … 282 284 283 285 $htmlpage .= <<"ENDH"; 284 <hr clear="all"> 285 <b><a href="http://servforge.legi.grenoble-inp.fr/projects/soft-trokata/wiki/SoftWare/NagiosVelvice">Velvice</a> - version: $VERSION</b> 286 (<a href="http://servforge.legi.grenoble-inp.fr/pub/soft-trokata/nagios-velvice/velvice.html">online manual</a>) 287 <ul> 288 <li>Written by Gabriel Moreau</li> 289 <li>Licence GNU GPL version 2 or later and Perl equivalent</li> 290 <li>Copyright (C) 2014-2018, LEGI UMR 5519 / CNRS UGA G-INP, Grenoble, France</li> 291 </ul> 286 <div class="footer"> 287 <hr clear="all"> 288 <b><a href="http://servforge.legi.grenoble-inp.fr/projects/soft-trokata/wiki/SoftWare/NagiosVelvice">Velvice</a> 289 - version: $VERSION</b> 290 (<a href="http://servforge.legi.grenoble-inp.fr/pub/soft-trokata/nagios-velvice/velvice.html">online manual</a>) 291 - Written by Gabriel Moreau 292 <ul> 293 <li>Licence GNU GPL version 2 or later and Perl equivalent</li> 294 <li>Copyright (C) 2014-2018, LEGI UMR 5519 / CNRS UGA G-INP, Grenoble, France</li> 295 </ul> 296 </div> 292 297 </body> 293 298 </html> -
trunk/nagios-velvice/velvice.css
r271 r274 21 21 } 22 22 23 hr { 23 24 /* footer */ 25 .footer hr { 24 26 border-style: solid; 25 27 border-width: 1px; … … 28 30 width: 70%; 29 31 } 32 33 .footer ul { 34 margin-top: 0.8ex; 35 } 36 37 div.footer { 38 font-size: xx-small; 39 }
Note: See TracChangeset
for help on using the changeset viewer.