2014-08-28 22:13:40 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
|
|
|
|
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
|
|
|
|
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]-->
|
|
|
|
<!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]-->
|
|
|
|
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"><!--<![endif]-->
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
2014-08-29 06:10:34 +08:00
|
|
|
<title><g:message code="tool.view.title" /></title>
|
2014-08-28 22:13:40 +08:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link rel="shortcut icon" href="${resource(dir: 'images', file: 'favicon.ico')}" type="image/x-icon">
|
|
|
|
<link rel="apple-touch-icon" href="${resource(dir: 'images', file: 'apple-touch-icon.png')}">
|
|
|
|
<link rel="apple-touch-icon" sizes="114x114" href="${resource(dir: 'images', file: 'apple-touch-icon-retina.png')}">
|
|
|
|
<link rel="stylesheet" href="${resource(dir: 'css', file: 'main.css')}" type="text/css">
|
|
|
|
<link rel="stylesheet" href="${resource(dir: 'css', file: 'mobile.css')}" type="text/css">
|
|
|
|
<g:layoutHead/>
|
|
|
|
<g:javascript library="application"/>
|
|
|
|
<r:layoutResources />
|
|
|
|
</head>
|
|
|
|
<body>
|
2014-08-29 06:10:34 +08:00
|
|
|
<div id="spinner" class="spinner" style="display:none;">
|
|
|
|
<img src="${resource(dir:'images',file:'spinner.gif')}" alt="Spinner" />
|
|
|
|
</div>
|
|
|
|
<div class="logo" id="logo" role="banner"><img src="${resource(dir: 'images', file: 'bbb_logo.jpg')}" alt="<g:message code="tool.view.app" />" /></div>
|
|
|
|
<g:layoutBody />
|
|
|
|
|
2014-08-28 22:13:40 +08:00
|
|
|
<div class="footer" role="contentinfo"></div>
|
|
|
|
<div id="spinner" class="spinner" style="display:none;"><g:message code="spinner.alt" default="Loading…"/></div>
|
|
|
|
<r:layoutResources />
|
|
|
|
</body>
|
|
|
|
</html>
|