You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.1 KiB
27 lines
1.1 KiB
6 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="en" xmlns="http://www.w3.org/1999/html">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<title><%= h html_title %></title>
|
||
|
<meta name="description" content="高校智能课堂与综合实训平台" />
|
||
|
<meta name="keywords" content="智能课堂,实训项目" />
|
||
|
<%= csrf_meta_tag %>
|
||
|
<%= favicon %>
|
||
|
<%= heads_for_theme %>
|
||
|
<%= call_hook :view_layouts_base_html_head %>
|
||
|
<%= stylesheet_link_tag 'jquery/jquery-ui-1.9.2', 'css/edu-common','educoder/edu-main','educoder/edu-all', 'css/edu-public', 'css/font-awesome', 'css/edu-class', 'css/magic-check'%>
|
||
|
<%#= javascript_heads %>
|
||
|
<%= javascript_include_tag "edu/application",'educoder/edu_application'%>
|
||
|
</head>
|
||
|
<body onload="prettyPrint();" style="height: 100%; background: #fff;">
|
||
|
<div class="newContainer" style="width: 1000px;"> <!-- 页面全部内容 -->
|
||
|
<div class="clearfix" style="width: 1000px;"> <!-- 主题部分 -->
|
||
|
<%= render_flash_messages %>
|
||
|
<%= yield %>
|
||
|
<div class="cl"></div>
|
||
|
</div>
|
||
|
<!----------------------- 左侧导航栏 ----------------------------->
|
||
|
<div class="cl"></div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|