show.gsp
上传用户:steveyhw
上传日期:2019-05-13
资源大小:307k
文件大小:11k
源码类别:

PlugIns编程

开发平台:

Java

  1. <html>
  2.     <head>
  3.         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  4.         <meta name="layout" content="main" />
  5.         <title><g:message code="inovice.show" default="Show Inovice" /></title>
  6.     </head>
  7.     <body>
  8.         <div class="nav">
  9.             <span class="menuButton"><a class="home" href="${createLinkTo(dir:'')}"><g:message code="home" default="Home" /></a></span>
  10.             <span class="menuButton"><g:link class="list" action="list"><g:message code="inovice.list" default="Inovice List" /></g:link></span>
  11.             <span class="menuButton"><g:link class="create" action="create" params="${[_inoBuyname:params._inoBuyname,_inoBuycompany:params._inoBuycompany,_inoCargoname:params._inoCargoname,_inoLastchangefrom:params._inoLastchangefrom,_inoLastchangeto:params._inoLastchangeto,_inoDel:params._inoDel,max:params.max,sort:params.sort,offset:params.offset,order:params.order]}"><g:message code="inovice.new" default="New Inovice" /></g:link></span>
  12.         </div>
  13.         <div class="body">
  14.             <h1><g:message code="inovice.show" default="Show Inovice" /></h1>
  15.             <g:if test="${flash.message}">
  16.             <div class="message"><g:message code="${flash.message}" args="${flash.args}" default="${flash.defaultMessage}" /></div>
  17.             </g:if>
  18.             <div class="dialog">
  19.                 <table>
  20.                     <tbody>
  21.                     
  22.                         <tr class="prop">
  23.                             <td valign="top" class="name"><g:message code="inovice.inoId" default="Ino Id" />:</td>
  24.                             
  25.                             <td valign="top" class="value">${inovice.inoId}</td>
  26.                             
  27.                         </tr>
  28.                     
  29.                         <tr class="prop">
  30.                             <td valign="top" class="name"><g:message code="inovice.inoBuyname" default="Ino Buyname" />:</td>
  31.                             
  32.                             <td valign="top" class="value">${inovice.inoBuyname}</td>
  33.                             
  34.                             <td valign="top" class="name"><g:message code="inovice.inoBuycompany" default="Ino Buycompany" />:</td>
  35.                             
  36.                             <td valign="top" class="value">${inovice.inoBuycompany}</td>
  37.                             
  38.                         </tr>
  39.                     
  40.                         <tr class="prop">
  41.                             <td valign="top" class="name"><g:message code="inovice.inoBuytel" default="Ino Buytel" />:</td>
  42.                             
  43.                             <td valign="top" class="value">${inovice.inoBuytel}</td>
  44.                             
  45.                             <td valign="top" class="name"><g:message code="inovice.inoBuyaddress" default="Ino Buyaddress" />:</td>
  46.                             
  47.                             <td valign="top" class="value">${inovice.inoBuyaddress}</td>
  48.                             
  49.                         </tr>
  50.                     
  51.                         <tr class="prop">
  52.                             <td valign="top" class="name"><g:message code="inovice.inoCargoid" default="Ino Cargoid" />:</td>
  53.                             
  54.                             <td valign="top" class="value">${inovice.inoCargoid}</td>
  55.                             
  56.                             <td valign="top" class="name"><g:message code="inovice.inoCargoname" default="Ino Cargoname" />:</td>
  57.                             
  58.                             <td valign="top" class="value">${inovice.inoCargoname}</td>
  59.                             
  60.                         </tr>
  61.                     
  62.                         <tr class="prop">
  63.                             <td valign="top" class="name"><g:message code="inovice.inoCargostandard" default="Ino Cargostandard" />:</td>
  64.                             
  65.                             <td valign="top" class="value">${inovice.inoCargostandard}</td>
  66.                             
  67.                             <td valign="top" class="name"><g:message code="inovice.inoCargounit" default="Ino Cargounit" />:</td>
  68.                             
  69.                             <td valign="top" class="value">${inovice.inoCargounit}</td>
  70.                             
  71.                         </tr>
  72.                     
  73.                         <tr class="prop">
  74.                             <td valign="top" class="name"><g:message code="inovice.inoCargonumber" default="Ino Cargonumber" />:</td>
  75.                             
  76.                             <td valign="top" class="value">${inovice.inoCargonumber}</td>
  77.                             
  78.                             <td valign="top" class="name"><g:message code="inovice.inoCargoprice" default="Ino Cargoprice" />:</td>
  79.                             
  80.                             <td valign="top" class="value">${inovice.inoCargoprice}</td>
  81.                             
  82.                         </tr>
  83.                     
  84.                         <tr class="prop">
  85.                             <td valign="top" class="name"><g:message code="inovice.inoSellman" default="Ino Sellman" />:</td>
  86.                             
  87.                             <td valign="top" class="value">${inovice.inoSellman}</td>
  88.                             
  89.                          
  90.                             <td valign="top" class="name"><g:message code="inovice.inoSellcompany" default="Ino Sellcompany" />:</td>
  91.                             
  92.                             <td valign="top" class="value">${inovice.inoSellcompany}</td>
  93.                             
  94.                         </tr>
  95.                     
  96.                         <tr class="prop">
  97.                             <td valign="top" class="name"><g:message code="inovice.inoSelltel" default="Ino Selltel" />:</td>
  98.                             
  99.                             <td valign="top" class="value">${inovice.inoSelltel}</td>
  100.                             
  101.                         
  102.                             <td valign="top" class="name"><g:message code="inovice.inoSellAddress" default="Ino Sell Address" />:</td>
  103.                             
  104.                             <td valign="top" class="value">${inovice.inoSellAddress}</td>
  105.                             
  106.                         </tr>
  107.                     
  108.                         <tr class="prop">
  109.                             <td valign="top" class="name"><g:message code="inovice.inoRate" default="Ino Rate" />:</td>
  110.                             
  111.                             <td valign="top" class="value">${inovice.inoRate}</td>
  112.                             <td valign="top" class="name" rowspan="3"><g:message code="inovice.inoMemo" default="Ino Memo" />:</td>
  113.                             <td valign="top" class="value" rowspan="3"><textarea readonly="true" rows="5" cols="40" name="inoMemo">${inovice?.inoMemo?.encodeAsHTML()}</textarea></td>
  114.                         </tr>
  115.                         <tr class="prop">
  116.                             <td valign="top" class="name"><g:message code="inovice.inoRatebefore" default="Ino Ratebefore" />:</td>
  117.                             
  118.                             <td valign="top" class="value">${inovice.inoRatebefore}</td>
  119.                             
  120.                         </tr>
  121.                     
  122.                         <tr class="prop">
  123.                             <td valign="top" class="name"><g:message code="inovice.inoRateafte" default="Ino Rateafte" />:</td>
  124.                             
  125.                             <td valign="top" class="value">${inovice.inoRateafte}</td>
  126.                             
  127.                         </tr>
  128.         
  129.                         <tr class="prop">
  130.                             <td valign="top" class="name"><g:message code="inovice.inoCreatetime" default="Ino Createtime" />:</td>
  131.                             
  132.                             <td valign="top" class="value">${inovice.inoCreatetime}</td>
  133.                             
  134.                             <td valign="top" class="name"><g:message code="inovice.inoCreater" default="Ino Creater" />:</td>
  135.                             
  136.                             <td valign="top" class="value">${inovice.inoCreater}</td>
  137.                             
  138.                         </tr>
  139.                     
  140.                         <tr class="prop">
  141.                             <td valign="top" class="name"><g:message code="inovice.inoLastchange" default="Ino Lastchange" />:</td>
  142.                             
  143.                             <td valign="top" class="value">${inovice.inoLastchange}</td>
  144.                             
  145.                         
  146.                             <td valign="top" class="name"><g:message code="inovice.inoLastchanger" default="Ino Lastchanger" />:</td>
  147.                             
  148.                             <td valign="top" class="value">${inovice.inoLastchanger}</td>
  149.                             
  150.                         </tr>
  151.                     
  152.                     </tbody>
  153.                 </table>
  154.             </div>
  155.             <div class="buttons">
  156.                 <g:form>
  157.                     <input type="hidden" name="id" value="${inovice?.id}" />
  158.                     <input type="hidden" name="_inoBuyname" value="${params._inoBuyname}" />
  159.                     <input type="hidden" name="_inoBuycompany" value="${params._inoBuycompany}" />
  160.                     <input type="hidden" name="_inoCargoname" value="${params._inoCargoname}" />
  161.                     <input type="hidden" name="_inoLastchangefrom" value="${params._inoLastchangefrom}" />
  162.                     <input type="hidden" name="_inoLastchangeto" value="${params._inoLastchangeto}" />
  163.                     <input type="hidden" name="_inoDel" value="${params._inoDel}" />
  164.                     <input type="hidden" name="offset" value="${params.offset}" />
  165.                     <input type="hidden" name="sort" value="${params.sort}" />
  166.                     <input type="hidden" name="order" value="${params.order}" /> 
  167.                     <span class="button"><g:actionSubmit class="edit" action="Edit" value="${message(code:'edit', 'default':'Edit')}" /></span>
  168.                     <span class="button"><g:actionSubmit class="delete" onclick="return confirm('${message(code:'delete.confirm', 'default':'Are you sure?')}');" action="Delete" value="${message(code:'delete', 'default':'Delete')}" /></span>
  169.                     <span class="button"><g:link class="link" controller="inovice" action="list"  params="${[_inoBuyname:params._inoBuyname,_inoBuycompany:params._inoBuycompany,_inoCargoname:params._inoCargoname,_inoLastchangefrom:params._inoLastchangefrom,_inoLastchangeto:params._inoLastchangeto,_inoDel:params._inoDel,max:params.max,sort:params.sort,offset:params.offset,order:params.order]}"><g:message code="back" default="Back" /></g:link></span>
  170.                 </g:form>
  171.             </div>
  172.         </div>
  173.     </body>
  174. </html>