* add the feature of common view extension.

This commit is contained in:
wangchunsheng
2010-07-04 02:20:01 +00:00
parent ad25e62ab3
commit 1dce8df2e1
14 changed files with 15 additions and 1 deletions
+1
View File
@@ -1,3 +1,4 @@
<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
<link rel='stylesheet' href='<?php echo $clientTheme;?>datepicker.css' type='text/css' />
<script src='<?php echo $jsRoot;?>jquery/datepicker/min.js' type='text/javascript'></script>
<script src='<?php echo $jsRoot;?>jquery/datepicker/date.js' type='text/javascript'></script>