/[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 65 by dpavlin, Thu Feb 11 10:52:14 2010 UTC revision 66 by dpavlin, Thu Feb 11 14:14:21 2010 UTC
# Line 36  function got_visible_tags(data,textStatu Line 36  function got_visible_tags(data,textStatu
36                                  html += ' <a href="https://koha-dev.rot13.org:8443/cgi-bin/koha/members/member.pl?member=' + tag.content + '" title="lookup in Koha" target="koha-lookup">' + tag.content + '</a>';                                  html += ' <a href="https://koha-dev.rot13.org:8443/cgi-bin/koha/members/member.pl?member=' + tag.content + '" title="lookup in Koha" target="koha-lookup">' + tag.content + '</a>';
37                                  html += '</tt>';                                  html += '</tt>';
38                                  html += '<form method=get action=program style="display:inline">'                                  html += '<form method=get action=program style="display:inline">'
39                                          + '<input type=hidden name=tag_'+tag.sid+' value="blank">'                                          + '<input type=hidden name='+tag.sid+' value="blank">'
40                                          + '<input type=submit value="Blank" onclick="return confirm(\'Blank tag '+tag.sid+'\')">'                                          + '<input type=submit value="Blank" onclick="return confirm(\'Blank tag '+tag.sid+'\')">'
41                                          + '</form>'                                          + '</form>'
42                                  ;                                  ;
# Line 44  function got_visible_tags(data,textStatu Line 44  function got_visible_tags(data,textStatu
44                                  html += '</tt>';                                  html += '</tt>';
45                                  html += ' <form method=get action=program style="display:inline">'                                  html += ' <form method=get action=program style="display:inline">'
46                                          + '<!-- <input type=checkbox name=secure value='+tag.sid+' title="secure tag"> -->'                                          + '<!-- <input type=checkbox name=secure value='+tag.sid+' title="secure tag"> -->'
47                                          + '<input type=text name=tag_'+tag.sid+' size=12>'                                          + '<input type=text name='+tag.sid+' size=12>'
48                                          + '<input type=submit value="Program">'                                          + '<input type=submit value="Program">'
49                                          + '</form>'                                          + '</form>'
50                                  ;                                  ;

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

  ViewVC Help
Powered by ViewVC 1.1.26