From: <al...@us...> - 2008-10-26 20:07:36
|
Revision: 764 http://sciret.svn.sourceforge.net/sciret/?rev=764&view=rev Author: alpeb Date: 2008-10-26 20:07:28 +0000 (Sun, 26 Oct 2008) Log Message: ----------- load tab lib Modified Paths: -------------- trunk/templates/ViewArticle.tpl Modified: trunk/templates/ViewArticle.tpl =================================================================== --- trunk/templates/ViewArticle.tpl 2008-10-26 19:51:01 UTC (rev 763) +++ trunk/templates/ViewArticle.tpl 2008-10-26 20:07:28 UTC (rev 764) @@ -8,6 +8,8 @@ * @packager Keyboard Monkeys */ --> +<link rel="stylesheet" type="text/css" href="{YUILocation}tabview/assets/tabview-core.css"> +<script type="text/javascript" src="{YUILocation}tabview/tabview-min.js"></script> <script type="text/javascript"> var artId = {art_id}; YAHOO.util.Event.onDOMReady(function() { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |