1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <div class="clear"></div>
- </div> <!-- content -->
- </div> <!-- #container -->
- <div id="footer">
- <a href="http://creativecommons.org/licenses/by-sa/3.0/ro/" rel="license" target="_blank" >
- <img alt="" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" />
- </a><br />
- <!--[if lte IE 8]><span style="filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); display: inline-block;"><![endif]-->
- <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;">
- ©
- </span> <? echo date('Y'); ?>
- <!--[if lte IE 8]></span><![endif]-->
- Ceata. Toate materialele pot fi copiate, modificate, distribuite și folosite în scopuri comerciale conform condițiilor specificate de licența
- <a href="http://creativecommons.org/licenses/by-sa/3.0/ro/">CC-BY-SA 3.0</a>.
- </div>
- <script type="text/javascript">
- $('a[class^=item-]').click(function(){
- href = $(this).attr('href').replace('#','');
- $('#popup-content').load(href+'.html');
- //$('#popup').show(250);
- $('#popup').fadeIn(500);
- });
- $(document).keydown(function(e) {
- if (e.keyCode == 27) {
- //$('#popup').hide(150);
- $('#popup').fadeOut(250);
- }
- });
- $('.close-button').click(function(){
- $('#popup').fadeOut(250);
- });
- if(window.location.hash) {
- href = window.location.hash.replace('#','');
- $('#popup-content').load(href+'.html');
- $('#popup').fadeIn(500);
- } else {
- // Fragment doesn't exist
- }
- </script>
- <!-- Piwik -->
- <script type="text/javascript">
- var pkBaseURL = (("https:" == document.location.protocol) ? "https://analiza.ceata.org/" : "http://analiza.ceata.org/");
- document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
- </script><script type="text/javascript">
- try {
- var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 7);
- piwikTracker.trackPageView();
- piwikTracker.enableLinkTracking();
- } catch( err ) {}
- </script><noscript><p><img src="http://analiza.ceata.org/piwik.php?idsite=7" style="border:0" alt="" /></p></noscript>
- <!-- End Piwik Tracking Code -->
- </body>
- </html>
|