summaryrefslogtreecommitdiffstats
path: root/src/librustdoc/html/templates/page.html
blob: 8e25f6764a9c51faf6e20d2b8c2a03623eb31015 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!DOCTYPE html> {#- -#}
<html lang="en"> {#- -#}
<head> {#- -#}
    <meta charset="utf-8"> {#- -#}
    <meta name="viewport" content="width=device-width, initial-scale=1.0"> {#- -#}
    <meta name="generator" content="rustdoc"> {#- -#}
    <meta name="description" content="{{page.description}}"> {#- -#}
    <meta name="keywords" content="{{page.keywords}}"> {#- -#}
    <title>{{page.title}}</title> {#- -#}
    <link rel="preload" as="font" type="font/woff2" crossorigin href="{{static_root_path|safe}}SourceSerif4-Regular.ttf.woff2"> {#- -#}
    <link rel="preload" as="font" type="font/woff2" crossorigin href="{{static_root_path|safe}}FiraSans-Regular.woff2"> {#- -#}
    <link rel="preload" as="font" type="font/woff2" crossorigin href="{{static_root_path|safe}}FiraSans-Medium.woff2"> {#- -#}
    <link rel="preload" as="font" type="font/woff2" crossorigin href="{{static_root_path|safe}}SourceCodePro-Regular.ttf.woff2"> {#- -#}
    <link rel="preload" as="font" type="font/woff2" crossorigin href="{{static_root_path|safe}}SourceSerif4-Bold.ttf.woff2"> {#- -#}
    <link rel="preload" as="font" type="font/woff2" crossorigin href="{{static_root_path|safe}}SourceCodePro-Semibold.ttf.woff2"> {#- -#}
    <link rel="stylesheet" type="text/css" {# -#}
          href="{{static_root_path|safe}}normalize{{page.resource_suffix}}.css"> {#- -#}
    <link rel="stylesheet" type="text/css" {# -#}
          href="{{static_root_path|safe}}rustdoc{{page.resource_suffix}}.css" {# -#}
          id="mainThemeStyle"> {#- -#}
    {%- for theme in themes -%}
        <link rel="stylesheet" type="text/css" {# -#}
            href="{{static_root_path|safe}}{{theme}}{{page.resource_suffix}}.css" {# -#}
        {%- if theme == "light" -%}
            id="themeStyle"
        {%- else -%}
            disabled
        {%- endif -%}
        >
    {%- endfor -%}
    <script id="default-settings" {# -#}
      {% for (k, v) in layout.default_settings %}
        data-{{k}}="{{v}}"
      {%- endfor -%}
    ></script> {#- -#}
    <script src="{{static_root_path|safe}}storage{{page.resource_suffix}}.js"></script> {#- -#}
    {%- if page.css_class.contains("crate") -%}
    <script defer src="{{page.root_path|safe}}crates{{page.resource_suffix}}.js"></script> {#- -#}
    {%- else if page.css_class == "source" -%}
    <script defer src="{{static_root_path|safe}}source-script{{page.resource_suffix}}.js"></script> {#- -#}
    <script defer src="{{page.root_path|safe}}source-files{{page.resource_suffix}}.js"></script> {#- -#}
    {%- else if !page.css_class.contains("mod") -%}
    <script defer src="sidebar-items{{page.resource_suffix}}.js"></script> {#- -#}
    {%- endif -%}
    <script defer src="{{static_root_path|safe}}main{{page.resource_suffix}}.js"></script> {#- -#}
    {%- if layout.scrape_examples_extension -%}
    <script defer src="{{page.root_path|safe}}scrape-examples{{page.resource_suffix}}.js"></script> {#- -#}
    {%- endif -%}
    <noscript> {#- -#}
        <link rel="stylesheet" {# -#}
           href="{{static_root_path|safe}}noscript{{page.resource_suffix}}.css"> {#- -#}
    </noscript> {#- -#}
    {%- if layout.css_file_extension.is_some() -%}
        <link rel="stylesheet" type="text/css" {# -#}
            href="{{static_root_path|safe}}theme{{page.resource_suffix}}.css"> {#- -#}
    {%- endif -%}
    {%- if !layout.favicon.is_empty() -%}
        <link rel="icon" href="{{layout.favicon}}"> {#- -#}
    {%- else -%}
        <link rel="alternate icon" type="image/png" {# -#}
            href="{{static_root_path|safe}}favicon-16x16{{page.resource_suffix}}.png"> {#- -#}
        <link rel="alternate icon" type="image/png" {# -#}
            href="{{static_root_path|safe}}favicon-32x32{{page.resource_suffix}}.png"> {#- -#}
        <link rel="icon" type="image/svg+xml" {# -#}
            href="{{static_root_path|safe}}favicon{{page.resource_suffix}}.svg"> {#- -#}
    {%- endif -%}
    {{- layout.external_html.in_header|safe -}}
</head> {#- -#}
<body class="rustdoc {{page.css_class}}"> {#- -#}
    <!--[if lte IE 11]> {#- -#}
    <div class="warning"> {#- -#}
        This old browser is unsupported and will most likely display funky things. {#- -#}
    </div> {#- -#}
    <![endif]--> {#- -#}
    {{- layout.external_html.before_content|safe -}}
    <nav class="mobile-topbar"> {#- -#}
        <button class="sidebar-menu-toggle">&#9776;</button> {#- -#}
        <a class="sidebar-logo" href="{{page.root_path|safe}}{{krate_with_trailing_slash|safe}}index.html"> {#- -#}
            <div class="logo-container"> {#- -#}
            {%- if !layout.logo.is_empty() -%}
                <img src="{{layout.logo}}" alt="logo"> {#- -#}
            {%- else -%}
                <img class="rust-logo" src="{{static_root_path|safe}}rust-logo{{page.resource_suffix}}.svg" alt="logo"> {#- -#}
            {%- endif -%}
            </div> {#- -#}
        </a> {#- -#}
        <h2 class="location"></h2> {#- -#}
    </nav> {#- -#}
    <nav class="sidebar"> {#- -#}
        <a class="sidebar-logo" href="{{page.root_path|safe}}{{krate_with_trailing_slash|safe}}index.html"> {#- -#}
            <div class="logo-container"> {#- -#}
                {%- if !layout.logo.is_empty()  %}
                    <img src="{{layout.logo}}" alt="logo"> {#- -#}
                {%- else -%}
                    <img class="rust-logo" src="{{static_root_path|safe}}rust-logo{{page.resource_suffix}}.svg" alt="logo"> {#- -#}
                {%- endif -%}
            </div> {#- -#}
        </a> {#- -#}
        {{- sidebar|safe -}}
    </nav> {#- -#}
    <main> {#- -#}
        <div class="width-limiter"> {#- -#}
            <div class="sub-container"> {#- -#}
                <a class="sub-logo-container" href="{{page.root_path|safe}}{{krate_with_trailing_slash|safe}}index.html"> {#- -#}
                    {%- if !layout.logo.is_empty()  %}
                        <img src="{{layout.logo}}" alt="logo"> {#- -#}
                    {%- else -%}
                        <img class="rust-logo" src="{{static_root_path|safe}}rust-logo{{page.resource_suffix}}.svg" alt="logo"> {#- -#}
                    {%- endif -%}
                </a> {#- -#}
                <nav class="sub"> {#- -#}
                    <form class="search-form"> {#- -#}
                        <div class="search-container"> {#- -#}
                            <span></span> {#- This empty span is a hacky fix for Safari - See #93184 -#}
                            <input {# -#}
                                class="search-input" {# -#}
                                name="search" {# -#}
                                autocomplete="off" {# -#}
                                spellcheck="false" {# -#}
                                placeholder="Click or press ‘S’ to search, ‘?’ for more options…" {# -#}
                                type="search"> {#- -#}
                            <div id="help-button" title="help" tabindex="-1"> {#- -#}
                                <button type="button">?</button> {#- -#}
                            </div> {#- -#}
                            <div id="settings-menu" tabindex="-1"> {#- -#}
                                <a href="{{page.root_path|safe}}settings.html" title="settings"> {#- -#}
                                    <img width="22" height="22" alt="Change settings" {# -#}
                                     src="{{static_root_path|safe}}wheel{{page.resource_suffix}}.svg"> {#- -#}
                                </a> {#- -#}
                            </div> {#- -#}
                        </div> {#- -#}
                    </form> {#- -#}
                </nav> {#- -#}
            </div> {#- -#}
            <section id="main-content" class="content">{{- content|safe -}}</section> {#- -#}
        </div> {#- -#}
    </main> {#- -#}
    {{- layout.external_html.after_content|safe -}}
    <div id="rustdoc-vars" {# -#}
         data-root-path="{{page.root_path|safe}}" {# -#}
         data-current-crate="{{layout.krate}}" {# -#}
         data-themes="{{themes|join(",") }}" {# -#}
         data-resource-suffix="{{page.resource_suffix}}" {# -#}
         data-rustdoc-version="{{rustdoc_version}}" {# -#}
    > {#- -#}
    </div> {#- -#}
</body> {#- -#}
</html> {#- -#}