diff options
| author | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-05-04 03:02:01 +0300 |
|---|---|---|
| committer | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-05-04 03:02:01 +0300 |
| commit | 63f714d5a78b765c117ebf6bbdfdbd748dd45644 (patch) | |
| tree | 87a4db40e1ff699222ccfdf699a3904d1c665bfc /public/app/views/welcome.php | |
| parent | 931a93cd7bae092e2752064568cebe407d2bf46e (diff) | |
| download | gyraf1gov-63f714d5a78b765c117ebf6bbdfdbd748dd45644.tar.gz gyraf1gov-63f714d5a78b765c117ebf6bbdfdbd748dd45644.tar.bz2 gyraf1gov-63f714d5a78b765c117ebf6bbdfdbd748dd45644.zip | |
authentication; invitation; activation; base form setup
Diffstat (limited to 'public/app/views/welcome.php')
| -rw-r--r-- | public/app/views/welcome.php | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/public/app/views/welcome.php b/public/app/views/welcome.php index e97f748..fd3f703 100644 --- a/public/app/views/welcome.php +++ b/public/app/views/welcome.php @@ -26,15 +26,14 @@ select option { font-size: .87rem; } </head> <body class='classroom'> <div class="container" style="max-width: 640px;"> - <div class="row"> + <div class="row"> - <?php - $form = JsonToForm::make_a_form(REGISTRATION_FORM); - ?> +<?php + $form = JsonToForm::make_a_form(REGISTRATION_FORM); +?> +<?=$form['html']?> - <?=$form['html']?> - - </div> + </div> </div> @@ -196,6 +195,8 @@ $('.select-field').select2({ width: '100%' }); // --------------------------------------------------------------------------- <?=$form['init_js']?> +<?=$form['values_js']?> + // 04. FORM-LOGIC // --------------------------------------------------------------------------- |
