mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 15:05:33 +00:00
19c7e11c1e
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@92235 467b73ca-7a2a-4603-9d3b-597d59a354a9
54 lines
1.1 KiB
Scheme
54 lines
1.1 KiB
Scheme
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
|
|
|
|
<head>
|
|
<% base_tag %>
|
|
<title>$Title » Your Site Name</title>
|
|
$MetaTags(false)
|
|
<link rel="shortcut icon" href="/favicon.ico" />
|
|
|
|
<% require themedCSS(layout) %>
|
|
<% require themedCSS(typography) %>
|
|
<% require themedCSS(form) %>
|
|
|
|
<!--[if IE 6]>
|
|
<style type="text/css">
|
|
@import url(themes/blackcandy/css/ie6.css);
|
|
</style>
|
|
<![endif]-->
|
|
|
|
<!--[if IE 7]>
|
|
<style type="text/css">
|
|
@import url(themes/blackcandy/css/ie7.css);
|
|
</style>
|
|
<![endif]-->
|
|
</head>
|
|
<body>
|
|
<div id="BgContainer">
|
|
<div id="Container">
|
|
<div id="Header">
|
|
$SearchForm
|
|
<h1>Your Site Name</h1>
|
|
<p>your site's tagline here</p>
|
|
</div>
|
|
|
|
<div id="Navigation">
|
|
<% include Navigation %>
|
|
</div>
|
|
|
|
<div class="clear"><!-- --></div>
|
|
|
|
<div id="Layout">
|
|
$Layout
|
|
</div>
|
|
|
|
<div class="clear"><!-- --></div>
|
|
</div>
|
|
<div id="Footer">
|
|
<% include Footer %>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|