webapps.mason: fix templates for boilerplate wrapping

db4
Slava Pestov 2010-09-07 22:36:46 -07:00
parent 1ab2d347a7
commit a19428fa72
2 changed files with 29 additions and 41 deletions

View File

@ -5,12 +5,8 @@
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" href="http://factorcode.org/css/master.css" type="text/css" media="screen" title="no title" charset="utf-8" />
<title>Factor binary package for <t:label t:name="platform" /></title>
</head>
<body>
<t:title>Factor binary package for <t:label t:name="platform" /></t:title>
<div><img src="http://factorcode.org/graphics/logo.png" alt="Logo" /></div>
<h1>Factor binary package for <t:label t:name="platform" /></h1>
@ -37,7 +33,5 @@
</table>
<p><t:xml t:name="last-report" /></p>
</body>
</html>
</t:chloe>

View File

@ -5,12 +5,8 @@
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" href="http://factorcode.org/css/master.css" type="text/css" media="screen" title="no title" charset="utf-8" />
<title>Factor binary package for <t:label t:name="platform" /></title>
</head>
<body>
<t:title>Factor binary package for <t:label t:name="platform" /></t:title>
<div><img src="http://factorcode.org/graphics/logo.png" alt="Logo" /></div>
<h1>Factor binary package for <t:label t:name="platform" /></h1>
@ -23,7 +19,5 @@
<p>This release was built from GIT ID <t:xml t:name="git-id" />.</p>
<p>Once you download Factor, you can <a href="http://concatenative.org/wiki/view/Factor/Learning">start learning</a> the language!</p>
</body>
</html>
</t:chloe>