Magento structurelle des blocs, des blocs de contenu et phtml modèles

J'ai juste commencé à lire sur la Magentos (1.9 EC) mise en page et la façon dont il fonctionne avec le XML et les fichiers PHTML.
Je suis venu à travers structurels des blocs et des blocs de contenu.

Je suis à la recherche à la page.xml fichier de Magento 1.9 installé RWD paquet de thème par DÉFAUT.
Je l'ai collé en dessous de ce que je crois est l'en-tête, contenu et pied de page à partir de la page.xml fichier.

Mes questions
1) Est un bloc considéré comme un bloc de contenu le moment, il est affecté à un "template="XXXX.phtml" attribut? Et si non, il est connu comme un bloc structurel?

2) Pour les blocs structurels qui n'ont pas le template="XXX", comment est-il finalement le lien avec les fichiers phtml? Ma question vient du contexte de la recherche sur le bloc d'en-tête comme on le voit ci-dessous quelques-uns de ses sous-blocs ont "modèle" de l'attribut, mais aucun d'entre eux semblent pointer dans l'en-tête.phtml de "\template\page\html" répertoire, que j'ai été d'édition pour personnaliser l'apparence du site Magento message de Bienvenue.

<block type="page/html_header" name="header" as="header">
<block type="page/template_links" name="top.links" as="topLinks"/>
<block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml"/>
<block type="core/text_list" name="top.menu" as="topMenu" translate="label">
<label>Navigation Bar</label>
<block type="page/html_topmenu" name="catalog.topnav" template="page/html/topmenu.phtml">
<block type="page/html_topmenu_renderer" name="catalog.topnav.renderer" template="page/html/topmenu/renderer.phtml"/>
</block>
</block>
<block type="page/html_wrapper" name="top.container" as="topContainer" translate="label">
<label>Page Header</label>
<action method="setElementClass"><value>top-container</value></action>
</block>
<block type="page/html_welcome" name="welcome" as="welcome"/>
</block>
<block type="core/text_list" name="content" as="content" translate="label">
<label>Main Content Area</label>
</block>
<block type="page/html_footer" name="footer" as="footer" template="page/html/footer.phtml">
<block type="page/html_wrapper" name="bottom.container" as="bottomContainer" translate="label">
<label>Page Footer</label>
<action method="setElementClass"><value>bottom-container</value></action>
</block>
<block type="page/switch" name="store_switcher" as="store_switcher" after="*" template="page/switch/stores.phtml"/>
<block type="page/template_links" name="footer_links" as="footer_links" template="page/template/links.phtml">
<action method="setTitle"><title>Quick Links</title></action>
</block>
<block type="page/template_links" name="footer_links2" as="footer_links2" template="page/template/links.phtml">
<action method="setTitle"><title>Account</title></action>
</block>
<!-- This static block can be created and populated in admin. The footer_links cms block can be used as a starting point. -->
<!--<block type="cms/block" name="footer_social_links">
<action method="setBlockId"><block_id>footer_social_links</block_id></action>
</block>-->
</block>
InformationsquelleAutor aDvo | 2014-08-05