parent
7ea4956a13
commit
e7e7ebec6f
|
|
@ -97,10 +97,10 @@ else
|
||||||
<th>제출자</th>
|
<th>제출자</th>
|
||||||
<td id="userinfo"></td>
|
<td id="userinfo"></td>
|
||||||
</tr>
|
</tr>
|
||||||
@*<tr>
|
<tr>
|
||||||
<th>제출내용</th>
|
<th>제출내용</th>
|
||||||
<td id="atext"></td>
|
<td id="atext"></td>
|
||||||
</tr>*@
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>첨부파일</th>
|
<th>첨부파일</th>
|
||||||
<td id="fileinfo"></td>
|
<td id="fileinfo"></td>
|
||||||
|
|
@ -232,11 +232,11 @@ else
|
||||||
function cblectsd() {
|
function cblectsd() {
|
||||||
var d = capResult.obj;
|
var d = capResult.obj;
|
||||||
$("#userinfo").text("[{0}]{1} | {2}".format(d.isrebatename, d.asname, d.usernameid));
|
$("#userinfo").text("[{0}]{1} | {2}".format(d.isrebatename, d.asname, d.usernameid));
|
||||||
//if (getdb(d.atext) == "") {
|
if (getdb(d.atext) == "") {
|
||||||
// $("#atext").html("- 미제출");
|
$("#atext").html("- 미제출");
|
||||||
//} else {
|
} else {
|
||||||
// $("#atext").html(getdb(d.atext).replace(/\n/gi, "<br />"));
|
$("#atext").html(getdb(d.atext).replace(/\n/gi, "<br />"));
|
||||||
//}
|
}
|
||||||
var _html = "- 제출파일 없음<br />";
|
var _html = "- 제출파일 없음<br />";
|
||||||
if (getdb(d.fileurl) != "") {
|
if (getdb(d.fileurl) != "") {
|
||||||
_html = "<a href=\"/aCommon/DownFile?fno={0}&loginfo=&issubject=1\" title=\"다운로드\"><i class=\"fa fa-paperclip\"></i> <span class=\"fileitem\">{1}</span></a><br />".format(d.fileno, d.orgname);
|
_html = "<a href=\"/aCommon/DownFile?fno={0}&loginfo=&issubject=1\" title=\"다운로드\"><i class=\"fa fa-paperclip\"></i> <span class=\"fileitem\">{1}</span></a><br />".format(d.fileno, d.orgname);
|
||||||
|
|
|
||||||
|
|
@ -106,10 +106,10 @@
|
||||||
<th>제출자</th>
|
<th>제출자</th>
|
||||||
<td id="userinfo"></td>
|
<td id="userinfo"></td>
|
||||||
</tr>
|
</tr>
|
||||||
@*<tr>
|
<tr>
|
||||||
<th>제출내용</th>
|
<th>제출내용</th>
|
||||||
<td id="atext"></td>
|
<td id="atext"></td>
|
||||||
</tr>*@
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>첨부파일</th>
|
<th>첨부파일</th>
|
||||||
<td id="fileinfo"></td>
|
<td id="fileinfo"></td>
|
||||||
|
|
@ -240,11 +240,11 @@
|
||||||
function cblectsd() {
|
function cblectsd() {
|
||||||
var d = capResult.obj;
|
var d = capResult.obj;
|
||||||
$("#userinfo").text("[{0}]{1} | {2}".format(d.isrebatename, d.asname, d.usernameid));
|
$("#userinfo").text("[{0}]{1} | {2}".format(d.isrebatename, d.asname, d.usernameid));
|
||||||
//if (getdb(d.atext) == "") {
|
if (getdb(d.atext) == "") {
|
||||||
// $("#atext").html("- 미제출");
|
$("#atext").html("- 미제출");
|
||||||
//} else {
|
} else {
|
||||||
// $("#atext").html(getdb(d.atext).replace(/\n/gi, "<br />"));
|
$("#atext").html(getdb(d.atext).replace(/\n/gi, "<br />"));
|
||||||
//}
|
}
|
||||||
var _html = "- 제출파일 없음<br />";
|
var _html = "- 제출파일 없음<br />";
|
||||||
if (getdb(d.fileurl) != "") {
|
if (getdb(d.fileurl) != "") {
|
||||||
_html = "<a href=\"/aCommon/DownFile?fno={0}&loginfo=&issubject=1\" title=\"다운로드\"><i class=\"fa fa-paperclip\"></i> <span class=\"fileitem\">{1}</span></a><br />".format(d.fileno, d.orgname);
|
_html = "<a href=\"/aCommon/DownFile?fno={0}&loginfo=&issubject=1\" title=\"다운로드\"><i class=\"fa fa-paperclip\"></i> <span class=\"fileitem\">{1}</span></a><br />".format(d.fileno, d.orgname);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue