src/main/webapp/project/view.html
author Tomas Zeman <tzeman@volny.cz>
Tue, 23 Apr 2013 10:36:04 +0200
changeset 108 ef4e3e0ef83f
parent 100 1fcbeae1f9da
permissions -rw-r--r--
84a94fa29a67504b Task/Project notifications

<!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="span7">
          <span class="lift:panel"></span>
        </div>
        <div class="span5">
          <h3><span class="lift:loc?locid=project.attachments"></span></h3>
          <span class="lift:attachments"></span>
        </div>
      </div> <!-- /row -->
      <div class="row section">
        <div class="span12">
          <h3><span class="lift:loc?locid=project.tasks"></span></h3>
          <span class="lift:tasks"></span>
        </div>
      </div> <!-- /row -->
    </div>
  </body>
</html>