Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173
      <svg:g id="theSpot" transform="translate(0, 0)">
 	   <svg:polygon id="spot" fill="black" points="0 0 0 0" />
      </svg:g>

      <svg:text id    	    = "detectorLabel"
                class 	    = "normalText" 
		x     	    = "200" 
		y     	    = "190" 
		style       = "fill: yellow; stroke: black; stroke-width: 3; fill-opacity: 0.3; stroke-opacity: 0.2;"
		font-family = "Verdana" 
		font-size   = "68px">
        -1
      </svg:text>
      <svg:text id    	    = "detectorLabel" 
                class 	    = "normalText" 
		x     	    = "130" 
		y     	    = "374" 
		style       = "fill: yellow; stroke: black; stroke-width: 4; fill-opacity: 0.3; stroke-opacity: 0.2;"
		font-family = "Verdana" 
		font-size   = "50px">
	FPIX -Z
      </svg:text>
      <svg:text id    	    = "detectorLabel" 
                class 	    = "normalText" 
		x     	    = "200" 
		y     	    = "564" 
		style       = "fill: yellow; stroke: black; stroke-width: 3; fill-opacity: 0.3; stroke-opacity: 0.2;"
		font-family = "Verdana" 
		font-size   = "68px">
       -2
      </svg:text>
      <svg:text id    	    = "detectorLabel" 
                class 	    = "normalText" 
		x     	    = "1074" 
		y     	    = "190" 
		style       = "fill: yellow; stroke: black; stroke-width: 3; fill-opacity: 0.3; stroke-opacity: 0.2;"
		font-family = "Verdana" 
		font-size   = "68px">
       +1
      </svg:text>
      <svg:text id    	    = "detectorLabel" 
                class 	    = "normalText" 
		x     	    = "1010" 
		y     	    = "374" 
		style       = "fill: yellow; stroke: black; stroke-width: 4; fill-opacity: 0.3; stroke-opacity: 0.2;"
		font-family = "Verdana" 
		font-size   = "50px">
	FPIX +Z
      </svg:text>
      <svg:text id    	    = "detectorLabel" 
                class 	    = "normalText" 
		x     	    = "1074" 
		y     	    = "564" 
		style       = "fill: yellow; stroke: black; stroke-width: 3; fill-opacity: 0.3; stroke-opacity: 0.2;"
		font-family = "Verdana" 
		font-size   = "68px">
       +2
      </svg:text>
      <svg:text id    	    = "detectorLabel" 
                class 	    = "normalText" 
                name        = "overlappingDetectorLabel"
		x     	    = "-365" 
		y     	    = "705"
		transform   = "rotate(-90)"
		onmouseover = "SvgMap.hideIt(evt)" 
		style       = "fill: yellow; stroke: black; stroke-width: 4; fill-opacity: 0.2; stroke-opacity: 0.2;"
		font-family = "Verdana" 
		font-size   = "80px">
	Layer 1
      </svg:text>
      <svg:text id    	    = "detectorLabel" 
                class 	    = "normalText" 
                name        = "overlappingDetectorLabel"
		x     	    = "-785" 
		y     	    = "615" 
		transform   = "rotate(-90)" 
		onmouseover = "SvgMap.hideIt(evt)" 
		style       = "fill: yellow; stroke: black; stroke-width: 4; fill-opacity: 0.2; stroke-opacity: 0.2;"
		font-family = "Verdana" 
		font-size   = "80px">
	Layer 2
      </svg:text>
      <svg:text id    	    = "detectorLabel" 
                class 	    = "normalText" 
                name        = "overlappingDetectorLabel"
		x     	    = "-780" 
		y     	    = "800" 
		transform   = "rotate(-90)" 
		onmouseover = "SvgMap.hideIt(evt)" 
		style       = "fill: yellow; stroke: black; stroke-width: 4; fill-opacity: 0.2; stroke-opacity: 0.2;"
		font-family = "Verdana" 
		font-size   = "75px">
	Layer 3
      </svg:text>

      <svg:text id    	    = "minEntries" 
                class 	    = "normalText" 
                name        = "minEntries"
		x     	    = "10" 
		y     	    = "750" 
		style       = "fill: black; stroke: yellow; stroke-width: 1; fill-opacity: 0.8; stroke-opacity: 0.4;"
		font-family = "Verdana, Arial, Courier" 
		font-size   = "30px">
	Min: 
      </svg:text>
      <svg:text id    	    = "maxEntries" 
                class 	    = "normalText" 
                name        = "maxEntries"
		x     	    = "10" 
		y     	    = "780" 
		style       = "fill: red;   stroke: black;  stroke-width: 1; fill-opacity: 0.8; stroke-opacity: 0.4;"
		font-family = "Verdana, Arial, Courier" 
		font-size   = "30px">
	Max: 
      </svg:text>

     </svg:g>

    </svg:svg>

    </td>
   </tr>
   <tr>
    <td>
     <form action  = "javascript:void(0)"
 	   class   = "inputBox">
      <h3>
       Selected det: 
       <input id    = "selectedElementText"
 	      class = "inputBox"
 	      type  = "text" 
 	      value = ""
 	      style = "font-weight:bold;"
 	      name  = "selectedElementText" 
 	      size  = "50">
       </input>
      </h3>
     </form>
    </td>
   </tr> 
   <tr>
    <td>
     <fieldset style = "background:#414141;">
      <legend id    = "theLegend"
              class = "legend">
       TKMap controls 
      </legend>
      <button class   = "controlButton" 
              onclick = "SvgMap.entriesOpacity();" >
       Full Opacity    
      </button>
      <h3>
       Transparency:
       <input id      = "statisticsOpacity"
              type    = "checkbox"
              name    = "statisticsOpacity"
              class   = "smallCheckBox"
	      checked = "">
       </input>
      </h3>
     </fieldset>
    </td>
   </tr> 
  </table>
  
  <input type="hidden" name="MEReference" value=""/>
  <input type="hidden" name="MEReference" value=""/>
  <input type="hidden" name="MEReference" value=""/>
  <input type="hidden" name="MEReference" value=""/>
  <input type="hidden" name="MEReference" value=""/>

 </body>
</html>