4681971d6d
These properties are not transmitted with git-svn(1) [1], which might then cause failed patches when modifying lines close to these properties. git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9554 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 6ed21e1fe12d01a370842418c35722c75117a30a Former-commit-id: 8ecd21b7c0211cd000b10b3f0032980f63c06398
27 lines
1,012 B
HTML
27 lines
1,012 B
HTML
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
|
|
<!--
|
|
file : header.html
|
|
created : Mon Jan 31 23:55:52 CET 2000
|
|
copyright : (C) 2000 by Eric Espie
|
|
email : torcs@free.fr
|
|
-->
|
|
|
|
<!-- This program is free software; you can redistribute it and/or modify -->
|
|
<!-- it under the terms of the GNU General Public License as published by -->
|
|
<!-- the Free Software Foundation; either version 2 of the License, or -->
|
|
<!-- (at your option) any later version. -->
|
|
|
|
<html>
|
|
<head>
|
|
<title>$title</title>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
|
</head>
|
|
<body bgcolor="#FFFFFF">
|
|
<table width=100% border=0>
|
|
<tr>
|
|
<td align=left><img src=../img/icon.png border=0></td>
|
|
<td align=center><font size="6"><b>$projectname - $projectnumber</b></font></td>
|
|
<td align=right><img src=../img/icon.png border=0></td>
|
|
</tr>
|
|
</table>
|
|
<hr width=100%>
|