Election software/template.inc

Revision as of 03:44, 15 October 2012 by Bilby (talk | contribs) (Created page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">

<head>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        
    <title>Wikimedia Australia voting form: 2011</title>
    
    <link rel="stylesheet" href="style.css" type="text/css" media="screen" />
    
</head>

<body>

 <div id="wrapper">

	<h1 class="catheader">Voting for the Wikimedia Australia Board election</h1>

	<?php echo $output; ?>
		
	<?php echo $menu; ?>

</div>

</body>

</html>
Discuss this page