summaryrefslogtreecommitdiff
path: root/public/app/views/templates
diff options
context:
space:
mode:
authorGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-06-02 03:31:32 +0300
committerGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-06-02 03:31:32 +0300
commit48632666db08ccb58291b34e693280bf15d44fdf (patch)
tree0a738d62f1ede9066e57acbec984b1e3314f6ec0 /public/app/views/templates
parenta8429525dfcfa7d5ca60fd98a240e2b5c92c5edf (diff)
downloadgyraf1gov-48632666db08ccb58291b34e693280bf15d44fdf.tar.gz
gyraf1gov-48632666db08ccb58291b34e693280bf15d44fdf.tar.bz2
gyraf1gov-48632666db08ccb58291b34e693280bf15d44fdf.zip
Auth class cleaned; hot session reset
Diffstat (limited to 'public/app/views/templates')
-rw-r--r--public/app/views/templates/application.php28
-rw-r--r--public/app/views/templates/penalty.php8
2 files changed, 8 insertions, 28 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>
diff --git a/public/app/views/templates/penalty.php b/public/app/views/templates/penalty.php
index 4709d60..cad9221 100644
--- a/public/app/views/templates/penalty.php
+++ b/public/app/views/templates/penalty.php
@@ -64,13 +64,11 @@
};
</script>
-
<?php // include select2 supplementary functions
////////////////////////////////////////////////////////////////////////////
Render::view('js/select2-supplementary');
?>
-
<script>// pass dynamic js prepared by form designer
$(document).ready(function() {
@@ -81,7 +79,6 @@
});
</script>
-
<?php // handle form submition
////////////////////////////////////////////////////////////////////////////
Render::view('js/submit/penalty-form');
@@ -152,5 +149,8 @@
});
</script>
-->
-
+<?php // credits
+ //////////////////////////////////////////////////////////////////////////////
+ Render::view('js/credits');
+?>
</html>