tao-test/app/taoClientDiagnostic/views/templates/exclusionList/form.tpl

26 lines
862 B
Smarty

<?php
use oat\tao\helpers\Template;
Template::inc('form_context.tpl', 'tao');
?>
<?= tao_helpers_Scriptloader::render() ?>
<header class="section-header flex-container-full">
<h2><?=get_data('formTitle')?></h2>
</header>
<div class="main-container flex-container-main-form">
<div class="form-content exclusion-list-form">
<?=get_data('myForm')?>
<div class="excluded-version-tooltip-content tooltip-content">
The version to exclude as we know of some important issues that might impact the user experience.<br>
<hr style="margin:5px 0;"/>
<strong>Examples:</strong><br>
<i>10</i><br>
<i>10.1</i><br>
<i>57.0.1</i><br>
</div>
</div>
</div>
<div class="data-container-wrapper flex-container-remaining"></div>
<?php Template::inc('footer.tpl', 'tao'); ?>