27 lines
1014 B
Plaintext
Raw Normal View History

2012-06-21 22:18:04 -03:00
<!DOCTYPE HTML>
<%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles" %>
<%@ include file="/jsp/init.jsp" %>
<tiles:importAttribute name="title" scope="page"/>
<tiles:importAttribute name="details" scope="page"/>
<html>
<head>
2012-06-24 20:03:25 -03:00
<base href="${baseURL}/">
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
2012-06-21 22:18:04 -03:00
<!--[if lt IE 9]>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<![endif]-->
<script type="text/javascript" language="javascript" src="js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" language="javascript" src="bootstrap/js/bootstrap.js"></script>
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap-responsive.min.css"/>
2012-06-17 02:51:01 -03:00
<script type="text/javascript" language="javascript" src="js/jquery.timeago.js"></script>
<body>
<div style="padding-top:20px">
<tiles:insertAttribute name="body"/>
</div>
</body>
</html>