mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +09:00
issue 70 article management in document, comment module
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8711 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f3c3adc5d4
commit
a1a14d4b76
6 changed files with 89 additions and 53 deletions
|
|
@ -51,7 +51,7 @@
|
|||
<h2 class="h2">선택한 글 관리</h2>
|
||||
<div class="table even">
|
||||
<table width="100%" border="1" cellspacing="0" id="documentManageListTable">
|
||||
<caption>선택한 글 <strong>8</strong></caption>
|
||||
<caption>선택한 글 <strong id="selectedDocumentCount"></strong></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="title">Title</th>
|
||||
|
|
|
|||
|
|
@ -139,6 +139,7 @@ function completeGetDocumentList(ret_obj, response_tags)
|
|||
'</tr>'+
|
||||
'<input type="hidden" name="cart[]" value="'+objDocument.document_srl+'" />';
|
||||
}
|
||||
jQuery('#selectedDocumentCount').html(document_list.length);
|
||||
}
|
||||
jQuery('#documentManageListTable>tbody').html(htmlListBuffer);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue