diff options
| author | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-06-02 03:31:32 +0300 |
|---|---|---|
| committer | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-06-02 03:31:32 +0300 |
| commit | 48632666db08ccb58291b34e693280bf15d44fdf (patch) | |
| tree | 0a738d62f1ede9066e57acbec984b1e3314f6ec0 /public/app/views/templates/application.php | |
| parent | a8429525dfcfa7d5ca60fd98a240e2b5c92c5edf (diff) | |
| download | gyraf1gov-48632666db08ccb58291b34e693280bf15d44fdf.tar.gz gyraf1gov-48632666db08ccb58291b34e693280bf15d44fdf.tar.bz2 gyraf1gov-48632666db08ccb58291b34e693280bf15d44fdf.zip | |
Auth class cleaned; hot session reset
Diffstat (limited to 'public/app/views/templates/application.php')
| -rw-r--r-- | public/app/views/templates/application.php | 28 |
1 files changed, 4 insertions, 24 deletions
diff --git a/public/app/views/templates/application.php b/public/app/views/templates/application.php index 4855383..35b1435 100644 --- a/public/app/views/templates/application.php +++ b/public/app/views/templates/application.php @@ -98,13 +98,11 @@ </script> - <?php // include select2 supplementary functions //////////////////////////////////////////////////////////////////////////// Render::view('js/select2-supplementary'); ?> - <script>// pass dynamic js prepared by form designer $(document).ready(function() { @@ -115,41 +113,23 @@ }); </script> - <?php // handle form submition //////////////////////////////////////////////////////////////////////////// Render::view('js/submit/application-form'); ?> - <?php // load application pdf-designer //////////////////////////////////////////////////////////////////////////// Render::view('js/pdf-designer/application'); ?> - <?php // include attachments handling //////////////////////////////////////////////////////////////////////////// Render::view('js/attachments-handling'); ?> -<!-- -<script> -var source = { - first_name: 'George', - last_name: 'Its me!', - father_name: 'Pipis', - message: 'Adhaesiones ratione beate arbitraretur detractis perdiscere, constituant hostis polyaeno.', - constants: { - organization: 'Ministry of Nothing' - } -} - - -// pdfMake.createPdf(designer(source)).open(); -// download (+title): .download('my-doc-title.pdf'); -// open in same window: .open({}, window); -// print: .print(); -</script> ---> +<?php // credits + ////////////////////////////////////////////////////////////////////////////// + Render::view('js/credits'); +?> </html> |
