src/main/webapp/service/view.html
changeset 99 49eb72a46208
parent 41 216eac8b08b4
equal deleted inserted replaced
98:eac38214183d 99:49eb72a46208
       
     1 <!DOCTYPE html>
       
     2 <html>
       
     3   <head>
       
     4     <meta content="text/html; charset=UTF-8" http-equiv="content-type" />
       
     5     <title>Entity View</title>
       
     6   </head>
       
     7   <body class="lift:content_id=main">
       
     8     <div id="main" class="lift:surround?with=default;at=content">
       
     9       <div class="row">
       
    10         <div class="span12">
       
    11           <span class="lift:panel"></span>
       
    12         </div>
       
    13       </div> <!-- /row -->
       
    14       <div class="row section">
       
    15         <span class="lift:payments">
       
    16           <div class="span5">
       
    17             <h3><span class="lift:loc?locid=payment.direction.cost"></span></h3>
       
    18             <span class="cost"></span>
       
    19           </div>
       
    20           <div class="span5">
       
    21             <h3><span class="lift:loc?locid=payment.direction.revenue"></span></h3>
       
    22             <span class="revenue"></span>
       
    23           </div>
       
    24         </span>
       
    25       </div> <!-- /row -->
       
    26     </div>
       
    27   </body>
       
    28 </html>
       
    29 
       
    30