Revision: 298
http://patchanim.svn.sourceforge.net/patchanim/?rev=298&view=rev
Author: dbrosius
Date: 2009-12-28 06:34:17 +0000 (Mon, 28 Dec 2009)
Log Message:
-----------
add mbfg other projects menu
Modified Paths:
--------------
trunk/patchanim/htdocs/index.shtml
Modified: trunk/patchanim/htdocs/index.shtml
===================================================================
--- trunk/patchanim/htdocs/index.shtml 2009-12-28 06:33:36 UTC (rev 297)
+++ trunk/patchanim/htdocs/index.shtml 2009-12-28 06:34:17 UTC (rev 298)
@@ -2,6 +2,9 @@
<head>
<title>PatchAnim - A Bezier Surface based blend animation tool</title>
<meta name="Keywords" content="animated blends gradients gif png mng jpeg bezier curve patch tween java webstart">
+ <script src="mbfg.js">
+ </script>
+ <link rel="stylesheet" type="text/css" href="mbfg.css" />
</head>
<body background>
<div style="position:absolute;top:0;left:0;width:256;height:65535;z-index:1;background-image:url(blend.jpg);">
@@ -14,6 +17,7 @@
<a href="javadoc/index.html">JavaDoc</a>
<img src="vbar.gif" height="12"/>
<a href="jnlp/patchanim.jnlp">Web Start</a>
+ <!--#include virtual="mbfg_menu.shtml" -->
<hr/>
<p>Thanks for your interest in PatchAnim.</p>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|