mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-03 16:24:28 +08:00
初始化项目
This commit is contained in:
37
view/index/post/articles_read.html
Normal file
37
view/index/post/articles_read.html
Normal file
@@ -0,0 +1,37 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{:get_system_config('site_name')}</title>
|
||||
{include file='common/_articles_require'/}
|
||||
<link rel="stylesheet" href="/static/lib/quill/quill.snow.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="layui-container main-container">
|
||||
<div class="layui-row layui-col-space4">
|
||||
{include file='common/_articles_left'/}
|
||||
<div class="layui-col-md7">
|
||||
<div class="main-container">
|
||||
<div class="content-container">
|
||||
<div class="title">
|
||||
{$post.title}
|
||||
</div>
|
||||
<div class="info">
|
||||
<span>{$post->publish_time_text}</span>
|
||||
</div>
|
||||
<div class="ql-snow">
|
||||
<div class="ql-editor">{$post->content_html|raw}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{include file='common/_articles_right'/}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
0
view/index/post/blog_read.html
Normal file
0
view/index/post/blog_read.html
Normal file
68
view/index/post/documents_read.html
Normal file
68
view/index/post/documents_read.html
Normal file
@@ -0,0 +1,68 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{$post.title}-{:get_system_config('site_name')}</title>
|
||||
{include file='common/_documents_require'/}
|
||||
<link rel="stylesheet" href="/static/lib/quill/quill.snow.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="layui-row read-header" style="display: flex;align-items: center;">
|
||||
<div class=" layui-col-md2">
|
||||
<a href="{:url('Index/index')}" class="site-logo">
|
||||
|
||||
<img src="{:get_source_link(get_system_config('site_logo'))}" alt="">
|
||||
<div>{$post.title}</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="layui-col-md10">
|
||||
{include file='common/_documents_nav'/}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="layui-row main-body">
|
||||
{notempty name='list_post'}
|
||||
|
||||
<div class="layui-col-md2 full-height">
|
||||
<div class="layui-card full-height">
|
||||
<div class="layui-card-header"><a
|
||||
href="{:url('read',['category_id'=>$Request.param.category_id,'id'=>$post.id])}">{$post.title}</a></div>
|
||||
<div class="layui-card-body list-container">
|
||||
<ol>
|
||||
{volist name='list_post' id='l_post'}
|
||||
|
||||
<li><a
|
||||
href="{:url('read',['category_id'=>$Request.param.category_id,'id'=>$l_post.id])}">{$l_post.title}</a>
|
||||
</li>
|
||||
{/volist}
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/notempty}
|
||||
|
||||
<div class="layui-col-md10 {empty name='list_post'} layui-col-md-offset1 {/empty}">
|
||||
<div class="post-container">
|
||||
<div class="post-title">{$post.title}</div>
|
||||
<div class="info">
|
||||
<span>{$post->publish_time_text}</span>
|
||||
</div>
|
||||
<div class="post-content">
|
||||
<div class="ql-snow">
|
||||
<div class="ql-editor">{$post->content_html|raw}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="layui-row">
|
||||
<div class="layui-row" style="text-align: center;margin-top: 15px;">
|
||||
<a href="http://www.beian.miit.gov.cn/" target="_blank">{:get_system_config('site_beian')}</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
40
view/index/post/easy_blue_read.html
Normal file
40
view/index/post/easy_blue_read.html
Normal file
@@ -0,0 +1,40 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport"
|
||||
content="width=device-width,user-scalable=no,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0">
|
||||
<title>{:get_system_config('site_name')}-首页</title>
|
||||
|
||||
{include file='common/_easy_blue_require'/}
|
||||
<link rel="stylesheet" href="/static/lib/quill/quill.snow.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{include file='common/_easy_blue_header'/}
|
||||
<div style="margin-top: 80px;">
|
||||
<div class="main-newsdate">
|
||||
<div class="layui-container">
|
||||
<p class="news"><a href="">实时新闻</a> > 新闻详情</p>
|
||||
<h1>{$post.title}</h1>
|
||||
<p class="pushtime">发布时间:<span>{$post.publish_time_text}</span></p>
|
||||
<p class="introTop">{$post.desc_html}</p>
|
||||
<div class="ql-editor">
|
||||
{$post.content_html|raw}
|
||||
</div>
|
||||
<p class="introBott">
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{include file='common/_easy_blue_footer'/}
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://cdn.staticfile.org/html5shiv/r29/html5.min.js"></script>
|
||||
<script src="https://cdn.staticfile.org/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user