[svn r7647] Fixed links by adding SSIs to links.html

This commit is contained in:
aaron
2007-02-21 10:50:27 +01:00
parent 99b57bb4bf
commit 3d871f54ab
6 changed files with 10 additions and 18 deletions

View File

@@ -65,11 +65,6 @@
</li> </li>
</ul> </ul>
<hr /> <hr />
<!-- LINKS --> <!--#include virtual="links.html"-->
<ul>
<li><a href="index.html">Expo 2006: documentation index</a></li>
<li><a href="../../infodx.htm">Main index of the expedition site</a></li>
<li><a href="../../../index.htm">CUCC Home Page</a></li>
</ul>
</body> </body>
</html> </html>

View File

@@ -16,11 +16,6 @@
</ul> </ul>
<hr /> <hr />
<!-- LINKS --> <!--#include virtual="links.html"-->
<ul>
<li><a href="../../infodx.htm">Main index of the expedition site</a></li>
<li><a href="../../index.htm">CUCC in Austria introduction page</a></li>
<li><a href="../../../index.htm">CUCC Home Page</a></li>
</ul>
</body> </body>
</html> </html>

View File

@@ -104,5 +104,6 @@
</table> </table>
<p align=center>&nbsp;</p> <p align=center>&nbsp;</p>
<p>&nbsp;</p> <p>&nbsp;</p>
<!--#include virtual="links.html"-->
</body> </body>
</html> </html>

5
years/2007/links.html Normal file
View File

@@ -0,0 +1,5 @@
<ul>
<li><a href="index.html">Expo 2007: documentation index</a></li>
<li><a href="../../infodx.htm">Main index of the expedition site</a></li>
<li><a href="../../../index.htm">CUCC Home Page</a></li>
</ul>

View File

@@ -53,11 +53,6 @@
<li>An investigation of cave microclimates and specifically their interaction with condensation will employ the data to predict and quantify the geographical distribution of condensation. Implications for phenomena such as cave thermal inertia, cave breathing, speleogenesis, karst water balance, and ultimately the response of caves to climate change will be considered. Various techniques for condensation prediction and theories of microclimates will be evaluated. Climactic overlays for surveys will be produced. <strong></strong></li> <li>An investigation of cave microclimates and specifically their interaction with condensation will employ the data to predict and quantify the geographical distribution of condensation. Implications for phenomena such as cave thermal inertia, cave breathing, speleogenesis, karst water balance, and ultimately the response of caves to climate change will be considered. Various techniques for condensation prediction and theories of microclimates will be evaluated. Climactic overlays for surveys will be produced. <strong></strong></li>
</ul> </ul>
<hr /> <hr />
<!-- LINKS --> <!--#include virtual="links.html"-->
<ul>
<li><a href="index.html">Expo 2006: documentation index</a></li>
<li><a href="../../infodx.htm">Main index of the expedition site</a></li>
<li><a href="../../../index.htm">CUCC Home Page</a></li>
</ul>
</body> </body>
</html> </html>

View File

@@ -349,5 +349,6 @@ body { margin-left: 5%; margin-right: 5% }
</td> </td>
</tr> </tr>
</table> </table>
<!--#include virtual="links.html"-->
</body> </body>
</html> </html>