|
|
@ -16,25 +16,26 @@
|
|
|
|
<%= javascript_heads %>
|
|
|
|
<%= javascript_heads %>
|
|
|
|
<%= heads_for_theme %>
|
|
|
|
<%= heads_for_theme %>
|
|
|
|
<%= call_hook :view_layouts_base_html_head %>
|
|
|
|
<%= call_hook :view_layouts_base_html_head %>
|
|
|
|
<!--'css/contest','prettify', 'css/courses', 'css/moduel','css/structure','css/syllabus', 'css/edu-popup', 'css/ketang',-->
|
|
|
|
<!--'css/contest','prettify', 'css/courses', 'css/common','css/structure','css/syllabus', 'css/public','css/moduel', 'css/edu-popup', 'css/popup', 'css/ketang',-->
|
|
|
|
<%= stylesheet_link_tag 'jquery/jquery-ui-1.9.2', 'css/common', 'css/public',
|
|
|
|
<%= stylesheet_link_tag 'jquery/jquery-ui-1.9.2',
|
|
|
|
'css/font-awesome', 'css/edu-class','educoder/magic-check', 'css/edu-common',
|
|
|
|
'css/font-awesome', 'css/edu-class','educoder/magic-check', 'css/edu-common',
|
|
|
|
"css/edu-public", 'educoder/edu-main', 'educoder/edu-all' %>
|
|
|
|
"css/edu-public", 'educoder/edu-main', 'educoder/edu-all' %>
|
|
|
|
|
|
|
|
|
|
|
|
<%= javascript_include_tag "course", "avatars", "header", "attachments", 'prettify', "edu/application", "edu/course", 'edu/homework', 'jquery.datetimepicker.js', 'educoder/edu_application', 'educoder/edu_file', 'educoder/edu_graduation' %>
|
|
|
|
<!--'header','avatars', 'homework', 'edu_graduation',-->
|
|
|
|
|
|
|
|
<%= javascript_include_tag "course", "attachments", 'prettify', "edu/application", "edu/course", 'jquery.datetimepicker.js', 'educoder/edu_application', 'educoder/edu_file' %>
|
|
|
|
<%= yield :header_tags -%>
|
|
|
|
<%= yield :header_tags -%>
|
|
|
|
<!-- MathJax的配置 -->
|
|
|
|
<!-- MathJax的配置 -->
|
|
|
|
<script type="text/javascript" src="/javascripts/MathJax/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
|
|
|
|
<!-- <script type="text/javascript" src="/javascripts/MathJax/MathJax.js?config=TeX-AMS-MML_HTMLorMML">-->
|
|
|
|
</script>
|
|
|
|
<!-- </script>-->
|
|
|
|
<script type="text/x-mathjax-config">
|
|
|
|
<!-- <script type="text/x-mathjax-config">-->
|
|
|
|
MathJax.Hub.Config({
|
|
|
|
<!-- MathJax.Hub.Config({-->
|
|
|
|
|
|
|
|
|
|
|
|
showMathMenu: false,
|
|
|
|
<!-- showMathMenu: false,-->
|
|
|
|
showMathMenuMSIE: false,
|
|
|
|
<!-- showMathMenuMSIE: false,-->
|
|
|
|
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}
|
|
|
|
<!-- tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}-->
|
|
|
|
});
|
|
|
|
<!-- });-->
|
|
|
|
|
|
|
|
|
|
|
|
</script>
|
|
|
|
<!-- </script>-->
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
<!--add by huang-->
|
|
|
|
<!--add by huang-->
|
|
|
|
<body onload="prettyPrint();" style="height: 100%;background: #fff">
|
|
|
|
<body onload="prettyPrint();" style="height: 100%;background: #fff">
|
|
|
|