Guest User

Untitled

a guest
Oct 23rd, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. if ($submit) {
  2. $head = sprintf('
  3. <input type="checkbox" name="%d" />
  4. ', $id);
  5. $event = sprintf('
  6. document.getElementById(\'b1\').value=%d;
  7. document.getElementById(\'b2\').value=%d;
  8. ', $id, $id);
  9. }
  10. else {
  11. $head = sprintf('
  12. (%d) <a href="#" onclick="page.vote(\'%d\', \'&op=plus\');">+</a> <a href="#" onclick="page.vote(\'%d\', \'&op=minus\')">-</a>
  13. ', $votes, $id, $id);
  14. $event = sprintf('
  15. page.load(\'search\', \'&list=ASC&by=id&id=%d\')
  16. ', $id);
  17. }
Add Comment
Please, Sign In to add comment