footer.php 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <div class="clear"></div>
  2. </div> <!-- content -->
  3. </div> <!-- #container -->
  4. <div id="footer">
  5. <a href="http://creativecommons.org/licenses/by-sa/3.0/ro/" rel="license" target="_blank" >
  6. <img alt="" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" />
  7. </a><br />
  8. <!--[if lte IE 8]><span style="filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); display: inline-block;"><![endif]-->
  9. <span style="font-size: 1.5em; font-weight: bold; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -khtml-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); display: inline-block;">
  10. &copy;
  11. </span> <? echo date('Y'); ?>
  12. <!--[if lte IE 8]></span><![endif]-->
  13. Ceata. Toate materialele pot fi copiate, modificate, distribuite și folosite în scopuri comerciale conform condițiilor specificate de licența
  14. <a href="http://creativecommons.org/licenses/by-sa/3.0/ro/">CC-BY-SA 3.0</a>.
  15. </div>
  16. <script type="text/javascript">
  17. $('a[class^=item-]').click(function(){
  18. href = $(this).attr('href').replace('#','');
  19. $('#popup-content').load(href+'.html');
  20. //$('#popup').show(250);
  21. $('#popup').fadeIn(500);
  22. });
  23. $(document).keydown(function(e) {
  24. if (e.keyCode == 27) {
  25. //$('#popup').hide(150);
  26. $('#popup').fadeOut(250);
  27. }
  28. });
  29. $('.close-button').click(function(){
  30. $('#popup').fadeOut(250);
  31. });
  32. if(window.location.hash) {
  33. href = window.location.hash.replace('#','');
  34. $('#popup-content').load(href+'.html');
  35. $('#popup').fadeIn(500);
  36. } else {
  37. // Fragment doesn't exist
  38. }
  39. </script>
  40. <!-- Piwik -->
  41. <script type="text/javascript">
  42. var pkBaseURL = (("https:" == document.location.protocol) ? "https://analiza.ceata.org/" : "http://analiza.ceata.org/");
  43. document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
  44. </script><script type="text/javascript">
  45. try {
  46. var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 7);
  47. piwikTracker.trackPageView();
  48. piwikTracker.enableLinkTracking();
  49. } catch( err ) {}
  50. </script><noscript><p><img src="http://analiza.ceata.org/piwik.php?idsite=7" style="border:0" alt="" /></p></noscript>
  51. <!-- End Piwik Tracking Code -->
  52. </body>
  53. </html>