<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:alf="http://www.alfresco.org/" elementFormDefault="qualified" >
<xs:element name="MyWebFormLanguages">
<xs:complexType>
<xs:sequence>
<xs:element name="url_uni_eeuu"
type="xs:normalizedString"
minOccurs="1"
maxOccurs="1" />
<xs:element name="url_uni_uk"
type="xs:normalizedString"
minOccurs="1"
maxOccurs="1" />
<xs:element name="url_uni_ch"
type="xs:normalizedString"
minOccurs="1"
maxOccurs="1" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
<ul>
<li><a href=${MyWebFormLanguages.url_uni_eeuu}>EE.UU. <img src="images/us.gif" alt="Bandera USA" /></a></li>
<li><a href=${MyWebFormLanguages.url_uni_uk}>U.K. <img src="images/en.gif" alt="Bandera UK" /></a></li>
<li><a href=${MyWebFormLanguages.url_uni_ch}>China <img src="images/cn.gif" alt="BAndera China" /></a></li>
</ul>
<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:si="http://www.alfresco.org/alfresco/MyWebForm3"
targetNamespace="http://www.alfresco.org/alfresco/MyWebForm3"
elementFormDefault="qualified">
<xs:element name="MyWebForm3">
<xs:complexType>
<xs:sequence>
<xs:element name="url_buscarUni"
type="xs:normalizedString"
minOccurs="1"
maxOccurs="1" />
<xs:element name="url_blog"
type="xs:normalizedString"
minOccurs="1"
maxOccurs="1" />
<xs:element name="url_facebook"
type="xs:normalizedString"
minOccurs="1"
maxOccurs="1" />
<xs:element name="url_youtube"
type="xs:normalizedString"
minOccurs="1"
maxOccurs="1" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
<#ftl ns_prefixes={"D":"http://www.alfresco.org/alfresco/MyWebForm3"}>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<#assign headerFile = "header.ftl" />
<#include "${headerFile}" /><# Este me funciona bien porque es estatico–>
<body>
<div id="big-content">
<div class="back1">
<div id="header">
<p><a href="#"><img src="images/logo.png" alt="Logo" /></a></p>
<h1>titulo</h1>
<#ACA QUIERO INCLUIR EL OTRO FTL –>
<p class="busca"><a href=${MyWebForm3.url_buscarUni}>Busca tu universidad</a></p>
</div> <!– /header –>
</div> <!– /back1 –>
<div class="content-box">
<div class="caja caja1">
<h3>Visita nuestro<br />
Blog</h3>
<p>Lorem ipsum ad his scripta blandit partiendo, eum fastidii accumsan euripidis in…</p>
<p class="boton"><a href=${MyWebForm3.url_blog}>Entra</a></p>
</div> <!– /caja –>
<div class="caja caja1">
<h3>Síguenos en:</h3>
<p><a href=${MyWebForm3.url_facebook}><img src="images/facebook.gif" alt="facebook" width="62" height="73" /></a>
<a href=${MyWebForm3.url_youtube}><img src="images/youtube.gif" alt="youtube" width="62" height="73" /></a></p>
</div> <!– /caja –>
</div> <!– /content-home –>
<div id="footer">
</div> <!– /footer –>
</div> <!– /big-content –>
</body>
</html>
Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.