|
|
|
@ -54,56 +54,16 @@ if (!empty($viewFile) && file_exists($viewFile)) {
@@ -54,56 +54,16 @@ if (!empty($viewFile) && file_exists($viewFile)) {
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="footer"> |
|
|
|
|
<div class="markdown-body"><?php echo !empty($viewData['htmlReadme']) ? $viewData['htmlReadme'] : ''; ?></div> |
|
|
|
|
<div class="copyright"> |
|
|
|
|
<?php if (!empty(FSC::$app['config']['theme'])) { ?> |
|
|
|
|
Theme name <strong><?php echo FSC::$app['config']['theme']; ?></strong> |
|
|
|
|
<br> |
|
|
|
|
<?php } ?> |
|
|
|
|
©FSC 2022 - execute time: {page_time_cost} ms |
|
|
|
|
<?php if (!empty(FSC::$app['config']['videoblog']['contact'])) { |
|
|
|
|
$contactInfo = FSC::$app['config']['videoblog']['contact']; |
|
|
|
|
echo <<<eof |
|
|
|
|
<p>{$contactInfo}</p> |
|
|
|
|
eof; |
|
|
|
|
} ?> |
|
|
|
|
<a href="https://filesite.io" target="_blank">©FileSite.io</a> 2022 - execute time: {page_time_cost} ms |
|
|
|
|
<br> |
|
|
|
|
下载<a href="https://github.com/filesite-io/machete" target="_blank">Machete源码</a>搭建私有网址导航、文档、图片、视频网站 |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<!-- The Gallery as lightbox dialog, should be a document body child element --> |
|
|
|
|
<div |
|
|
|
|
id="blueimp-gallery" |
|
|
|
|
class="blueimp-gallery blueimp-gallery-controls" |
|
|
|
|
aria-label="image gallery" |
|
|
|
|
aria-modal="true" |
|
|
|
|
role="dialog" |
|
|
|
|
> |
|
|
|
|
<div class="slides" aria-live="polite"></div> |
|
|
|
|
<h3 class="title"></h3> |
|
|
|
|
<a |
|
|
|
|
class="prev" |
|
|
|
|
aria-controls="blueimp-gallery" |
|
|
|
|
aria-label="previous slide" |
|
|
|
|
aria-keyshortcuts="ArrowLeft" |
|
|
|
|
></a> |
|
|
|
|
<a |
|
|
|
|
class="next" |
|
|
|
|
aria-controls="blueimp-gallery" |
|
|
|
|
aria-label="next slide" |
|
|
|
|
aria-keyshortcuts="ArrowRight" |
|
|
|
|
></a> |
|
|
|
|
<a |
|
|
|
|
class="close" |
|
|
|
|
aria-controls="blueimp-gallery" |
|
|
|
|
aria-label="close" |
|
|
|
|
aria-keyshortcuts="Escape" |
|
|
|
|
></a> |
|
|
|
|
<a |
|
|
|
|
class="play-pause" |
|
|
|
|
aria-controls="blueimp-gallery" |
|
|
|
|
aria-label="play slideshow" |
|
|
|
|
aria-keyshortcuts="Space" |
|
|
|
|
aria-pressed="false" |
|
|
|
|
role="button" |
|
|
|
|
></a> |
|
|
|
|
<ol class="indicator"></ol> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<script src="/js/jquery-3.6.0.min.js"></script> |
|
|
|
|