1 |
williamc |
1.2 |
<! Style Sheet Header>
|
2 |
|
|
<html>
|
3 |
|
|
<head>
|
4 |
|
|
<title>tools.html</title>
|
5 |
|
|
<body bgcolor="beige">
|
6 |
|
|
<! End Style Sheet Header -----------Insert Text Here --------------------->
|
7 |
|
|
<center>
|
8 |
|
|
<h2>Tools</h2>
|
9 |
|
|
<p>
|
10 |
|
|
<font color=red>S</font>oftware <font color=red>C</font>onfiguration,
|
11 |
|
|
<font color=red>R</font>elease <font color=red>A</font>nd
|
12 |
|
|
<font color=red>M</font>anagement
|
13 |
|
|
</center>
|
14 |
|
|
<hr>
|
15 |
|
|
<a href=insure.html>Insure ++</a> Run time profiling tool
|
16 |
|
|
|
17 |
|
|
<! Style Sheet Footer ---------------Do not change anything after this line-->
|
18 |
|
|
<hr>
|
19 |
|
|
<table border=1 width=100%>
|
20 |
|
|
<td align=left>
|
21 |
sashby |
1.3 |
<a href=mailto:Shaun.Ashby@cern.ch
|
22 |
|
|
>Shaun Ashby</a>
|
23 |
williamc |
1.2 |
</td>
|
24 |
|
|
<td align=center>
|
25 |
sashby |
1.3 |
<SCRIPT LANGUAGE="JAVASCRIPT">document.write("Last Updated "+ document.lastModified );</SCRIPT>
|
26 |
williamc |
1.2 |
</td>
|
27 |
|
|
<td align=right><a href=/cgi-cmc/pagestat>Show Stats</a>
|
28 |
|
|
</td>
|
29 |
|
|
</table>
|
30 |
|
|
</body> </html>
|
31 |
|
|
<! End Style Sheet Footer>
|