mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-02-01 01:29:58 +09:00
css 및 js 호출순서 조정기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4f380d9c48
commit
61851f1dfe
2149 changed files with 109090 additions and 18689 deletions
32
modules/integration_search/skins/default/file.html
Normal file
32
modules/integration_search/skins/default/file.html
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<!--#include("header.html")-->
|
||||
|
||||
<h3 class="subTitle">{$lang->file} <span>({number_format($output->total_count)})</span></h3>
|
||||
|
||||
<!--@if(!count($output->data))-->
|
||||
<span class="noResult">{$lang->msg_no_result}</span>
|
||||
<!--@else-->
|
||||
<ul class="searchResult">
|
||||
<!--@foreach($output->data as $no => $file)-->
|
||||
<li>
|
||||
<dl>
|
||||
<dt><a href="{$file->url}" onclick="window.open(this.href);return false;">{$file->filename}</a> ({FileHandler::filesize($file->file_size)})</dt>
|
||||
</dl>
|
||||
<address><strong>{$file->nick_name}</strong> | <span class="time">{$file->regdate}</span> | <span class="recomNum">{number_format($file->download_count)}</span> </address>
|
||||
</li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
|
||||
<!--@if($where == 'file' && $output->page_navigation)-->
|
||||
<div class="pagination a1">
|
||||
<a href="{getUrl('page','')}" class="prevEnd">{$lang->first_page}</a>
|
||||
<!--@while($page_no = $output->page_navigation->getNextPage())-->
|
||||
<!--@if($page == $page_no)-->
|
||||
<strong>{$page_no}</strong>
|
||||
<!--@else-->
|
||||
<a href="{getUrl('page',$page_no)}">{$page_no}</a>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
<a href="{getUrl('page',$output->page_navigation->last_page)}" class="nextEnd">{$lang->last_page}</a>
|
||||
</div>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue