Diff: CalculatorForSampleMountingInDil

Search SINQ Wiki:
SINQ LIN

SINQ Wiki
- Main Page
- Search SINQ Wiki
- Sample Environment
- Probenumg. Intern
- Troubleshooting SICS

This Page
- Page Info
- Printer Friendly

Referenced by
...nobody

Wiki Info
- Unused pages
- Undefined pages
- RecentChanges
- Page Index
- System Info
- JSPWiki Docu
- SandBox
- OneMinuteWiki
- Create a New Page




JSPWiki v2.0.52


Difference between version 164 and version 163:
At line 122 added 3 lines.
+ for (el of document.getElementsByName("A")) {
+ el.style.display = w_display;
+ }
Lines 180-181 were replaced by lines 183-186
- for (el of document.getElementsByName("S")) {
- el.style.display = "none";
+ for (nam of ["S", "E", "W", "A"]) {
+ for (el of document.getElementsByName(nam)) {
+ el.style.display = "none";
+ }
Line 248 was replaced by line 253
- <g id="cantop_gr">
+ <g id="cantop_gr" name="A">
Lines 254-256 were replaced by lines 259-261
- <g id="canbot_gr">
- <path fill="#000" stroke="#00f" stroke-width="2" stroke-opacity="null" fill-opacity="null" d="m672,246l0,-6l0,12l0,-6l322,0l0,-6l0,12l0,-6" id="canbot_line" name="E"/>
- <rect fill="#fff" stroke="#000" stroke-width="0" stroke-opacity="null" fill-opacity="null" x="817" y="236" width="40" height="20" id="canbot_bg" name="E"/>
+ <g id="canbot_gr" name="E">
+ <path fill="#000" stroke="#00f" stroke-width="2" stroke-opacity="null" fill-opacity="null" d="m672,246l0,-6l0,12l0,-6l322,0l0,-6l0,12l0,-6" id="canbot_line"/>
+ <rect fill="#fff" stroke="#000" stroke-width="0" stroke-opacity="null" fill-opacity="null" x="817" y="236" width="40" height="20" id="canbot_bg"/>
Line 259 was replaced by line 264
- <g id="sealmix_gr">
+ <g id="sealmix_gr" name="A">
Line 264 was replaced by line 269
- <g id="winbase_gr">
+ <g id="winbase_gr" name="A">
Line 268 was replaced by line 273
- <g id="base_gr">
+ <g id="base_gr" name="A">
Line 278 was replaced by line 283
- <g id="gap_gr">
+ <g id="gap_gr" name="A">

Back to CalculatorForSampleMountingInDil, or to the Page History.