Voici votre URL de partage https://sharemycode.io/c/4e82bdd (Cliquer pour copier) (Copié)

<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta name="description" content="">
        <meta name="author" content="">
        <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>⚫️</text></svg>">

        <title>{% block title %}Accueil{% endblock %} - CharlyExpress</title>

        {# Feuilles de styles CSS <!-- Bootstrap core CSS --> #}
        <link rel="stylesheet" href="{{ asset('assets/css/bootstrap.min.css')}}">
        {% block stylesheets %}{% endblock %}
        {# <link href="https://getbootstrap.com/docs/4.0/dist/css/bootstrap.min.css" rel="stylesheet"> les TROIS #}
        <link rel="stylesheet" href="{{ asset('assets/css/styles.css')}}">

        
            <link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
            <link href="https://unpkg.com/bootstrap-datepicker@1.9.0/dist/css/bootstrap-datepicker3.min.css" rel="stylesheet">

        {# Fichiers JS #}
        <script src="{{ asset('assets/js/bootstrap.bundle.mins.js')}}" defer></script>
        <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
        <link  href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"  rel="stylesheet">
        <!-- Bootstrap core JavaScript -->
        <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" crossorigin="anonymous"></script>
        <script src="https://getbootstrap.com/docs/4.0/assets/js/vendor/popper.min.js"></script>
        <script src="https://getbootstrap.com/docs/4.0/dist/js/bootstrap.min.js"></script>
        <script src="https://unpkg.com/bootstrap-datepicker@1.9.0/dist/js/bootstrap-datepicker.min.js"></script>

        <script type="text/javascript">
            $(function () {
                $('.datepicker').datepicker();
            });
        </script>
        {% block javascripts %}{% endblock %}
        <script src="{{ asset('assets/js/scripts.js')}}" defer></script>

        <style>
        /**
         * The CSS shown here will not be introduced in the Quickstart guide, but shows
         * how you can use CSS to style your Element's container.
         */
        .StripeElement {
            box-sizing: border-box;
            height: 40px;
            width: 100%;
            padding: 10px 12px;
            border: 1px solid transparent;
            border-radius: 4px;
            background-color: white;
            box-shadow: 0 1px 3px 0 #e6ebf1;
            -webkit-transition: box-shadow 150ms ease;
            transition: box-shadow 150ms ease;
        }
        .StripeElement--focus {
            box-shadow: 0 1px 3px 0 #cfd7df;
        }
        .StripeElement--invalid {
            border-color: #0A9B01;
        }
        .StripeElement--webkit-autofill {
            background-color: #fefde5 !important;
        }
    </style>
    </head>

    <body>
        {% include "_includes/_nav.html.twig" %}
        {% if app.user and app.user.isVerified == false %}

            <div class="alert alert-warning alert-dismissible" role="alert">
                <button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
                <div class="alert-message">
                    <strong>Votre Compte n'a pas encore acivé</strong>, <a href="{{ path('resend_verif') }}">renvoyer le lien d'activation</a>
                </div>
            </div>
            
        {% endif %}

        {% include "_includes/_flash.html.twig" %}
        
        {% block body %}{% endblock %}

        {% include "_includes/_footer.html.twig" %}
    </body>
</html>

Informations

Cet extrait a été créé le 17 mars 2023 à 14:07:03

Cet extrait expire le 16 avr. 2023 à 14:07:03

Langage : php

Logo php

Link

Voici votre URL de partage : https://sharemycode.io/c/4e82bdd Copié

Demander la suppression