Files
roll20-character-sheets/Coriolis/Coriolis.html
T
devSithun d844d6137c Fixed some weird behavior...
...In the ship-section of the character sheet. Inputs where wrong and
wonky, especially the repeating sections.
2016-07-26 21:24:42 +02:00

910 lines
45 KiB
HTML

<input type="radio" class="isPC" value="1" name="attr_pc" checked> Rollperson
<input type="radio" class="isNPC" value="0" name="attr_pc" checked> Skepp
<div class="sheet-character-sheet sheet-pc">
<!-- Label! -->
<div style="height:70px" align="center"valign="center">
<h6>Rollformulär</h6>
<h1>Coriolis</h1>
</div>
<table class="ti">
<tr>
<td valign="top">
<!-- Grundegenskaper -->
<table class="table-thin">
<tr class="table-dark bb">
<td colspan="2">
<h3>Grundegenskaper</h3>
</td>
</tr>
<tr class="table-medium bb">
<td>
<h4>Styrka</h4>
</td>
<td class="table-light" style="width:75px">
<input type="number" name="attr_sty" style="width:100%">
</td>
</tr>
<tr class="table-medium bb">
<td>
<h4>Kyla</h4>
</td>
<td class="table-light">
<input type="number" name="attr_kyl" style="width:100%">
</td>
</tr>
<tr class="table-medium bb">
<td>
<h4>Skärpa</h4>
</td>
<td class="table-light">
<input type="number" name="attr_skp" style="width:100%">
</td>
</tr>
<tr class="table-medium">
<td>
<h4>Känsla</h4>
</td>
<td class="table-light">
<input type="number" name="attr_kns" style="width:100%">
</td>
</tr>
</table>
<!-- Trauma -->
<table class="table-thin" style="margin-top:10px">
<tr>
<td class="table-dark" colspan="2">
<h3>Trauma</h3>
</td>
</tr>
<tr>
<td class="table-medium" style="width:193px">
<h4>Kroppspoäng (sty+kyl)</h4>
</td>
<td class="table-medium" style="width:77px">
<input type="number" name="attr_kp" style="width:100%" value="@{sty}+@{kyl}" disabled="true">
</td>
</tr>
<tr>
<td class="table-medium bb" colspan="2" align="center" valign="center">
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_kp1" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_kp2" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_kp3" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_kp4" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_kp5" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_kp6" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_kp7" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_kp8" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_kp9" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_kp10" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_kp11" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_kp12" value="1">
</td>
</tr>
<tr>
<td class="table-light bb" colspan="2" style="border:none; padding:0px; margin:0px; width:100%">
<h5>Kritiska Skador</h5>
<fieldset class="repeating_krits">
<table style="border:none; padding:0px; margin:0px; width:100%">
<tr class="bb">
<td style="width=100%">
<input type="text" name="attr_krit-skador" style="width:100%">
</td>
</tr>
</table>
</fieldset>
</td>
</tr>
<tr>
<td class="table-medium">
<h4>Stresspoäng (skp+kns)</h4>
</td>
<td class="table-medium" style="width:75px">
<input type="number" name="attr_sp" style="width:100%" value="@{skp}+@{kns}" disabled="true">
</td>
</tr>
<tr>
<td class="table-medium" colspan="2" align="center"valign="center">
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_sp1" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_sp2" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_sp3" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_sp4" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_sp5" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_sp6" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_sp7" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_sp8" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_sp9" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_sp10" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_sp11" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.45" name="attr_sp12" value="1">
</td>
</tr>
</table>
</td>
<td colspan="2" valign="top">
<!-- info -->
<table class="table-wide">
<tr class="table-light bb">
<td style="width:100px">
<h5>Namn</h5>
</td>
<td class="table-light bb">
<input type="text" name="attr_namn" style="width:100%">
</td>
<td class="table-light bb bl">
<h5>Bakgrund</h5>
</td>
<td class="table-light bb" style="width:100px">
<input type="text" name="attr_bakgrund" style="width:100%">
</td>
</tr>
<tr class="table-light bb">
<td>
<h5>Koncept</h5>
</td>
<td>
<input type="text" name="attr_koncept" style="width:100%">
</td>
<td class="bl">
<h5>Ikon</h5>
</td>
<td style="width:100px">
<input type="text" name="attr_ikon" style="width:100%">
</td>
</tr>
<tr class="table-light bb">
<td>
<h5>Gruppkoncept</h5>
</td>
<td>
<input type="text" name="attr_gruppkoncept" style="width:100%">
</td>
<td class="table-medium bl">
<h5>Anseende</h5>
</td>
<td class="table-medium">
<input type="number" name="attr_anseende" style="width:100%">
</td>
</tr>
<tr class="table-light">
<td>
<h5>Pers. Problem</h5>
</td>
<td colspan ="3">
<input type="text" name="attr_pers_problem" style="width:100%">
</td>
</tr>
</table>
<!-- utseende -->
<table class="table-wide" style="margin-top:10px">
<tr>
<td class="table-dark" colspan="2">
<h3>Utseende</h3>
</td>
</tr>
<tr class="table-light bb">
<td style="width:100px">
<h5>Ansikte</h5>
</td>
<td>
<input type="text" name="attr_ansikte" style="width:100%">
</td>
</tr>
<tr class="table-light">
<td>
<h5>Klädsel</h5>
</td>
<td>
<input type="text" name="attr_kladsel" style="width:100%">
</td>
</tr>
</table>
<!-- relationer -->
<table class="table-wide" style="margin-top:10px">
<tr class="table-dark">
<td style="width:100%">
<h3>Relationer</h3>
</td>
<td style="width:100px">
<h6>Närstående</h6>
</td>
</tr>
<tr class="table-light bb" style="border:none; padding:0px; margin:0px; width:100%">
<td style="border:none; padding:0px; margin:0px; width:100%" colspan="2">
<fieldset class="repeating_relations">
<table style="border:none; padding:0px; margin:0px; width:100%">
<tr class="bb">
<td>
<h5>Rollperson</h5>
</td>
<td style="width:100%">
<input type="text" name="attr_relation" style="width:100%">
</td>
<td class="table-medium bl" align="center" valign="center" style="width:100px">
<input type="checkbox" name="attr_narstaende" style="zoom:2">
</td>
</tr>
</table>
</fieldset>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table class="ti">
<tr>
<td colspan="2">
<table class="ti"><tr><td>
<!-- Strålningspoäng -->
<table class="table-thin">
<tr>
<td class="table-dark">
<h3>Strålningspoäng</h3>
</td>
</tr>
<tr>
<td class="table-medium" align="center"valign="center">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_stp1" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_stp2" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_stp3" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_stp4" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_stp5" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_stp6" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_stp7" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_stp8" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_stp9" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_stp10" value="1">
</td>
</tr>
</table>
</td>
<td>
<!-- Erfarenhet -->
<table class="table-thin">
<tr>
<td class="table-dark">
<h3>Erfarenhet</h3>
</td>
</tr>
<tr>
<td class="table-medium" align="center"valign="center">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_erf1" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_erf2" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_erf3" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_erf4" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_erf5" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_erf6" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_erf7" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_erf8" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_erf9" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_erf10" value="1">
</td>
</tr>
</table>
</td></tr></table>
<!-- Färdigheter -->
<table class="table-wide table-medium">
<tr class="table-dark bb">
<td style="width:235px">
<h3>Färdigheter</h3>
</td>
<td style="width:65px">
<h6>Allmäna</h6>
</td>
<td style="width:50%" colspan="2">
<h6 style="text-align:right">Kvalificerade</h6>
</td>
</tr>
<tr class="table-medium bb">
<td>
<h4>Kraftprov (sty)</h4>
</td>
<td>
<input type="number" name="attr_kraftprov" style="width:50px">
</td>
<td>
<h4>Befäl (kns)</h4>
</td>
<td>
<input type="number" name="attr_befal" style="width:50px">
</td>
</tr>
<tr class="table-medium bb">
<td>
<h4>Manipulera (kns)</h4>
</td>
<td>
<input type="number" name="attr_manipulera" style="width:50px">
</td>
<td>
<h4>Datadjinn (skp)</h4>
</td>
<td>
<input type="number" name="attr_datadjinn" style="width:50px">
</td>
</tr>
<tr class="table-medium bb">
<td>
<h4>Närkamp (sty)</h4>
</td>
<td>
<input type="number" name="attr_narkamp" style="width:50px">
</td>
<td>
<h4>Horisontens kultur (kns)</h4>
</td>
<td>
<input type="number" name="attr_horisontens_kultur" style="width:50px">
</td>
</tr>
<tr class="table-medium bb">
<td>
<h4>Rörlighet (kyl)</h4>
</td>
<td>
<input type="number" name="attr_rorlighet" style="width:50px">
</td>
<td>
<h4>Medikurgi (skp)</h4>
</td>
<td>
<input type="number" name="attr_medikurgi" style="width:50px">
</td>
</tr>
<tr class="table-medium bb">
<td>
<h4>Skjutvapen (kyl)</h4>
</td>
<td>
<input type="number" name="attr_skjutvapen" style="width:50px">
</td>
<td>
<h4>Mystiska Krafter (kns)</h4>
</td>
<td>
<input type="number" name="attr_mystiska_krafter" style="width:50px">
</td>
</tr>
<tr class="table-medium bb">
<td>
<h4>Smyga (kyl)</h4>
</td>
<td>
<input type="number" name="attr_smyga" style="width:50px">
</td>
<td>
<h4>Pilot (kyl)</h4>
</td>
<td>
<input type="number" name="attr_pilot" style="width:50px">
</td>
</tr>
<tr class="table-medium bb">
<td>
<h4>Spaning (skp)</h4>
</td>
<td>
<input type="number" name="attr_spaning" style="width:50px">
</td>
<td>
<h4>Teknologi (skp)</h4>
</td>
<td>
<input type="number" name="attr_teknologi" style="width:50px">
</td>
</tr>
<tr class="table-medium bb">
<td>
<h4>Överlevnad (skp)</h4>
</td>
<td>
<input type="number" name="attr_overlevnad" style="width:50px">
</td>
<td>
<h4>Vetenskap (skp)</h4>
</td>
<td>
<input type="number" name="attr_vetenskap" style="width:50px">
</td>
</tr>
</table>
<!-- Rustning -->
<table class="table-wide" style="margin-top:10px">
<tr class="table-dark">
<td style="width:200px">
<h3>Rustning</h3>
</td>
<td style="width:50px">
<h6>Skydd</h6>
</td>
<td style="width:300px">
<h6>Övrigt</h6>
</td>
</tr>
<tr class="table-light">
<td>
<input type="text" style="width:100%" name="attr_rustning">
</td>
<td>
<input type="number" style="width:100%" name="attr_rustning_skydd">
</td>
<td>
<input type="text" style="width:100%" name="attr_rustning_ovrigt" >
</td>
</tr>
</table>
</td>
<td valign="top">
<!-- Talanger -->
<table class="table-thin">
<tr>
<td class="table-dark">
<h3>Talanger</h3>
</td>
</tr>
<tr style="border:none; padding:0px; margin:0px; width:100%">
<td class="table-light bb" style="border:none; padding:0px; margin:0px; width:100%">
<fieldset class="repeating_talanger" style="border:none; padding:0px; margin:0px; width:100%">
<table style="border:none; padding:0px; margin:0px; width:100%">
<tr class="bb">
<td style="width=100%" style="border:none; padding:0px; margin:0px; width:100%">
<input type="text" name="attr_talang" style="width:100%">
</td>
</tr>
</table>
</fieldset>
</td>
</tr>
</table>
<!-- Utrustning -->
<table class="table-thin" style="margin-top:10px">
<tr class="table-dark">
<td style="width:220px">
<h3>Utrustning</h3>
</td>
<td style="width:50px">
<h6>Bonus</h6>
</td>
</tr>
<tr class="table-light">
<td colspan="2">
<fieldset class="repeating_utrustning">
<table style="border:none; padding:0px; margin:0px;">
<tr>
<td style="width:220px">
<input type="text" style="width:100%" name="attr_utrustning" >
</td>
<td style="width:50px">
<input type="number" style="width:100%" name="attr_utrustning_bonus" >
</td>
</tr>
</table>
</fieldset>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- Vapen -->
<table class="table-widest">
<tr class="table-dark">
<td style="width:250px">
<h3>Vapen</h3>
</td>
<td style="width:50px">
<h6>Bonus</h6>
</td>
<td style="width:50px">
<h6>Init</h6>
</td>
<td style="width:50px">
<h6>Skada</h6>
</td>
<td style="width:50px">
<h6>Krit</h6>
</td>
<td style="width:75px">
<h6>Räckvidd</h6>
</td>
<td style="width:200px">
<h6>Övrigt</h6>
</td>
<td style="width:100px">
<h6>Omladdning</h6>
</td>
</tr>
<tr class="table-light">
<td colspan="8">
<fieldset class="repeating_vapen">
<table style="border:none; padding:0px; margin:0px;">
<tr>
<td style="width:250px">
<input type="text" style="width:100%" name="attr_vapen" >
</td>
<td style="width:50px">
<input type="number" style="width:100%" name="attr_vapen_bonus" >
</td>
<td style="width:50px">
<input type="number" style="width:100%" name="attr_vapen_init" >
</td>
<td style="width:50px">
<input type="number" style="width:100%" name="attr_vapen_skada" >
</td>
<td style="width:50px">
<input type="number" style="width:100%" name="attr_vapen_krit" >
</td>
<td style="width:75px">
<input type="text" style="width:100%" name="attr_vapen_rackvidd" >
</td>
<td style="width:200px">
<input type="text" style="width:100%" name="attr_vapen_ovrigt" >
</td>
<td style="width:100px" align="center"valign="center">
<input type="checkbox" class="cb-small" style="zoom:1.3" name="attr_vapen_omladdning1" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.3" name="attr_vapen_omladdning2" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.3" name="attr_vapen_omladdning3" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.3" name="attr_vapen_omladdning4" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.3" name="attr_vapen_omladdning5" value="1">
</td>
</tr>
</table>
</fieldset>
</td>
</tr>
</table>
</div>
<div class="sheet-character-sheet sheet-npc">
<!-- Label! -->
<div style="height:70px" align="center" valign="center">
<h6>Skeppsformulär</h6>
<h1>Coriolis</h1>
</div>
<table class="ti">
<tr>
<td>
<!-- info -->
<table class="table-wide table-light">
<tr class="bb">
<td>
<h5>Namn</h5>
</td>
<td colspan="3">
<input type="text" name="attr_skepp-namn" style="width:100%">
</td>
</tr>
<tr class="bb">
<td>
<h5>Skeppstyp</h5>
</td>
<td>
<input type="text" name="attr_skepp-typ" style="width:100%">
</td>
<td style="width:50px">
<h5>Varv</h5>
</td>
<td>
<input type="text" name="attr_skepp-varv" style="width:100%">
</td>
</tr>
<tr>
<td>
<h5>Problem</h5>
</td>
<td colspan="3">
<input type="text" name="attr_skepp-problem" style="width:100%">
</td>
</tr>
</table>
<!-- data -->
<table class="table-wide table-dark">
<tr>
<td colspan="4">
<h3>Data</h3>
</td>
</tr>
<tr class="table-medium bb">
<td style="width:25%">
<h4>Manöverförmåga</h4>
</td>
<td class="table-light" style="width:75px">
<input type="number" name="attr_skepp-manoverformaga" style="width:100%">
</td>
<td style="width:25%">
<h4>Signatur</h4>
</td>
<td class="table-light" style="width:75px">
<input type="number" name="attr_skepp-signatur" style="width:100%">
</td>
</tr>
<tr class="table-medium">
<td>
<h4>Hastighet</h4>
</td>
<td class="table-light" style="width:75px">
<input type="number" name="attr_skepp-hastighet" style="width:100%">
</td>
<td>
<h4>Pansar</h4>
</td>
<td class="table-light" style="width:75px">
<input type="number" name="attr_skepp-pansar" style="width:100%">
</td>
</tr>
</table>
<!-- moduler -->
<table class="table-wide table-dark">
<tr>
<td style="width:95%">
<h3>Moduler</h3>
</td>
<td style="width:5%">
<h6>Utslagen</h6>
</td>
</tr>
<tr class="table-light">
<td colspan="2">
<fieldset class="repeating_skeppsmoduler">
<table style="border:none; padding:0px; margin:0px; width:100%">
<tr class="bb">
<td style="width:100%">
<input type="text" name="attr_skeppsmodul" style="width:100%">
</td>
<td class="table-medium bl" align="center" valign="center" style="width:100px">
<input type="checkbox" name="attr_utslagen" style="zoom:2">
</td>
</tr>
</table>
</fieldset>
</td>
</tr>
<tr class="table-medium">
<td style="width:85%">
<h4>Max Moduler</h4>
</td>
<td style="width:15%">
<input type="number" namn="attr_skepp-max-modulerderp" style="width:100%">
</td>
</tr>
</table>
</td>
<td valign="top">
<!-- energipoäng -->
<table class="table-thin">
<tr>
<td class="table-dark">
<h3>Energipoäng</h3>
</td>
</tr>
<tr>
<td class="table-medium" align="center"valign="center">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp-energi1" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp-energi2" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp-energi3" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp-energi4" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp-energi5" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp-energi6" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp-energi7" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp-energi8" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp-energi9" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp-energi10" value="1">
</td>
</tr>
</table>
<!-- kroppspoäng -->
<table class="table-thin">
<tr class="table-dark bb">
<td >
<h3>Kroppspoäng</h3>
</td>
</tr>
<tr>
<td class="table-medium" align="center"valign="center">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp-kp1" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp-kp2" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp-kp3" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp-kp4" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp-kp5" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp-kp6" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp-kp7" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp-kp8" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp-kp9" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp-kp10" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp-kp11" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp-kp12" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp-kp13" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp-kp14" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp-kp15" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp-kp16" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp-kp17" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp-kp18" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp-kp19" value="1">
<input type="checkbox" class="cb-small" style="zoom:1.8" name="attr_skepp-kp20" value="1">
</td>
</tr>
<tr>
<td class="table-light bb" style="border:none; padding:0px; margin:0px; width:100%">
<h5 style="padding-left:5px">Kritiska Skador</h5>
<fieldset class="repeating_skepp-krits">
<table style="border:none; padding:0px; margin:0px; width:100%">
<tr class="bb">
<td style="width=100%">
<input type="text" name="attr_skepp-krit-skador" style="width:100%">
</td>
</tr>
</table>
</fieldset>
</td>
</tr>
</table>
<!-- tillval -->
<table class="table-thin" style="margin-top:10px">
<tr class="table-dark">
<td style="width:80%">
<h3>Tillval</h3>
</td>
<td style="width:20%">
<h6>Bonus</h6>
</td>
</tr>
<tr class="table-light">
<td colspan="2">
<fieldset class="repeating_skepp-tillval">
<table style="border:none; padding:0px; margin:0px;">
<tr>
<td>
<input type="text" name="attr_skepp-tillvalsnamn" >
</td>
<td>
<input type="number" style="width:100%" name="attr_skepp-tillval-bonus" >
</td>
</tr>
</table>
</fieldset>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table class="table-widest ti" style="margin-right:100px">
<tr align="center" valign="center">
<td align="right" valign="center">
<!-- Kapten -->
<table class="table-thin">
<tr class="table-dark">
<td style="background-image:url(http://i.imgur.com/7C8LRul.png); background-repeat:no-repeat; background-size:57px 57px; width:57px; height:57px" rowspan="2"></td>
<td class="bl"><h3>Kapten</h3></td>
<td style="width:20%"><h6>fv</h6></td>
</tr>
<tr class="table-light">
<td class="bl"><input type="text" style="width:100%;" name="attr_skepp-kapten" ></td>
<td><input type="number" style="width:100%;" name="attr_skepp-kapten-fv" ></td>
</tr>
</table>
</td>
<td align="left" valign="center">
<!-- Pilot -->
<table class="table-thin">
<tr class="table-dark">
<td style="background-image:url(http://i.imgur.com/ksY9OQp.png); background-repeat:no-repeat; background-size:57px 57px; width:57px; height:57px" rowspan="2"></td>
<td class="bl"><h3>Pilot</h3></td>
<td style="width:20%"><h6>fv</h6></td>
</tr>
<tr class="table-light">
<td class="bl"><input type="text" style="width:100%;" name="attr_skepp-pilot" ></td>
<td><input type="number" style="width:100%;" name="attr_skepp-pilot-fv" ></td>
</tr>
</table>
</td>
</tr>
</table>
<table class="table-widest ti">
<tr>
<td>
<!-- Sensoroperatör -->
<table class="table-thin">
<tr class="table-dark">
<td style="background-image:url(http://i.imgur.com/WryaYuj.png); background-repeat:no-repeat; background-size:57px 57px; width:57px; height:57px" rowspan="2"></td>
<td class="bl"><h3>Sensor op.</h3></td>
<td style="width:20%"><h6>fv</h6></td>
</tr>
<tr class="table-light">
<td class="bl"><input type="text" style="width:100%;" name="attr_skepp-sensor-op" ></td>
<td><input type="number" style="width:100%;" name="attr_skepp-sensor-op-fv" ></td>
</tr>
</table>
</td>
<td>
<!-- Skytt -->
<table class="table-thin">
<tr class="table-dark">
<td style="background-image:url(http://i.imgur.com/Cs5JyFs.png); background-repeat:no-repeat; background-size:57px 57px; width:57px; height:57px" rowspan="2"></td>
<td class="bl"><h3>Skytt</h3></td>
<td style="width:20%"><h6>fv</h6></td>
</tr>
<tr class="table-light">
<td class="bl"><input type="text" style="width:100%;" name="attr_skepp-skytt" ></td>
<td><input type="number" style="width:100%;" name="attr_skepp-skytt-fv" ></td>
</tr>
</table>
</td>
<td>
<!-- Tekniker -->
<table class="table-thin">
<tr class="table-dark">
<td style="background-image:url(http://i.imgur.com/4es7tbg.png); background-repeat:no-repeat; background-size:57px 57px; width:57px; height:57px" rowspan="2"></td>
<td class="bl"><h3>Tekniker</h3></td>
<td style="width:20%"><h6>fv</h6></td>
</tr>
<tr class="table-light">
<td class="bl"><input type="text" style="width:100%;" name="attr_skepp-tekniker" ></td>
<td><input type="number" style="width:100%;" name="attr_skepp-tekniker-fv" ></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- Vapensystem -->
<table class="table-widest">
<tr class="table-dark">
<td style="width:250px">
<h3>Vapensystem</h3>
</td>
<td style="width:50px">
<h6>Bonus</h6>
</td>
<td style="width:100px">
<h6>Räckvidd</h6>
</td>
<td style="width:50px">
<h6>Skada</h6>
</td>
<td style="width:50px">
<h6>Krit</h6>
</td>
<td style="width:330px">
<h6>Övrigt</h6>
</td>
</tr>
<tr class="table-light">
<td colspan="6">
<fieldset class="repeating_skepp-vapen">
<table style="border:none; padding:0px; margin:0px;">
<tr>
<td style="width:250px">
<input type="text" style="width:100%" name="attr_skepp-vapensystem" >
</td>
<td style="width:50px">
<input type="number" style="width:100%" name="attr_skepp-vapensystem-bonus" >
</td>
<td style="width:100px">
<input type="text" style="width:100%" name="attr_skepp-vapensystem-räckvidd" >
</td>
<td style="width:50px">
<input type="number" style="width:100%" name="attr_skepp-vapensystem-skada" >
</td>
<td style="width:50px">
<input type="number" style="width:100%" name="attr_skepp-vapensystem-krit" >
</td>
<td style="width:330px">
<input type="text" style="width:100%" name="attr_skepp-vapensystem-ovrigt" >
</td>
</tr>
</table>
</fieldset>
</td>
</tr>
</table>
</div>