1
1
include(config/fluid-project.qdocconf)
2
- include($QT_INSTALL_DOCS/global/qt-html-templates-online .qdocconf)
2
+ include($QT_INSTALL_DOCS/global/qt-html-templates-offline .qdocconf)
3
3
4
- HTML.nonavigationbar = "true "
4
+ HTML.nonavigationbar = "false "
5
5
6
6
HTML.navigationseparator = ""
7
7
8
8
HTML.stylesheets = \
9
9
template/style/base.css \
10
- template/style/liri.css
10
+ template/style/liri.css \
11
+ template/style/liri.eot \
12
+ template/style/liri.svg \
13
+ template/style/liri.ttf \
14
+ template/style/liri.woff
11
15
12
16
HTML.headerstyles = \
13
17
"<!-- begin headerstyles -->\n" \
@@ -19,23 +23,22 @@ HTML.headerstyles = \
19
23
"<!-- end headerstyles -->\n" \
20
24
21
25
HTML.headerscripts = \
22
- " <script defer type=\"text/javascript\" src=\"https://code.jquery.com/jquery-3.2.1.min.js\"></script>\n" \
23
26
" <script defer type=\"text/javascript\" src=\"https://code.getmdl.io/1.3.0/material.min.js\"></script>\n" \
24
27
25
28
HTML.endheader = \
26
29
"</head>\n"
27
30
28
31
HTML.postheader = \
29
32
"<!-- begin postheader -->\n" \
30
- "<div style=\"display: none;\">\n" \
31
- "<!-- end postheader -->\n" \
32
-
33
- HTML.postpostheader = \
34
- "<!-- begin postpostheader -->\n" \
35
- "</div>\n" \
36
33
"<body class=\"mdl-demo mdl-color--grey-100 mdl-color-text--grey-700 mdl-base\">\n" \
37
34
" <div class=\"liri-layout mdl-layout mdl-js-layout mdl-layout--fixed-header\">\n" \
38
35
" <header class=\"mdl-layout__header mdl-layout__header--scroll\">\n" \
36
+ " <div class=\"mdl-layout__header-row\">\n" \
37
+ " <i class=\"icon-liri liri-bird pointer\" onclick=\"location.href='index.html'\"></i>\n" \
38
+ " <span class=\"mdl-layout-title pointer mdl-layout--large-screen-only\"" \
39
+ " onclick=\"location.href='/'\">Liri</span>\n" \
40
+ " <span class=\"mdl-layout-title mdl-layout--small-screen-only\">Fluid API</span>\n" \
41
+ " </div>\n" \
39
42
" </header>\n" \
40
43
" <div class=\"liri-ribbon mdl-color--primary\"></div>\n" \
41
44
" <main class=\"liri-main mdl-layout__content\">\n" \
@@ -44,6 +47,12 @@ HTML.postpostheader = \
44
47
" <div class=\"liri-content mdl-color--white mdl-shadow--4dp content mdl-color-text--grey-800 mdl-cell mdl-cell--8-col pt32\">\n" \
45
48
" <a name=\"top\"></a>\n" \
46
49
" <div class=\"container\">\n" \
50
+ " <ul class=\"navigationbar\">\n" \
51
+ "<!-- end postheader -->\n" \
52
+
53
+ HTML.postpostheader = \
54
+ "<!-- begin postpostheader -->\n" \
55
+ " </ul>\n" \
47
56
"<!-- end postpostheader -->\n" \
48
57
49
58
HTML.prologue = ""
0 commit comments