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

  1. <p align="center">
  2. <b><font size="4"><u><% =txt_nazev %></u></font></b>
  3. </p>
  4.  
  5. <table border="0" width="100%" cellspacing="0" cellpadding="5">
  6.   <tr>
  7.     <td valign="top">
  8. <%
  9.     if txt_priznaky <> "" then Response.write txt_priznaky & "<br><br>"
  10. %>
  11.     <% =txt_obrazek %></td>
  12.     <td valign="top"><b>katalogovΘ Φφslo: </b><% =txt_katcislo %><br><br><%=txt_popis%><br><br><b>V²robce:</b> <%=txt_vyrobce%><br>
  13. <%
  14.      if txt_vaha <> "0" then Response.Write "<b>Vaha:</b> " & txt_vaha & " kg<br>"
  15.      if txt_zaruka <> "0" then Response.Write "<b>Zßruka:</b> " & txt_zaruka & " m∞sφc∙"
  16. %>
  17.   </td>
  18.   </tr>
  19.   <tr>
  20.     <td width="100%" colspan="2" valign="top"><br></td>
  21.   </tr>
  22. <%
  23.   if txt_popisPlus <> "" then
  24. %>
  25.   <tr>
  26.     <td width="100%" colspan="2" valign="top" class="BG2"><% =txt_popisPLUS %></td>
  27.   </tr>
  28. <%
  29.   end if
  30. %>
  31.   <tr>
  32.     <td width="100%" colspan="2" valign="top"></td>
  33.   </tr>
  34.   <tr>
  35.     <td width="50%" valign="top"><br>
  36.     <b>Cena: </b><%=txt_cena_bezdph%>  KΦ / <b><font color="#000000"><%=txt_cena_sdph%> KΦ</font></b><br>
  37.       <%
  38.        if txt_sleva <> "" then
  39.       %>
  40.        <font color="#FF0000"><b>Sleva: </font><font color="#FF0000" size="3">- <%=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>
  41.       <%
  42.        end if
  43.       %>
  44.     </td>
  45.     <td width="50%" align="right" valign="top"><br><form name="FormPage"><% =txt_koupit%></form></td>
  46.   </tr>
  47. </table>
  48.