#jpgraph
#pma
CKEditor_4.6.1
Date
backup
bibelpopup
classes
config
fetch_bibel
fetch_chorbuch
html2pdf-master
html2pdf_v4.03
images
jpgraph
kalender
language
lib
lieder
livesearch
msd
overlib
pma
doc
examples
js
libraries
locale
setup
sql
templates
columns_definitions
components
config
console
database
display
encoding
error
export
home
import
javascript
login
menu
navigation
plugins
preferences
relation
server
binlog
collations
databases
engines
export
import
plugins
privileges
replication
status
user_groups
variables
format_variable.twig
index.twig
sub_page_header.twig
setup
sql
table
test
changelog.twig
create_tracking_version.twig
export.twig
file_select_options.twig
filter.twig
footer.twig
gis_data_editor_form.twig
header.twig
header_location.twig
import.twig
import_status.twig
indexes.twig
message.twig
preview_sql.twig
scripts.twig
select_all.twig
select_lang.twig
start_and_number_of_rows_panel.twig
theme_preview.twig
themes.twig
top_menu.twig
transformation_overview.twig
user_password.twig
view_create.twig
themes
tmp
vendor
CONTRIBUTING.md
ChangeLog
LICENSE
README
RELEASE-DATE-5.1.1
babel.config.json
composer.json
composer.lock
config.inc.php
config.sample.inc.php
favicon.ico
index.php
package.json
print.css
robots.txt
show_config_errors.php
url.php
yarn.lock
templates
templates_c
validation
++ Umstellung Luther 2017.sql
.gitattributes
.htaccess
Version8_bugs.txt
ajax.js_20170928
ansicht.php
ansicht.php_20200212
ansicht.php_20200915
ansicht.php_lut84_20180219
ansicht2.php
ansicht2.php_20200212
ansicht2.php_20200915
ansicht2.php_lut84_20180219
ausgabe.php
bes_gd.php
bibellookup.php_lut84_20180219
bibellookup_1984.php
bibellookup_2017.php
bibellookup_2017.php_20200212
changelog.php
config.inc.php
copy.js
faq_text.php
faq_text_ber.php
favicon.ico
fetch_data.php
ftp_ansicht.php
ftp_ansicht.php_20181214
func_agent.php
func_ansicht.php
func_ansicht.php_20200212
func_ansicht.php_20200915
func_ansicht.php_lut84_20180219
func_genUser.php
func_highlight.php
func_htmlclean.php
func_make_knk.php
func_make_knk_fa.php
func_make_knk_fa.php_lut84_20180219
func_make_reference_fa.php
func_make_reference_fa.php_lut84_20180219
func_rollenrechte.php
func_rollenrechte_20220202.php
func_write_lue_kat.php
further_publication.php
getSubCat.php
graph.php
graph_einzel.php
graph_hauptframe.php
graph_user.php
graph_user_hauptframe.php
hauptframe.php
hello.cgi
hello.pl
hilfe.php
historie.php
index.php
index2.php
indexframe.php
info.php
job_mail_delete_neue_user.php
job_mail_inaktiv.php
job_user_delete_neue_user.php
job_user_inaktiv.php
jquery.min.js
kat_cont.php
kat_cont.php_20201230
kat_cont.php_20221013
kat_cont_fa.php
kat_main.php
kat_main.php_lut84_20180219
kat_main_fa.php
kat_main_fa.php_lut84_20180219
katechismus.php
katechismus_fa.php
lesung.php
lieder.php
lieder.zip
livesearch.php
livestat.js
livestat.php
livestat2.php
login_log.php
logininfo.php
logout_admin.php
lue_ansicht.php
lue_bearbeiten.php
lue_erfassen.php
lue_inhalt.php
lue_inhalt.php_20200915
lue_inhalt.php_lut84_20180219
lue_notizen.php
lue_suche.php
lue_wahl.php
mail.php
make_ical.php
menuframe.php
nachsenden.php
notizen.php
outlook.php
outlook.php_20200212
outlook_ics.php
outlook_vcs.php
passwort_switch.php
pdf_gen.php
pdf_gen.php_20200915
pdf_gen.php_lut84_20180219
preview.php
profil.php
rollen.php
search_note.php
stichworte.php
suche.php
suche.php_20170928
suche_change.php
suche_simp.php
systemmail.php
test.php
test2.php
testmail.php
testmail2.php
topframe.php
upload.php
user_anlegen.php
user_bearbeiten.php
useronline.php
verweise.php
wort_bearbeiten.php
wort_bearbeiten.php_20170928
wort_erfassen.php
wort_erfassen.php_20170928
wort_exegese.php
wort_wahl.php
84 lines
2.9 KiB
Twig
84 lines
2.9 KiB
Twig
<div class="container-fluid">
|
|
<div class="row">
|
|
<h2>
|
|
{{ get_image('s_vars') }}
|
|
{% trans 'Server variables and settings' %}
|
|
{{ show_mysql_docu('server_system_variables') }}
|
|
</h2>
|
|
</div>
|
|
|
|
{% if variables is not empty %}
|
|
<a href="#" class="ajax saveLink hide">
|
|
{{ get_icon('b_save', 'Save'|trans) }}
|
|
</a>
|
|
<a href="#" class="cancelLink hide">
|
|
{{ get_icon('b_close', 'Cancel'|trans) }}
|
|
</a>
|
|
{{ get_image('b_help', 'Documentation'|trans, {
|
|
'class': 'hide',
|
|
'id': 'docImage'
|
|
}) }}
|
|
|
|
{% include 'filter.twig' with {
|
|
'filter_value': filter_value
|
|
} only %}
|
|
|
|
<div class="table-responsive">
|
|
<table id="serverVariables" class="table table-light table-striped table-hover table-sm">
|
|
<thead class="thead-light">
|
|
<tr>
|
|
<th scope="col">{% trans 'Action' %}</th>
|
|
<th scope="col">{% trans 'Variable' %}</th>
|
|
<th scope="col" class="text-right">{% trans 'Value' %}</th>
|
|
</tr>
|
|
</thead>
|
|
|
|
<tbody>
|
|
{% for variable in variables %}
|
|
<tr class="var-row" data-filter-row="{{ variable.name|upper }}">
|
|
<td>
|
|
{% if variable.is_editable %}
|
|
<a href="#" data-variable="{{ variable.name }}" class="editLink">{{ get_icon('b_edit', 'Edit'|trans) }}</a>
|
|
{% else %}
|
|
<span title="{% trans 'This is a read-only variable and can not be edited' %}" class="read_only_var">
|
|
{{ get_icon('bd_edit', 'Edit'|trans) }}
|
|
</span>
|
|
{% endif %}
|
|
</td>
|
|
<td class="var-name font-weight-bold">
|
|
{% if variable.doc_link != null %}
|
|
<span title="{{ variable.name|replace({'_': ' '}) }}">
|
|
{{ variable.doc_link|raw }}
|
|
</span>
|
|
{% else %}
|
|
{{ variable.name|replace({'_': ' '}) }}
|
|
{% endif %}
|
|
</td>
|
|
<td class="var-value text-right text-monospace{{ is_superuser ? ' editable' }}">
|
|
{% if variable.is_escaped %}
|
|
{{ variable.value|raw }}
|
|
{% else %}
|
|
{{ variable.value|e|replace({',': ',​'})|raw }}
|
|
{% endif %}
|
|
</td>
|
|
</tr>
|
|
|
|
{% if variable.has_session_value %}
|
|
<tr class="var-row" data-filter-row="{{ variable.name|upper }}">
|
|
<td></td>
|
|
<td class="var-name font-italic">{{ variable.name|replace({'_': ' '}) }} ({% trans 'Session value' %})</td>
|
|
<td class="var-value text-right text-monospace">{{ variable.session_value }}</td>
|
|
</tr>
|
|
{% endif %}
|
|
{% endfor %}
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
{% else %}
|
|
{{ 'Not enough privilege to view server variables and settings. %s'|trans|format(
|
|
link_to_var_documentation('show_compatibility_56', is_mariadb)
|
|
)|error }}
|
|
{% endif %}
|