/[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 53 by dpavlin, Wed Jun 24 10:20:20 2009 UTC revision 54 by dpavlin, Wed Jun 24 13:39:43 2009 UTC
# Line 6  Line 6 
6  .status {  .status {
7          background: #ff8;          background: #ff8;
8  }  }
9    
10    .da {
11            background: #fcc;
12    }
13    
14    .d7 {
15            background: #cfc;
16    }
17  </style>  </style>
18  <script type="text/javascript">  <script type="text/javascript">
19    
# Line 18  function scan_tags() { Line 26  function scan_tags() {
26                          html = '<ul class="tags">';                          html = '<ul class="tags">';
27                          $.each(data.tags, function(i,tag) {                          $.each(data.tags, function(i,tag) {
28                                  console.debug( i, tag );                                  console.debug( i, tag );
29                                  html += '<li>' + tag.sid + ' <tt>' + tag.content + '</tt>';                                  html += '<li class=' + tag.security + '><tt>' + tag.sid + ' ' + tag.content + '</tt>';
30                          });                          });
31                          html += '</ul>';                          html += '</ul>';
32                  }                  }

Legend:
Removed from v.53  
changed lines
  Added in v.54

  ViewVC Help
Powered by ViewVC 1.1.26