6523. 과제체출안내페이지 첨부파일 영역 숨김

This commit is contained in:
iyak 2025-02-17 05:15:49 +00:00
parent 6efe9f5036
commit 22177a7819
1 changed files with 4 additions and 2 deletions

View File

@ -25,7 +25,8 @@
@Html.Raw((Model.LectSD.sddesc ?? "").Replace(System.Environment.NewLine, "<br/>")) @Html.Raw((Model.LectSD.sddesc ?? "").Replace(System.Environment.NewLine, "<br/>"))
</td> </td>
</tr> </tr>
@if (Model.LectSD.sdfgno != null && Model.FileList.Where(w => w.fgno == Model.LectSD.sdfgno).Count() > 0) @* // [start] pms 6523 - 양식파일 삭제처리 요청 건 *@
@*@if (Model.LectSD.sdfgno != null && Model.FileList.Where(w => w.fgno == Model.LectSD.sdfgno).Count() > 0)
{ {
<tr> <tr>
<td colspan="2" class="teskFile"> <td colspan="2" class="teskFile">
@ -35,7 +36,8 @@
} }
</td> </td>
</tr> </tr>
} }*@
@* // [end] pms 6523 - 양식파일 삭제처리 요청 건 *@
</tbody> </tbody>
</table> </table>
</dd> </dd>