{% extends "layout.html" %} {% from 'modalaceedit.html' import modal_ace_edit_head %} {% from 'modalaceedit.html' import modal_ace_edit_body %} {% from 'modalaceedit.html' import modal_ace_edit_button %} {% from 'modalaceedit.html' import modal_ace_edit_jsfooter %} {% set yamleditors={ "options":{ "textidstring":"yamloptions", "varstring":"optionsstring", "modalidstring":"modaloptionsid", "title":"Set Mod Check Options", "editorvar":"editoroptions", "buttontext":"Open options", "buttonidstring":"yamloptionsbuttonid", "contentid":"optionstext" }, "rulfile":{ "textidstring":"yamlrulfile", "varstring":"rulfilestring", "modalidstring":"modalrulfileid", "title":"Set Modfile", "editorvar":"editorrulfile", "buttontext":"Open rulfile", "buttonidstring":"yamlrulfilebuttonid", "contentid":"rulfiletext" }, "basefile":{ "textidstring":"yamlbasefile", "varstring":"basefilestring", "modalidstring":"modalbasefileid", "title":"Set Base File", "editorvar":"editorbasefile", "buttontext":"Open basefile", "buttonidstring":"yamlbasefilebuttonid", "contentid":"basefiletext" }, "addfile":{ "textidstring":"yamladdfile", "varstring":"addfilestring", "modalidstring":"modaladdfileid", "title":"Add data to Basefile", "editorvar":"editoraddfile", "buttontext":"Open addfile", "buttonidstring":"yamladdfilebuttonid", "contentid":"addfiletext" }, "schemafile":{ "textidstring":"yamlschemafile", "varstring":"schemafilestring", "modalidstring":"modalschemafileid", "title":"Set Schema", "editorvar":"editorschemafile", "buttontext":"Open schemafile", "buttonidstring":"yamlschemafilebuttonid", "contentid":"schemafiletext" }, "langfile":{ "textidstring":"yamllangfile", "varstring":"langfilestring", "modalidstring":"modallangfileid", "title":"Set Languagefile", "editorvar":"editorlangfile", "buttontext":"Open langfile", "buttonidstring":"yamllangfilebuttonid", "contentid":"langfiletext" }, "exportfile":{ "textidstring":"yamlexportfile", "varstring":"exportfilestring", "modalidstring":"modalexportfileid", "title":"Export Modfile", "editorvar":"editorexportfile", "buttontext":"Open exportfile", "buttonidstring":"yamlexportfilebuttonid", "contentid":"exportfiletext" } } %} {% block title %}Rulfile checker{% endblock %} {% block head %} {{ modal_ace_edit_head(yamleditors) }} {% endblock %} {% block content %} {% for acekey in yamleditors %} {{ modal_ace_edit_body(yamleditors[acekey]) }} {% endfor %} {% for opt in ["basefile","addfile","schemafile","langfile"] %} {% endfor %}