mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@706 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
13f60c4eef
commit
f0e586bd06
4 changed files with 22 additions and 1 deletions
BIN
plugins/newest_document/skins/default/images/document_bullet.gif
Normal file
BIN
plugins/newest_document/skins/default/images/document_bullet.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 282 B |
BIN
plugins/newest_document/skins/default/images/title_bullet.gif
Normal file
BIN
plugins/newest_document/skins/default/images/title_bullet.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 589 B |
|
|
@ -1 +1,8 @@
|
|||
<div>{$title}</div>
|
||||
<!--%import("style.css")-->
|
||||
<div class="newest_document_default_box">
|
||||
<div class="title">{$title}</div>
|
||||
|
||||
<!--@foreach($document_list as $val)-->
|
||||
<div class="item">{$val->title}</div>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
|
|
|||
14
plugins/newest_document/skins/default/style.css
Normal file
14
plugins/newest_document/skins/default/style.css
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
.newest_document_default_box {
|
||||
padding:5px;
|
||||
}
|
||||
|
||||
.newest_document_default_box .title {
|
||||
font-weight:bold;
|
||||
border-bottom:1px solid #EEEEEE;
|
||||
padding:5px;
|
||||
}
|
||||
|
||||
.newest_document_default_box .item {
|
||||
border-bottom:1px solid #EEEEEE;
|
||||
padding:5px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue