mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-12-24 14:27:18 +00:00
lf_report.py: updates banner to be centered, adds background color behind banner.
Signed-off-by: Jed Reynolds <jed@candelatech.com>
This commit is contained in:
@@ -286,6 +286,7 @@ class lf_report():
|
||||
<title>{title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id='BannerBack'>
|
||||
<div id='Banner'>
|
||||
<br/>
|
||||
<img id='BannerLogo' align='right' src="CandelaLogo2-90dpi-200x90-trans.png" border='0' />
|
||||
@@ -294,6 +295,7 @@ class lf_report():
|
||||
<h4 class='TitleFontPrintSub'>{date}</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
""".format(
|
||||
title=self.title,
|
||||
date=self.date,
|
||||
|
||||
Reference in New Issue
Block a user