Blame view

framework/admin/templates/CMSSecurity_login.ss 263 Bytes
385d70ca   Administrator   Importers CRUD
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  <!DOCTYPE html>
  <html>
  	<head>
  		<% base_tag %>
  		<title>$Title</title>
  	</head>
  	<body class="cms cms-security">
  		<h1>$Title</h1>
  		<% if $Content %>
  			<div class="Content">$Content</div>
  		<% end_if %>
  		<div class="Form">
  			$Form
  		</div>
  	</body>
  
  </html>