Changeset 564
- Timestamp:
- May 12, 2005, 10:02:10 AM (18 years ago)
- Location:
- trunk/www
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/include/styles/tabcontrol.css
r440 r564 59 59 .tabcontrol .tabs .tab_hover { 60 60 background: #F0F0F0; 61 cursor: pointer; 61 62 } 62 63 -
trunk/www/test/test_tab.jsp
r206 r564 2 2 3 3 <%@ 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 6 7 7 8 <t:tabcontrol id="one" active="contact" width="500">
Note: See TracChangeset
for help on using the changeset viewer.