informationrelease.html 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <!-- Standard Meta -->
  5. <meta charset="utf-8" />
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
  8. <!-- Site Properties -->
  9. <title>Login</title>
  10. <script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
  11. <script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.js" integrity="sha256-t8GepnyPmw9t+foMh3mKNvcorqNHamSKtKRxxpUEgFI=" crossorigin="anonymous"></script>
  12. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.css" integrity="sha256-9mbkOfVho3ZPXfM7W8sV2SndrGDuh7wuyLjtsWeTI1Q=" crossorigin="anonymous" />
  13. <style type="text/css">
  14. body {
  15. background-color: #e3eaed;
  16. }
  17. body>.grid {
  18. height: 100%;
  19. }
  20. .image {
  21. margin-top: -100px;
  22. }
  23. .column {
  24. max-width: 450px;
  25. }
  26. .background-top {
  27. width: 100%;
  28. height: 290px;
  29. background-color: #0079ad;
  30. border-bottom: 1px solid #fff;
  31. position: absolute;
  32. top: 0;
  33. left: 0;
  34. z-index: -100;
  35. }
  36. </style>
  37. </head>
  38. <body>
  39. <div class="background-top"> </div>
  40. <div class="ui middle aligned center aligned grid">
  41. <div class="column">
  42. <h2 class="ui teal image header">
  43. <img src="cuhk.png" class="image" style="width:100%">
  44. </h2>
  45. <div class="ui segment">
  46. <div style="text-align:left">
  47. <p>You are about to access the service:<br>
  48. <b>MathWorks Edu Service Provider of The MathWorks, Inc.</b>
  49. </p>
  50. <p>Information to be provided to the services:</p>
  51. </div>
  52. <div class="ui message" style="text-align:left;-webkit-box-shadow: 0 0 0 0px rgba(0,0,0,.0) inset, 0 0 0 0 transparent;
  53. box-shadow: 0 0 0 1px rgba(0,0,0,.0) inset, 0 0 0 0 transparent;background-color:#ffffff;padding: 0px 0px 0px 0px;">
  54. <div class="header">
  55. eduPersonScopedAffiliation
  56. </div>
  57. <p>student@cuhk.edu.hk</p>
  58. </div>
  59. <div class="ui message" style="text-align:left;-webkit-box-shadow: 0 0 0 0px rgba(0,0,0,.0) inset, 0 0 0 0 transparent;
  60. box-shadow: 0 0 0 1px rgba(0,0,0,.0) inset, 0 0 0 0 transparent;background-color:#ffffff;padding: 0px 0px 0px 0px;">
  61. <div class="header">
  62. Username
  63. </div>
  64. <p>s1155123456@cuhk.edu.hk</p>
  65. </div>
  66. <div class="ui message" style="text-align:left;">
  67. <div class="header">
  68. Select an information release consent duration:
  69. </div>
  70. <p>
  71. <input id="amanl_radio" type="radio" name="_shib_idp_consentOptions">
  72. <label for="amanl_radio">Ask me again at next login</label>
  73. </p>
  74. <p>
  75. <input id="amanlc_radio" type="radio" name="_shib_idp_consentOptions">
  76. <label for="amanlc_radio">Ask me again if information to be provided to this service changes</label>
  77. </p>
  78. <p>
  79. <input id="dam_radio" type="radio" name="_shib_idp_consentOptions">
  80. <label for="dam_radio">Do not ask me again</label>
  81. </p>
  82. </div>
  83. <div class="ui large red submit button">Reject</div>
  84. <div class="ui large blue submit button">Accept</div>
  85. </div>
  86. <div class="ui message">
  87. <img class="ui small image" src="matlab.svg">
  88. </div>
  89. <div class="ui dropdown">
  90. <div class="text">English (en-US)</div>
  91. <i class="dropdown icon"></i>
  92. <div class="menu">
  93. <div class="item">English (en-US)</div>
  94. <div class="item">中文 (zh-TW)</div>
  95. </div>
  96. </div>
  97. </div>
  98. </div>
  99. </body>
  100. <script>
  101. $('.ui.dropdown')
  102. .dropdown();
  103. </script>
  104. </html>