11 lines
390 B
Plaintext
11 lines
390 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">{{application}} - {{taskname}}</div>
|
||
|
|
|
||
|
|
<div id="divTaskIframe">
|
||
|
|
<iframe id="taskIframe" src="${webRoot}/{{link}}" class="ui_panel_iframe" frameborder="0" scrolling="auto"></iframe>
|
||
|
|
</div>
|
||
|
|
</script>
|