diff --git a/console/skel/symfony-app/templates/base.html.twig b/console/skel/symfony-app/templates/base.html.twig new file mode 100644 index 0000000..043f42d --- /dev/null +++ b/console/skel/symfony-app/templates/base.html.twig @@ -0,0 +1,12 @@ + + + + + {% block title %}Welcome!{% endblock %} + {% block stylesheets %}{% endblock %} + + + {% block body %}{% endblock %} + {% block javascripts %}{% endblock %} + + diff --git a/console/skel/symfony-app/templates/default/error.html.twig b/console/skel/symfony-app/templates/default/error.html.twig new file mode 100755 index 0000000..19c9a42 --- /dev/null +++ b/console/skel/symfony-app/templates/default/error.html.twig @@ -0,0 +1,14 @@ + +
+
+

Page Not Found

+ +

Sorry, but the page you were trying to view does not exist.

+ +
+

The server returned a "{{ status_code }} {{ status_text }}".

+
+ + +
+
diff --git a/console/skel/symfony-app/templates/default/index.html.twig b/console/skel/symfony-app/templates/default/index.html.twig new file mode 100755 index 0000000..c720409 --- /dev/null +++ b/console/skel/symfony-app/templates/default/index.html.twig @@ -0,0 +1,76 @@ +{% extends 'base.html.twig' %} + +{% block body %} +
+
+
+

Welcome to Symfony {{ constant('Symfony\\Component\\HttpKernel\\Kernel::VERSION') }}

+
+ +
+

+ + + Your application is now ready. You can start working on it at: + {{ base_dir }} +

+
+ + + +
+
+{% endblock %} + +{% block stylesheets %} + +{% endblock %} diff --git a/console/skel/symfony-app/templates/default/page.html.twig b/console/skel/symfony-app/templates/default/page.html.twig new file mode 100755 index 0000000..655f027 --- /dev/null +++ b/console/skel/symfony-app/templates/default/page.html.twig @@ -0,0 +1,27 @@ + +
+
+
+

Welcome to Symfony {{ constant('Symfony\\Component\\HttpKernel\\Kernel::VERSION') }}

+
+ +
+

+ + + Your application is now ready. You can start working on it at: +

+
+ + + +
+
diff --git a/console/skel/symfony-app/templates/default/unauthorized.html.twig b/console/skel/symfony-app/templates/default/unauthorized.html.twig new file mode 100755 index 0000000..1549116 --- /dev/null +++ b/console/skel/symfony-app/templates/default/unauthorized.html.twig @@ -0,0 +1,19 @@ + +
+
+

Accès Non Autorisé

+

Désolé, mais vous n'avez pas les droits pour utiliser l'application NewsLetter.

+
+ +
+
+ Quelque-chose s'est mal passé ?
+ L'application est accessible pour les personnes connectées et les personnes ayant reçu une délégation.
+ Si vous êtes dans ce cas et avez malgré tout ce message, contactez le support + (pour le personnel de de Besançon, faîtes une demande depuis le centre de service ABItop) et laissez + nous savoir ce que vous étiez en train de faire quand vous avez eu un accès Interdit sur cette application.
+ Nous ferons alors les modifications nécessaires aussi rapidement que possible.
+ Dans tous les cas, veuillez accepter nos excuses pour la gène occasionnée.
+
+
+