123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235 |
- <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- version="1.0">
- <xsl:output method="html" version="4"/>
- <!-- File name: index.xsl
- Copyright 2021, 2024 5 Mode
-
- This file is part of John Doe Page.
-
- John Doe Page is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- John Doe Page is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with John Doe Page. If not, see <https://www.gnu.org/licenses/>.
- index.xsl
-
- John Doe Page stylesheet.
-
- @author Daniele Bonini <my25mb@aol.com>
- @copyrights (c) 2021, 2024, 5 Mode
- -->
- <xsl:template match="CONTENT">
- <HTML>
- <HEAD>
- <TITLE>My lives, works, contacts, ..</TITLE>
-
- <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>
- <meta name="description" content="Welcome to my personal website!"/>
-
- <link rel="shortcut icon" href="/res/favicon.ico"/>
-
- <link href="/css/style.css" type="text/css" rel="stylesheet"></link>
-
- <script src="/js/jquery-3.6.0.min.js" type="text/javascript"></script>
-
- <script>
- <![CDATA[
- ]]>
- </script>
- </HEAD>
-
- <BODY style="background-color:#FFFFFF">
- <div id="HCsplash" style="padding-top: 160px; text-align:center;color:#ffffff;display:none;">
- <div id="myh1"><H1>John Doe Page</H1></div><br/>
- <img src="/res/logo.png" style="width:310px;"/>
- </div>
- <div id="content" style="max-height:350px;display:none;" align="center">
- <div class="header">
- <a id="burger-menu" href="#" style="display:none;"><img src="/res/burger-menu2.png" style="width:58px;"/></a><a id="ahome" href="http://johndoe.page" target="_blank" style="color:black; text-decoration: none;"><img id="logo-secc" src="/res/logo.png" style="width:48px;vertical-align:middle;"/>  John Doe Page</a>             <a id="agithub" href="https://github.com/par7133/JohnDoe-Page" style="color:#000000"><span style="color:#119fe2">on</span> github</a>            <a id="afeedback" href="mailto:info@johndoe.page" style="color:#000000"><span style="color:#119fe2">for</span> feedback</a>          <a id="asupport" href="tel:+39-378-0812391" style="font-size:13px;background-color:#15c60b;border:2px solid #15c60b;color:black;height:27px;text-decoration:none;">    get support    </a>
- </div>
- <br/><br/>
- <table border="0" style="width:100%;height:349px;">
- <tr>
- <td halign="center" style="height:300px; text-align:center;">
- <p align="center">
- <a>
- <xsl:attribute name="target">_self</xsl:attribute>
- <xsl:attribute name="href"><xsl:value-of select="LINK[TYPE='personal-image']/ADDRESS"/></xsl:attribute>
- <img >
- <xsl:attribute name="border">0</xsl:attribute>
- <xsl:attribute name="src"><xsl:value-of select="LINK[TYPE='personal-image']/IMAGE/ADDRESS"/></xsl:attribute>
- <xsl:attribute name="width"><xsl:value-of select="LINK[TYPE='personal-image']/IMAGE/WIDTH"/></xsl:attribute>
- <xsl:attribute name="height"><xsl:value-of select="LINK[TYPE='personal-image']/IMAGE/HEIGHT"/></xsl:attribute>
- </img>
- </a>
- </p>
-
- <p align="center" style="text-align:center;">
-
- <xsl:for-each select="LINK[TYPE='resume']">
-
- <xsl:sort select="INDEX" data-type="number" order="ascending"/>
-
- <H1><a>
- <xsl:attribute name="target">_blank</xsl:attribute>
- <xsl:attribute name="style">font-family: sans-serif; color: #000000</xsl:attribute>
- <xsl:attribute name="href"><xsl:value-of select="ADDRESS"/></xsl:attribute>
- <xsl:attribute name="title"><xsl:value-of select="TITLE"/></xsl:attribute>
- <xsl:value-of select="TEXT"/>
- </a></H1>
-
- </xsl:for-each>
-
- <br/><br/>
-
- <div style="max-width: 300px; height: fit-content; font-size:11px;">
- <!-- short description -->
- </div>
-
- </p>
-
- </td>
- </tr>
-
- <tr>
- <td valign="top" align="center" style="height:30%">
- <xsl:for-each select="LINK[TYPE='footer']">
-
- <xsl:sort select="INDEX" data-type="number" order="ascending"/>
-
- <xsl:choose>
-
- <xsl:when test="TEXT!=''">
- <a>
- <xsl:attribute name="target">_blank</xsl:attribute>
- <xsl:attribute name="style">font-family: sans-serif; color: blue; font-size: 13px</xsl:attribute>
- <xsl:attribute name="href"><xsl:value-of select="ADDRESS"/></xsl:attribute>
- <xsl:attribute name="title"><xsl:value-of select="TITLE"/></xsl:attribute>
- <xsl:value-of select="TEXT"/>
- </a>     
- </xsl:when>
- <xsl:otherwise>
-
- <a>
- <xsl:attribute name="target">_blank</xsl:attribute>
- <xsl:attribute name="href"><xsl:value-of select="ADDRESS"/></xsl:attribute>
- <xsl:attribute name="title"><xsl:value-of select="TITLE"/></xsl:attribute>
- <img >
- <xsl:attribute name="border">0</xsl:attribute>
- <xsl:attribute name="src"><xsl:value-of select="IMAGE/ADDRESS"/></xsl:attribute>
- <xsl:attribute name="width"><xsl:value-of select="IMAGE/WIDTH"/></xsl:attribute>
- <xsl:attribute name="height"><xsl:value-of select="IMAGE/HEIGHT"/></xsl:attribute>
- </img>
- </a>     
-
- </xsl:otherwise>
-
- </xsl:choose>
-
- </xsl:for-each>
- <br/><br/>
- <br/><br/>
-
- <SPAN STYLE="font-family: sans-serif; color: #000000; font-size: 9px;">
- <![CDATA[
- Copyrights
- ]]>
- </SPAN>
- <a>
- <xsl:attribute name="target">_blank</xsl:attribute>
- <xsl:attribute name="style">font-family: sans-serif; color: #000000; font-size: 9px</xsl:attribute>
- <xsl:attribute name="href">http://5mode.com</xsl:attribute>
- <xsl:attribute name="title">5 Mode</xsl:attribute>
- 5 Mode
- </a>
- <SPAN STYLE="font-family: sans-serif; color: #000000; font-size: 9px;">
- <![CDATA[
- 2021, 2024 - All rights reserved
- ]]>
- </SPAN>
-
- <br/><br/>
-
- <a>
- <xsl:attribute name="target">_blank</xsl:attribute>
- <xsl:attribute name="href">http://5mode.com</xsl:attribute>
- <xsl:attribute name="title">5 Mode</xsl:attribute>
- <img >
- <xsl:attribute name="border">0</xsl:attribute>
- <xsl:attribute name="src">/res/5mode.png</xsl:attribute>
- <xsl:attribute name="width">80</xsl:attribute>
- <xsl:attribute name="height"></xsl:attribute>
- </img>
- </a>
-
- </td>
- </tr>
- </table>
- </div>
- <script>
- <![CDATA[
-
- function hideTitle() {
- $("#myh1").hide("slow");
- }
- function startApp() {
- $("#HCsplash").hide("slow");
- $(document.body).css("background","#ffffff");
- $("#content").show();
- }
- window.addEventListener("load", function() {
- $(document.body).css("background","#ffffff");
- $("#HCsplash").css("color","#000000");
- $("#HCsplash").show("slow");
- setTimeout("hideTitle()", 2000);
- setTimeout("startApp()", 4000);
- }, true);
- ]]>
- </script>
- <br/><br/><br/><br/><br/>
- </BODY>
- </HTML>
-
- </xsl:template>
- </xsl:stylesheet>
|