From: alex <bin...@li...> - 2001-08-21 03:25:22
|
alex Mon Aug 20 20:25:17 2001 EDT Added files: /r2/binarycloud/user/htdocs xml2phptest.xml.php Log: Xml2php htdocs test. Index: r2/binarycloud/user/htdocs/xml2phptest.xml.php +++ r2/binarycloud/user/htdocs/xml2phptest.xml.php <?xml version="1.0" ?> <!-- Header {{{ ******************************************************************************* ** -File $Id: xml2phptest.xml.php,v 1.1 2001/08/21 03:25:17 alex Exp $ ** -License LGPL (http://www.gnu.org/copyleft/lesser.html) ** -Copyright 2001, The Turing Studio, Inc. ** -Author alex black, en...@tu... ****************************************************************************** }}} --> <page> <!-- Core components can be excluded from the load process by setting these tags to FALSE. If the tags aren't defined, init assumes that their value is "TRUE" --> <init> <ini>TRUE</ini> <auth>FALSE</auth> <perm>FALSE</perm> <sess>FALSE</sess> <output>FALSE</output> <debug>FALSE</debug> </init> <!-- the "default" template is loaded automatically, unless one of the other tag names exists in the query string: ?print for example, would cause the master template to be switched to "masters/print.phtml" --> <template> <def> <path>masters/binarycloud.phtml</path> <handler>html</handler> </def> <print> <path>masters/print.phtml</path> <handler>html</handler> </print> <other> <path>masters/other.phtml</path> <handler>wml</handler> </other> </template> <modules> <content> <layout>tmpl/html/layouts/example.html</layout> <module> <path>static_pages/static_pages.cls</path> <order>1</order> <options> <file>foo.phtml</file> <string>1</string> </options> </module> <module> <path>static_pages/static_pages.cls</path> <order>2</order> <options> <file>haa.phtml</file> <string>1</string> </options> </module> </content> <left> <module> <path>static_pages/static_pages.cls</path> <order>3</order> <options> <template>hello.phtml</template> <string>2</string> </options> </module> </left> </modules> </page> |