index.xsl 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  2. xmlns:xlink="http://www.w3.org/1999/xlink"
  3. version="1.0">
  4. <xsl:output method="html" version="4"/>
  5. <!-- File name: index.xsl
  6. Copyright 2021, 2024 5 Mode
  7. This file is part of John Doe Page.
  8. John Doe Page is free software: you can redistribute it and/or modify
  9. it under the terms of the GNU General Public License as published by
  10. the Free Software Foundation, either version 3 of the License, or
  11. (at your option) any later version.
  12. John Doe Page is distributed in the hope that it will be useful,
  13. but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. GNU General Public License for more details.
  16. You should have received a copy of the GNU General Public License
  17. along with John Doe Page. If not, see <https://www.gnu.org/licenses/>.
  18. index.xsl
  19. John Doe Page stylesheet.
  20. @author Daniele Bonini <my25mb@aol.com>
  21. @copyrights (c) 2021, 2024, 5 Mode
  22. -->
  23. <xsl:template match="CONTENT">
  24. <HTML>
  25. <HEAD>
  26. <TITLE>My lives, works, contacts, ..</TITLE>
  27. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>
  28. <meta name="description" content="Welcome to my personal website!"/>
  29. <link rel="shortcut icon" href="/res/favicon.ico"/>
  30. <link href="/css/style.css" type="text/css" rel="stylesheet"></link>
  31. <script src="/js/jquery-3.6.0.min.js" type="text/javascript"></script>
  32. <script>
  33. <![CDATA[
  34. ]]>
  35. </script>
  36. </HEAD>
  37. <BODY style="background-color:#FFFFFF">
  38. <div id="HCsplash" style="padding-top: 160px; text-align:center;color:#ffffff;display:none;">
  39. <div id="myh1"><H1>John Doe Page</H1></div><br/>
  40. <img src="/res/logo.png" style="width:310px;"/>
  41. </div>
  42. <div id="content" style="max-height:350px;display:none;" align="center">
  43. <div class="header">
  44. <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;"/>&#8201; John Doe Page</a>&#8201; &#8201; &#8201; &#8201; &#8201; &#8201; &#8201;<a id="agithub" href="https://github.com/par7133/JohnDoe-Page" style="color:#000000"><span style="color:#119fe2">on</span> github</a>&#8201; &#8201; &#8201; &#8201; &#8201; &#8201; <a id="afeedback" href="mailto:info@johndoe.page" style="color:#000000"><span style="color:#119fe2">for</span> feedback</a>&#8201; &#8201; &#8201; &#8201; &#8201; <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;">&#8201; &#8201; get support&#8201; &#8201; </a>
  45. </div>
  46. <br/><br/>
  47. <table border="0" style="width:100%;height:349px;">
  48. <tr>
  49. <td halign="center" style="height:300px; text-align:center;">
  50. <p align="center">
  51. <a>
  52. <xsl:attribute name="target">_self</xsl:attribute>
  53. <xsl:attribute name="href"><xsl:value-of select="LINK[TYPE='personal-image']/ADDRESS"/></xsl:attribute>
  54. <img >
  55. <xsl:attribute name="border">0</xsl:attribute>
  56. <xsl:attribute name="src"><xsl:value-of select="LINK[TYPE='personal-image']/IMAGE/ADDRESS"/></xsl:attribute>
  57. <xsl:attribute name="width"><xsl:value-of select="LINK[TYPE='personal-image']/IMAGE/WIDTH"/></xsl:attribute>
  58. <xsl:attribute name="height"><xsl:value-of select="LINK[TYPE='personal-image']/IMAGE/HEIGHT"/></xsl:attribute>
  59. </img>
  60. </a>
  61. </p>
  62. <p align="center" style="text-align:center;">
  63. <xsl:for-each select="LINK[TYPE='resume']">
  64. <xsl:sort select="INDEX" data-type="number" order="ascending"/>
  65. <H1><a>
  66. <xsl:attribute name="target">_blank</xsl:attribute>
  67. <xsl:attribute name="style">font-family: sans-serif; color: #000000</xsl:attribute>
  68. <xsl:attribute name="href"><xsl:value-of select="ADDRESS"/></xsl:attribute>
  69. <xsl:attribute name="title"><xsl:value-of select="TITLE"/></xsl:attribute>
  70. <xsl:value-of select="TEXT"/>
  71. </a></H1>
  72. </xsl:for-each>
  73. <br/><br/>
  74. <div style="max-width: 300px; height: fit-content; font-size:11px;">
  75. <!-- short description -->
  76. </div>
  77. </p>
  78. </td>
  79. </tr>
  80. <tr>
  81. <td valign="top" align="center" style="height:30%">
  82. <xsl:for-each select="LINK[TYPE='footer']">
  83. <xsl:sort select="INDEX" data-type="number" order="ascending"/>
  84. <xsl:choose>
  85. <xsl:when test="TEXT!=''">
  86. <a>
  87. <xsl:attribute name="target">_blank</xsl:attribute>
  88. <xsl:attribute name="style">font-family: sans-serif; color: blue; font-size: 13px</xsl:attribute>
  89. <xsl:attribute name="href"><xsl:value-of select="ADDRESS"/></xsl:attribute>
  90. <xsl:attribute name="title"><xsl:value-of select="TITLE"/></xsl:attribute>
  91. <xsl:value-of select="TEXT"/>
  92. </a>&#8201; &#8201; &#8201;
  93. </xsl:when>
  94. <xsl:otherwise>
  95. <a>
  96. <xsl:attribute name="target">_blank</xsl:attribute>
  97. <xsl:attribute name="href"><xsl:value-of select="ADDRESS"/></xsl:attribute>
  98. <xsl:attribute name="title"><xsl:value-of select="TITLE"/></xsl:attribute>
  99. <img >
  100. <xsl:attribute name="border">0</xsl:attribute>
  101. <xsl:attribute name="src"><xsl:value-of select="IMAGE/ADDRESS"/></xsl:attribute>
  102. <xsl:attribute name="width"><xsl:value-of select="IMAGE/WIDTH"/></xsl:attribute>
  103. <xsl:attribute name="height"><xsl:value-of select="IMAGE/HEIGHT"/></xsl:attribute>
  104. </img>
  105. </a>&#8201; &#8201; &#8201;
  106. </xsl:otherwise>
  107. </xsl:choose>
  108. </xsl:for-each>
  109. <br/><br/>
  110. <br/><br/>
  111. <SPAN STYLE="font-family: sans-serif; color: #000000; font-size: 9px;">
  112. <![CDATA[
  113. Copyrights
  114. ]]>
  115. </SPAN>
  116. <a>
  117. <xsl:attribute name="target">_blank</xsl:attribute>
  118. <xsl:attribute name="style">font-family: sans-serif; color: #000000; font-size: 9px</xsl:attribute>
  119. <xsl:attribute name="href">http://5mode.com</xsl:attribute>
  120. <xsl:attribute name="title">5 Mode</xsl:attribute>
  121. 5 Mode
  122. </a>
  123. <SPAN STYLE="font-family: sans-serif; color: #000000; font-size: 9px;">
  124. <![CDATA[
  125. 2021, 2024 - All rights reserved
  126. ]]>
  127. </SPAN>
  128. <br/><br/>
  129. <a>
  130. <xsl:attribute name="target">_blank</xsl:attribute>
  131. <xsl:attribute name="href">http://5mode.com</xsl:attribute>
  132. <xsl:attribute name="title">5 Mode</xsl:attribute>
  133. <img >
  134. <xsl:attribute name="border">0</xsl:attribute>
  135. <xsl:attribute name="src">/res/5mode.png</xsl:attribute>
  136. <xsl:attribute name="width">80</xsl:attribute>
  137. <xsl:attribute name="height"></xsl:attribute>
  138. </img>
  139. </a>
  140. </td>
  141. </tr>
  142. </table>
  143. </div>
  144. <script>
  145. <![CDATA[
  146. function hideTitle() {
  147. $("#myh1").hide("slow");
  148. }
  149. function startApp() {
  150. $("#HCsplash").hide("slow");
  151. $(document.body).css("background","#ffffff");
  152. $("#content").show();
  153. }
  154. window.addEventListener("load", function() {
  155. $(document.body).css("background","#ffffff");
  156. $("#HCsplash").css("color","#000000");
  157. $("#HCsplash").show("slow");
  158. setTimeout("hideTitle()", 2000);
  159. setTimeout("startApp()", 4000);
  160. }, true);
  161. ]]>
  162. </script>
  163. <br/><br/><br/><br/><br/>
  164. </BODY>
  165. </HTML>
  166. </xsl:template>
  167. </xsl:stylesheet>