Menu

[r198]: / trunk / docs / htdocs / template.php  Maximize  Restore  History

Download this file

35 lines (27 with data), 700 Bytes

 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
<?php
function makepage($title,$content) {
?>
<html>
<head><title>Django-dataplot: <?php echo $title ?></title></head>
<body>
<table>
<tr>
<td valign="top">
<a href="index.php">News</a>
<a href="examples.php">Examples</a>
<a href="installation.php">Installation</a>
<a href="http://sourceforge.net/projects/django-dataplot/">
SourceForge.net project page</a>
<a href="doxygen/html/index.html">Doxygen</a>
<a href="pydoc/dataplot.html">Pydoc</a>
<a href="epydoc">Epydoc</a>
</td>
</tr>
<tr>
<td><?php include($content . '.php') ?></td>
</tr>
</table>
<?php include('footer.php') ?>
</body>
</html>
<?php } ?>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.