<!--
   
   This is the HTML structure file belonging to BDCFF-->MAPS converter.
   
   You can edit this file as to satisfy your personal preferences.
   But notice that the following flags MUST be present in the file:
      #HTML-begin#          Place where the HTML code begins.
      #Caves-begin#         Begin of the code that repeats for each cave.
      #Caves-end#           End of the code that repeats for each cave.
      #HTML-end#            Place where the HTML code ends.
   The following tags are available:
      [GameName]            Returns value of Name in [game] section of BDCFF file.
      [Author]              Returns value of Author.
      [Date]                Returns value of Date.
      [WWW]                 Returns value of WWW.
      [GraphicsSet]         Returns value of Charset.
      [CharacterSet]        Returns value of Fontset.
      [Caves]               Returns value of Caves.
      [Levels]              Returns value of Levels.
      [GameRemark]          Returns value of Remark in [game] section.
      [GameDescription]     Returns value of Description in [game] section. 

      [CaveName]            Returns value of Name in [cave] section of BDCFF file.
      [Filename]            Returns the filename of current cave pic.
      [Screen]              Returns the number of the current cave.
      [Level]               Returns the level of the current cave if Levels > 1.
      [Delay]               Returns value of Delay.
      [Type]                Returns Intermission if Intermission = true, and Cave otherwise.
      [DiamondsRequired]    Returns value of DiamondsRequired.
      [DiamondValue]        Returns first number of DiamondValue.
      [BonusDiamondValue]   Returns second value of DiamondValue if present.
      [Time]                Returns value of CaveTime.
      [SlimePermeability]   Returns value of SlimePermeability.
      [AmoebaTime]          Returns value of AmoebaTime.
      [MagicWallTime]       Returns value of MagicWallTime.
      [CaveRemark]          Returns value of Remark in [cave] section.
      [CaveDescription]     Returns value of Description in [cave] section

   July 2007, Arno Weber

-->



#HTML-begin#

<html>
<head>
<title>[GameName]</title>
</head>
<body>

<br>
<br>
<hr>

<p align="center" style="font-size: 12px">
   <span style="font-size: 28px">[GameName]</span><br>
   <br>
   <img src="TitleScreen.png" alt="Title">
   <br>
   <br>
   <div align="center"><table cellspacing="0" cellpadding="2" border="1">
   <tr><td valign="top" width="120"><p align="left" style="font-size: 12px">
      <b>Author:</b><br>
      <b>Date:</b><br>
      <b>WWW:</b><br>
      <b>Graphics Set:</b><br>
      <b>Character Set:</b><br>
      <b>Caves:</b><br>
      <b>Levels:</b><br>
      <b>Remark:</b><br>
   </p></td><td valign="top" width="300"><p align="left" style="font-size: 12px">
      [Author]<br>
      [Date]<br>
      [WWW]<br>
      [GraphicsSet]<br>
      [CharacterSet]<br>
      [Caves]<br>
      [Levels]<br>
      [GameRemark]<br>
   </p></td></tr>
   </table></div>
</p>
<hr>

#Caves-begin#

<p align="center" style="margin-bottom: 0px; margin-top: 0px">
   <div align="center" style="margin-bottom: 0px; margin-top: 0px"><table>
   <tr><td>
      <div align="center"><img src="[Filename]" alt="[CaveName]"></div>
   </td></tr>
   <tr><td>
      <div align="center"><table cellspacing="0" cellpadding="2" border="1">
      <tr><td valign="top" width="150"><p align="left" style="font-size: 12px">
         <b>Screen:</b><br>
         <b>Level:</b><br>
         <b>Type:</b><br>
         <b>Delay:</b><br>
         <b>Diamonds Required:</b><br>
         <b>Diamond Value:</b><br>
         <b>Bonus Diamond Value:</b><br>
      </p></td><td valign="top" width="80"><p align="left" style="font-size: 12px">
         [Screen]<br>
         [Level]<br>
         [Type]<br>
         [Delay]<br>
         [DiamondsRequired]<br>
         [DiamondValue]<br>
         [BonusDiamondValue]<br>
      </p></td><td valign="top" width="150"><p align="left" style="font-size: 12px">
         <b>Name:</b><br>
         <b>Time:</b><br>
         <b>Slime Permeability:</b><br>
         <b>Amoeba Time:</b><br>
         <b>Magic Wall Time:</b><br>
         <b>Remark:</b><br>
      </p></td><td valign="top" width="300"><p align="left" style="font-size: 12px">
         [CaveName]<br>
         [Time]<br>
         [SlimePermeability]<br>
         [AmoebaTime]<br>
         [MagicWallTime]<br>
         [CaveRemark]<br>
      </p></td></tr>
      </table></div>
   </td></tr>
   </table></div>
</p>

#Caves-end#


<hr>
</body>
</html>

#HTML-end#
