Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<%@ include file="/kr/WEB-INF/jsp/tldHeader.jsp"%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<!DOCTYPE html>
<html>
	<head>
		<title>Financials Style Guide</title>
	</head>
	<body>
		<kul:page docTitle="Doc Title Goes Here" transactionalDocument="truefalse" openNav="false" renderInnerDiv="true">
  			<div class="main-panel">
				    <div class="headerarea-small">
					
      <h1>My Main Panel</h1>
				
    </div>
				
    The content for the panel goes here.
			  </div>
		</kul:page>
	</body>
</html>

 

CSS Classes