add description to dashboard

This commit is contained in:
KF7EEL
2021-01-01 14:08:24 -08:00
parent 093ed72c2c
commit 6701003c51
3 changed files with 8 additions and 3 deletions
+3 -2
View File
@@ -15,6 +15,7 @@ p {
</style>
</head>
<body>
<p style="text-align: left;"><em>{{description}}</em></p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" src="{{logo}}" alt="Logo" width="300" height="144" /></p>
<h1 style="text-align: center;">{{title}}</h1>
<hr />
@@ -22,9 +23,9 @@ p {
<table>
<tbody>
<tr>
<td><div><p align="center"><iframe style="border: none;" title="Bulletin Board" src="bulletin_board" width="480" height="900"></iframe></p></div></td>
<td><div><p align="center"><iframe style="border: none;" title="Bulletin Board" src="bulletin_board" width="480" height="950"></iframe></p></div></td>
<td><div>
<p align="center"><iframe style="border: none;" title="Positions Received" src="positions" width="620" height="900"></iframe></p>
<p align="center"><iframe style="border: none;" title="Positions Received" src="positions" width="620" height="950"></iframe></p>
</div></td>
</tr>
</tbody>