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

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="quotation.show" default="Show Quotation" /></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="quotation.list" default="Quotation List" /></g:link></span>
  11.             <span class="menuButton"><g:link class="create" action="create"><g:message code="quotation.new" default="New Quotation" /></g:link></span>
  12.         </div>
  13.         <div class="body">
  14.             <h1><g:message code="quotation.show" default="Show Quotation" /></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.                         <tr class="prop">
  22.                             <td valign="top" class="name"><g:message code="quotation.quoId" default="Quo Id" />:</td>
  23.                             
  24.                             <td valign="top" class="value">${quotation.quoId}</td>
  25.                             
  26.                         </tr>
  27.                     
  28.                         <tr class="prop">
  29.                             <td valign="top" class="name"><g:message code="quotation.quoName" default="Quo Name" />:</td>
  30.                             
  31.                             <td valign="top" class="value">${quotation.quoName}</td>
  32.                             
  33.                         </tr>
  34.                     
  35.                         <tr class="prop">
  36.                             <td valign="top" class="name"><g:message code="quotation.quoFactory" default="quoFactory" />:</td>
  37.                             
  38.                             <td valign="top" class="value">${quotation.quoFactory}</td>
  39.                             
  40.                         </tr>
  41.                     
  42.                         <tr class="prop">
  43.                             <td valign="top" class="name"><g:message code="quotation.quoNumber" default="Quo Number" />:</td>
  44.                             
  45.                             <td valign="top" class="value">${quotation.quoNumber}</td>
  46.                             
  47.                         </tr>
  48.                     
  49.                         <tr class="prop">
  50.                             <td valign="top" class="name"><g:message code="quotation.quoEffectivetime" default="Quo Effectivetime" />:</td>
  51.                             
  52.                             <td valign="top" class="value">${quotation.quoEffectivetime}</td>
  53.                             
  54.                         </tr>
  55.                     
  56.                         <tr class="prop">
  57.                             <td valign="top" class="name"><g:message code="quotation.quoPrice" default="Quo Price" />:</td>
  58.                             
  59.                             <td valign="top" class="value">${quotation.quoPrice}</td>
  60.                             
  61.                         </tr>
  62.                     
  63.                         <tr class="prop">
  64.                             <td valign="top" class="name"><g:message code="quotation.quoMemo" default="Quo Memo" />:</td>
  65.                             
  66.                             <td valign="top" class="value">${quotation.quoMemo}</td>
  67.                             
  68.                         </tr>
  69.                     
  70.                         <tr class="prop">
  71.                             <td valign="top" class="name"><g:message code="quotation.quoCreatetime" default="Quo Createtime" />:</td>
  72.                             
  73.                             <td valign="top" class="value">${quotation.quoCreatetime}</td>
  74.                             
  75.                         </tr>
  76.                     
  77.                         <tr class="prop">
  78.                             <td valign="top" class="name"><g:message code="quotation.quoCreater" default="Quo Creater" />:</td>
  79.                             
  80.                             <td valign="top" class="value">${quotation.quoCreater}</td>
  81.                             
  82.                         </tr>
  83.                     
  84.                         <tr class="prop">
  85.                             <td valign="top" class="name"><g:message code="quotation.quoLastchange" default="Quo Lastchange" />:</td>
  86.                             
  87.                             <td valign="top" class="value">${quotation.quoLastchange}</td>
  88.                             
  89.                         </tr>
  90.                     
  91.                         <tr class="prop">
  92.                             <td valign="top" class="name"><g:message code="quotation.quoLastchanger" default="Quo Lastchanger" />:</td>
  93.                             
  94.                             <td valign="top" class="value">${quotation.quoLastchanger}</td>
  95.                             
  96.                         </tr>
  97.                         <tr class="prop">
  98.                             <td valign="top" class="name"><g:message code="quotation.quoType" default="Quo Type" />:</td>
  99.                             
  100.                             <td valign="top" class="value">${quotation?.quoType}</td>
  101.                             
  102.                         </tr>
  103.                     
  104.                     </tbody>
  105.                 </table>
  106.             </div>
  107.             <div class="buttons">
  108.                 <g:form>
  109.                     <input type="hidden" name="id" value="${quotation?.id}" />
  110.                     <input type="hidden" name="_quoName" value="${params._quoName}" />
  111.                     <input type="hidden" name="_quoFactory" value="${params._quoFactory}" />
  112.                     <input type="hidden" name="_quoType_id" value="${params._quoType_id}" />
  113.                     <input type="hidden" name="_quoLastchangefrom" value="${params._quoLastchangefrom}" />
  114.                     <input type="hidden" name="_quoLastchangeto" value="${params._quoLastchangeto}" />
  115.                     <input type="hidden" name="_quoDel" value="${params._quoDel}" />
  116.                     <input type="hidden" name="offset" value="${params.offset}" />
  117.                     <input type="hidden" name="sort" value="${params.sort}" />
  118.                     <input type="hidden" name="order" value="${params.order}" /> 
  119.                     <span class="button"><g:actionSubmit class="edit" action="Edit" value="${message(code:'edit', 'default':'Edit')}" /></span>
  120.                     <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>
  121.                     <span class="button"><g:link class="link" controller="quotation" action="list" params="${[_quoName:params._quoName,_quoFactory:params._quoFactory,_quoType_id:params._quoType_id,_quoLastchangefrom:params._quoLastchangefrom,_quoLastchangeto:params._quoLastchangeto,_quoDel:params._quoDel,max:params.max,sort:params.sort,offset:params.offset,order:params.order]}" ><g:message code="back" default="Back" /></g:link></span>
  122.                 </g:form>
  123.             </div>
  124.         </div>
  125.     </body>
  126. </html>