[gen] Added a doctype in the standard Appy template.
This commit is contained in:
parent
d480e58d01
commit
fb40913ef5
|
@ -142,3 +142,4 @@ img { border: 0; vertical-align: middle }
|
||||||
.homeTable { background-color: #E3E3E3; border-top: 1px solid grey }
|
.homeTable { background-color: #E3E3E3; border-top: 1px solid grey }
|
||||||
.homeTable td { padding: 10px 5px 10px 10px }
|
.homeTable td { padding: 10px 5px 10px 10px }
|
||||||
.homeTable th { padding-top: 5px; font-size: 105% }
|
.homeTable th { padding-top: 5px; font-size: 105% }
|
||||||
|
.first { margin-top: 0px }
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
<!DOCTYPE html>
|
<metal:main define-macro="main">
|
||||||
<html metal:define-macro="main"
|
<tal:doctype tal:replace="structure string:<!DOCTYPE html PUBLIC
|
||||||
tal:define="user tool/getUser;
|
"-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||||
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">" />
|
||||||
|
<html tal:define="user tool/getUser;
|
||||||
isAnon tool/userIsAnon;
|
isAnon tool/userIsAnon;
|
||||||
app tool/getApp;
|
app tool/getApp;
|
||||||
appUrl app/absolute_url;
|
appUrl app/absolute_url;
|
||||||
|
@ -218,3 +220,4 @@
|
||||||
</table>
|
</table>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
</metal:main>
|
||||||
|
|
Loading…
Reference in a new issue