Adding sheet for Stalker

Added a sheet for Stalker: The SciFi Roleplaying Game
This commit is contained in:
pinmissile
2016-07-08 21:23:19 +02:00
parent 7c433204f5
commit b7cdcf29d3
2 changed files with 785 additions and 275 deletions
@@ -4,20 +4,32 @@ Sheet Tabs
(Seriously, saved my bacon <3<3<3)
------------------------------------- */
div.sheet-tab-content {
display: none;
border-top:1px solid #ffffff;
margin-top:2px;
input.sheet-tab-main:checked ~ div.sheet-tab-main,
input.sheet-tab-equipment:checked ~ div.sheet-tab-equipment,
input.sheet-tab-location-1:checked ~ div.sheet-tab-location-1,
input.sheet-tab-location-2:checked ~ div.sheet-tab-location-2,
input.sheet-tab-location-3:checked ~ div.sheet-tab-location-3,
input.sheet-tab-location-4:checked ~ div.sheet-tab-location-4,
input.sheet-tab-location-5:checked ~ div.sheet-tab-location-5,
input.sheet-tab-location-6:checked ~ div.sheet-tab-location-6,
input.sheet-tab-location-7:checked ~ div.sheet-tab-location-7,
input.sheet-tab-location-8:checked ~ div.sheet-tab-location-8,
input.sheet-tab-location-9:checked ~ div.sheet-tab-location-9,
input.sheet-tab-location-10:checked ~ div.sheet-tab-location-10,
input.sheet-tab-location-11:checked ~ div.sheet-tab-location-11,
input.sheet-tab-location-12:checked ~ div.sheet-tab-location-12,
input.sheet-tab-location-13:checked ~ div.sheet-tab-location-13,
input.sheet-tab-location-14:checked ~ div.sheet-tab-location-14,
input.sheet-tab-location-15:checked ~ div.sheet-tab-location-15{
display:block;
}
input.sheet-tab-main-sheet:checked ~ div.sheet-tab-main-sheet,
input.sheet-tab-equipment-sheet:checked ~ div.sheet-tab-equipment-sheet,
{
display: block;
div.sheet-tab-content {
display: none;
}
input.sheet-tab {
width: 162px;
width: 350px;
height: 30px;
-webkit-appearance:none;
-moz-appearance:none;
@@ -27,25 +39,24 @@ input.sheet-tab {
position: relative;
cursor: pointer;
z-index: 1;
}
}
input.sheet-tab::before {
content: attr(title);
border:1px solid #ccc;
border-bottom:1px solid #444;
border:1px solid #bfbfbf;
border-bottom:1px solid #000000;
border-radius:4px 4px 0 0;
padding-bottom:1px;
sheet-text-align: center;
display: block;
color:#444;
width: 160px;
color:#000000;
width: 350px;
line-height: 30px;
font-size: 16px;
text-align:center
}
input.sheet-tab:active,
input.sheet-tab:focus {
outline:none;
@@ -57,11 +68,17 @@ input.sheet-tab:hover::before {
input.sheet-tab:checked::before,
input.sheet-tab:checked:hover::before {
border:1px solid #444;
border:1px solid #000000;
border-bottom:1px solid #fff;
background:#fff;
}
input.sheet-tab-location{
width: 30px;
height: 30px;
background:#ffffff;
}
/* -----
Global Changes
----- */
@@ -76,7 +93,6 @@ input[type='text']{
margin-left:5px;
margin-top:3px;
margin-bottom:3px;
width: calc(100% - 10px);
}
input[type='number']{
@@ -119,6 +135,18 @@ Type Number Input
width: calc(100% - 10px) !important;
}
.sheet-input-standard{
width: calc(100% - 10px);
}
.sheet-input-equipmentLocation{
width:190px;
}
.sheet-cell-equipmentAmount{
width:100px;
}
/* -----
Text Area Input
----- */
@@ -159,7 +187,7 @@ Text Area Input
margin-bottom: 5px;
margin-top: 5px;
width: 305px;
height:145px;
height:150px;
}
.sheet-text-skills {
@@ -198,8 +226,10 @@ Headers, labels and texts
/* ---------
Meta Windows
--------- */
.sheet-character-wrapper{
width:700px;
float:left;
}
.sheet-meta1 {
@@ -209,7 +239,7 @@ Meta Windows
.sheet-meta2 {
float:left;
}
}
/* ------
Both Tabs
@@ -236,10 +266,14 @@ Character Sheet
Equipment Sheet
------ */
.sheet-equipment {
width: 700px;
float:left;
padding-bottom: 20px;
.sheet-equipment{
width: 700px;
float:left;
padding-top:20px;
}
.sheet.center{
align:center;
}
/* ---------
+728 -252
View File
@@ -1,255 +1,731 @@
<form>
<input checked="checked" class="sheet-tab sheet-tab-main-sheet sheet-player-sheet" name="attr_pcgm" style="float:left;" title="Main Sheet" type="radio" value="1">
<input class="sheet-tab sheet-tab-equipment-sheet sheet-player-sheet" name="attr_pcgm" style="float:left;" title="Equipment Sheet" type="radio" value="2">
</form>
<div class="sheet-logo" align="center">
<img alt="STALKER: THE SCIFI ROLE PLAYING GAME" src="http://i.imgur.com/owS7IHz.jpg">
</div>
<!-----------------------------------------
<input checked="checked" class="sheet-tab sheet-tab-main" name="attr_pcgm" style="float:left;" title="Character Tab" type="radio" value="1">
<input class="sheet-tab sheet-tab-equipment" name="attr_pcgm" style="float:left;" title="Inventory Tab" type="radio" value="2">
<div class="sheet-logo" align="center">
<img alt="STALKER: THE SCIFI ROLE PLAYING GAME" src="http://i.imgur.com/owS7IHz.jpg">
</div>
<!-----------------------------------------
MAIN SHEET TAB
------------------------------------------>
<div class="sheet-character-wrapper sheet-tab-content sheet-tab-main-sheet">
<div class="sheet-meta1">
<div class="sheet-singlecell-bottompadding">
<table class="sheet-table-onecolumn">
<tr>
<td class ="sheet-table-noright sheet-text-label">
Name:
</td>
<td class="sheet-table-noleft">
<input class="sheet-textinput-name" name="attr_character_name" type="text">
</td>
</tr>
<tr>
<td colspan="2" class="sheet-text-label sheet-table-nobot">
Description
</td>
</tr>
<tr class="sheet-table-notop">
<td colspan="2" class="sheet-table-notop">
<textarea class="sheet-text-description" name="attr_description"></textarea>
</td>
</tr>
<tr>
<td colspan="2" class="sheet-text-label sheet-table-nobot">
History
</td>
</tr>
<tr class="sheet-table-notop">
<td colspan="2" class="sheet-table-notop">
<textarea class="sheet-text-history" name="attr_history"></textarea>
</td>
</tr>
<tr>
<td class ="sheet-table-noright sheet-text-label">
Team:
</td>
<td class="sheet-table-noleft">
<input class="sheet-textinput-name" name="attr_team" type="text">
</td>
</tr>
<tr>
<td class ="sheet-table-noright sheet-text-label">
Role:
</td>
<td class="sheet-table-noleft">
<input class="sheet-textinput-name" name="attr_role" type="text">
</td>
</tr>
<tr>
<td colspan="2" class="sheet-text-label sheet-table-nobot">
Renown
</td>
</tr>
<tr class="sheet-table-notop">
<td colspan="2" class="sheet-table-notop">
<textarea class="sheet-text-renownInjuriesNotes" name="attr_renown"></textarea>
</td>
</tr>
</table>
</div>
<div class="sheet-singlecell-bottompadding">
<table class="sheet-table-onecolumn">
<tr>
<td class="sheet-text-label sheet-table-nobot">
Injuries
</td>
</tr>
<tr>
<td class="sheet-table-notop">
<textarea class="sheet-text-renownInjuriesNotes" name="attr_injuries"></textarea>
</td>
</tr>
</table>
</div>
<div class="sheet-singlecell">
<table class="sheet-table-onecolumn">
<tr>
<td class="sheet-text-label sheet-table-nobot">
Notes
</td>
</tr>
<tr>
<td class="sheet-table-notop">
<textarea class="sheet-text-renownInjuriesNotes" name="attr_notes"></textarea>
</td>
</tr>
</table>
</div>
</div>
<div class="sheet-meta2">
<div class="sheet-singlecell-bottompadding">
<table class="sheet-table-onecolumn">
<tr>
<td class="sheet-skill-name sheet-table-noright sheet-text-label sheet-table-nobot">
Fitness
</td>
<td class="sheet-skill-number sheet-table-noleft sheet-table-nobot">
<input class=" sheet-value-singledigit" name="attr_fitnessBurned" type="number" value="0"> / <input class=" sheet-value-singledigit" name="attr_fitness" type="number" value="0">
</td>
<td class="sheet-skill-name sheet-table-noright sheet-text-label sheet-table-nobot">
Alertness
</td>
<td class="sheet-skill-number sheet-table-noleft sheet-table-nobot">
<input class=" sheet-value-singledigit" name="attr_alertnessBurned" type="number" value="0"> / <input class=" sheet-value-singledigit" name="attr_alertness" type="number" value="0">
</td>
</tr>
<tr>
<td colspan="2" class="sheet-table-notop">
<textarea class="sheet-text-skills" name="attr_fitness_names"></textarea>
</td>
<td colspan="2" class="sheet-table-notop">
<textarea class="sheet-text-skills" name="attr_alertness_names"></textarea>
</td>
</tr>
<tr>
<td class="sheet-skill-name sheet-table-noright sheet-text-label sheet-table-nobot">
Intellect
</td>
<td class="sheet-skill-number sheet-table-noleft sheet-table-nobot">
<input class=" sheet-value-singledigit" name="attr_intellectBurned" type="number" value="0"> / <input class=" sheet-value-singledigit" name="attr_intellect" type="number" value="0">
</td>
<td class="sheet-skill-name sheet-table-noright sheet-text-label sheet-table-nobot">
Willpower
</td>
<td class="sheet-skill-number sheet-table-noleft sheet-table-nobot">
<input class=" sheet-value-singledigit" name="attr_willpowerBurned" type="number" value="0"> / <input class=" sheet-value-singledigit" name="attr_willpower" type="number" value="0">
</td>
</tr>
<tr>
<td colspan="2" class="sheet-table-notop">
<textarea class="sheet-text-skills" name="attr_intellect_names"></textarea>
</td>
<td colspan="2" class="sheet-table-notop">
<textarea class="sheet-text-skills" name="attr_willpower_names"></textarea>
</td>
</tr>
<tr>
<td class="sheet-skill-name sheet-table-noright sheet-text-label sheet-table-nobot">
Charisma
</td>
<td class="sheet-skill-number sheet-table-noleft sheet-table-nobot">
<input class=" sheet-value-singledigit" name="attr_charismaBurned" type="number" value="0"> / <input class=" sheet-value-singledigit" name="attr_charisma" type="number" value="0">
</td>
<td class="sheet-skill-name sheet-table-noright sheet-text-label sheet-table-nobot">
Education
</td>
<td class="sheet-skill-number sheet-table-noleft sheet-table-nobot">
<input class=" sheet-value-singledigit" name="attr_educationBurned" type="number" value="0"> / <input class=" sheet-value-singledigit" name="attr_education" type="number" value="0">
</td>
</tr>
<tr>
<td colspan="2" class="sheet-table-notop">
<textarea class="sheet-text-skills" name="attr_charisma_names"></textarea>
</td>
<td colspan="2" class="sheet-table-notop">
<textarea class="sheet-text-skills" name="attr_education_names"></textarea>
</td>
</tr>
<tr class="">
<td class="sheet-skill-name sheet-table-noright sheet-text-label sheet-table-nobot">
Technical
</td>
<td class="sheet-skill-number sheet-table-noleft sheet-table-nobot">
<input class=" sheet-value-singledigit" name="attr_technicalBurned" type="number" value="0"> / <input class=" sheet-value-singledigit" name="attr_technical" type="number" value="0">
</td>
<td class="sheet-skill-name sheet-table-noright sheet-text-label sheet-table-nobot">
Zone
</td>
<td class="sheet-skill-number sheet-table-noleft sheet-table-nobot">
<input class=" sheet-value-singledigit" name="attr_zoneBurned" type="number" value="0"> / <input class=" sheet-value-singledigit" name="attr_zone" type="number" value="0">
</td>
</tr>
<tr>
<td colspan="2" class="sheet-table-notop">
<textarea class="sheet-text-skills" name="attr_technical_names"></textarea>
</td>
<td colspan="2" class="sheet-table-notop">
<textarea class="sheet-text-skills" name="attr_zone_names"></textarea>
</td>
</tr>
</table>
</div>
<div class="sheet-singlecell">
<table class="sheet-table-onecolumn">
<tr>
<td class="sheet-text-label sheet-table-nobot">
Drawbacks
</td>
</tr>
<tr>
<td class="sheet-table-notop">
<textarea class="sheet-text-drawbacks" name="attr_drawbacks"></textarea>
</td>
</tr>
</table>
</div>
</div>
</div>
------------------------------------------>
<div class="sheet-character-wrapper sheet-tab-content sheet-tab-main">
<div class="sheet-meta1">
<div class="sheet-singlecell-bottompadding">
<table class="sheet-table-onecolumn">
<tr>
<td class="sheet-table-noright sheet-text-label">
Name:
</td>
<td class="sheet-table-noleft">
<input class="sheet-input-standard" name="attr_character_name" type="text">
</td>
</tr>
<tr>
<td colspan="2" class="sheet-text-label sheet-table-nobot">
Description
</td>
</tr>
<tr class="sheet-table-notop">
<td colspan="2" class="sheet-table-notop">
<textarea class="sheet-text-description" name="attr_description"></textarea>
</td>
</tr>
<tr>
<td colspan="2" class="sheet-text-label sheet-table-nobot">
History
</td>
</tr>
<tr class="sheet-table-notop">
<td colspan="2" class="sheet-table-notop">
<textarea class="sheet-text-history" name="attr_history"></textarea>
</td>
</tr>
<tr>
<td class="sheet-table-noright sheet-text-label">
Team:
</td>
<td class="sheet-table-noleft">
<input class="sheet-input-standard" name="attr_team" type="text">
</td>
</tr>
<tr>
<td class="sheet-table-noright sheet-text-label">
Role:
</td>
<td class="sheet-table-noleft">
<input class="sheet-input-standard" name="attr_role" type="text">
</td>
</tr>
<tr>
<td colspan="2" class="sheet-text-label sheet-table-nobot">
Renown
</td>
</tr>
<tr class="sheet-table-notop">
<td colspan="2" class="sheet-table-notop">
<textarea class="sheet-text-renownInjuriesNotes" name="attr_renown"></textarea>
</td>
</tr>
</table>
</div>
<!-----------------------------------------
<div class="sheet-singlecell-bottompadding">
<table class="sheet-table-onecolumn">
<tr>
<td class="sheet-text-label sheet-table-nobot">
Injuries
</td>
</tr>
<tr>
<td class="sheet-table-notop">
<textarea class="sheet-text-renownInjuriesNotes" name="attr_injuries"></textarea>
</td>
</tr>
</table>
</div>
<div class="sheet-singlecell">
<table class="sheet-table-onecolumn">
<tr>
<td class="sheet-text-label sheet-table-nobot">
Notes
</td>
</tr>
<tr>
<td class="sheet-table-notop">
<textarea class="sheet-text-renownInjuriesNotes" name="attr_notes"></textarea>
</td>
</tr>
</table>
</div>
</div>
<div class="sheet-meta2">
<div class="sheet-singlecell-bottompadding">
<table class="sheet-table-onecolumn">
<tr>
<td class="sheet-skill-name sheet-table-noright sheet-text-label sheet-table-nobot">
Fitness
</td>
<td class="sheet-skill-number sheet-table-noleft sheet-table-nobot">
<input class=" sheet-value-singledigit" name="attr_fitnessBurned" type="number" value="0"> /
<input class=" sheet-value-singledigit" name="attr_fitness" type="number" value="0">
</td>
<td class="sheet-skill-name sheet-table-noright sheet-text-label sheet-table-nobot">
Alertness
</td>
<td class="sheet-skill-number sheet-table-noleft sheet-table-nobot">
<input class=" sheet-value-singledigit" name="attr_alertnessBurned" type="number" value="0"> /
<input class=" sheet-value-singledigit" name="attr_alertness" type="number" value="0">
</td>
</tr>
<tr>
<td colspan="2" class="sheet-table-notop">
<textarea class="sheet-text-skills" name="attr_fitness_names"></textarea>
</td>
<td colspan="2" class="sheet-table-notop">
<textarea class="sheet-text-skills" name="attr_alertness_names"></textarea>
</td>
</tr>
<tr>
<td class="sheet-skill-name sheet-table-noright sheet-text-label sheet-table-nobot">
Intellect
</td>
<td class="sheet-skill-number sheet-table-noleft sheet-table-nobot">
<input class=" sheet-value-singledigit" name="attr_intellectBurned" type="number" value="0"> /
<input class=" sheet-value-singledigit" name="attr_intellect" type="number" value="0">
</td>
<td class="sheet-skill-name sheet-table-noright sheet-text-label sheet-table-nobot">
Willpower
</td>
<td class="sheet-skill-number sheet-table-noleft sheet-table-nobot">
<input class=" sheet-value-singledigit" name="attr_willpowerBurned" type="number" value="0"> /
<input class=" sheet-value-singledigit" name="attr_willpower" type="number" value="0">
</td>
</tr>
<tr>
<td colspan="2" class="sheet-table-notop">
<textarea class="sheet-text-skills" name="attr_intellect_names"></textarea>
</td>
<td colspan="2" class="sheet-table-notop">
<textarea class="sheet-text-skills" name="attr_willpower_names"></textarea>
</td>
</tr>
<tr>
<td class="sheet-skill-name sheet-table-noright sheet-text-label sheet-table-nobot">
Charisma
</td>
<td class="sheet-skill-number sheet-table-noleft sheet-table-nobot">
<input class=" sheet-value-singledigit" name="attr_charismaBurned" type="number" value="0"> /
<input class=" sheet-value-singledigit" name="attr_charisma" type="number" value="0">
</td>
<td class="sheet-skill-name sheet-table-noright sheet-text-label sheet-table-nobot">
Education
</td>
<td class="sheet-skill-number sheet-table-noleft sheet-table-nobot">
<input class=" sheet-value-singledigit" name="attr_educationBurned" type="number" value="0"> /
<input class=" sheet-value-singledigit" name="attr_education" type="number" value="0">
</td>
</tr>
<tr>
<td colspan="2" class="sheet-table-notop">
<textarea class="sheet-text-skills" name="attr_charisma_names"></textarea>
</td>
<td colspan="2" class="sheet-table-notop">
<textarea class="sheet-text-skills" name="attr_education_names"></textarea>
</td>
</tr>
<tr class="">
<td class="sheet-skill-name sheet-table-noright sheet-text-label sheet-table-nobot">
Technical
</td>
<td class="sheet-skill-number sheet-table-noleft sheet-table-nobot">
<input class=" sheet-value-singledigit" name="attr_technicalBurned" type="number" value="0"> /
<input class=" sheet-value-singledigit" name="attr_technical" type="number" value="0">
</td>
<td class="sheet-skill-name sheet-table-noright sheet-text-label sheet-table-nobot">
Zone
</td>
<td class="sheet-skill-number sheet-table-noleft sheet-table-nobot">
<input class=" sheet-value-singledigit" name="attr_zoneBurned" type="number" value="0"> /
<input class=" sheet-value-singledigit" name="attr_zone" type="number" value="0">
</td>
</tr>
<tr>
<td colspan="2" class="sheet-table-notop">
<textarea class="sheet-text-skills" name="attr_technical_names"></textarea>
</td>
<td colspan="2" class="sheet-table-notop">
<textarea class="sheet-text-skills" name="attr_zone_names"></textarea>
</td>
</tr>
</table>
</div>
<div class="sheet-singlecell">
<table class="sheet-table-onecolumn">
<tr>
<td class="sheet-text-label sheet-table-nobot">
Drawbacks
</td>
</tr>
<tr>
<td class="sheet-table-notop">
<textarea class="sheet-text-drawbacks" name="attr_drawbacks"></textarea>
</td>
</tr>
</table>
</div>
</div>
</div>
<!-----------------------------------------
EQUIPMENT SHEET TAB
------------------------------------------>
<div class="sheet-character-wrapper sheet-tab-content sheet-tab-equipment-sheet">
<div class="sheet-equipment">
<table class="sheet-table-twocolumn">
<tr>
<td class="sheet-text-header sheet-table-equipmentcell">
Equipment Name
</td>
<td class="sheet-text-header sheet-table-equipmentcell">
Location
</td>
<td class="sheet-text-header">
Amount
</td>
</tr>
<tr>
<td>
<input class="sheet-textinput-equipment" name="attr_equipmentName" type="text">
</td>
<td>
<input class="sheet-textinput-equipment" name="attr_equipmentLocation" type="text">
</td>
<td>
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount" type="number">
</td>
</tr>
</table>
<fieldset class="repeating_equipment">
<table class="sheet-table-notop sheet-table-twocolumn">
<tr class="sheet-table-notop">
<td class="sheet-table-notop sheet-table-equipmentcell">
<input class="sheet-textinput-equipment" name="attr_equipmentName-repeating" type="text">
</td>
<td class="sheet-table-notop sheet-table-equipmentcell">
<input class="sheet-textinput-equipment" name="attr_equipmentLocation-repeating" type="text">
</td>
<td class="sheet-table-notop">
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount-repeating" type="number">
</td>
</tr>
</table>
</fieldset>
</div>
</div>
------------------------------------------>
<div class="sheet-character-wrapper sheet-tab-content sheet-tab-equipment sheet-center">
<input class="sheet-tab-location sheet-tab-location-1" name="attr_location-selection" type="radio" value="1" checked="checked">
<input class="sheet-input-equipmentLocation" name="attr_equipmentLocation1" type="text" placeholder="Backpack">
<input class="sheet-tab-location sheet-tab-location-2" name="attr_location-selection" type="radio" value="2">
<input class="sheet-input-equipmentLocation" name="attr_equipmentLocation2" type="text" placeholder="Safehouse">
<input class="sheet-tab-location sheet-tab-location-3" name="attr_location-selection" type="radio" value="3">
<input class="sheet-input-equipmentLocation" name="attr_equipmentLocation3" type="text" placeholder="Belt">
<input class="sheet-tab-location sheet-tab-location-4" name="attr_location-selection" type="radio" value="4">
<input class="sheet-input-equipmentLocation" name="attr_equipmentLocation4" type="text">
<input class="sheet-tab-location sheet-tab-location-5" name="attr_location-selection" type="radio" value="5">
<input class="sheet-input-equipmentLocation" name="attr_equipmentLocation5" type="text">
<input class="sheet-tab-location sheet-tab-location-6" name="attr_location-selection" type="radio" value="6">
<input class="sheet-input-equipmentLocation" name="attr_equipmentLocation6" type="text">
<input class="sheet-tab-location sheet-tab-location-7" name="attr_location-selection" type="radio" value="7">
<input class="sheet-input-equipmentLocation" name="attr_equipmentLocation7" type="text">
<input class="sheet-tab-location sheet-tab-location-8" name="attr_location-selection" type="radio" value="8">
<input class="sheet-input-equipmentLocation" name="attr_equipmentLocation8" type="text">
<input class="sheet-tab-location sheet-tab-location-9" name="attr_location-selection" type="radio" value="9">
<input class="sheet-input-equipmentLocation" name="attr_equipmentLocation9" type="text">
<input class="sheet-tab-location sheet-tab-location-10" name="attr_location-selection" type="radio" value="10">
<input class="sheet-input-equipmentLocation" name="attr_equipmentLocation10" type="text">
<input class="sheet-tab-location sheet-tab-location-11" name="attr_location-selection" type="radio" value="11">
<input class="sheet-input-equipmentLocation" name="attr_equipmentLocation11" type="text">
<input class="sheet-tab-location sheet-tab-location-12" name="attr_location-selection" type="radio" value="12">
<input class="sheet-input-equipmentLocation" name="attr_equipmentLocation12" type="text">
<input class="sheet-tab-location sheet-tab-location-13" name="attr_location-selection" type="radio" value="13">
<input class="sheet-input-equipmentLocation" name="attr_equipmentLocation13" type="text">
<input class="sheet-tab-location sheet-tab-location-14" name="attr_location-selection" type="radio" value="14">
<input class="sheet-input-equipmentLocation" name="attr_equipmentLocation14" type="text">
<input class="sheet-tab-location sheet-tab-location-15" name="attr_location-selection" type="radio" value="15">
<input class="sheet-input-equipmentLocation" name="attr_equipmentLocation15" type="text">
<div class="sheet-equipment sheet-tab-content sheet-tab-location-1">
<table class="sheet-equipment">
<tr>
<td class="sheet-text-header">
Equipment Name
</td>
<td class="sheet-text-header sheet-cell-equipmentAmount">
Amount
</td>
</tr>
<tr>
<td>
<input class="sheet-input-standard" name="attr_equipmentName1" type="text">
</td>
<td>
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount1" type="number">
</td>
</tr>
</table>
<fieldset class="repeating_equipment1">
<table class="sheet-table-notop sheet-equipment">
<tr class="sheet-table-notop">
<td class="sheet-table-notop">
<input class="sheet-input-standard" name="attr_equipmentName1-repeating" type="text">
</td>
<td class="sheet-table-notop sheet-cell-equipmentAmount">
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount1-repeating" type="number">
</td>
</tr>
</table>
</fieldset>
</div>
<div class="sheet-equipment sheet-tab-content sheet-tab-location-2">
<table class="sheet-equipment">
<tr>
<td class="sheet-text-header">
Equipment Name
</td>
<td class="sheet-text-header sheet-cell-equipmentAmount">
Amount
</td>
</tr>
<tr>
<td>
<input class="sheet-input-standard" name="attr_equipmentName2" type="text">
</td>
<td>
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount2" type="number">
</td>
</tr>
</table>
<fieldset class="repeating_equipment2">
<table class="sheet-table-notop sheet-equipment">
<tr class="sheet-table-notop">
<td class="sheet-table-notop">
<input class="sheet-input-standard" name="attr_equipmentName2-repeating" type="text">
</td>
<td class="sheet-table-notop sheet-cell-equipmentAmount">
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount2-repeating" type="number">
</td>
</tr>
</table>
</fieldset>
</div>
<div class="sheet-equipment sheet-tab-content sheet-tab-location-3">
<table class="sheet-equipment">
<tr>
<td class="sheet-text-header">
Equipment Name
</td>
<td class="sheet-text-header sheet-cell-equipmentAmount">
Amount
</td>
</tr>
<tr>
<td>
<input class="sheet-input-standard" name="attr_equipmentName3" type="text">
</td>
<td>
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount3" type="number">
</td>
</tr>
</table>
<fieldset class="repeating_equipment3">
<table class="sheet-table-notop sheet-equipment">
<tr class="sheet-table-notop">
<td class="sheet-table-notop">
<input class="sheet-input-standard" name="attr_equipmentName3-repeating" type="text">
</td>
<td class="sheet-table-notop sheet-cell-equipmentAmount">
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount3-repeating" type="number">
</td>
</tr>
</table>
</fieldset>
</div>
<div class="sheet-equipment sheet-tab-content sheet-tab-location-4">
<table class="sheet-equipment">
<tr>
<td class="sheet-text-header">
Equipment Name
</td>
<td class="sheet-text-header sheet-cell-equipmentAmount">
Amount
</td>
</tr>
<tr>
<td>
<input class="sheet-input-standard" name="attr_equipmentName4" type="text">
</td>
<td>
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount4" type="number">
</td>
</tr>
</table>
<fieldset class="repeating_equipment4">
<table class="sheet-table-notop sheet-equipment">
<tr class="sheet-table-notop">
<td class="sheet-table-notop">
<input class="sheet-input-standard" name="attr_equipmentName4-repeating" type="text">
</td>
<td class="sheet-table-notop sheet-cell-equipmentAmount">
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount4-repeating" type="number">
</td>
</tr>
</table>
</fieldset>
</div>
<div class="sheet-equipment sheet-tab-content sheet-tab-location-5">
<table class="sheet-equipment">
<tr>
<td class="sheet-text-header">
Equipment Name
</td>
<td class="sheet-text-header sheet-cell-equipmentAmount">
Amount
</td>
</tr>
<tr>
<td>
<input class="sheet-input-standard" name="attr_equipmentName5" type="text">
</td>
<td>
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount5" type="number">
</td>
</tr>
</table>
<fieldset class="repeating_equipment5">
<table class="sheet-table-notop sheet-equipment">
<tr class="sheet-table-notop">
<td class="sheet-table-notop">
<input class="sheet-input-standard" name="attr_equipmentName5-repeating" type="text">
</td>
<td class="sheet-table-notop sheet-cell-equipmentAmount">
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount5-repeating" type="number">
</td>
</tr>
</table>
</fieldset>
</div>
<div class="sheet-equipment sheet-tab-content sheet-tab-location-6">
<table class="sheet-equipment">
<tr>
<td class="sheet-text-header">
Equipment Name
</td>
<td class="sheet-text-header sheet-cell-equipmentAmount">
Amount
</td>
</tr>
<tr>
<td>
<input class="sheet-input-standard" name="attr_equipmentName6" type="text">
</td>
<td>
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount6" type="number">
</td>
</tr>
</table>
<fieldset class="repeating_equipment6">
<table class="sheet-table-notop sheet-equipment">
<tr class="sheet-table-notop">
<td class="sheet-table-notop">
<input class="sheet-input-standard" name="attr_equipmentName6-repeating" type="text">
</td>
<td class="sheet-table-notop sheet-cell-equipmentAmount">
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount6-repeating" type="number">
</td>
</tr>
</table>
</fieldset>
</div>
<div class="sheet-equipment sheet-tab-content sheet-tab-location-7">
<table class="sheet-equipment">
<tr>
<td class="sheet-text-header">
Equipment Name
</td>
<td class="sheet-text-header sheet-cell-equipmentAmount">
Amount
</td>
</tr>
<tr>
<td>
<input class="sheet-input-standard" name="attr_equipmentName7" type="text">
</td>
<td>
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount7" type="number">
</td>
</tr>
</table>
<fieldset class="repeating_equipment7">
<table class="sheet-table-notop sheet-equipment">
<tr class="sheet-table-notop">
<td class="sheet-table-notop">
<input class="sheet-input-standard" name="attr_equipmentName7-repeating" type="text">
</td>
<td class="sheet-table-notop sheet-cell-equipmentAmount">
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount7-repeating" type="number">
</td>
</tr>
</table>
</fieldset>
</div>
<div class="sheet-equipment sheet-tab-content sheet-tab-location-8">
<table class="sheet-equipment">
<tr>
<td class="sheet-text-header">
Equipment Name
</td>
<td class="sheet-text-header sheet-cell-equipmentAmount">
Amount
</td>
</tr>
<tr>
<td>
<input class="sheet-input-standard" name="attr_equipmentName8" type="text">
</td>
<td>
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount8" type="number">
</td>
</tr>
</table>
<fieldset class="repeating_equipment8">
<table class="sheet-table-notop sheet-equipment">
<tr class="sheet-table-notop">
<td class="sheet-table-notop">
<input class="sheet-input-standard" name="attr_equipmentName8-repeating" type="text">
</td>
<td class="sheet-table-notop sheet-cell-equipmentAmount">
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount8-repeating" type="number">
</td>
</tr>
</table>
</fieldset>
</div>
<div class="sheet-equipment sheet-tab-content sheet-tab-location-9">
<table class="sheet-equipment">
<tr>
<td class="sheet-text-header">
Equipment Name
</td>
<td class="sheet-text-header sheet-cell-equipmentAmount">
Amount
</td>
</tr>
<tr>
<td>
<input class="sheet-input-standard" name="attr_equipmentName9" type="text">
</td>
<td>
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount9" type="number">
</td>
</tr>
</table>
<fieldset class="repeating_equipment9">
<table class="sheet-table-notop sheet-equipment">
<tr class="sheet-table-notop">
<td class="sheet-table-notop">
<input class="sheet-input-standard" name="attr_equipmentName9-repeating" type="text">
</td>
<td class="sheet-table-notop sheet-cell-equipmentAmount">
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount9-repeating" type="number">
</td>
</tr>
</table>
</fieldset>
</div>
<div class="sheet-equipment sheet-tab-content sheet-tab-location-10">
<table class="sheet-equipment">
<tr>
<td class="sheet-text-header">
Equipment Name
</td>
<td class="sheet-text-header sheet-cell-equipmentAmount">
Amount
</td>
</tr>
<tr>
<td>
<input class="sheet-input-standard" name="attr_equipmentName10" type="text">
</td>
<td>
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount10" type="number">
</td>
</tr>
</table>
<fieldset class="repeating_equipment10">
<table class="sheet-table-notop sheet-equipment">
<tr class="sheet-table-notop">
<td class="sheet-table-notop">
<input class="sheet-input-standard" name="attr_equipmentName10-repeating" type="text">
</td>
<td class="sheet-table-notop sheet-cell-equipmentAmount">
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount10-repeating" type="number">
</td>
</tr>
</table>
</fieldset>
</div>
<div class="sheet-equipment sheet-tab-content sheet-tab-location-11">
<table class="sheet-equipment">
<tr>
<td class="sheet-text-header">
Equipment Name
</td>
<td class="sheet-text-header sheet-cell-equipmentAmount">
Amount
</td>
</tr>
<tr>
<td>
<input class="sheet-input-standard" name="attr_equipmentName11" type="text">
</td>
<td>
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount11" type="number">
</td>
</tr>
</table>
<fieldset class="repeating_equipment11">
<table class="sheet-table-notop sheet-equipment">
<tr class="sheet-table-notop">
<td class="sheet-table-notop">
<input class="sheet-input-standard" name="attr_equipmentName11-repeating" type="text">
</td>
<td class="sheet-table-notop sheet-cell-equipmentAmount">
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount11-repeating" type="number">
</td>
</tr>
</table>
</fieldset>
</div>
<div class="sheet-equipment sheet-tab-content sheet-tab-location-12">
<table class="sheet-equipment">
<tr>
<td class="sheet-text-header">
Name
</td>
<td class="sheet-text-header sheet-cell-equipmentAmount">
Amount
</td>
</tr>
<tr>
<td>
<input class="sheet-input-standard" name="attr_equipmentName12" type="text">
</td>
<td>
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount12" type="number">
</td>
</tr>
</table>
<fieldset class="repeating_equipment12">
<table class="sheet-table-notop sheet-equipment">
<tr class="sheet-table-notop">
<td class="sheet-table-notop">
<input class="sheet-input-standard" name="attr_equipmentName12-repeating" type="text">
</td>
<td class="sheet-table-notop sheet-cell-equipmentAmount">
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount12-repeating" type="number">
</td>
</tr>
</table>
</fieldset>
</div>
<div class="sheet-equipment sheet-tab-content sheet-tab-location-13">
<table class="sheet-equipment">
<tr>
<td class="sheet-text-header">
Equipment Name
</td>
<td class="sheet-text-header sheet-cell-equipmentAmount">
Amount
</td>
</tr>
<tr>
<td>
<input class="sheet-input-standard" name="attr_equipmentName13" type="text">
</td>
<td>
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount13" type="number">
</td>
</tr>
</table>
<fieldset class="repeating_equipment13">
<table class="sheet-table-notop sheet-equipment">
<tr class="sheet-table-notop">
<td class="sheet-table-notop">
<input class="sheet-input-standard" name="attr_equipmentName13-repeating" type="text">
</td>
<td class="sheet-table-notop sheet-cell-equipmentAmount">
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount13-repeating" type="number">
</td>
</tr>
</table>
</fieldset>
</div>
<div class="sheet-equipment sheet-tab-content sheet-tab-location-14">
<table class="sheet-equipment">
<tr>
<td class="sheet-text-header">
Equipment Name
</td>
<td class="sheet-text-header sheet-cell-equipmentAmount">
Amount
</td>
</tr>
<tr>
<td>
<input class="sheet-input-standard" name="attr_equipmentName14" type="text">
</td>
<td>
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount14" type="number">
</td>
</tr>
</table>
<fieldset class="repeating_equipment14">
<table class="sheet-table-notop sheet-equipment">
<tr class="sheet-table-notop">
<td class="sheet-table-notop">
<input class="sheet-input-standard" name="attr_equipmentName14-repeating" type="text">
</td>
<td class="sheet-table-notop sheet-cell-equipmentAmount">
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount14-repeating" type="number">
</td>
</tr>
</table>
</fieldset>
</div>
<div class="sheet-equipment sheet-tab-content sheet-tab-location-15">
<table class="sheet-equipment">
<tr>
<td class="sheet-text-header">
Equipment Name
</td>
<td class="sheet-text-header sheet-cell-equipmentAmount">
Amount
</td>
</tr>
<tr>
<td>
<input class="sheet-input-standard" name="attr_equipmentName15" type="text">
</td>
<td>
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount15" type="number">
</td>
</tr>
</table>
<fieldset class="repeating_equipment15">
<table class="sheet-table-notop sheet-equipment">
<tr class="sheet-table-notop">
<td class="sheet-table-notop">
<input class="sheet-input-standard" name="attr_equipmentName15-repeating" type="text">
</td>
<td class="sheet-table-notop sheet-cell-equipmentAmount">
<input class="sheet-value-equipmentamount" name="attr_equipmentAmount15-repeating" type="number">
</td>
</tr>
</table>
</fieldset>
</div>
</div>