Показать сообщение отдельно
Старый 28.10.2008, 18:07   #1
DimanLin
Продвинутый
 
Регистрация: 19.10.2008
Сообщений: 47
Cool Помогите с test.html

Вот, что у меня написанно в Setup:

============================================
# Объект контента шаблона (Template content object):
temp.mainTemplate = TEMPLATE
temp.mainTemplate {
template = FILE
template.file = fileadmin/template/test.html
}


# Объект PAGE по-умолчанию:
page = PAGE
page.typeNum = 0

page.10 < temp.mainTemplate
=====================================
Вот что в файле test.html

=====================
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
<title>Untitled</title>
</head>

<body>

<!-- ###DOCUMENT_BODY### -->
<h1>
<!-- ###INSIDE_HEADER### -->
Header of the page
<!-- ###INSIDE_HEADER### -->

</h1>
<!-- ###DOCUMENT_BODY### -->

</body>
</html>
==================

И вот, что я имею на выходе:

==========================
<!DOCTYPE html
PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<!--
This website is powered by TYPO3 - inspiring people to share!
TYPO3 is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.
TYPO3 is copyright 1998-2008 of Kasper Skaarhoj. Extensions are copyright of their respective owners.
Information and contribution at http://typo3.com/ and http://typo3.org/
-->

<title>Êîðíåâàÿ ñòðàíèöà</title>
<meta name="generator" content="TYPO3 4.2 CMS" />
<script type="text/javascript" src="typo3temp/javascript_93077bb238.js"></script>

</head>
<body>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
<title>Untitled</title>
</head>

<body>

<!-- ###DOCUMENT_BODY### -->
<h1>
<!-- ###INSIDE_HEADER### -->

Header of the page
<!-- ###INSIDE_HEADER### -->

</h1>
<!-- ###DOCUMENT_BODY### -->

</body>
</html>
</body>
</html><div id="typo3-previewInfo" style="position: absolute; top: 20px; right: 20px; border: 2px solid #000; padding: 5px 5px; background: #f00; font: 1em Verdana; color: #000; font-weight: bold; z-index: 10001"
=========================
1 . Задача, правельно отобразить шаблон который test.html
2. О чём меня иформирует <div> который в самом конце страници?
DimanLin вне форума   Ответить с цитированием