tao-test/app/tao/views/templates/roles/form.tpl

14 lines
353 B
Smarty
Raw Normal View History

2022-08-29 20:14:13 +02:00
<?php
use oat\tao\helpers\Template;
?>
<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">
<?=get_data('myForm')?>
</div>
</div>
<?php Template::inc('footer.tpl', 'tao') ?>