noScript.html 646 B

12345678910111213141516171819202122
  1. <!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title></title>
  5. </head>
  6. <body>
  7. <noscript>
  8. This site presents some live examples for Web Help generated by oXygen
  9. Select a topic on the navigator to the left.
  10. Current generated project :
  11. <span id="oxy_productid">${webhelp.product.id}</span>
  12. <span id="oxy_productVersion">${webhelp.product.version}</span>
  13. oXygen Team
  14. </noscript>
  15. </body>
  16. </html>