src/main/webapp/service/view.html
author Tomas Zeman <tzeman@volny.cz>
Thu, 24 May 2012 11:19:26 +0200
changeset 99 49eb72a46208
parent 41 src/main/webapp/entity/view.html@216eac8b08b4
permissions -rw-r--r--
e45557248ba12a15 Services

<!DOCTYPE html>
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="content-type" />
    <title>Entity View</title>
  </head>
  <body class="lift:content_id=main">
    <div id="main" class="lift:surround?with=default;at=content">
      <div class="row">
        <div class="span12">
          <span class="lift:panel"></span>
        </div>
      </div> <!-- /row -->
      <div class="row section">
        <span class="lift:payments">
          <div class="span5">
            <h3><span class="lift:loc?locid=payment.direction.cost"></span></h3>
            <span class="cost"></span>
          </div>
          <div class="span5">
            <h3><span class="lift:loc?locid=payment.direction.revenue"></span></h3>
            <span class="revenue"></span>
          </div>
        </span>
      </div> <!-- /row -->
    </div>
  </body>
</html>