|
From: <ma...@us...> - 2010-12-13 21:51:23
|
Revision: 218
http://openautomation.svn.sourceforge.net/openautomation/?rev=218&view=rev
Author: mayerch
Date: 2010-12-13 21:51:18 +0000 (Mon, 13 Dec 2010)
Log Message:
-----------
Initial commit for setting up the transform infrastructure
Modified Paths:
--------------
CometVisu/trunk/visu/index.html
Modified: CometVisu/trunk/visu/index.html
===================================================================
--- CometVisu/trunk/visu/index.html 2010-12-13 21:50:25 UTC (rev 217)
+++ CometVisu/trunk/visu/index.html 2010-12-13 21:51:18 UTC (rev 218)
@@ -14,6 +14,8 @@
<script src="designs/structure_pure.js" type="text/javascript"></script>
<script src="designs/structure_custom.js" type="text/javascript"></script>
<script src="lib/templateengine.js" type="text/javascript"></script>
+ <script src="transforms/transform_default.js" type="text/javascript"></script>
+ <script src="transforms/transform_knx.js" type="text/javascript"></script>
<style type="text/css">
.loading { display: none; }
</style>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|