Added titles to input fields and changed x/y value in portrait script.

This commit is contained in:
phil 2013-07-16 21:39:22 +02:00
parent a9ca608957
commit 0d5d03216a
9 changed files with 363 additions and 363 deletions

View file

@ -1,6 +1,6 @@
---
layout: ikrpg
tags: [Character Sheet, None, None]
tags: [ Character Sheet, None, None ]
categories: [ Character-Sheet ]
---
@ -17,26 +17,26 @@ categories: [ Character-Sheet ]
<div class="sheet">
<form id="stats" class="card">
<input id="name" type="text" />
<input id="archetype" type="text" />
<input id="race" type="text" />
<input id="level" type="text" />
<input id="careers" type="text" />
<input id="name" title="Hero's Name" type="text" />
<input id="archetype" title="Archetype" type="text" />
<input id="race" title="Race" type="text" />
<input id="level" title="Level" type="text" />
<input id="careers" title="Careers" type="text" />
<div id="portrait">
<input class="url" type="text" />
<input class="x" type="text" />
<input class="y" type="text" />
<input class="size" type="text" />
<input class="url" title="URL" type="text" />
<input class="x" title="x" type="text" />
<input class="y" title="y" type="text" />
<input class="size" title="Size" type="text" />
<input type="button" value="apply" />
</div>
<div id="battle" class="stats">
<input id="ini" type="text" />
<input id="spd" type="text" />
<input id="str" type="text" />
<input id="cmd" type="text" />
<input id="def" type="text" />
<input id="arm" type="text" />
<input id="arc" type="text" />
<input id="ini" title="INI" type="text" />
<input id="spd" title="SPD" type="text" />
<input id="str" title="STR" type="text" />
<input id="cmd" title="CMD" type="text" />
<input id="def" title="DEF" type="text" />
<input id="arm" title="ARM" type="text" />
<input id="arc" title="ARC" type="text" />
</div>
<div class="weapons" id="r1m1"></div>
<div class="weapons" id="r2m1"></div>
@ -46,63 +46,63 @@ categories: [ Character-Sheet ]
<div id="rat1" class="ranged">
<input class="name" type="text" />
<div class="stats">
<input class="rat" type="text" />
<input class="rng" type="text" />
<input class="aoe" type="text" />
<input class="pow" type="text" />
<input class="rat" title="RAT" type="text" />
<input class="rng" title="RNG" type="text" />
<input class="aoe" title="AOE" type="text" />
<input class="pow" title="POW" type="text" />
</div>
</div>
<div id="rat2" class="ranged">
<input class="name" type="text" />
<div class="stats">
<input class="rat" type="text" />
<input class="rng" type="text" />
<input class="aoe" type="text" />
<input class="pow" type="text" />
<input class="rat" title="RAT" type="text" />
<input class="rng" title="RNG" type="text" />
<input class="aoe" title="AOE" type="text" />
<input class="pow" title="POW" type="text" />
</div>
</div>
<div id="mat1" class="melee">
<input class="name" type="text" />
<div class="stats">
<input class="mat" type="text" />
<input class="pow" type="text" />
<input class="ps" type="text" />
<input title="MAT" class="mat" type="text" />
<input title="POW" class="pow" type="text" />
<input title="PS" class="ps" type="text" />
</div>
</div>
<div id="mat2" class="melee">
<input class="name" type="text" />
<div class="stats">
<input class="mat" type="text" />
<input class="pow" type="text" />
<input class="ps" type="text" />
<input title="MAT" class="mat" type="text" />
<input title="POW" class="pow" type="text" />
<input title="PS" class="ps" type="text" />
</div>
</div>
<div id="mat3" class="melee">
<input class="name" type="text" />
<div class="stats">
<input class="mat" type="text" />
<input class="pow" type="text" />
<input class="ps" type="text" />
<input title="MAT" class="mat" type="text" />
<input title="POW" class="pow" type="text" />
<input title="PS" class="ps" type="text" />
</div>
</div>
<input id="feats" type="text" />
<a id="weapons-switch" href="javascript:hero.switchWeapons();">&nbsp;</a>
<div id="roleplay" class="stats">
<input id="phy" type="text" />
<input id="agl" type="text" />
<input id="prw" type="text" />
<input id="poi" type="text" />
<input id="int" type="text" />
<input id="per" type="text" />
<input id="phy" title="PHY" type="text" />
<input id="agl" title="AGL" type="text" />
<input id="prw" title="PRW" type="text" />
<input id="poi" title="POI" type="text" />
<input id="int" title="INI" type="text" />
<input id="per" title="PER" type="text" />
</div>
<div id="mod">
<input id="ini_mod" type="text" />
<input id="def_mod" type="text" />
<input id="arm_mod" type="text" />
<input id="cmd_mod" type="text" />
<input id="ini_mod" title="INI modificator" type="text" />
<input id="def_mod" title="DEF modificator" type="text" />
<input id="arm_mod" title="ARM modificator" type="text" />
<input id="cmd_mod" title="CMD modificator" type="text" />
</div>
<input id="wil" type="text" />
<input id="xp" type="text" />
<input title="WIL" id="wil" type="text" />
<input title="XP" id="xp" type="text" />
</form>
</div>
<p>