You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

html-style.properties 935B

123456789101112131415
  1. html.body.tag=<body>
  2. html.body.endtag=</body>
  3. docbook.head.title=<xsl:apply-templates select="." mode="object.title.markup.textonly"/>
  4. html.body.start1=<div id="container"><div id="header"><h1>
  5. html.body.start2=</h1></div><div id="itmilllogo"></div>
  6. html.body.end=<div id="footer"><span>Version: ${version}</span>&#x0A9; Vaadin Ltd. 2000-2011</div></div>
  7. html.head.tag=<head>
  8. html.head.endtag=</head>
  9. html.head.style=<link rel="stylesheet" type="text/css" href="styles/demos.css" />
  10. javadoc.doctitle=<h1>Vaadin</h1>
  11. javadoc.bottom=<i>Copyright &#169; 2000-2011 Vaadin Ltd. All Rights Reserved.</i>
  12. www.manual.body.start1=<div id="container"><div id="header"><h1>
  13. www.manual.body.start2=</h1></div><div id="itmilllogo"></div>
  14. www.manual.body.end=<div id="footer"><span>Version: ${version}</span>&#x0A9; Vaadin Ltd. 2000-2011</div></div>
  15. www.manual.docbook.head.title=<xsl:apply-templates select="." mode="object.title.markup.textonly"/>