Advertisement
Guest User

Untitled

a guest
May 22nd, 2015
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. <!-- Bootstrap v3.0.3 -->
  2. <link href="https://s3.amazonaws.com/mturk-public/bs30/css/bootstrap.min.css" rel="stylesheet" />
  3. <section class="container" id="TaggingOfAnImage" style="margin-bottom:15px; padding: 10px 10px; font-family: Verdana, Geneva, sans-serif; color:#333333; font-size:0.9em;">
  4. <div class="row col-xs-12 col-md-12"><!-- Instructions -->
  5. <div class="panel panel-primary">
  6. <div class="panel-heading"><strong>Instructions</strong></div>
  7.  
  8. <div class="panel-body">
  9. <p>You must provide 3 tags for the main subject in this image.</p>
  10.  
  11. <ul>
  12. <li>Each tag must be a single word.</li>
  13. <li>No tag can be longer than 25 characters.</li>
  14. <li>The tags must describe the image, the contents of the image, or some relevant context.</li>
  15. </ul>
  16. </div>
  17. </div>
  18. <!-- End Instructions -->
  19.  
  20. <fieldset>
  21. <table>
  22. <tbody>
  23. <tr>
  24. <td colspan="2"><img alt="image_url" class="imagecontainer" src="${image_url}" /></td>
  25. </tr>
  26. <tr>
  27. <td><label>Tag 1:</label> <input class="form-control" name="tag1" size="30" type="text" /></td>
  28. <td><label>Tag 2:</label> <input class="form-control" name="tag2" size="30" type="text" /></td>
  29. </tr>
  30. </tbody>
  31. </table>
  32. </fieldset>
  33. </div>
  34. </section>
  35. <!-- close container -->
  36. <style type="text/css">.imagecontainer {
  37. display:block;
  38. float: left;
  39. position: relative;
  40. border:1px solid #fbfbfb;
  41. margin:0px 15px 15px 0px;
  42. height:200px;
  43. width:auto;
  44. }
  45. .tagfields {
  46. display:block;
  47. float:left;
  48. }
  49. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement