| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <!-- HTML header for doxygen 1.8.10-->
- <!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">
- <head>
- <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
- <meta http-equiv="X-UA-Compatible" content="IE=9"/>
- <meta name="generator" content="Doxygen $doxygenversion"/>
- <!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
- <!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
- <link rel="icon" type="image/png" href="$relpath^SmallLogoRound.png">
- <link href="$relpath^tabs.css" rel="stylesheet" type="text/css"/>
- <link href='http://fonts.googleapis.com/css?family=Lato:normal,bold' rel='stylesheet' type='text/css'>
- <script type="text/javascript" src="$relpath^jquery.js"></script>
- <script type="text/javascript" src="$relpath^../../SemanticUI/semantic.js"></script>
- <script type="text/javascript" src="$relpath^dynsections.js"></script>
- $treeview
- $search
- $mathjax
- <link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
- $extrastylesheet
- <link href="$relpath^../../SemanticUI/semantic.css" rel="stylesheet" type="text/css">
- </head>
- <body>
- <div class="everything">
- <div class="ui inverted vertical center aligned segment" id="menuSegment">
- <div class="ui container">
- <div class="ui inverted mainmenu menu">
- <a href="http://www.banshee3d.com"><div class="item" id="logoItem"><img class="ui mini image" id="logo" src="$relpath^SmallLogoRound.png"></div></a>
- <a class="item" href="http://www.banshee3d.com"><i class="home icon"></i>Home</a>
- <a class="item" href="http://www.banshee3d.com/news"><i class="newspaper icon"></i>News</a>
- <a class="item" href="http://www.banshee3d.com/features"><i class="grid layout icon"></i>Features</a>
- <a class="item" href="http://www.banshee3d.com/download"><i class="download icon"></i>Download</a>
- <a class="active item" href="http://www.banshee3d.com/docs"><i class="idea icon"></i>Docs</a>
- <a class="item" href="http://forum.banshee3d.com"><i class="users icon"></i>Forums</a>
- </div>
- </div>
- </div>
- <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
- <!-- end header part -->
|