| @layout("/common/_container.html"){ | 
| <div class="ibox float-e-margins"> | 
|     <div class="ibox-content"> | 
|         <div class="form-horizontal" id="problemInfoForm"> | 
|             <input type="hidden" id="tProblemId" name="tProblemId" value="${tProblemId}"> | 
|             <div class="row"> | 
|                 <div class="col-sm-11"> | 
|                     <div class="form-group"> | 
|   | 
|                         @if(language==1){ | 
|                         <label class="col-sm-3 control-label">回复内容:</label> | 
|                         @} | 
|                         @if(language==2){ | 
|                         <label class="col-sm-3 control-label">Reply contents:</label> | 
|                         @} | 
|                         @if(language==3){ | 
|                         <label class="col-sm-3 control-label">Balas Isi:</label> | 
|                         @} | 
|                         <div class="col-sm-9"> | 
|   | 
|                             @if(language==1){ | 
|                             <textarea type="text/plain" class="form-control" name="answer" id="answer" style="width:100%;height:150px;" placeholder="多行输入,最多500字"></textarea> | 
|                             @} | 
|                             @if(language==2){ | 
|                             <textarea type="text/plain" class="form-control" name="answer" id="answer" style="width:100%;height:150px;" placeholder="Multi line input, up to 500 words"></textarea> | 
|                             @} | 
|                             @if(language==3){ | 
|                             <textarea type="text/plain" class="form-control" name="answer" id="answer" style="width:100%;height:150px;" placeholder="Input berbilang baris, hingga 500 kata"></textarea> | 
|                             @} | 
|                         </div> | 
|                     </div> | 
|                 </div> | 
|             </div> | 
|   | 
|             <div class="row btn-group-m-t"> | 
|                 <div class="col-sm-10 col-sm-offset-5"> | 
|   | 
|                     @if(language==1){ | 
|                     <#button btnCss="info" name="提交" id="ensure" icon="fa-check" clickFun="TProblemInfoDlg.immediately()"/> | 
|                     @} | 
|                     @if(language==2){ | 
|                     <#button btnCss="info" name="Submit" id="ensure" icon="fa-check" clickFun="TProblemInfoDlg.immediately()"/> | 
|                     @} | 
|                     @if(language==3){ | 
|                     <#button btnCss="info" name="Kirim" id="ensure" icon="fa-check" clickFun="TProblemInfoDlg.immediately()"/> | 
|                     @} | 
|   | 
|                     @if(language==1){ | 
|                     <#button btnCss="danger" name="取消" id="cancel" icon="fa-eraser" clickFun="TProblemInfoDlg.close()"/> | 
|                     @} | 
|                     @if(language==2){ | 
|                     <#button btnCss="danger" name="Cancel" id="cancel" icon="fa-eraser" clickFun="TProblemInfoDlg.close()"/> | 
|                     @} | 
|                     @if(language==3){ | 
|                     <#button btnCss="danger" name="Batal" id="cancel" icon="fa-eraser" clickFun="TProblemInfoDlg.close()"/> | 
|                     @} | 
|                 </div> | 
|             </div> | 
|         </div> | 
|   | 
|     </div> | 
| </div> | 
| <script src="${ctxPath}/modular/system/tProblem/tProblem_info.js"></script> | 
| @} |