allow user logo on homepage

This commit is contained in:
zefie
2022-11-30 15:48:14 -05:00
parent 5c74ea22ec
commit 5cf94173c9
3 changed files with 8 additions and 5 deletions

View File

@@ -64,7 +64,10 @@ Home for ${session_data.getSessionData("subscriber_username") || "minisrv"}
<table border=0 cellspacing=0 cellpadding=0 width="100%" height="60" > <table border=0 cellspacing=0 cellpadding=0 width="100%" height="60" >
<tr> <tr>
<td> <td>
<td align="left"><img src="images/proto3/HomeTopLeftEdge.gif"></td> <td align="left" background="images/proto3/HomeTopLeftEdge.gif" absheight=82 abswidth=160>
<spacer type=block height=3 width=100><br>
&nbsp;&nbsp;<img src="${minisrv_config.config.service_logo}" width=100 height=75>
</td>
<td valign="top"> <td valign="top">
<table border=0 cellspacing=0 cellpadding=0> <table border=0 cellspacing=0 cellpadding=0>
<tr> <tr>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB