mirror of
https://github.com/fHDHR/fHDHR_NextPVR.git
synced 2025-12-06 08:56:57 -05:00
commit
5eb4be8cd1
@ -68,6 +68,13 @@
|
||||
"config_web": true
|
||||
}
|
||||
},
|
||||
"web_ui":{
|
||||
"theme":{
|
||||
"value": "none",
|
||||
"config_file": true,
|
||||
"config_web": true
|
||||
}
|
||||
},
|
||||
"epg":{
|
||||
"images":{
|
||||
"value": "pass",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
.pull-right { float: right; }
|
||||
|
||||
.pull-lef { float: left; }
|
||||
.pull-left { float: left; }
|
||||
|
||||
.center {
|
||||
margin-left: auto;
|
||||
|
||||
@ -6,6 +6,9 @@
|
||||
table, th, td {border: 1px solid black;}
|
||||
</style>
|
||||
<link href="style.css" rel="stylesheet">
|
||||
{% if fhdhr.config.dict["web_ui"]["theme"] %}
|
||||
<link href={{ fhdhr.config.dict["web_ui"]["theme"] }} rel="stylesheet">
|
||||
{% endif %}
|
||||
</head>
|
||||
<body>
|
||||
<h1 style="text-align: center;">
|
||||
@ -14,6 +17,7 @@
|
||||
<img class="pull-left" src="/favicon.ico" alt="fHDHR Logo" width="100" height="100">
|
||||
</h1>
|
||||
<br><br>
|
||||
<p></p>
|
||||
<div>
|
||||
|
||||
<button class="pull-left" onclick="OpenLink('/')">fHDHR</a></button>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user