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 117 and version 116:
Line 166 was replaced by line 166
- svglist = document.getElementById("svglist");
+ var svglist = document.getElementById("svglist");
Lines 171-177 were replaced by lines 171-173
- if (first.length == 0) {
- first = [dilname, vtiname]
- } else {
- setdil(dilname);
- setvti(vtiname);
- stored.push(mainsvg.cloneNode(true));
- }
+ setdil(dilname);
+ setvti(vtiname);
+ stored.push(mainsvg.cloneNode(true));
Removed lines 180-181
- setdil(first[0]);
- setvti(first[1]);
Line 183 was replaced by line 177
- svglist.appendChild(stored[i]);
+ var svglist.appendChild(stored[i]);
At line 184 added 2 lines.
+ var firstpart = document.getElementById("firstpart");
+ firstpart.style.display = "none";
Line 188 was replaced by line 184
- <h1 id=title></h1>
+ <div id=firstpart>
At line 338 added 1 line.
+ </div>

Back to CalculatorForSampleMountingInDil, or to the Page History.