This repository was archived by the owner on May 8, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsideroom.php
More file actions
52 lines (40 loc) · 2.61 KB
/
sideroom.php
File metadata and controls
52 lines (40 loc) · 2.61 KB
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
<div class="sideroom" id="sideroom">
<div class="bg_color-sideroom" style="background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 80%) 100%, #fff, 18%, #fff), url(<?php $this->options->logobgcolor(); ?>) no-repeat center;
background-position-x: center;
background-position-y: center;
background-size: cover;
object-fit: cover;">
<img class="alaver-img" src="<?php $this->options->logoCss(); ?>">
</div>
<div class="sibar-data-ab"><div class="sibar-data-a">
<?php Typecho_Widget::widget('Widget_Stat')->to($stat); ?>
<ul class="sibar-data-a-ul">
<li><?php $stat->publishedPostsNum() ?></li><li>文章数</li>
</ul class="sibar-data-a-ul">
<ul class="sibar-data-a-ul"><li><?php $stat->categoriesNum() ?></li><li>分类数</li></ul>
<ul class="sibar-data-a-ul"><li><?php $stat->publishedCommentsNum() ?></li><li>评论数</li></ul>
</div></div>
<div class="nav_menu-mb" >
<ul id="nav_menu-m">
<div id="nav_list_a">
<div class="nav_list_a-padding"> <li><a href="<?php $this->options->siteUrl(); ?>">首页</a></li>
<?php $this->widget('Widget_Contents_Page_List')
->parse('<li ><a href="{permalink}">{title}</a></li>'); ?>
</div></div>
</ul>
<!-- <ul id="nav_menu-m">
<li id="nav_list_a_g" >分类</li>
<div id="nav_list_b"> <div class="nav_list_a-padding"> <?php $this->widget('Widget_Metas_Category_List')
->parse('<li><a href="{permalink}">{name}</a> </li>'); ?>
</ul> -->
</div>
<footer id="footermobile" class="footermobile">
<h3 class="text-ellipsis">©2025 Copyright <a href="<?php $this->options->siteUrl(); ?>"><?php $this->options->title(); ?></a><?php $this->options->logoFooter(); ?></h3>
<h4 class="text-ellipsis_copy">Powered by Typecho | Theme by <a href="https://github.com/qine233/NoLine">Noline-V20250409</a></h4>
<span id="runtime_span" style=" color: #656d8b;
font-weight: bold;"></span>
</footer></div>
</div>
</div>
<div class="sideroom-blur" id="sideroom-blur">
</div>