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 227 and version 202:
Line 138 was replaced by lines 138-139
- document.getElementById("title_label").innerHTML = dilselect + " in " + vtiselect;
+ document.getElementById("vti_label").innerHTML = vtiselect;
+ document.getElementById("dil_label").innerHTML = dilselect;
Lines 195-202 were replaced by lines 196-199
- for (dilname in dils) {
- setdil(dilname);
- //setvti(vtiselect);
- //stored.push(mainsvg.cloneNode(true));
- for (vtiname in cans[dilname]) {
- setvti(vtiname);
- stored.push(mainsvg.cloneNode(true));
- }
+ setdil(dilselect);
+ for (vtiname in cans[dilselect]) {
+ setvti(vtiname);
+ stored.push(mainsvg.cloneNode(true));
Line 225 was replaced by line 222
- <input type="button" name=list onClick="do_print();" value="print">
+ <input type="button" name=list onClick="do_print();" value="print all vtis for this stick">
Line 230 was replaced by line 227
- <svg width="1024" height="350" xmlns="http://www.w3.org/2000/svg" id=mainsvg>
+ <svg width="1170" height="350" xmlns="http://www.w3.org/2000/svg" id=mainsvg>
Line 239 was replaced by line 236
- <text fill="#000" stroke="#000" stroke-width="0" x="0" y="30" id="title_label" font-size="24" font-family="Helvetica, Arial, sans-serif" text-anchor="start" xml:space="preserve"></text>
+ <text fill="#000" stroke="#000" stroke-width="0" x="0" y="60" id="vti_label" font-size="60" font-family="Helvetica, Arial, sans-serif" text-anchor="start" xml:space="preserve"></text>
Lines 363-364 were replaced by lines 360-362
- <text transform="rotate(-90 17 169)" fill="#000" stroke="#000" stroke-width="0" x="17" y="173" id="svg_18" font-size="12" font-family="Helvetica, Arial, sans-serif" text-anchor="middle" xml:space="preserve">sliding top flange</text>
- <text transform="rotate(-90 17 169)" fill="#000" stroke="#000" stroke-width="0" x="37" y="173" id="motor_label" font-size="10" font-family="Helvetica, Arial, sans-serif" text-anchor="middle" xml:space="preserve"></text>
+ <text transform="rotate(-90 17 169)" fill="#000" stroke="#000" stroke-width="0" x="17" y="173" id="svg_18" font-size="14" font-family="Helvetica, Arial, sans-serif" text-anchor="middle" xml:space="preserve">sliding top flange</text>
+ <text transform="rotate(-90 17 169)" fill="#000" stroke="#000" stroke-width="0" x="17" y="1240" id="dil_label" font-size="48" font-family="Helvetica, Arial, sans-serif" text-anchor="middle" xml:space="preserve"></text>
+ <text transform="rotate(-90 17 169)" fill="#000" stroke="#000" stroke-width="0" x="17" y="213" id="motor_label" font-size="14" font-family="Helvetica, Arial, sans-serif" text-anchor="middle" xml:space="preserve"></text>

Back to CalculatorForSampleMountingInDil, or to the Page History.