Always use aprsc-logo.png for the logo name, no logo version in filename.
* Allow loading with aprsc-logo2.png and aprsc-logo3.png for a few versions.
This commit is contained in:
parent
78c6701d14
commit
bbf3ff0927
|
|
@ -107,7 +107,7 @@ WEBFILES = \
|
|||
src/web/aprsc.css src/web/aprsc.js \
|
||||
src/web/index.html \
|
||||
src/web/favicon.ico \
|
||||
src/web/aprsc-logo3.png \
|
||||
src/web/aprsc-logo.png \
|
||||
src/web/aprsc-joulukissa.jpg \
|
||||
src/web/excanvas.min.js \
|
||||
src/web/jquery.flot.min.js \
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
|
|
@ -83,8 +83,10 @@ static struct http_static_t http_static_files[] = {
|
|||
{ "/favicon.ico", "favicon.ico" },
|
||||
{ "/aprsc.css", "aprsc.css" },
|
||||
{ "/aprsc.js", "aprsc.js" },
|
||||
{ "/aprsc-logo2.png", "aprsc-logo2.png" },
|
||||
{ "/aprsc-logo3.png", "aprsc-logo3.png" },
|
||||
/* allow old index.html versions to load the new logo */
|
||||
{ "/aprsc-logo.png", "aprsc-logo.png" },
|
||||
{ "/aprsc-logo2.png", "aprsc-logo.png" },
|
||||
{ "/aprsc-logo3.png", "aprsc-logo.png" },
|
||||
{ "/aprsc-joulukissa.jpg", "aprsc-joulukissa.jpg" },
|
||||
{ "/excanvas.min.js", "excanvas.min.js" },
|
||||
{ "/jquery.flot.min.js", "jquery.flot.min.js" },
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
<body onclick='ttip_hide();'>
|
||||
|
||||
<div style='float: right;'><img id="logo" src="/aprsc-logo3.png" /></div>
|
||||
<div style='float: right;'><img id="logo" src="/aprsc-logo.png" /></div>
|
||||
<div class="page_title" id="title"><span id='serverid'></span> aprsc status <span id='upt'></span></div>
|
||||
<div id='status'></div>
|
||||
<div id='alarms' style='display: none;'></div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue