Advertisement
Guest User

Untitled

a guest
Jan 27th, 2020
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.64 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html lang="en-US">
  4. <head>
  5. <meta charset='utf-8'>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <!-- This encourages IE to *not* use compatibility view, which breaks math4 -->
  8. <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
  9.  
  10. <!--
  11. ################################################################################
  12. # WeBWorK Online Homework Delivery System
  13. # Copyright © 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/
  14. # $CVSHeader: webwork2/conf/templates/math3/system.template,v 1.2 2008/06/26 19:46:02 gage Exp $
  15. #
  16. # This program is free software; you can redistribute it and/or modify it under
  17. # the terms of either: (a) the GNU General Public License as published by the
  18. # Free Software Foundation; either version 2, or (at your option) any later
  19. # version, or (b) the "Artistic License" which comes with this package.
  20. #
  21. # This program is distributed in the hope that it will be useful, but WITHOUT
  22. # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  23. # FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the
  24. # Artistic License for more details.
  25. ################################################################################
  26. -->
  27.  
  28. <link rel="icon" type="x-image/icon" href="/webwork2_files/images/favicon.ico"/>
  29.  
  30. <!-- CSS Loads -->
  31. <link rel="stylesheet" type="text/css" href="/webwork2_files/js/vendor/bootstrap/css/bootstrap.css"/>
  32. <link href="/webwork2_files/js/vendor/bootstrap/css/bootstrap-responsive.css" rel="stylesheet" />
  33. <link rel="stylesheet" type="text/css" href="/webwork2_files/css/vendor/font-awesome/css/font-awesome.min.css"/>
  34. <link rel="stylesheet" type="text/css" href="/webwork2_files/themes/math4/math4.css"/>
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42. <!-- JS Loads -->
  43. <script type="text/javascript" src="/webwork2_files/js/vendor/jquery/jquery.js"></script>
  44. <script type="text/javascript" src="/webwork2_files/mathjax/MathJax.js?config=TeX-MML-AM_HTMLorMML-full"></script>
  45.  
  46. <script type="text/javascript" src="/webwork2_files/js/vendor/bootstrap/js/bootstrap.js"></script>
  47.  
  48.  
  49. <script type="text/javascript" src="/webwork2_files/themes/math4/math4.js"></script>
  50.  
  51.  
  52. <title>WeBWorK : Kim_MAT_342_Spring_2020
  53. </title>
  54.  
  55.  
  56. </head>
  57.  
  58. <body>
  59. <a href="#page-title" id="stmc-link" class="sr-only sr-only-focusable">Skip to main content</a>
  60.  
  61.  
  62. <!-- Bootstrap Fluid Layout Scaffolding start -->
  63. <div id="bs-container" class="container-fluid">
  64. <!-- Header -->
  65. <div id = "masthead" class="row-fluid" role="banner">
  66. <div class="span2 webwork_logo">
  67. <a href="/webwork2"><img src="/webwork2_files/images/webwork_transparent_logo_small.png" alt="to courses page" />WeBWorK</a>
  68. </div>
  69. <div class="span4 maa_logo">
  70. <a href="http://www.maa.org"><img src="/webwork2_files/images/maa_logo_small.png" alt="to MAA (Mathematical Association of America) main web site" /></a>
  71. </div>
  72. <div id="loginstatus" class="offset3 span3">
  73. Not logged in.
  74. </div>
  75. </div>
  76.  
  77. <!-- Run masthead class js because it gets rendered early -->
  78. <script type="text/javascript">
  79. // Changes links in masthead
  80. $('#loginstatus a').addClass('btn btn-small');
  81. $('#loginstatus a').append(' <span class="icon icon-signout" data-alt="signout"></span>');
  82. </script>
  83.  
  84. <div id="body-row" class="row-fluid">
  85.  
  86. <!-- Navigation -->
  87. <div id="site-navigation" class="span2 hidden" role="navigation" aria-label="main navigation">
  88.  
  89. <div id="site-links">
  90.  
  91. </div>
  92.  
  93.  
  94.  
  95.  
  96. </div>
  97.  
  98. <!-- Run site-navigation js because it gets loaded early -->
  99. <script type="text/javascript">
  100. // Makes the fisheye stuff bootstrap nav
  101. $('#site-navigation ul').addClass('nav nav-list');
  102. $('#site-navigation li').each(function () { $(this).html($(this).html().replace(/<br>/g,"</li><li>")); });
  103. $('#site-navigation a.active').parent().addClass('active');
  104. $('#site-navigation strong.active').parent().addClass('active');
  105. $('#site-navigation li').find('br').remove();
  106.  
  107. $('img[src$="question_mark.png"]').replaceWith('<span class="icon icon-question-sign" data-alt="help" style="font-size:16px; margin-right:5px"></span>');
  108.  
  109. // Display options formatting
  110. $('.facebookbox input:submit').addClass('btn-small');
  111.  
  112. $('#site-navigation').removeClass('hidden');
  113.  
  114. </script>
  115.  
  116.  
  117. <!-- Main Content Area -->
  118. <div id="content" class="span10" >
  119. <!-- Breadcrumb -->
  120. <div id="breadcrumb-row" class="row-fluid">
  121. <div class="span12">
  122. <a href="#" class="btn btn-primary btn" id="toggle-sidebar">
  123. <span id="toggle-sidebar-icon" class="icon icon-chevron-left" data-alt="close sidebar"></span></a>
  124.  
  125. <div id="breadcrumb-navigation" role="navigation" aria-label="breadcrumb navigation">
  126. <ul class="breadcrumb">
  127. <li><a href="/webwork2/?">webwork</a></li><li><span aria-hidden='true' class='divider'>/</span></li><li class="active">Kim_MAT_342_Spring_2020</li>
  128.  
  129. </ul>
  130. </div>
  131. </div></div>
  132. <!-- Run breadcrumb js since it gets loaded early -->
  133. <script type="text/javascript">
  134. $('#toggle-sidebar').removeClass('btn-primary')
  135. </script>
  136.  
  137. <!-- Page Title -->
  138.  
  139. <div class="row-fluid"><div class="span12">
  140. <h1 id='page-title' class='page-title'>Kim_MAT_342_Spring_2020</h1>
  141. </div></div>
  142.  
  143.  
  144.  
  145. <div class="row-fluid">
  146. <div id="problem-nav" class="problem-nav span7" role="navigation" aria-label="problem navigation">
  147. <!-- Question Navigation, e.g.: Prev, Up, Next for homeworks -->
  148.  
  149. </div>
  150.  
  151. <div id="Message" class="Message span4 offset1">
  152. <!-- Message for the user -->
  153.  
  154.  
  155. <!-- BEGIN WeBWorK::ContentGenerator::message -->
  156. <!-- END WeBWorK::ContentGenerator::message -->
  157.  
  158.  
  159. </div>
  160. </div>
  161.  
  162.  
  163. <!-- Header Text for problem -->
  164.  
  165.  
  166. <!-- ==============BEGIN BODY OF PROBLEM=============== -->
  167.  
  168. <!-- Indicate presence of perl warnings -->
  169.  
  170.  
  171.  
  172.  
  173.  
  174. <!-- ==== couldn't print body parts so we'll print entire body --> <div class="row-fluid">
  175.  
  176. <div class="body span8">
  177.  
  178. <div class="ResultsWithError" tabindex="0"><p>Failed to validate Service Ticket ST-55404-3fWfbCXzzORb0PPyJNfr-09 : ticket not recognized
  179.  
  180. </p></div><p><strong>Kim_MAT_342_Spring_2020</strong> uses an external authentication system. You've authenticated through that system, but aren't allowed to log in to this course.</p>
  181. </div>
  182. <!-- inserted body as a whole -->
  183.  
  184. <div id="info-panel-right" class="span4 info-box">
  185. <!-- styles could be different for different pages so they are not set here -->
  186. <h2>Site Information</h2><!-- For production servers you should consider replacing this file with one
  187. that is not tracked by git and setting and setting the variable
  188. $webworkFiles{site_info} in localOverrides.conf. This will prevent the file
  189. from being overwritten when you switch branches or by upgrades.
  190. -->
  191.  
  192. This file is at htdocs/site_info.txt. Use it to display information for the entire WeBWorK site which will be viewed at login time.
  193.  
  194.  
  195.  
  196. </div>
  197.  
  198. </div>
  199.  
  200.  
  201. <!-- ==============END BODY OF PROBLEM=============== -->
  202.  
  203.  
  204.  
  205.  
  206. <div id="Message_bottom" class="Message">
  207.  
  208. <!-- BEGIN WeBWorK::ContentGenerator::message -->
  209. <!-- END WeBWorK::ContentGenerator::message -->
  210.  
  211. </div>
  212.  
  213.  
  214. </div><!--content-->
  215.  
  216.  
  217. <!-- Bootstrap Fluid Layout Scaffolding stop -->
  218. </div> <!-- row-fluid -->
  219. </div> <!-- container-fluid -->
  220.  
  221.  
  222. <!-- Footer -->
  223. <div id="footer" role="contentinfo">
  224. <div id="last-modified">Page generated at 01/27/2020 at 09:07pm MST</div><div id="copyright">WeBWorK &#169; 1996-2019| theme: math4 | ww_version: WeBWorK-2.14 | pg_version PG-2.14| <a href="http://webwork.maa.org/">The WeBWorK Project</a></div>
  225. </div>
  226.  
  227. </body>
  228. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement