1
0
mirror of https://github.com/silverstripe/silverstripe-installer synced 2024-10-22 15:05:33 +00:00

No login form on tutorial theme (merged from 2.2.0 branch, r44949)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@46125 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
aoneil 2007-12-02 21:47:20 +00:00
parent a02b4290b8
commit 5331bd49e2

@ -1,26 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?> <?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"> <!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" > <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<head> <head>
<% base_tag %> <% base_tag %>
<link rel="stylesheet" type="text/css" href="tutorial/css/layout.css" /> <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/typography.css" />
<link rel="stylesheet" type="text/css" href="tutorial/css/form.css" /> <link rel="stylesheet" type="text/css" href="tutorial/css/form.css" />
</head> </head>
<body> <body>
<div id="Main"> <div id="Main">
<div id="Header"> <div id="Header">
<h1>&nbsp;</h1> <h1>&nbsp;</h1>
</div> </div>
<div id="ContentContainer"> <div id="ContentContainer">
<div id="Content" class="typography"> <div id="Content" class="typography">
$Content $Content
</div> $Form
</div> </div>
<div id="Footer"> </div>
<span>Visit <a href="http://www.silverstripe.com" title="Visit www.silverstripe.com">www.silverstripe.com</a> to download the CMS</span> <div id="Footer">
</div> <span>Visit <a href="http://www.silverstripe.com" title="Visit www.silverstripe.com">www.silverstripe.com</a> to download the CMS</span>
</div> </div>
$SilverStripeNavigator </div>
</body> $SilverStripeNavigator
</html> </body>
</html>