File: classHeader.inc

package info (click to toggle)
ball 1.4.3~beta1-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 318,984 kB
  • sloc: cpp: 346,579; ansic: 4,097; python: 2,664; yacc: 1,778; lex: 1,099; xml: 964; sh: 688; sql: 316; awk: 118; makefile: 108
file content (35 lines) | stat: -rw-r--r-- 693 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!-- Class header -->
<body bgcolor="#FFFFFF">
<table>
	<tr width=100%>
		<td width=20%>
			<A HREF="http://www.mpi-sb.mpg.de/BALL">
			<IMG BORDER=0 ALIGN=CENTER SRC=BALL_logo.gif></A>
		</td>
		<td width=60%>
			<center>
			<IMG BORDER=0 ALIGN=LEFT SRC=BALL.gif></A>
			</center>
		</td>
		<td width=20% ALIGN=RIGHT>
			Reference Manual<br>
			Release @RELEASE@<br>
			@DATE@
		</td>
	</tr>
</table>
<hr>
<table width=100%>
	<tr>
		<td width=33% align=center>
			<A HREF="INTRO.html"> introduction</A>
		</td>
		<td width=33% align=center>
			<A HREF="index.html"> index</A>
		</td>
		<td width=33% align=center>
			<A HREF="HIER.html"> hierarchy of classes</A>
		</td>
	</tr>
</table>
<hr>