Changes between Initial Version and Version 1 of CORNET/NetworkTopography

Show
Ignore:
Timestamp:
05/05/10 13:42:27 (14 years ago)
Author:
trnewman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CORNET/NetworkTopography

    v1 v1  
     1{{{ 
     2#!html 
     3<html> 
     4<head> 
     5        <title>jQuery maphilight documentation</title> 
     6        <script type="text/javascript" src="/js/jquery-1.2.3.pack.js"></script> 
     7        <script type="text/javascript" src="/js/jquery.maphilight.min.js"></script> 
     8        <script>$(function() { 
     9                $('.map').maphilight(); 
     10        });</script> 
     11</head> 
     12<body> 
     13<img class="map" src="/img/ictas.png" width="800" height="315" usemap="#ictas"> 
     14<map name="ictas"> 
     15<area href="floor1.html" title="Select ICTAS Floor 1" shape="poly" coords="22,243,551,243,551,253,526,265,504,265,478,278,22,278"></area> 
     16<area href="floor2.html" title="Select ICTAS Floor 2" shape="poly" coords="22,206,551,206,551,243,22,243"></area> 
     17<area href="floor3.html" title="Select ICTAS Floor 3" shape="poly" coords="22,167,551,167,551,206,22,206"></area> 
     18<area href="floor4.html" title="Select ICTAS Floor 4" shape="poly" coords="22,128,551,128,551,167,22,167"></area> 
     19</map> 
     20</body> 
     21</html> 
     22}}}