Skip to content

Instantly share code, notes, and snippets.

@pondmouse
Last active December 19, 2015 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pondmouse/5926675 to your computer and use it in GitHub Desktop.
Save pondmouse/5926675 to your computer and use it in GitHub Desktop.
New tab in UI workflow: fields.ftl
<#include "modules/common/og.common.header.ftl">
<title>OpenGamma</title>
${ogStyle.print('og_all.css', 'all',false)}
</head>
<body>
<div class="OG-layout-fields-container">
<div class="ui-layout-north">
<#include "modules/common/og.common.masthead.ftl">
</div>
<div class="ui-layout-center"></div>
</div>
<!--[if IE]>${ogScript.print('ie.js',false)}<![endif]-->
${ogScript.print('og_common.js',false)}
${ogScript.print('og_fields.js',false)}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment