/[RFID]/www/rfid.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /www/rfid.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 66 by dpavlin, Thu Feb 11 14:14:21 2010 UTC revision 79 by dpavlin, Mon Feb 15 14:50:32 2010 UTC
# Line 52  function got_visible_tags(data,textStatu Line 52  function got_visible_tags(data,textStatu
52                  });                  });
53                  html += '</ul>';                  html += '</ul>';
54          }          }
55    
56            var arrows = Array( 8592, 8598, 8593, 8599, 8594, 8600, 8595, 8601 );
57    
58          html = '<div class=status>'          html = '<div class=status>'
59                  + textStatus                  + textStatus
60                  + '##########'.substr(0,data.time % 10)                  + ' &#' + arrows[ data.time % arrows.length ] + ';'
61                  + '</div>'                  + '</div>'
62                  + html                  + html
63                  ;                  ;

Legend:
Removed from v.66  
changed lines
  Added in v.79

  ViewVC Help
Powered by ViewVC 1.1.26