home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Web / Homesite / data1.cab / HS_Wizards / HTML / QuickStart.wml < prev    next >
Text File  |  1999-04-12  |  2KB  |  49 lines

  1. <WIZSET tMetaRefresh = "">
  2. <WIZIF ParameterExists('RefreshTime')>
  3. <WIZIF Trim(RefreshTime) neq ''>
  4.     <WIZSET tMetaRefresh = "\n" & DefaultCase("<META HTTP-EQUIV=""REFRESH"" CONTENT=""") & RefreshTime>
  5.     <WIZIF Trim(RefreshURL) neq ''>
  6.         <WIZSET tMetaRefresh = tMetaRefresh & DefaultCase("; URL=") & RefreshURL>
  7.     </WIZIF>
  8.     <WIZSET tMetaRefresh = tMetaRefresh & """>">
  9. </WIZIF>
  10. </WIZIF>
  11.  
  12. <WIZSET aTopMargin = "">
  13. <WIZIF ParameterExists('TopMargin')>
  14. <WIZIF Trim(TopMargin) neq ''>
  15.     <WIZSET aTopMargin = DefaultCase(" TOPMARGIN=""") & TopMargin & """">
  16. </WIZIF>
  17. </WIZIF>
  18.  
  19. <WIZSET aLeftMargin = "">
  20. <WIZIF ParameterExists('LeftMargin')>
  21. <WIZIF Trim(LeftMargin) neq ''>
  22.     <WIZSET aLeftMargin = DefaultCase(" LEFTMARGIN=""") & LeftMargin & """">
  23. </WIZIF>
  24. </WIZIF>
  25.  
  26. <WIZSET tMetaKeywords = "">
  27. <WIZIF ParameterExists('Keywords')>
  28. <WIZIF Trim(Keywords) neq ''>
  29.     <WIZSET tMetaKeywords = "\n" & DefaultCase("<META HTTP-EQUIV=""KEYWORDS"" CONTENT=""") & Keywords & """>">
  30. </WIZIF>
  31. </WIZIF>
  32.     
  33. <WIZSET tMetaDescription = "">
  34. <WIZIF ParameterExists('Description')>
  35. <WIZIF Trim(Description) neq ''>
  36.     <WIZSET tMetaDescription = "\n" & DefaultCase("<META HTTP-EQUIV=""DESCRIPTION"" CONTENT=""") & Description & """>">
  37. </WIZIF>
  38. </WIZIF>
  39.  
  40. $${DocType}
  41.  
  42. <$${DefaultCase("HTML")}>
  43. <$${DefaultCase("HEAD")}>
  44. <$${DefaultCase("TITLE")}>$${Title}</$${DefaultCase("TITLE")}>$${tMetaRefresh}$${tMetaKeywords}$${tMetaDescription}
  45. </$${DefaultCase("HEAD")}>
  46. <$${DefaultCase("BODY")}$${aTopMargin}$${aLeftMargin}>
  47.  
  48. </$${DefaultCase("BODY")}>
  49. </$${DefaultCase("HTML")}>