28 lines
1 KiB
Text
28 lines
1 KiB
Text
|
<#include "../game.ftl">
|
||
|
<#macro page title hidePlanets=false>
|
||
|
<?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>
|
||
|
<title>Legacy Worlds Beta 6 <@version/> - ${title?xhtml}</title>
|
||
|
<link rel="stylesheet" type="text/css" href="css/main.css" />
|
||
|
<script type="text/javascript" charset="utf-8" src="js/jquery-1.4.2.min.js"></script>
|
||
|
<script type="text/javascript" charset="utf-8" src="js/main.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="extframe">
|
||
|
<div class="internal" id="intframe">
|
||
|
<!-- Title and planet list -->
|
||
|
<div class="top-centered">
|
||
|
<p style="padding: 22px 0px 0px 0px" id="tc-title">${title?xhtml}</p>
|
||
|
</div>
|
||
|
|
||
|
<div class="cframe full-width"><#nested></div>
|
||
|
</div>
|
||
|
<div class="internal" id="footer">
|
||
|
Copyright (C) 2004-2010, <a title="DeepClone Development" href="http://www.deepclone.com">DeepClone Development</a>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|
||
|
</#macro>
|