home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / tema / Bonline / bmbuilder108.exe / _SETUP.1 / cenik.df < prev    next >
Encoding:
Text File  |  2000-03-20  |  1.5 KB  |  45 lines

  1. <table border='0' width='100%' cellspacing='0'>
  2.   <tr>
  3.      <td colspan='3' width='100%'><%=txt_priznaky%></td>
  4.   </tr>
  5.   <tr>
  6.      <td colspan='2' width='70%'><%=URL_start%><font color="#367998" size="2"><b><%=txt_nazev%></b></font><%=URL_end%></td>
  7.      <td width='30%' valign='bottom' align='right'><%=txt_cena_bezdph%>  KΦ / <b><font color="#000000"><%=txt_cena_sdph%> KΦ</font></b></td>
  8.   </tr>
  9.   <tr>
  10.      <td width='50%' valign="top">
  11.        <font size="1">KatalogovΘ Φφslo: <%=txt_katcislo%></font><br>
  12.        <font size="1">V²robce: <%=txt_vyrobce%></font>
  13.      </td>
  14.      <td colspan='2' width='50%' align='right'>
  15.        <%
  16.        if txt_sleva <> "" then
  17.        %>
  18.        <font color="#FF0000"><b>Sleva: </font><font color="#FF0000">- <%=txt_sleva%>%</font></b><br><font color="#000000">UÜet°φte: </font><font color="#FF0000"><b><%=txt_usetrite%> KΦ</b></font><font color="#000000"> z p∙vodnφ ceny!</font><br>
  19.        <%
  20.        end if
  21.        %>
  22.        <%=txt_koupit%>
  23.      </td>
  24.   </tr>
  25.   <tr>
  26.      <td colspan='2' width='50%'>
  27.      <%
  28.      if txt_vaha <> "0" then Response.Write "Vaha: " & txt_vaha & " kg<br>"
  29.      if txt_zaruka <> "0" then Response.Write "Zßruka: " & txt_zaruka & " m∞sφc∙"
  30.      %>
  31.      </td>
  32.   </tr>
  33.   <%
  34.   if txt_popis <> "" then
  35.   %>
  36.   <tr>
  37.      <td colspan='3' align='justify' width='100%' class='BG1'><%=txt_popis%></td>
  38.   </tr>
  39.   <%
  40.   end if
  41.   %>
  42.   <tr>
  43.      <td colspan='3' width='100%'><hr noshade color='#000000'></td>
  44.   </tr>
  45. </table><br>