fork download
  1. <img src="images/reportBanner.jpg" />
  2. <script type="text/javascript">
  3. function init() {
  4. window.setInterval(blink,1000);
  5. }
  6.  
  7. function blink() {
  8. var elm = document.getElementById('blinkDiv');
  9. if (elm.style.color == "#ff0000")
  10. elm.style.color = "#ffffff";
  11. else
  12. elm.style.color = "#ff0000";
  13. }
  14. </script>
  15. <div id="blinkDiv" style="text-align: center; padding: 8px;">
  16. <img src="components/com_jdownloads/images/info32.png" align="middle" height="32" border="0" width="32" />Please login to register for this private event.
  17. </div>
Runtime error #stdin #stdout 0.01s 4980KB
stdin
Standard input is empty
stdout
Standard output is empty