mirror of
https://github.com/fHDHR/fHDHR_NextPVR.git
synced 2025-12-06 05:36:59 -05:00
commit
051fb87add
@ -8,11 +8,16 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1 style="text-align: center;">
|
<h1 class="center" style="text-align:center">
|
||||||
<span style="text-decoration: underline;"><strong><em>{{ fhdhr.config.dict["fhdhr"]["friendlyname"] }}</em></strong>
|
<span style="text-decoration: underline;"><strong><em>{{ fhdhr.config.dict["fhdhr"]["friendlyname"] }}</em></strong>
|
||||||
</span>
|
</span>
|
||||||
<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>
|
||||||
|
{% set retmessage = request.args.get('retmessage', default=None) %}
|
||||||
|
{% if retmessage %}
|
||||||
|
<p></p>
|
||||||
|
<p class="pull-left" style="font-size:1em">{{ retmessage }}</p>
|
||||||
|
{% endif %}
|
||||||
<br><br>
|
<br><br>
|
||||||
<p></p>
|
<p></p>
|
||||||
|
|
||||||
@ -51,9 +56,8 @@
|
|||||||
<a><input type="submit" value="Basic"></a>
|
<a><input type="submit" value="Basic"></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</form>
|
</form>
|
||||||
|
<hr align="center" width="100%">
|
||||||
</div>
|
</div>
|
||||||
<hr align="center" width="100%">
|
|
||||||
|
|
||||||
{% if fhdhr.config.dict["web_ui"]["cluster_bar"] %}
|
{% if fhdhr.config.dict["web_ui"]["cluster_bar"] %}
|
||||||
{% set locations = fhdhr.device.cluster.get_cluster_dicts_web() %}
|
{% set locations = fhdhr.device.cluster.get_cluster_dicts_web() %}
|
||||||
@ -62,16 +66,11 @@
|
|||||||
{% for location in locations %}
|
{% for location in locations %}
|
||||||
<button onclick="location.href='{{ location["base_url"] }}'" type="button">{{ location["name"] }}</button>
|
<button onclick="location.href='{{ location["base_url"] }}'" type="button">{{ location["name"] }}</button>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
<hr align="center" width="100%">
|
||||||
</div>
|
</div>
|
||||||
<hr align="center" width="100%">
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% set retmessage = request.args.get('retmessage', default=None) %}
|
|
||||||
{% if retmessage %}
|
|
||||||
<p>{{ retmessage }}</p>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user