35 lines
1.3 KiB
HTML
35 lines
1.3 KiB
HTML
<header id="masthead" class="site-header">
|
|
<div class="top_bar uk-sticky">
|
|
<div class="mobile_logo">
|
|
<a href="/"><img th:src="${theme.config.base_top_set.mobile_logo}"></a>
|
|
</div>
|
|
|
|
<th:block th:replace="~{'modules/header/header-search'}"></th:block>
|
|
|
|
<th:block th:if="${not #strings.contains('mod_third,mod_third_s',theme.config.style.layout_set)}">
|
|
<th:block th:replace="~{modules/header/header-tool :: header-tool}"></th:block>
|
|
</th:block>
|
|
|
|
<th:block th:unless="${not #strings.contains('mod_third,mod_third_s',theme.config.style.layout_set)}">
|
|
<th:block th:replace="~{modules/header/header-tool :: header-tool-third}"></th:block>
|
|
</th:block>
|
|
|
|
</div>
|
|
<div class="uk-sticky-placeholder" hidden="" style="height: 72px; width: 590px; margin: 0px;"></div>
|
|
|
|
|
|
</header><!-- #masthead -->
|
|
|
|
<div class="index_banner">
|
|
<div class="bg bg1"></div>
|
|
<div class="bg bg2"></div>
|
|
<div class="user_info">
|
|
<div class="top">
|
|
<div class="left">
|
|
<div class="name">[[${theme.config.base_set.nice_name}]]</div>
|
|
<div class="des">[[${theme.config.base_set.admin_des}]]</div>
|
|
</div>
|
|
<div class="avatar"><img th:src="${theme.config.base_set.default_avatar}"></div>
|
|
</div>
|
|
</div>
|
|
</div> |