mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-21 14:50:26 -08:00
Took 49 minutes Took 26 seconds Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
82 lines
3.5 KiB
HTML
82 lines
3.5 KiB
HTML
<!-- HTML header for doxygen 1.14.0-->
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="$langISO" xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta content="text/xhtml;charset=UTF-8" http-equiv="Content-Type"/>
|
|
<meta content="IE=11" http-equiv="X-UA-Compatible"/>
|
|
<meta content="Doxygen $doxygenversion" name="generator"/>
|
|
<meta content="width=device-width, initial-scale=1" name="viewport"/>
|
|
<!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
|
|
<!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
|
|
<!--BEGIN PROJECT_ICON-->
|
|
<link href="$relpath^$projecticon" rel="icon" type="image/x-icon"/>
|
|
<!--END PROJECT_ICON-->
|
|
<link href="$relpath^tabs.css" rel="stylesheet" type="text/css"/>
|
|
<!--BEGIN FULL_SIDEBAR-->
|
|
<script type="text/javascript">var page_layout = 1;</script>
|
|
<!--END FULL_SIDEBAR-->
|
|
<script src="$relpath^jquery.js" type="text/javascript"></script>
|
|
<script src="$relpath^dynsections.js" type="text/javascript"></script>
|
|
<!--BEGIN COPY_CLIPBOARD-->
|
|
<script src="$relpath^clipboard.js" type="text/javascript"></script>
|
|
<!--END COPY_CLIPBOARD-->
|
|
$treeview
|
|
$search
|
|
$mathjax
|
|
$darkmode
|
|
<link href="$relpath^$stylesheet" rel="stylesheet" type="text/css"/>
|
|
$extrastylesheet
|
|
</head>
|
|
<body>
|
|
<!--BEGIN FULL_SIDEBAR-->
|
|
<div class="ui-resizable side-nav-resizable" id="side-nav"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<!--END FULL_SIDEBAR-->
|
|
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
|
|
<!--BEGIN TITLEAREA-->
|
|
<div id="titlearea">
|
|
<table cellpadding="0" cellspacing="0">
|
|
<tbody>
|
|
<tr id="projectrow">
|
|
<!--BEGIN PROJECT_LOGO-->
|
|
<td id="projectlogo"><img $logosize alt="Logo" src="$relpath^$projectlogo"/></td>
|
|
<!--END PROJECT_LOGO-->
|
|
<!--BEGIN PROJECT_NAME-->
|
|
<td id="projectalign">
|
|
<div id="projectname">$projectname<!--BEGIN PROJECT_NUMBER--><span id="projectnumber"> $projectnumber</span>
|
|
<!--END PROJECT_NUMBER-->
|
|
</div>
|
|
<!--BEGIN PROJECT_BRIEF-->
|
|
<div id="projectbrief">$projectbrief</div><!--END PROJECT_BRIEF-->
|
|
</td>
|
|
<!--END PROJECT_NAME-->
|
|
<!--BEGIN !PROJECT_NAME-->
|
|
<!--BEGIN PROJECT_BRIEF-->
|
|
<td>
|
|
<div id="projectbrief">$projectbrief</div>
|
|
</td>
|
|
<!--END PROJECT_BRIEF-->
|
|
<!--END !PROJECT_NAME-->
|
|
<!--BEGIN DISABLE_INDEX-->
|
|
<!--BEGIN SEARCHENGINE-->
|
|
<!--BEGIN !FULL_SIDEBAR-->
|
|
<td>$searchbox</td>
|
|
<!--END !FULL_SIDEBAR-->
|
|
<!--END SEARCHENGINE-->
|
|
<!--END DISABLE_INDEX-->
|
|
</tr>
|
|
<!--BEGIN SEARCHENGINE-->
|
|
<!--BEGIN FULL_SIDEBAR-->
|
|
<tr>
|
|
<td colspan="2">$searchbox</td>
|
|
</tr>
|
|
<!--END FULL_SIDEBAR-->
|
|
<!--END SEARCHENGINE-->
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!--END TITLEAREA-->
|
|
<!-- end header part -->
|