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 151 and version 150:
At line 79 added 9 lines.
+ var straight = document.getElementsByName("S");
+ for each (el in straight) {
+ el.style.display = "none";
+ }
+ } else {
+ var edged = document.getElementsByName("E");
+ for each (el in edged) {
+ el.style.display = "none";
+ }
Lines 213-214 were replaced by lines 222-223
- <path fill="#cccccc" stroke="#000" stroke-opacity="null" d="m228,102l38,3l400,0l0,22l318,0l0,86l-318,0l0,22l-400,0l-38,2l0,3l445,0l0,-21l182,0l4,-4l99,0l4,4l32,0l0,-98l-32,0l-4,4l-99,0l-4,-4l-182,0l0,-21l-445,0l0,2" id="can" name="straight" />
- <path fill="#cccccc" stroke="#000" stroke-opacity="null" d="m228,102l38,3l400,0l1,0l318,0l0,130l-318,0l-1,0l-400,0l-38,2l0,3l445,0l1,0l182,0l4,-4l99,0l4,4l32,0l0,-140l-32,0l-4,4l-99,0l-4,-4l-182,0l-1,0l-445,0l0,2" id="can2" name="edged"/>
+ <path fill="#cccccc" stroke="#000" stroke-opacity="null" d="m228,102l38,3l400,0l0,22l318,0l0,86l-318,0l0,22l-400,0l-38,2l0,3l445,0l0,-21l182,0l4,-4l99,0l4,4l32,0l0,-98l-32,0l-4,4l-99,0l-4,-4l-182,0l0,-21l-445,0l0,2" id="can" name="S"/>
+ <path fill="#cccccc" stroke="#000" stroke-opacity="null" d="m228,102l38,3l400,0l1,0l318,0l0,130l-318,0l-1,0l-400,0l-38,2l0,3l445,0l1,0l182,0l4,-4l99,0l4,4l32,0l0,-140l-32,0l-4,4l-99,0l-4,-4l-182,0l-1,0l-445,0l0,2" id="can2" name="E"/>
Line 227 was replaced by lines 236-237
- <path fill="#000" stroke="#00f" stroke-width="2" stroke-opacity="null" fill-opacity="null" d="m228,261l0,-6l0,12l0,-6l444,0l0,-6l0,12l0,-6" id="cantop_line"/>
+ <path fill="#000" stroke="#00f" stroke-width="2" stroke-opacity="null" fill-opacity="null" d="m228,261l0,-6l0,12l0,-6l444,0l0,-6l0,12l0,-6" id="cantop_line" name="E"/>
+ <path fill="#000" stroke="#00f" stroke-width="2" stroke-opacity="null" fill-opacity="null" d="m228,261l0,-6l0,12l0,-6l666,0l0,-6l0,12l0,-6" id="cantop_line2" name="S"/>
Lines 232-234 were replaced by lines 242-244
- <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"/>
- <text text-anchor="middle" font-family="Helvetica, Arial, sans-serif" font-size="18" id="bot" y="251" x="837" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#00f" fill="#00f">000</text>
+ <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"/>
+ <text text-anchor="middle" font-family="Helvetica, Arial, sans-serif" font-size="18" id="bot" y="251" x="837" fill-opacity="null" stroke-opacity="null" stroke-width="0" stroke="#00f" fill="#00f" name="E">000</text>

Back to CalculatorForSampleMountingInDil, or to the Page History.