forked from Proektsoftbg/Calcpad
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4112feb
commit 5e25c3d
Showing
6 changed files
with
32 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
'Cross section: <select name="section"> | ||
'<option value="100;150">RHS 100x150</option> | ||
'<option value="150;200">RHS 150x200</option> | ||
'<option value="200;250">RHS 200x250</option> | ||
'</select> | ||
'<p id="section"> Dimensions:'b = ? ','h = ? '</p> | ||
|
||
'<p>Steel grade: | ||
'<input name="steel" type="radio" id="S235" value="235" > | ||
'<label for="S235">S235</label> | ||
'<input name="steel" type="radio" id="S275" value="275" > | ||
'<label for="S275">S275</label> | ||
'<input name="steel" type="radio" id="S355" value="355" > | ||
'<label for="S355">S355</label></p> | ||
'<p id="steel" style="display:none;">'f_y = ? '</p> | ||
'Steel yield strength:'f_y | ||
|
||
'Additional options: | ||
'<p><input name="Rolled" type="checkbox" id="roll" value="1" > | ||
'<label for="roll">Hot rolled</label></p> | ||
'<p><input name="Zn" type="checkbox" id="zink" value="1" > | ||
'<label for="Zn">Zink plated</label></p> | ||
'<p id="Rolled" style="display:none;">'Rolled = ? '</p> | ||
'<p id="Zn" style="display:none;">'Zinc = ? '</p> | ||
'Values: | ||
Rolled | ||
Zinc | ||
0 0 0 0 0 |
Binary file not shown.