src/hdalab/templates/base.html
changeset 668 f66c544255e1
parent 627 3fd558fa38b1
equal deleted inserted replaced
667:d90c915bb1bd 668:f66c544255e1
    27 
    27 
    28     </head>
    28     </head>
    29     <body>
    29     <body>
    30 {% block header %}
    30 {% block header %}
    31         <header id="header">
    31         <header id="header">
    32             
    32 
    33             <div class="top">
    33             <div class="top">
    34                 <div id="logo">
    34                 <div id="logo">
    35                     <div class="row">
    35                     <div class="row">
    36                         <h1><a href="{% url 'home' %}"><img src="{% static 'hdalab/img/logo-hda.png' %}" alt="HdA Lab"></a></h1>
    36                         <h1><a href="{% url 'home' %}"><img src="{% static 'hdalab/img/logo-hda.png' %}" alt="HdA Lab"></a></h1>
    37                     </div>
    37                     </div>
   123             cookieResetButton: false,
   123             cookieResetButton: false,
   124             cookiePolicyLink: '{% url 'a_propos' %}', // if applicable, enter the link to your privacy policy here...
   124             cookiePolicyLink: '{% url 'a_propos' %}', // if applicable, enter the link to your privacy policy here...
   125             cookieMessage: '{% trans 'We use cookies on this website, you can <a href="{{cookiePolicyLink}}" title="read about our cookies">read about them here</a>. To use the website as intended please...'%}',
   125             cookieMessage: '{% trans 'We use cookies on this website, you can <a href="{{cookiePolicyLink}}" title="read about our cookies">read about them here</a>. To use the website as intended please...'%}',
   126             cookieAcceptButtonText: "{% trans 'ACCEPT COOKIES' %}",
   126             cookieAcceptButtonText: "{% trans 'ACCEPT COOKIES' %}",
   127             cookieDeclineButtonText: "{% trans 'DECLINE COOKIES' %}",
   127             cookieDeclineButtonText: "{% trans 'DECLINE COOKIES' %}",
   128             cookieNotificationLocationBottom: false, // top or bottom - they are your only options, so true for bottom, false for top            
   128             cookieNotificationLocationBottom: false, // top or bottom - they are your only options, so true for bottom, false for top
   129         });
   129         });
   130     });
   130     });
   131     </script>
   131     </script>
   132 {% analytics %}
   132 {% analytics 'sync' %}
   133     </body>
   133     </body>
   134 </html>
   134 </html>