示例#1
0
<table>
<tr><td>
<textarea <?php 
    getn('PrivateNotes');
    ?>
 cols="10" rows="5"><?php 
    getv('PrivateNotes');
    ?>
</textarea>
</td></tr>
</table>

</div>
<input type="checkbox" <?php 
    getnc('BackgroundDisp');
    ?>
 onchange="ToggleDisplay('background', this);" style="width:15px; border:none;"/>
Display Background

<br class="page">

<div id="background" class="section">
<h1>Character Background (Will not be displayed publically)</h1>

<table>
<tr><td>
<textarea <?php 
    getn('Background');
    ?>
 cols="10" rows="50"><?php 
示例#2
0
                    <td class="unit"><input class="text" type="text" <?php 
getnv('Skill50MiscMod');
?>
 onchange="SkillCalc(this)" /></td>
                  </tr>
                  <tr class="skillslot">
                    <td class="name"><input class="text" type="text" <?php 
getnv('Skill51');
?>
 onchange="SkillLookUp(this)" /></td>
                    <td class="unit"><input class="text" type="text" <?php 
getnv('Skill51Ab');
?>
 onchange="SkillLookUpKeyAb(this)" /></td>
                    <td class="char"><input class="chk" type="checkbox" <?php 
getnc('Skill51CC');
?>
 onchange="SkillCalcRanks()" /></td>
                    <td class="unit"><input class="text" type="text" <?php 
getnv('Skill51Mod');
?>
 /></td>
                    <td class="char">=</td>
                    <td class="unit"><input class="text" type="text" <?php 
getnv('Skill51AbMod');
?>
 onchange="SkillCalc(this)" /></td>
                    <td class="char">+</td>
                    <td class="unit"><input class="text" type="text" <?php 
getnv('Skill51Rank');
?>
示例#3
0
<?php 
}
?>
                  <tr class="footer">
                    <td>Total Weight:</td>
                    <td class="total"><span id="bagWeight">0</span></td>
                    <td />
                  </tr>
                </table>

              </td>
            </tr>
          </table> <!-- skillsandgear -->

          <input type="checkbox" <?php 
getnc('MagicDisp');
?>
 onchange="ToggleDisplay('magic', this);" style="width:15px; border:none;" id="magiccheck"/>
          <label for="magiccheck">Display Spells &amp; Powers</label>
          <div id="magic">

          <p style="page-break-before: always; "/>

          <!--
            Page 3 stuff, Spell Saves, Spells & Powers, Currency, Language...
          -->

          <table id="spellstuff" cellspacing="0">
            <tr>
              <td class="saves">
示例#4
0
?>
 class="whole notes" cols="10" rows="10"><?php 
getv('Notes');
?>
</textarea>
    </div>
</div>

<?php 
if ($SHOWSAVE) {
    ?>
<div class="page">&nbsp;</div>

<!-- Notes -->
<input type="checkbox" <?php 
    getnc('NotesDisp');
    ?>
 onchange="ToggleDisplay('notes', this);" style="width:15px; border:none;"/>
Display Private Notes
<div id="notes">
    <!-- Private Notes -->
    <h2>Private Notes (Will not be displayed publically)</h2>
    <textarea <?php 
    getn('PrivateNotes');
    ?>
 class="whole privatenotes" cols="10" rows="10"><?php 
    getv('PrivateNotes');
    ?>
</textarea>
    
    <h2>Character Background (Will not be displayed publically)</h2>