-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
1,767 additions
and
203 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,55 @@ | ||
<#include "/layout/admin/_layout.html" /><@head title="四眼井-后台管理系统 "></@head><@body> | ||
<div class="ui-box"> | ||
<div class="ui-box-title"> | ||
<h3>xxx | ||
<span style=""> | ||
( | ||
<span id="J_module_myapp_count"> | ||
10 | ||
</span>) | ||
</span> | ||
</h3> | ||
<a href="#" class="ui-box-title-more" title="管理我的应用"> | ||
More | ||
</a> | ||
</div> | ||
<div class="ui-box-container ui-box-content"> | ||
<ul class="ui-article-list"> | ||
<li class="ui-article-item"> | ||
<a href="#"> | ||
LinkedIn 实时低延迟数据抓取系统 Databus 开源 | ||
</a> | ||
</li> | ||
<li class="ui-article-item"> | ||
<a href="#"> | ||
LinkedIn 实时低延迟数据抓取系统 Databus 开源 | ||
</a> | ||
</li> | ||
<li class="ui-article-item"> | ||
<a href="#"> | ||
LinkedIn 实时低延迟数据抓取系统 Databus 开源 | ||
</a> | ||
</li> | ||
<li class="ui-article-item"> | ||
<a href="#"> | ||
LinkedIn 实时低延迟数据抓取系统 Databus 开源 | ||
</a> | ||
</li> | ||
<li class="ui-article-item"> | ||
<a href="#"> | ||
LinkedIn 实时低延迟数据抓取系统 Databus 开源 | ||
</a> | ||
</li> | ||
<li class="ui-article-item"> | ||
<a href="#"> | ||
LinkedIn 实时低延迟数据抓取系统 Databus 开源 | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
<#include "/layout/admin/_layout.html" /><@head title="四眼井-后台管理系统 "></@head><@body> | ||
<div class="ui-box"> | ||
<div class="ui-box-title"> | ||
<h3>xxx | ||
<span style=""> | ||
( | ||
<span id="J_module_myapp_count"> | ||
10 | ||
</span>) | ||
</span> | ||
</h3> | ||
<a href="#" class="ui-box-title-more" title="管理我的应用"> | ||
More | ||
</a> | ||
</div> | ||
<div class="ui-box-container ui-box-content"> | ||
<ul class="ui-article-list"> | ||
<#if job??> | ||
<#list job as job> | ||
<li class="ui-article-item"> | ||
<a href="#"> | ||
${job.title} | ||
</a> | ||
</li> | ||
</#list> | ||
</#if> | ||
<li class="ui-article-item"> | ||
<a href="#"> | ||
LinkedIn 实时低延迟数据抓取系统 Databus 开源 | ||
</a> | ||
</li> | ||
<li class="ui-article-item"> | ||
<a href="#"> | ||
LinkedIn 实时低延迟数据抓取系统 Databus 开源 | ||
</a> | ||
</li> | ||
<li class="ui-article-item"> | ||
<a href="#"> | ||
LinkedIn 实时低延迟数据抓取系统 Databus 开源 | ||
</a> | ||
</li> | ||
<li class="ui-article-item"> | ||
<a href="#"> | ||
LinkedIn 实时低延迟数据抓取系统 Databus 开源 | ||
</a> | ||
</li> | ||
<li class="ui-article-item"> | ||
<a href="#"> | ||
LinkedIn 实时低延迟数据抓取系统 Databus 开源 | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</@body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.