start page
This commit is contained in:
parent
9527186c96
commit
525f573f73
|
@ -21,10 +21,8 @@
|
||||||
"E:\\Work\\go\\src\\github.com\\b3log\\wide\\data\\user_workspaces\\admin\\src\\mytest",
|
"E:\\Work\\go\\src\\github.com\\b3log\\wide\\data\\user_workspaces\\admin\\src\\mytest",
|
||||||
"E:\\Work\\go\\src\\github.com\\b3log\\wide\\data\\user_workspaces\\admin\\src\\mytest\\hello"
|
"E:\\Work\\go\\src\\github.com\\b3log\\wide\\data\\user_workspaces\\admin\\src\\mytest\\hello"
|
||||||
],
|
],
|
||||||
"Files": [
|
"Files": [],
|
||||||
"E:\\Work\\go\\src\\github.com\\b3log\\wide\\data\\user_workspaces\\admin\\src\\mytest\\hello\\main.go"
|
"CurrentFile": ""
|
||||||
],
|
|
||||||
"CurrentFile": "E:\\Work\\go\\src\\github.com\\b3log\\wide\\data\\user_workspaces\\admin\\src\\mytest\\hello\\main.go"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -2,19 +2,6 @@
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
padding: 50px 70px;
|
padding: 50px 70px;
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
color: #666;
|
|
||||||
}
|
|
||||||
|
|
||||||
#startPage .details {
|
|
||||||
width: 40%;
|
|
||||||
float: left;
|
|
||||||
border-right: 1px solid #DDD;
|
|
||||||
margin-right: 10%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#startPage .news {
|
|
||||||
width: 50%;
|
|
||||||
float: left;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#startPage a {
|
#startPage a {
|
||||||
|
@ -26,6 +13,43 @@
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#startPage .title {
|
||||||
|
background-color: #f5f5f5;
|
||||||
|
border-bottom-width: 0 !important;
|
||||||
|
border-radius: 3px 3px 0 0;
|
||||||
|
font-size: 18px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
padding: 5px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#startPage .details {
|
||||||
|
width: 30%;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
#startPage .details label {
|
||||||
|
color: #666;
|
||||||
|
}
|
||||||
|
|
||||||
|
#startPage .details li.border {
|
||||||
|
padding-bottom: 5px;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
border-bottom: 1px solid #f1f1f1;
|
||||||
|
}
|
||||||
|
|
||||||
|
#startPage .news {
|
||||||
|
height: 300px;
|
||||||
|
width: 60%;
|
||||||
|
float: right;
|
||||||
|
border-left: 1px solid #f1f1f1;
|
||||||
|
margin-left: 10%;
|
||||||
|
padding-left: 10%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#startPage .news li {
|
||||||
|
border-bottom: 1px solid #f1f1f1;
|
||||||
|
}
|
||||||
|
|
||||||
#startPage .date {
|
#startPage .date {
|
||||||
color: #bbb;
|
color: #bbb;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
|
|
@ -123,7 +123,7 @@ var editors = {
|
||||||
length = 10;
|
length = 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
var listHTML = "<ul>";
|
var listHTML = "<ul><li class='title'>社区</li>";
|
||||||
for (var i = 0; i < length; i++) {
|
for (var i = 0; i < length; i++) {
|
||||||
var article = articles[i];
|
var article = articles[i];
|
||||||
listHTML += "<li>"
|
listHTML += "<li>"
|
||||||
|
|
|
@ -1,28 +1,31 @@
|
||||||
<div class="fn-clear">
|
<div class="fn-clear">
|
||||||
<ul class="details">
|
<ul class="details">
|
||||||
|
<li class="title">Wide</li>
|
||||||
<li>
|
<li>
|
||||||
{{.i18n.username}} {{.username}}
|
<label>{{.i18n.username}}</label>
|
||||||
|
{{.username}}
|
||||||
|
</li>
|
||||||
|
<li class="border">
|
||||||
|
<label>{{.i18n.workspace}}</label>
|
||||||
|
{{.username}}
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
{{.i18n.workspace}} {{.username}}
|
<label>{{.i18n.user_guide}}</label> <br/>
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
{{.i18n.user_guide}}
|
|
||||||
<a href="http://88250.gitbooks.io/wide-user-guide" target="_blank">88250.gitbooks.io/wide-user-guide</a>
|
<a href="http://88250.gitbooks.io/wide-user-guide" target="_blank">88250.gitbooks.io/wide-user-guide</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="border">
|
||||||
{{.i18n.dev_guide}}
|
<label>{{.i18n.dev_guide}}</label><br/>
|
||||||
<a href="http://88250.gitbooks.io/wide-dev-guide" target="_blank">88250.gitbooks.io/wide-dev-guide</a>
|
<a href="http://88250.gitbooks.io/wide-dev-guide" target="_blank">88250.gitbooks.io/wide-dev-guide</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Wide <br/>
|
<label>{{.i18n.ver}}</label> {{.ver}}<br/>
|
||||||
{{.i18n.ver}} {{.ver}}<br/>
|
<label>{{.i18n.dev_team}}</label>
|
||||||
{{.i18n.dev_team}} B3log<br/>
|
<a href="https://github.com/b3log/b3log-solo/wiki/About_us" target="_blank">B3log</a><br/>
|
||||||
{{.i18n.project_address}}
|
<label>{{.i18n.project_address}}</label>
|
||||||
<a href="https://github.com/b3log/wide" target="_blank">github.com/b3log/wide</a>
|
<a href="https://github.com/b3log/wide" target="_blank">github.com/b3log/wide</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
{{.i18n.donate}}
|
<label>{{.i18n.donate}}</label>
|
||||||
<a href="http://b3log.org/donate.html" target="_blank">b3log.org/donate.html</a>
|
<a href="http://b3log.org/donate.html" target="_blank">b3log.org/donate.html</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in New Issue