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 pathpost.php
More file actions
61 lines (41 loc) · 4.69 KB
/
post.php
File metadata and controls
61 lines (41 loc) · 4.69 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
53
54
55
56
57
58
59
60
61
<?php $this->need('public/header.php'); ?><?php $this->need('sidebar.php'); ?>
<div class="content-all content-all-post">
<div class="container">
</div>
<div id="pjax-container">
<div class="typecho-user-text">
<div class="contenthead">
<!-- 文章标题部分 -->
<span class="contentheadFortitlesmall">标题</span>
<span class="contentheadFortitle2"><svg t="1731774475229" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6729" width="32" height="32"><path d="M228.035617 651.464277c-51.246963-86.504988-30.222197-215.088408 23.553517-294.939166 7.550131-11.697284 23.575192-15.121936 34.896776-7.01548 5.584929 3.590828 9.168532 8.987907 10.606308 15.288111l0 0c1.083751 4.681803 2.160277 8.987907 3.244027 12.578734 5.397079-18.344288 12.947209-36.132251 22.650392-53.226614 29.131221-50.365512 75.72528-92.797968 125.707867-112.226007 12.961659-4.862429 27.70067 1.806251 32.931574 14.753461 2.319227 6.46638 1.972426 13.301235-0.903126 19.247414-5.043054 11.321583-9.168532 22.469766-12.781034 33.625175 37.237677-33.625175 84.344712-63.312721 132.557172-81.288535 99.813448-37.772328 213.831257-26.443519 256.632188 87.032414 5.043054 13.315685-1.618401 28.069146-14.753461 32.743724l-2.153052 0.903126c-85.067212 22.303591-116.539335 77.683257-146.761532 130.20182C651.753277 521.977732 612.731024 590.138432 474.422747 587.797531c9.175757 4.327778 21.212616 8.633881 37.057052 14.03096 13.29401 3.959303 20.68519 18.156438 16.718662 31.472123-1.986876 6.647005-6.661455 12.044084-12.781034 14.919636-63.666747 36.334552-175.524279 61.88217-247.644281 33.278374-9.891032 14.21881-25.540394 46.225584-14.565611 94.958245l0 0.180625 69.779101 0c8.265406 0 14.941311 6.834855 14.941311 15.468736 0 8.265406-6.66868 14.934086-14.941311 14.934086L247.275806 807.040316l-14.21881 0-2.153052 0c-12.578734 1.249926-24.803443-7.01548-27.51282-19.96269C189.540789 721.077203 211.49758 675.19842 228.035617 651.464277L228.035617 651.464277zM413.631553 807.040316 413.631553 807.040316l263.300868 0c8.633881 0 15.288111-6.66868 15.288111-14.934086 0-8.633881-6.647005-15.468736-15.288111-15.468736L413.631553 776.637494c-8.633881 0-15.288111 6.834855-15.288111 15.468736C398.350667 800.378861 404.997672 807.040316 413.631553 807.040316L413.631553 807.040316zM270.829323 624.666733 270.829323 624.666733c32.563099 35.619276 129.486545 12.412559 169.065124 0.368475-21.949566-13.662485-33.625175-27.881295-39.925379-39.759204-8.987907-17.975813-14.03096-56.463416 21.581091-51.788838 154.131038 19.782064 189.909264-42.446906 228.050067-109.70448 31.638298-55.02564 64.736047-113.295308 148.546109-144.608481-80.038609-131.639596-310.776378 16.906512-351.055782 107.551429-3.244027 9.891032-12.961659 17.274988-24.109843 17.274988-14.03096 0-25.359769-11.328808-25.359769-25.359769 0-0.368475 1.625626-36.869202 13.48186-84.344712-17.253313 15.634911-32.360799 34.159825-44.050857 55.02564-21.04644 37.057052-30.568997 78.420207-20.15054 116.539335 2.875552 10.440133-1.083751 21.768941-10.425683 28.069146-11.509433 7.181655-27.16602 4.306103-34.71615-7.383955-11.328808-17.253313-23.921993-33.813025-33.625175-51.969463C246.741156 492.470811 238.641925 569.272617 270.829323 624.666733L270.829323 624.666733z" fill="#354b60" p-id="6730"></path></svg>
<h1 class="post-title" itemprop="name headline">
「 <?php $this->title() ?> 」</h1></span>
<span class="contentheadFortitle3">
<img class="logo" src="<?php $this->options->logoCss(); ?>">
<span class="author"><?php $this->author() ?></span>
<span class="data">  |  <?php $this->date('Y年m月d日 '); ?></span>
</span>
<span class="contentheadFortitle4"> <?php $this->excerpt(70, '...'); ?> </span>
</div>
<div class="content-list-post border-wid">
<!-- 下面text部分 -->
<div class="typecho-text text-tream " >
</div> <span class="typecho-time">内容</span>
<div class="content-text-2 " id="write">
<?php $this->content(); ?>
<span style="display:none;color:white;"><?php get_post_view($this); ?></span>
<script >hljs.highlightAll();</script>
<div class="post-tags"> <?php $this->tags(' ', true, '该文章无TAG'); ?></div>
</div>
</div>
<?php $this->need('comments.php'); ?> </div> </div>
<script type="text/javascript">
var image = new Viewer(document.getElementById('write'),{
url: 'src'
});
</script>
</div><?php $this->need('sidebar-right.php'); ?> </div> </div>
</div>
<?php $this->need('public/footer.php'); ?>
</div>
</body>