mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
aab89e65f8
git-svn-id: http://svn.silverstripe.com/projects/ss2doc/branches/v2@108782 467b73ca-7a2a-4603-9d3b-597d59a354a9
28 lines
876 B
Scheme
28 lines
876 B
Scheme
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!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 %>
|
|
<link rel="stylesheet" type="text/css" href="tutorial/css/layout.css" />
|
|
<link rel="stylesheet" type="text/css" href="tutorial/css/typography.css" />
|
|
<link rel="stylesheet" type="text/css" href="tutorial/css/form.css" />
|
|
</head>
|
|
<body>
|
|
<div id="Main">
|
|
<div id="Header">
|
|
<h1> </h1>
|
|
</div>
|
|
<div id="ContentContainer">
|
|
<div id="Content" class="typography">
|
|
$Content
|
|
$Form
|
|
</div>
|
|
</div>
|
|
<div id="Footer">
|
|
<span>Visit <a href="http://www.silverstripe.org" title="Visit www.silverstripe.org">www.silverstripe.org</a> to download the CMS</span>
|
|
</div>
|
|
</div>
|
|
$SilverStripeNavigator
|
|
</body>
|
|
</html>
|