Changeset 564


Ignore:
Timestamp:
May 12, 2005, 10:02:10 AM (18 years ago)
Author:
Nicklas Nordborg
Message:

Removed test code that didn't work

Location:
trunk/www
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/include/styles/tabcontrol.css

    r440 r564  
    5959.tabcontrol .tabs .tab_hover {
    6060  background: #F0F0F0;
     61  cursor: pointer;
    6162}
    6263
  • trunk/www/test/test_tab.jsp

    r206 r564  
    22
    33<%@ taglib prefix="t" uri="/WEB-INF/tab.tld" %>
    4 <script language="JavaScript" src="../include/main.js"></script>
    5 <link rel="StyleSheet" href="../include/styles.css"></link>
     4<script language="JavaScript" src="../include/scripts/tabcontrol.js"></script>
     5<link rel="StyleSheet" href="../include/styles/tabcontrol.css"></link>
     6
    67
    78  <t:tabcontrol id="one" active="contact" width="500">
Note: See TracChangeset for help on using the changeset viewer.