4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
5 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
5 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
6 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{LANGUAGE_CODE}}" lang="{{LANGUAGE_CODE}}"> |
6 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{LANGUAGE_CODE}}" lang="{{LANGUAGE_CODE}}"> |
7 <head> |
7 <head> |
8 <meta charset="utf-8" /> |
8 <meta charset="utf-8" /> |
9 <meta http-equiv="Content-type" content="text/html;charset=UTF-8" /> |
9 <meta http-equiv="Content-type" content="text/html;charset=UTF-8" /> |
10 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> |
10 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> |
11 <meta http-equiv="content-language" content="{{LANGUAGE_CODE}}" /> |
11 <meta http-equiv="content-language" content="{{LANGUAGE_CODE}}" /> |
12 <link rel="SHORTCUT ICON" href="{% static 'hdalab/img/favicon.ico' %}" /> |
12 <link rel="SHORTCUT ICON" href="{% static 'hdalab/img/favicon.ico' %}" /> |
13 <title>{% block title %}HdA Lab{% endblock %}</title> |
13 <title>{% block title %}HdA Lab{% endblock %}</title> |
14 |
14 |
15 {% block css_import %} |
15 {% block css_import %} |
16 <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/common.css' %}" /> |
16 <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/common.css' %}" /> |
17 <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/header.css' %}" /> |
17 <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/header.css' %}" /> |