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