Code Search for Developers
 
 
  

astrum_frontend_header.tpl.html from Astrum Futura at Krugle


Show astrum_frontend_header.tpl.html syntax highlighted

<?php $this->TITLE = 'Open Source Weltraum Strategy Spiel'; ?>
<!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="de">
<head>
<title>Astrum Futura :: <?php echo $this->TITLE ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="language" content="de" />
<meta name="generator" content="Astrum Futura v<?php echo $this->VERSION ?>" />
<link rel="stylesheet" href="<?php echo $this->THEME ?>/astrum_frontend.css" type="text/css" />
<!--[if lt IE 7]>
<link rel="stylesheet" href="<?php echo $this->THEME ?>/astrum_frontend_fixes_ie6.css" type="text/css" />
<![endif]-->
<script src="public/javascript/prototype/prototype.js" type="text/javascript"></script>
<script src="javascript/Quantum/Quantum.js" type="text/javascript"></script>
<script src="javascript/Astrum/Astrum.js" type="text/javascript"></script>
<?php if($this->PAGEJS): ?>
    <script src="javascript/<?php echo $this->PAGEJS; ?>" type="text/javascript"></script>
<?php endif; ?>
</head>
<body>

<div id="astrum_page_container">

<!-- ASTRUM HEADER -->
<div id="astrum_header_container">
    <h1 style="text-align: center;">Astrum Futura</h1>
</div><!--EOF:astrum_header_container-->



See more files for this project here

Astrum Futura

Multiplayer space strategy game written in PHP5 with the Zend Framework. User interface uses Javascript/AJAX for dynamic interaction. Players compete across a hexagonal map of 10,000 sectors, planets, stars and other locations through trade and combat.

Project homepage: http://sourceforge.net/projects/astrumfutura
Programming language(s): PHP,XML
License: other

  astrum_frontend_footer.tpl.html
  astrum_frontend_header.tpl.html
  astrum_frontend_leftcolumn.tpl.html
  astrum_frontend_leftcolumn_loginform.tpl.html
  astrum_frontend_leftcolumn_userinfo.tpl.html
  astrum_frontend_menu.tpl.html