--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src/main/webapp/task/view.html Fri Apr 27 14:23:34 2012 +0200
@@ -0,0 +1,29 @@
+<!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">
+ <head_merge>
+ <link rel="stylesheet" href="/css/comment.css" type="text/css" media="screen, projection"/>
+ </head_merge>
+ <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=task.comments"></span></h3>
+ <div class="comments">
+ <span class="lift:comments"></span>
+ </div>
+ </div>
+ </div> <!-- /row -->
+ </div>
+ </body>
+</html>
+
+