scala/lift/cha6/src/main/webapp/templating/surround.html~

<html>
<head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
  <script type="text/javascript" src="/classpath/jquery.js"></script>
  <title>walter's cha6 templating/surround.html</title>
</head>
<body>
  <lift:msgs showAll="true" />
  <hr />
  <div id="ajax-loader" style="display: none;"><img src="/images/ajax-loader.gif" alt="" /></div>
  <lift:bind name="content" />
  <hr />
  <lift:menu.builder />
</body>
</html>