* mv the view file of common module to view directory.

This commit is contained in:
wangchunsheng
2010-03-17 08:45:53 +00:00
parent e48dbec77b
commit d56abda8db
136 changed files with 306 additions and 306 deletions
+3
View File
@@ -0,0 +1,3 @@
<link rel='stylesheet' href='<?php echo $clientTheme;?>treetable.css' type='text/css' />
<script src='<?php echo $jsRoot;?>jquery/treetable/min.js' type='text/javascript'></script>
<script language='javascript'>$(function() { $("#treetable").treeTable({clickableNodeNames:true,initialState:"expanded"})})</script>