mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 03:52:15 +09:00
첨부파일/문서 관리자 페이지의 목록 페이지 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2794 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d95c9611b6
commit
6f55ee9429
3 changed files with 16 additions and 8 deletions
|
|
@ -87,7 +87,7 @@ select.time_zone { width:70%; position:relative; top:4px; }
|
||||||
.tableType1 td a { color:#1d1d1d;}
|
.tableType1 td a { color:#1d1d1d;}
|
||||||
.tableType1 .tahoma { font-size:.9em; font-family:Tahoma;}
|
.tableType1 .tahoma { font-size:.9em; font-family:Tahoma;}
|
||||||
.tableType1 .tahoma a { font-size:1em;}
|
.tableType1 .tahoma a { font-size:1em;}
|
||||||
.tableType1 td.subject { padding:3px 0 3px 0; }
|
.tableType1 td.subject { padding:3px 0 3px 0; line-height:140%;}
|
||||||
.tableType1 td.blue a { color:#158692;}
|
.tableType1 td.blue a { color:#158692;}
|
||||||
.tableType1 td.red a { color:#c95b53;}
|
.tableType1 td.red a { color:#c95b53;}
|
||||||
.tableType1 td.red { color:#c95b53;}
|
.tableType1 td.red { color:#c95b53;}
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,6 @@
|
||||||
<col width="60" />
|
<col width="60" />
|
||||||
<col width="20" />
|
<col width="20" />
|
||||||
<col />
|
<col />
|
||||||
<col />
|
|
||||||
<col width="120" />
|
<col width="120" />
|
||||||
<col width="60" />
|
<col width="60" />
|
||||||
<col width="80" />
|
<col width="80" />
|
||||||
|
|
@ -34,7 +33,6 @@
|
||||||
</select><a href="#" onclick="location.href=current_url.setQuery('module_srl',xGetElementById('module_srl').options[xGetElementById('module_srl').selectedIndex].value);return false;" class="button"><span>GO</span></a>
|
</select><a href="#" onclick="location.href=current_url.setQuery('module_srl',xGetElementById('module_srl').options[xGetElementById('module_srl').selectedIndex].value);return false;" class="button"><span>GO</span></a>
|
||||||
</div>
|
</div>
|
||||||
</th>
|
</th>
|
||||||
<th scope="col">{$lang->title}</th>
|
|
||||||
<th scope="col">{$lang->user_name}</th>
|
<th scope="col">{$lang->user_name}</th>
|
||||||
<th scope="col">{$lang->readed_count}</th>
|
<th scope="col">{$lang->readed_count}</th>
|
||||||
<th scope="col">{$lang->voted_count}</th>
|
<th scope="col">{$lang->voted_count}</th>
|
||||||
|
|
@ -46,8 +44,8 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td class="tahoma">{$no}</td>
|
<td class="tahoma">{$no}</td>
|
||||||
<td><input type="checkbox" name="cart" value="{$oDocument->document_srl}" onclick="doAddDocumentCart(this)" <!--@if($oDocument->isCarted())-->checked="checked"<!--@end-->/></td>
|
<td><input type="checkbox" name="cart" value="{$oDocument->document_srl}" onclick="doAddDocumentCart(this)" <!--@if($oDocument->isCarted())-->checked="checked"<!--@end-->/></td>
|
||||||
<td class="left blue category"><a href="{getUrl('','mid',$module_list[$oDocument->get('module_srl')]->mid)}" onclick="window.open(this.href);return false">{htmlspecialchars($module_list[$oDocument->get('module_srl')]->browser_title)}</a></td>
|
<td class="left subject">
|
||||||
<td class="left">
|
<a href="{getUrl('','mid',$module_list[$oDocument->get('module_srl')]->mid)}" class="blue" onclick="window.open(this.href);return false">[{htmlspecialchars($module_list[$oDocument->get('module_srl')]->browser_title)}]</a><br />
|
||||||
<a href="{getUrl('','document_srl',$oDocument->document_srl)}" onclick="window.open(this.href);return false">{$oDocument->getTitleText()}</a>
|
<a href="{getUrl('','document_srl',$oDocument->document_srl)}" onclick="window.open(this.href);return false">{$oDocument->getTitleText()}</a>
|
||||||
|
|
||||||
<!--@if($oDocument->getCommentCount())-->
|
<!--@if($oDocument->getCommentCount())-->
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,15 @@
|
||||||
|
|
||||||
<!-- 목록 -->
|
<!-- 목록 -->
|
||||||
<table cellspacing="0" class="tableType1">
|
<table cellspacing="0" class="tableType1">
|
||||||
|
<col width="60" />
|
||||||
|
<col width="30" />
|
||||||
|
<col />
|
||||||
|
<col width="80" />
|
||||||
|
<col width="60" />
|
||||||
|
<col width="100" />
|
||||||
|
<col width="80" />
|
||||||
|
<col width="100" />
|
||||||
|
<col width="70" />
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">{$lang->no}</th>
|
<th scope="col">{$lang->no}</th>
|
||||||
|
|
@ -25,7 +34,6 @@
|
||||||
</select><a href="#" onclick="location.href=current_url.setQuery('module_srl',xGetElementById('module_srl').options[xGetElementById('module_srl').selectedIndex].value);return false;" class="button"><span>GO</span></a>
|
</select><a href="#" onclick="location.href=current_url.setQuery('module_srl',xGetElementById('module_srl').options[xGetElementById('module_srl').selectedIndex].value);return false;" class="button"><span>GO</span></a>
|
||||||
</div>
|
</div>
|
||||||
</th>
|
</th>
|
||||||
<th scope="col">{$lang->file_name}</th>
|
|
||||||
<th scope="col">{$lang->file_size}</th>
|
<th scope="col">{$lang->file_size}</th>
|
||||||
<th scope="col">{$lang->is_valid}</th>
|
<th scope="col">{$lang->is_valid}</th>
|
||||||
<th scope="col">{$lang->download_count}</th>
|
<th scope="col">{$lang->download_count}</th>
|
||||||
|
|
@ -39,8 +47,10 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td class="tahoma">{$no}</td>
|
<td class="tahoma">{$no}</td>
|
||||||
<td><input type="checkbox" name="cart" value="{$val->file_srl}" /></td>
|
<td><input type="checkbox" name="cart" value="{$val->file_srl}" /></td>
|
||||||
<td class="left blue"><a href="./?mid={$module_list[$val->module_srl]->mid}" onclick="window.open(this.href);return false;">{$module_list[$val->module_srl]->browser_title}</a></td>
|
<td class="left subject">
|
||||||
<td class="left red"><a href="{$val->download_url}">{htmlspecialchars($val->source_filename)}</a></td>
|
<a href="./?mid={$module_list[$val->module_srl]->mid}" onclick="window.open(this.href);return false;" class="blue">{$module_list[$val->module_srl]->browser_title}</a><br />
|
||||||
|
<a href="{$val->download_url}" class="red">{htmlspecialchars($val->source_filename)}</a>
|
||||||
|
</td>
|
||||||
<td class="tahoma">{$val->file_size}</td>
|
<td class="tahoma">{$val->file_size}</td>
|
||||||
<td>
|
<td>
|
||||||
<!--@if($val->isvalid=='Y')-->
|
<!--@if($val->isvalid=='Y')-->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue