Skip to content

Commit

Permalink
Merge pull request #61 from FullSimplex/stoogoff
Browse files Browse the repository at this point in the history
Some changes on different branchs
  • Loading branch information
Cédric Reinhardt committed Jul 7, 2015
2 parents 7106e76 + 1f56b4d commit 1d60646
Show file tree
Hide file tree
Showing 15 changed files with 460 additions and 599 deletions.
189 changes: 25 additions & 164 deletions src/Creator/version4/css/main7.css

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions src/Creator/version4/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,21 +162,23 @@
</section>

<!-- SECONDARY PANNEL - DYNAMIC CONTENT -->
<section id="secondary"></section>
<section id="secondary" class="panel"></section>

<!-- TERTIARY PANNEL - DYNAMIC CONTENT-->
<section id="tertiary"></section>
<section id="tertiary" class="panel"></section>

<!-- QUATERNARY PANNEL - DYNAMIC CONTENT-->
<section id="quaternary"></section>
<section id="quaternary" class="panel"></section>

<!-- REMAINAING POINTS - DYNAMIC CONTENT-->
<section class="points">
CP <span id="creation_remain" class="rest"></span><br>
AP <span id="aptitude_remain" class="rest"></span><br>
RP <span id="reputation_remain" class="rest"></span><br>
CR <span id="credit_remain" class="rest"></span><br>
RZ <span id="rez_remain" class="rest"></span><span class="btnhelpPoint" data-icon="&#x2a;"></span><br>
ASR <span id="asr_remain" class="rest"></span><br>
KSR <span id="ksr_remain" class="rest"></span><span class="btnhelpPoint" data-icon="&#x2a;"></span><br>
RZ <span id="rez_remain" class="rest"></span><br>
</section>
<!-- MESSAGES FOR THE USER - DYNAMIC CONTENT-->
<section id="messages"></section>
Expand Down
4 changes: 2 additions & 2 deletions src/Creator/version4/other/armorDegatsLayer.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ function getADHtml($gear){
echo " <label class='listSection'>Offensive capacity</label>";
echo "</li>";
echo "<li>";
echo " <label class='bmGranted'>Degats <b>".$gear->degat."</b></label>";
echo " <label class='bmGranted'>Damage: <b>".$gear->degat."</b></label>";
echo "</li>";
echo "<li>";
echo " <label class='bmGranted'>Armor penetration <b>".$gear->armorPenetration."</b></label>";
echo " <label class='bmGranted'>Armor penetration: <b>".$gear->armorPenetration."</b></label>";
echo "</li>";
}
}
Expand Down
4 changes: 3 additions & 1 deletion src/Creator/version4/popup-contents/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<tr align="center">
<td>
Eclipse Phase Character Creator<br>
<small><a href="https://github.com/rbewley4/ep-character-creator/releases/tag/v1.2.0" target="_blank">Version 1.2.0 (09.2014)<a/></small>
<small><a href="https://github.com/rbewley4/ep-character-creator/releases/tag/v1.2.0" target="_blank">Version 1.2.1 (07.2015)<a/></small>
<br><br>
A character creator for the <a href="http://eclipsephase.com" target="_blank">Eclipse Phase</a> role-playing game.
<br><br>
Expand All @@ -23,6 +23,8 @@
<tr align="center">
<td>
<b>Russell Bewley</b><br>
<b>Stoo Goof</b><br>
<b>Derek Payne</b><br>
<b>Cédric Reinhardt</b><br>
<b>Jigé Pont</b><br>
<b>Olivier Murith</b><br>
Expand Down
6 changes: 3 additions & 3 deletions src/Creator/version4/popup-contents/load.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
<td>
<input type="checkbox" name="creationMode" value="cre"/> Check if you want to continue on creation mode.
<br><br>
I have earn <input style="line-height: 1em;" id="rezPoints" name="rezPoints" type="number" min="0" value="0"> Rez points.
I have earned <input style="line-height: 1em;" id="rezPoints" name="rezPoints" type="number" min="0" value="0"> Rez points.
<br><br>
I have earn <input style="line-height: 1em;" id="repPoints" name="repPoints" type="number" min="0" value="0"> Reputation points.
I have earned <input style="line-height: 1em;" id="repPoints" name="repPoints" type="number" min="0" value="0"> Reputation points.
<br><br>
I have earn <input style="line-height: 1em;" id="credPoints" name="credPoints" type="number" min="0" value="0"> Credits.
I have earned <input style="line-height: 1em;" id="credPoints" name="credPoints" type="number" min="0" value="0"> Credits.
<br><br>
</td>
</tr>
Expand Down
4 changes: 2 additions & 2 deletions src/Creator/version4/popup-contents/reset.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<td>
<br><br>
<button class="startButton">
Begin !
Begin!
</button>
<button class="cancelButton">
Cancel
Expand All @@ -47,7 +47,7 @@
<tr align="center">
<td>
<small><a href="https://github.com/rbewley4/ep-character-creator/releases/tag/v1.2.0" target="_blank">Version 1.2.0 (09.2014)<a/></small>
<small><a href="https://github.com/rbewley4/ep-character-creator/releases/tag/v1.2.0" target="_blank">Version 1.2.1 (07.2015)<a/></small>
<br><br>
</td>
</tr>
Expand Down
Loading

0 comments on commit 1d60646

Please sign in to comment.