41 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="es">
 | 
						|
    <head>
 | 
						|
        <title data-i18n="mapeate_titulo">Mapeate - Módulos</title>
 | 
						|
        <meta http-equiv="content-type" content="text/html; charset=utf-8" />
 | 
						|
        <meta charset="utf-8" />
 | 
						|
    </head>
 | 
						|
    <body>
 | 
						|
 | 
						|
        <ul>
 | 
						|
 | 
						|
            <!-- [[elemento_menu_principal]] -->
 | 
						|
            <li data-i18n="{i18n}" title="{texto}" data-i18n-without="true"><a href="{link}" target="{target}">
 | 
						|
                <span data-icono-imagen="{icono}"></span>
 | 
						|
                <span data-i18n="{i18n}">{texto}</span>
 | 
						|
            </a></li>
 | 
						|
            <!-- [[elemento_menu_principal]] -->
 | 
						|
 | 
						|
            <!-- [[link_perfil]] -->
 | 
						|
            <li data-i18n="{tipo}" data-i18n-without="true" title="{tipo_nombre}"><a href="{link}" target="_blank">
 | 
						|
                <span data-icono-imagen="{tipo}"></span>
 | 
						|
                <span data-i18n="{tipo}">{tipo}</span>
 | 
						|
                <span class="link">{link}</span>
 | 
						|
            </a></li>
 | 
						|
            <!-- [[link_perfil]] -->
 | 
						|
 | 
						|
        </ul>
 | 
						|
 | 
						|
        <!-- [[elemento_perfil]] -->
 | 
						|
        <fieldset class="perfil" data-clave="{clave}" title="{nombre}">
 | 
						|
            <legend>{nombre}</legend>
 | 
						|
            <div class="fondo" style="background-image:url('{avatar}');"></div>
 | 
						|
            <div>{descripcion}</div>
 | 
						|
            <nav>
 | 
						|
                <ul>{links}</ul>
 | 
						|
            </nav>
 | 
						|
        </fieldset>
 | 
						|
        <!-- [[elemento_perfil]] -->
 | 
						|
 | 
						|
    </body>
 | 
						|
</html> |