Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
S
sparrowzz
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
sgool
sparrowzz
Commits
ac5b737f
Commit
ac5b737f
authored
Oct 15, 2018
by
cy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改新闻版块,添加老师的主页链接,调整新闻页面的页头,调整新闻的图片存放文件夹到newsImages中
parent
cc222a94
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
30 行增加
和
28 行删除
+30
-28
layout/_partial/pagenav.ejs
+1
-1
layout/about.ejs
+7
-7
layout/index.ejs
+21
-19
source/css/about.style.css
+1
-1
没有找到文件。
layout/_partial/pagenav.ejs
查看文件 @
ac5b737f
<nav class="page-nav hide-on-small-only">
<div class="nav-wrapper <%= theme.color.page_nav %>" style="background-color: #187cc2 !important;">
<span class="breadcrumb"><
%= nav_head %
></span>
<span class="breadcrumb"><
a href="/">SGOOL</a
></span>
<% if (partial_path) { %>
<%- partial(partial_path) %>
<% } %>
...
...
layout/about.ejs
查看文件 @
ac5b737f
...
...
@@ -466,17 +466,17 @@
<div
class=
"section-title st-center"
>
<h3>
我们的团队
</h3>
</div>
<div
class=
"row"
style=
"width: 80%;margin: 0 auto;"
>
<div
class=
"row
professor
"
style=
"width: 80%;margin: 0 auto;"
>
<div
class=
"col-md-6"
>
<a
href=
"
/about/dongshufeng.html
"
><div
class=
"st-feature"
>
<img
src=
"/about/董
树锋
.jpg"
>
<a
href=
"
https://person.zju.edu.cn/dongshufeng
"
><div
class=
"st-feature"
>
<img
src=
"/about/董
老师
.jpg"
>
<strong
class=
"st-feature-title"
>
董树锋 老师
</strong>
<p
style=
"color: #000;"
>
执行策划
</p>
</div></a>
</div>
<div
class=
"col-md-6"
>
<a
href=
"
/about/guochuangxin.html
"
><div
class=
"st-feature"
>
<img
src=
"/about/郭
创新
.jpg"
>
<a
href=
"
https://person.zju.edu.cn/gordon
"
><div
class=
"st-feature"
>
<img
src=
"/about/郭
老师
.jpg"
>
<strong
class=
"st-feature-title"
>
郭创新 老师
</strong>
<p
style=
"color: #000;"
>
执行策划
</p>
</div></a>
...
...
@@ -495,7 +495,7 @@
<div
class=
"col-md-2"
>
<a
href=
"/about/shiyunhui.html"
><div
class=
"st-feature"
>
<img
src=
"/about/施云辉.jpg"
>
<strong
class=
"st-feature-title"
>
施云辉(
博
士)
</strong>
<strong
class=
"st-feature-title"
>
施云辉(
硕
士)
</strong>
<p
style=
"color: #000;"
>
执行策划
</p>
</div></a>
</div>
...
...
@@ -553,7 +553,7 @@
<div
class=
"col-md-3"
>
<a
href=
"/about/tangyingqi.html"
><div
class=
"st-feature"
>
<img
src=
"/about/唐莹淇.jpg"
>
<strong
class=
"st-feature-title"
>
唐
莹
淇(硕士)
</strong>
<strong
class=
"st-feature-title"
>
唐
滢
淇(硕士)
</strong>
<p
style=
"color: #000;"
>
开发
</p>
</div></a>
</div>
...
...
layout/index.ejs
查看文件 @
ac5b737f
...
...
@@ -204,10 +204,13 @@ $(document).ready(function() {
<div
class=
"news_section"
id=
"news"
>
<h2>
最新公告
</h2>
<div
class=
"news_container"
>
<
%
var
count =
0
%
>
<
%
pag
e
.
posts
.
each
(
function
(
post
)
{
%
>
<
%
sit
e
.
posts
.
each
(
function
(
post
)
{
%
>
<
%
if
(
post
.
categories
.
data
[
0
].
name =
=
"
news
")
{
%
>
<
%
count
+=
1
%
>
<div
class=
"article"
style=
"display:none"
>
...
...
@@ -220,10 +223,9 @@ $(document).ready(function() {
</div>
</div>
<
%
}
else
{
%
>
<p><
%=
post
.
categories
.
data
[
0
].
name
%
></p
>
<
%
}
})
%
>
<
%
}})
%
>
<nav
aria-label=
"Page navigation"
>
<ul
class=
"pagination"
>
...
...
@@ -233,7 +235,7 @@ $(document).ready(function() {
</a>
</li>
<
%
for
(
var
i =
1;
i
<=
Math
.
floor
(
count
/
4
);
i
++)
{
%
>
<
%
for
(
var
i =
1;
i
<=
Math
.
floor
(
count
/
4
)
+
1
;
i
++)
{
%
>
<
%
if
(
i
<=
0
)
{
%
>
<li
id=
"pageList<%= i %>"
><a
href=
"#<%= i %>"
flag=
'listPage'
>
...
...
@@ -330,7 +332,7 @@ $(document).ready(function() {
<img
src=
"images/2_15.png"
/>
</h2>
<h3><span>
配电网潮流计算
</span></h3>
<h4><span
class=
"author"
>
Author:
唐坤杰
</span>
<h4><span
class=
"author"
>
Author:
方睿
</span>
</h4>
<p>
<span
class=
"plink"
><a
href=
"/usage/配电网潮流计算.html"
>
使用说明
</a></span>
...
...
@@ -355,7 +357,7 @@ $(document).ready(function() {
<img
src=
"images/2_15.png"
/>
</h2>
<h3><span>
配电网故障重构
</span></h3>
<h4><span
class=
"author"
>
Author:
唐坤杰
</span>
<h4><span
class=
"author"
>
Author:
徐成司
</span>
</h4>
<p>
<span
class=
"plink"
><a
href=
"/usage/配电网故障重构.html"
>
使用说明
</a></span>
...
...
@@ -371,7 +373,7 @@ $(document).ready(function() {
<img
src=
"images/2_15.png"
/>
</h2>
<h3><span>
输电网潮流计算
</span></h3>
<h4><span
class=
"author"
>
Author:
唐坤杰
</span>
<h4><span
class=
"author"
>
Author:
朱嘉麒
</span>
</h4>
<p>
<span
class=
"plink"
><a
href=
"/usage/输电网潮流计算.html"
>
使用说明
</a></span>
...
...
@@ -387,7 +389,7 @@ $(document).ready(function() {
<img
src=
"images/2_15.png"
/>
</h2>
<h3><span>
输电网状态估计
</span></h3>
<h4><span
class=
"author"
>
Author:
唐坤杰
</span>
<h4><span
class=
"author"
>
Author:
许恩超
</span>
</h4>
<p>
<span
class=
"plink"
><a
href=
"/usage/输电网状态估计.html"
>
使用说明
</a></span>
...
...
@@ -403,7 +405,7 @@ $(document).ready(function() {
<img
src=
"images/2_15.png"
/>
</h2>
<h3><span>
最优潮流计算
</span></h3>
<h4><span
class=
"author"
>
Author:
唐坤杰
</span>
<h4><span
class=
"author"
>
Author:
许恩超
</span>
</h4>
<p>
<span
class=
"plink"
><a
href=
"/usage/最优潮流计算.html"
>
使用说明
</a></span>
...
...
@@ -426,26 +428,26 @@ $(document).ready(function() {
<div
class=
"download_container"
>
<div
class=
"download_card"
>
<img
src=
"images/downloadIcon1.png"
/>
<a
href=
"/download/
paper
.html"
>
<p
class=
"download_chinese"
>
相关文献
</p>
<p
class=
"download_english"
>
Articles Relate
d
</p>
<a
href=
"/download/
examples
.html"
>
<p
class=
"download_chinese"
>
算例下载
</p>
<p
class=
"download_english"
>
Examples Downloa
d
</p>
</a>
</div>
<div
class=
"download_card"
>
<img
src=
"images/downloadIcon2.png"
/>
<a
href=
"/download/
courseware
.html"
>
<p
class=
"download_chinese"
>
算例下载
</p>
<p
class=
"download_english"
>
Courses Document
</p>
<a
href=
"/download/
paper
.html"
>
<p
class=
"download_chinese"
>
相关文献
</p>
<p
class=
"download_english"
>
Articles Related
</p>
</a>
</div>
<div
class=
"download_card"
>
<img
src=
"images/downloadIcon3.png"
/>
<a
href=
"
http://baidu.com
"
>
<p
class=
"download_chinese"
>
课件
下载
</p>
<p
class=
"download_english"
>
Examples Download
</p>
<a
href=
"
/download/courseware.html
"
>
<p
class=
"download_chinese"
>
课件
资料
</p>
<p
class=
"download_english"
>
Courses Document
</p>
</a>
</div>
</div>
...
...
source/css/about.style.css
查看文件 @
ac5b737f
...
...
@@ -974,7 +974,7 @@ h6 {
/*caiyu*/
.st-feature
img
{
width
:
1
5
0px
;
width
:
1
6
0px
;
border
:
5px
solid
#187cc2
;
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论