src/main/webapp/city/view.html
author Tomas Zeman <tzeman@volny.cz>
Tue, 24 Apr 2012 16:41:59 +0200
changeset 76 2ba4569f2bd6
parent 41 src/main/webapp/entity/view.html@216eac8b08b4
permissions -rw-r--r--
Location + GPS

<!DOCTYPE html>
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="content-type" />
    <title>City 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">
        <div class="span12">
          <h3><span class="lift:loc?locid=city.locations"></span></h3>
          <span class="lift:locations"></span>
        </div>
      </div> <!-- /row -->
    </div>
  </body>
</html>