index.html 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. <!DOCTYPE html>
  2. <!--
  3. * Copyright (c) 2021, 2024, 5 Mode and other contributors
  4. * Released under the MIT license
  5. *
  6. * This file is part of SqueeJS.
  7. *
  8. * Permission is hereby granted, free of charge, to any person obtaining a copy of this software
  9. * and associated documentation files (the "Software"), to deal in the Software
  10. * without restriction, including without limitation the rights to use, copy, modify, merge, publish,
  11. * distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the
  12. * Software is furnished to do so, subject to the following conditions:
  13. *
  14. * The above copyright notice and this permission notice shall be included in all copies or
  15. * substantial portions of the Software.
  16. *
  17. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
  18. * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
  19. * PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  20. * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
  21. * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  22. * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  23. *
  24. * index.php
  25. *
  26. * SqueeJS Index for Doc and examples.
  27. *
  28. * @author Daniele Bonini <my25mb@aol.com>
  29. * @copyrights (c) 2016, 2024, 5 Mode
  30. * @license https://opensource.org/licenses/MIT
  31. * -->
  32. <html>
  33. <head>
  34. <title>Index of SqueeJS: Welcome!</title>
  35. <meta charset="UTF-8">
  36. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  37. <link rel="shortcut icon" href="favicon.ico" />
  38. <meta name="description" content="Welcome to Squeejs! Let everyone squeez its javascript code."/>
  39. <meta name="author" content="5 Mode"/>
  40. <meta name="robots" content="index,follow"/>
  41. <meta name="keywords" content="Squeejs,javascript,framework,squeejs.com,MIT,license,5 Mode"/>
  42. <script src="/js/common.js" type="text/javascript"></script>
  43. <script src="/js/squeejs.js?r=3445566" type="text/javascript"></script>
  44. <link href="/css/style.css?v=1631827555" type="text/css" rel="stylesheet">
  45. </head>
  46. <body style="border:0px solid lightgray; padding:20px; margin-right:20px;">
  47. <div id="content" style="max-width:2400px;">
  48. <img src="/res/logo.png" style="width:300px;background:#FFFFFF;border:1px solid gray;"><br>
  49. <br><br><br>
  50. <div style="color:green;font-size:35px;font-weight:900;">Download:</div>
  51. <br>
  52. <div style="color:darkcyan;font-size:35px;font-weight:900;">
  53. <a href="/squeejs-1.1.5.tar.gz">tar.gz</a>&nbsp;&nbsp;<a href="/squeejs-1.1.5.zip">zip</a>
  54. </div>
  55. <br><br>
  56. <h2>INDEX</h2>
  57. Here the doc for the Javascript code available to be inserted in your web page using <i>SqueeJS</i>.<br>
  58. <br>
  59. Please check the <b>context</b> of implementation for each of the functions.<br>
  60. <br><br><br>
  61. <span>Accessibility:</span>
  62. <OL>
  63. <li><a href="highlight.html">Highlight INPUT elements</a></li>
  64. <li><a href="highlight.html">Highlight TEXTAREA elements</a></li>
  65. <li><a href="highlight.html">Highlight DIV elements</a></li>
  66. </OL>
  67. <br>
  68. <span>Utilities:</span>
  69. <OL start="4">
  70. <li><a href="splash.html">Splash screen</a></li>
  71. <li><a href="work_in_progress.html">Work in progress banner</a></li>
  72. <li><a href="banners.html">Banners</a></li>
  73. <li><a href="appmenu.html">App Menu</a></li>
  74. <li><a href="sidebar.html">Sidebar</a></li>
  75. <li><a href="footer.html">Footer</a></li>
  76. </OL>
  77. <br>
  78. <span>Internationalization:</span>
  79. <OL start="10">
  80. <li><a href="user_translation.html">User translation</a></li>
  81. <li><a href="content_by_geo.html">Show/hide elements by geo (country name)</a></li>
  82. <li><a href="content_by_geo.html">Show/hide banners by geo (country name)</a></li>
  83. </OL>
  84. <div style="clear:both; margin:auto;">
  85. <br><br><br><br><br><br><br><br><br>
  86. </div>
  87. <div class="footer" style="float:right">
  88. <div id="footerCont">&nbsp;</div>
  89. <div id="footer"><span style="background:#FFFFFF;color:black;opacity:1.0;margin-right:10px;">&nbsp;&nbsp;<a href="dd.html">Disclaimer</a>&nbsp;&nbsp;A <a href="http://5mode.com">5 Mode</a> project and <a href="http://demo.5mode.com">WYSIWYG</a> system. MIT License.</span></div>
  90. </div>
  91. </div>
  92. <script>
  93. function setFooterPos() {
  94. if (document.getElementById("footerCont")) {
  95. tollerance = -112;
  96. footerContHeight = 35;
  97. footerHeight = 32;
  98. document.getElementById("footerCont").style.top = parseInt( getDocHeight2() - footerContHeight - tollerance ) + "px";
  99. document.getElementById("footer").style.top = parseInt( getDocHeight2() - footerHeight - tollerance) + "px";
  100. }
  101. }
  102. setFooterPos();
  103. </script>
  104. <!-- Yandex.Metrika counter -->
  105. <script type="text/javascript" >
  106. (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
  107. m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
  108. (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
  109. ym(90317440, "init", {
  110. clickmap:true,
  111. trackLinks:true,
  112. accurateTrackBounce:true
  113. });
  114. </script>
  115. <noscript><div><img src="https://mc.yandex.ru/watch/90317440" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
  116. <!-- /Yandex.Metrika counter -->
  117. </body>
  118. </html>