mirror of https://github.com/Aidaho12/haproxy-wi
parent
be142bd8f3
commit
f82b036ef8
|
@ -1,6 +1,6 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% block title %}{{lang.menu_links.add_proxy|title()}}{% endblock %}
|
{% block title %}{{lang.menu_links.add_proxy.title}}{% endblock %}
|
||||||
{% block h2 %}{{lang.menu_links.add_proxy|title()}}{% endblock %}
|
{% block h2 %}{{lang.menu_links.add_proxy.title}}{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% from 'include/input_macros.html' import input, checkbox, select %}
|
{% from 'include/input_macros.html' import input, checkbox, select %}
|
||||||
{% set balance_params = dict() %}
|
{% set balance_params = dict() %}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% block title %}{{lang.menu_links.add_proxy|title()}}{% endblock %}
|
{% block title %}{{lang.menu_links.add_proxy.title}}{% endblock %}
|
||||||
{% block h2 %}{{lang.menu_links.add_proxy|title()}}{% endblock %}
|
{% block h2 %}{{lang.menu_links.add_proxy.title}}{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% from 'include/input_macros.html' import input, checkbox, select %}
|
{% from 'include/input_macros.html' import input, checkbox, select %}
|
||||||
{% set balance_params = dict() %}
|
{% set balance_params = dict() %}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% block title %}{{ lang.menu_links.ha|title() }} {% endblock %}
|
{% block title %}{{ lang.menu_links.ha.title }} {% endblock %}
|
||||||
{% block h2 %}{{ lang.menu_links.ha|title() }} {% endblock %}
|
{% block h2 %}{{ lang.menu_links.ha.title }} {% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% from 'include/input_macros.html' import input, checkbox %}
|
{% from 'include/input_macros.html' import input, checkbox %}
|
||||||
<script src="/inc/users.js"></script>
|
<script src="/inc/users.js"></script>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{% from 'include/input_macros.html' import copy_to_clipboard %}
|
{% from 'include/input_macros.html' import copy_to_clipboard %}
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% block title %}{{ lang.menu_links.history|title() }} {{ lang.words[service] }}{% endblock %}
|
{% block title %}{{ lang.menu_links.history.title }} {{ lang.words[service] }}{% endblock %}
|
||||||
{% block h2 %}{{ lang.menu_links.history|title() }} {{ lang.words[service] }}{% endblock %}
|
{% block h2 %}{{ lang.menu_links.history.title }} {{ lang.words[service] }}{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% if user_status == 0 or user_plan == 'user' %}
|
{% if user_status == 0 or user_plan == 'user' %}
|
||||||
{% include 'include/no_sub.html' %}
|
{% include 'include/no_sub.html' %}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% block title %}{{lang.menu_links.overview|title()}}{% endblock %}
|
{% block title %}{{lang.menu_links.overview.title}}{% endblock %}
|
||||||
{% block h2 %}{{lang.menu_links.overview.h2}}{% endblock %}
|
{% block h2 %}{{lang.menu_links.overview.h2}}{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<link href="/inc/css/chart.min.css" rel="stylesheet">
|
<link href="/inc/css/chart.min.css" rel="stylesheet">
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
{% block title %}{{lang.menu_links.servers.title}}{% endblock %}
|
||||||
|
{% block h2 %}{{lang.menu_links.servers.title}}{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% from 'include/input_macros.html' import input, checkbox, select, copy_to_clipboard %}
|
{% from 'include/input_macros.html' import input, checkbox, select, copy_to_clipboard %}
|
||||||
<script src="/inc/users.js"></script>
|
<script src="/inc/users.js"></script>
|
||||||
|
|
Loading…
Reference in New Issue