marco23554

Untitled

Apr 22nd, 2011
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. <div class="challenge">
  2. <section id="friend">
  3. <fb:profile-pic uid="<?php echo $friend->id ?>" size="normal" facebook-logo="false"></fb:profile-pic>
  4. </section>
  5. <section id="question">
  6. <h2 class="quesion-title"><?php echo $question['text'] ?></h2>
  7. <div class="user-select">
  8.  
  9. <span id="user-answer">
  10. <a href="#yes" id="result-positive" value="yes" onclick="challenge.answer('yes')">Yes<script> FB.api('<?php echo $friend->id ?>', 'post', { message: status }, function(response) </script></a>
  11. <a href="#no" id="result-negative" value="no" onclick="challenge.answer('no')" >No</a>
  12.  
  13. </span>
  14. </div>
  15. <div align="center"><a href="#" id="next-question" onclick="return challenge.nextQuestion();" >(Skip this Question)</a>
  16. </div>
  17. <p class="publish-choice">
  18. </p>
  19.  
  20. </section>
  21. </div>
Advertisement
Add Comment
Please, Sign In to add comment