Changeset 17814 for trunk/FACT++/www/viewer/index.html
- Timestamp:
- 05/09/14 18:38:59 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/www/viewer/index.html
r17807 r17814 8 8 <link rel="stylesheet" href="codemirror-4.1/lib/codemirror.css"/> 9 9 <!--<link rel="stylesheet" href="codemirror-4.1/theme/myblackboard.css"/>--> 10 < link rel="stylesheet" href="codemirror-4.1/theme/blackboard.css">10 <!--<link rel="stylesheet" href="codemirror-4.1/theme/blackboard.css">--> 11 11 <!--<link rel="stylesheet" href="codemirror-4.1/theme/3024-night.css">--> 12 12 <link rel="stylesheet" href="codemirror-4.1/addon/display/fullscreen.css"/> … … 167 167 <table width="100%"> 168 168 <colgroup> 169 <col style="width: 40%;">170 <col style="width:2 0%;">171 <col style="width: 40%;">169 <col style="width:38.5%;"> 170 <col style="width:23%;"> 171 <col style="width:38.5%;"> 172 172 </colgroup> 173 173 <tr> 174 174 <td> 175 <span style="white-space:nowrap ">176 Min :175 <span style="white-space:nowrap;margin-right:2px;"> 176 Min 177 177 <input id="cameramin1" style="text-align:right;width:100px;" type="number" onchange="onCameraMinMax(1);" value="0" disabled="true"></input> 178 <input id="cameraminon1" type="checkbox" onclick="onCameraMinMaxOn(1);" checked="true"></input> 179 </span> 180 181 <span style="white-space:nowrap"> 182 Max: 178 <input id="cameraminon1" style="margin-left:0px;" type="checkbox" onclick="onCameraMinMaxOn(1);" checked="true"></input> 179 </span> 180 <span style="white-space:nowrap"> 181 Max 183 182 <input id="cameramax1" style="text-align:right;width:100px;" type="number" onchange="onCameraMinMax(1);" value="0" disabled="true"></input> 184 <input id="cameramaxon1" type="checkbox" onclick="onCameraMinMaxOn(1);" checked="true"></input>183 <input id="cameramaxon1" style="margin-left:0px;" type="checkbox" onclick="onCameraMinMaxOn(1);" checked="true"></input> 185 184 </span> 186 185 </td> … … 189 188 <td style="text-align:right"> 190 189 <span style="white-space:nowrap"> 191 Min :190 Min 192 191 <input id="cameramin2" style="text-align:right;width:100px;" type="number" onchange="onCameraMinMax(2);" value="0" disabled="true"></input> 193 <input id="cameraminon2" type="checkbox" onclick="onCameraMinMaxOn(2);" checked="true"></input> 194 </span> 195 <span style="white-space:nowrap"> 196 197 Max: 192 <input id="cameraminon2" style="margin-left:0px;" type="checkbox" onclick="onCameraMinMaxOn(2);" checked="true"></input> 193 </span> 194 <span style="white-space:nowrap;margin-left:2px;"> 195 Max 198 196 <input id="cameramax2" style="text-align:right;width:100px;" type="number" onchange="onCameraMinMax(2);" value="0" disabled="true"></input> 199 <input id="cameramaxon2" type="checkbox" onclick="onCameraMinMaxOn(2);" checked="true"></input>197 <input id="cameramaxon2" style="margin-left:0px;" type="checkbox" onclick="onCameraMinMaxOn(2);" checked="true"></input> 200 198 </span> 201 199 </td> … … 225 223 <table width="100%"> 226 224 <colgroup> 227 <col style="width: 40%;">228 <col style="width:2 0%;">229 <col style="width: 40%;">225 <col style="width:38.5%;"> 226 <col style="width:23%;"> 227 <col style="width:38.5%;"> 230 228 </colgroup> 231 229 <tr> 232 230 <td> 233 <span style="white-space:nowrap ">234 Min :231 <span style="white-space:nowrap;margin-right:2px;"> 232 Min 235 233 <input id="cameramin3" style="text-align:right;width:100px;" type="number" onchange="onCameraMinMax(3);" value="0" disabled="true"></input> 236 <input id="cameraminon3" type="checkbox" onclick="onCameraMinMaxOn(3);" checked="true"></input> 237 </span> 238 239 <span style="white-space:nowrap"> 240 Max: 234 <input id="cameraminon3" style="margin-left:0px;" type="checkbox" onclick="onCameraMinMaxOn(3);" checked="true"></input> 235 </span> 236 <span style="white-space:nowrap"> 237 Max 241 238 <input id="cameramax3" style="text-align:right;width:100px;" type="number" onchange="onCameraMinMax(3);" value="0" disabled="true"></input> 242 <input id="cameramaxon3" type="checkbox" onclick="onCameraMinMaxOn(3);" checked="true"></input>239 <input id="cameramaxon3" style="margin-left:0px;" type="checkbox" onclick="onCameraMinMaxOn(3);" checked="true"></input> 243 240 </span> 244 241 </td> 245 242 <td style="text-align:center;"> 246 <input id="marker" type="checkbox" checked="true" onclick="refreshCameras();">Marker</input> 247 <input id="image" type="checkbox" onclick="refreshCameras();">Image</input> 243 <span style="white-space:nowrap;margin-left:1px;margin-right:1px;"><input id="grid" type="checkbox" onclick="refreshCameras();" checked="true">Grid</input></span> 244 <span style="white-space:nowrap;margin-left:1px;margin-right:1px;"><input id="marker" type="checkbox" onclick="refreshCameras();" checked="true">Marker</input></span> 245 <span style="white-space:nowrap;margin-left:1px;margin-right:1px;"><input id="image" type="checkbox" onclick="refreshCameras();">Image</input></span> 248 246 <!--Pixel value: 249 247 <input id="value" type="text" readonly="true" value="0" style="text-align:right;width:100px"></input>--> … … 251 249 <td style="text-align:right"> 252 250 <span style="white-space:nowrap"> 253 Min :251 Min 254 252 <input id="cameramin4" style="text-align:right;width:100px;" type="number" onchange="onCameraMinMax(4);" value="0" disabled="true"></input> 255 <input id="cameraminon4" type="checkbox" onclick="onCameraMinMaxOn(4);" checked="true"></input> 256 </span> 257 <span style="white-space:nowrap"> 258 259 Max: 253 <input id="cameraminon4" style="margin-left:0px;" type="checkbox" onclick="onCameraMinMaxOn(4);" checked="true"></input> 254 </span> 255 <span style="white-space:nowrap;margin-left:2px;"> 256 Max 260 257 <input id="cameramax4" style="text-align:right;width:100px;" type="number" onchange="onCameraMinMax(4);" value="0" disabled="true"></input> 261 <input id="cameramaxon4" type="checkbox" onclick="onCameraMinMaxOn(4);" checked="true"></input>258 <input id="cameramaxon4" style="margin-left:0px;" type="checkbox" onclick="onCameraMinMaxOn(4);" checked="true"></input> 262 259 </span> 263 260 </td> … … 278 275 <tr> 279 276 <td> 280 <span style="white-space:nowrap ">281 Min :277 <span style="white-space:nowrap;margin-right:2px;"> 278 Min 282 279 <input id="histmin1" style="text-align:right;width:100px;" type="number" onchange="onHistMinMax(1);" value="0" disabled="true"></input> 283 <input id="histminon1" type="checkbox" onclick="onHistMinMaxOn(1);" checked="true"></input> 284 </span> 285 286 <span style="white-space:nowrap"> 287 Max: 280 <input id="histminon1" style="margin-left:0px;" type="checkbox" onclick="onHistMinMaxOn(1);" checked="true"></input> 281 </span> 282 <span style="white-space:nowrap"> 283 Max 288 284 <input id="histmax1" style="text-align:right;width:100px;" type="number" onchange="onHistMinMax(1);" value="0" disabled="true"></input> 289 <input id="histmaxon1" type="checkbox" onclick="onHistMinMaxOn(1);" checked="true"></input>285 <input id="histmaxon1" style="margin-left:0px;" type="checkbox" onclick="onHistMinMaxOn(1);" checked="true"></input> 290 286 </span> 291 287 </td> … … 294 290 <td style="text-align:right"> 295 291 <span style="white-space:nowrap"> 296 Min :292 Min 297 293 <input id="histmin2" style="text-align:right;width:100px;" type="number" onchange="onHistMinMax(2);" value="0" disabled="true"></input> 298 <input id="histminon2" type="checkbox" onclick="onHistMinMaxOn(2);" checked="true"></input> 299 </span> 300 <span style="white-space:nowrap"> 301 302 Max: 294 <input id="histminon2" style="margin-left:0px;" type="checkbox" onclick="onHistMinMaxOn(2);" checked="true"></input> 295 </span> 296 <span style="white-space:nowrap;margin-left:2px;"> 297 Max 303 298 <input id="histmax2" style="text-align:right;width:100px;" type="number" onchange="onHistMinMax(2);" value="0" disabled="true"></input> 304 <input id="histmaxon2" type="checkbox" onclick="onHistMinMaxOn(2);" checked="true"></input>299 <input id="histmaxon2" style="margin-left:0px;" type="checkbox" onclick="onHistMinMaxOn(2);" checked="true"></input> 305 300 </span> 306 301 </td> … … 330 325 <table width="100%"> 331 326 <colgroup> 332 <col style="width:40%;"> 333 <col style="width:20%;"> 334 <col style="width:40%;"> 327 <col style="width:50%;"> 328 <col style="width:50%;"> 335 329 </colgroup> 336 330 <tr> 337 331 <td> 338 <span style="white-space:nowrap ">339 Min :332 <span style="white-space:nowrap;margin-right:2px;"> 333 Min 340 334 <input id="histmin3" style="text-align:right;width:100px;" type="number" onchange="onHistMinMax(3);" value="0" disabled="true"></input> 341 <input id="histminon3" type="checkbox" onclick="onHistMinMaxOn(3);" checked="true"></input> 342 </span> 343 344 <span style="white-space:nowrap"> 345 Max: 335 <input id="histminon3" style="margin-left:0px;" type="checkbox" onclick="onHistMinMaxOn(3);" checked="true"></input> 336 </span> 337 <span style="white-space:nowrap"> 338 Max 346 339 <input id="histmax3" style="text-align:right;width:100px;" type="number" onchange="onHistMinMax(3);" value="0" disabled="true"></input> 347 <input id="histmaxon3" type="checkbox" onclick="onHistMinMaxOn(3);" checked="true"></input> 348 </span> 349 </td> 350 <td style="text-align:center;"> 351 <!--<input id="marker" type="checkbox" checked="true" onclick="onMarker();">Show pixel marker</input>--> 352 <!--Pixel value: 353 <input id="value" type="text" readonly="true" value="0" style="text-align:right;width:100px"></input>--> 340 <input id="histmaxon3" style="margin-left:0px;" type="checkbox" onclick="onHistMinMaxOn(3);" checked="true"></input> 341 </span> 354 342 </td> 355 343 <td style="text-align:right"> 356 344 <span style="white-space:nowrap"> 357 Min :345 Min 358 346 <input id="histmin4" style="text-align:right;width:100px;" type="number" onchange="onHistMinMax(4);" value="0" disabled="true"></input> 359 <input id="histminon4" type="checkbox" onclick="onHistMinMaxOn(4);" checked="true"></input> 360 </span> 361 <span style="white-space:nowrap"> 362 363 Max: 347 <input id="histminon4" style="margin-left:0px;" type="checkbox" onclick="onHistMinMaxOn(4);" checked="true"></input> 348 </span> 349 <span style="white-space:nowrap;margin-left:2px;"> 350 Max 364 351 <input id="histmax4" style="text-align:right;width:100px;" type="number" onchange="onHistMinMax(4);" value="0" disabled="true"></input> 365 <input id="histmaxon4" type="checkbox" onclick="onHistMinMaxOn(4);" checked="true"></input>352 <input id="histmaxon4" style="margin-left:0px;" type="checkbox" onclick="onHistMinMaxOn(4);" checked="true"></input> 366 353 </span> 367 354 </td> … … 377 364 <table style="width:100%"> 378 365 <colgroup> 379 <col style="width: 50%;">380 <col style="width: 50%;">366 <col style="width:33%;"> 367 <col style="width:66%;"> 381 368 </colgroup> 382 369 <tr> 383 <td style="text-align:left ">370 <td style="text-align:left;margin-right:2px;"> 384 371 <span style="white-space:nowrap;float:left"> 385 Xmin :372 Xmin 386 373 <input id="waveformxmin" style="width:55px;text-align:right"type="number" onchange="onWaveformMinMax();" value="0" disabled="true"></input> 387 <input id="waveformxminon" type="checkbox" onclick="onWaveformMinMaxOn();" checked="true"></input> 388 374 <input id="waveformxminon" style="margin-left:0px;" type="checkbox" onclick="onWaveformMinMaxOn();" checked="true"></input> 389 375 </span> 390 376 <span style="white-space:nowrap;float:left"> 391 Xmax :377 Xmax 392 378 <input id="waveformxmax" style="width:55px;text-align:right"type="number" onchange="onWaveformMinMax();" value="0" disabled="true"></input> 393 <input id="waveformxmaxon" type="checkbox" onclick="onWaveformMinMaxOn();" checked="true"></input>379 <input id="waveformxmaxon" style="margin-left:0px;" type="checkbox" onclick="onWaveformMinMaxOn();" checked="true"></input> 394 380 </span> 395 381 </td> 396 382 <td style="text-align:right"> 397 383 <span style="white-space:nowrap;"> 398 Ymin :384 Ymin 399 385 <input id="waveformmin" style="text-align:right"type="number" onchange="onWaveformMinMax();" value="0" disabled="true"></input> 400 <input id="waveformminon" type="checkbox" onclick="onWaveformMinMaxOn();" checked="true"></input>401 </span> 402 <span style="white-space:nowrap; ">403 Ymax:386 <input id="waveformminon" style="margin-left:0px;" type="checkbox" onclick="onWaveformMinMaxOn();" checked="true"></input> 387 </span> 388 <span style="white-space:nowrap;margin-left:2px;"> 389 Ymax 404 390 <input id="waveformmax" style="text-align:right"type="number" onchange="onWaveformMinMax();" value="0" disabled="true"></input> 405 <input id="waveformmaxon" type="checkbox" onclick="onWaveformMinMaxOn();" checked="true"></input>391 <input id="waveformmaxon" style="margin-left:0px;" type="checkbox" onclick="onWaveformMinMaxOn();" checked="true"></input> 406 392 </span> 407 393 </td>
Note:
See TracChangeset
for help on using the changeset viewer.