12 lines
599 B
Plaintext
12 lines
599 B
Plaintext
|
|
<div class="ui_dialog" id="dialogTask">
|
||
|
|
<form id="form_task" method="post">
|
||
|
|
</form>
|
||
|
|
</div>
|
||
|
|
<script id="form_task_temp" type="text/html">
|
||
|
|
<div class="dialog_msgTitle">{{applytitle}}</div>
|
||
|
|
<div class="dialog_msgSender"><i class="fa fa-user"></i> 申请人:{{username}}({{usercode}}) <i class="fa fa-clock-o"></i> 申请时间:{{applytime |dateTimeFilter}}
|
||
|
|
</div>
|
||
|
|
<div id="divTaskIframe">
|
||
|
|
<iframe id="taskIframe" src="${webRoot}/{{applylink}}" class="ui_panel_iframe" frameborder="0" scrolling="auto"></iframe>
|
||
|
|
</div>
|
||
|
|
</script>
|