|
From: <edd...@us...> - 2007-01-18 05:57:44
|
Revision: 1974
http://svn.sourceforge.net/pcgen/?rev=1974&view=rev
Author: eddyanthony
Date: 2007-01-17 21:57:44 -0800 (Wed, 17 Jan 2007)
Log Message:
-----------
[ 1638080 ] [RSRD] Convert Salient Divine Abilities to Ability Object, Added a simple output block
Modified Paths:
--------------
Trunk/pcgen/outputsheets/d20/fantasy/htmlxml/csheet_fantasy_std.htm
Modified: Trunk/pcgen/outputsheets/d20/fantasy/htmlxml/csheet_fantasy_std.htm
===================================================================
--- Trunk/pcgen/outputsheets/d20/fantasy/htmlxml/csheet_fantasy_std.htm 2007-01-18 04:45:13 UTC (rev 1973)
+++ Trunk/pcgen/outputsheets/d20/fantasy/htmlxml/csheet_fantasy_std.htm 2007-01-18 05:57:44 UTC (rev 1974)
@@ -1136,6 +1136,20 @@
<font style="font-size:2pt"><br /></font>
|%|
<!-- STOP Template Table -->
+<!-- START Salient Divine Ability Table -->
+|IIF(HASVAR:DivineRank)|
+ <table width="100%" cellspacing="0" cellpadding="3" summary="Template Table">
+ <tr>
+ <td bgcolor="black" align="center" colspan="1"><font color="white" style="font-size: 9pt"><b>SALIENT DIVINE ABILITIES</b></font></td>
+ </tr>
+ <tr>
+ <td valign="top" width="70%" class="border8">|ABILITYLIST.Salient Divine Ability|<br /></td>
+ </tr>
+ </table>
+<font style="font-size:2pt"><br /></font>
+|ELSE|
+|ENDIF|
+<!-- STOP Salient Divine Ability Table -->
|%MISC.MAGIC|
<!-- START Misc Magic Table -->
<table width="100%" cellspacing="0" cellpadding="3" summary="Misc. Magic Table">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|