<%=course.name %>
-
+
<%= course.is_public == 0 ? '私有' : '公开' %>
主讲老师:<%=course.teacher.show_name %>
diff --git a/public/images/syllabus/sy_icons_star.png b/public/images/syllabus/sy_icons_star.png
new file mode 100644
index 000000000..2256346d9
Binary files /dev/null and b/public/images/syllabus/sy_icons_star.png differ
diff --git a/public/stylesheets/syllabus.css b/public/stylesheets/syllabus.css
index c506d3d5f..52b172f23 100644
--- a/public/stylesheets/syllabus.css
+++ b/public/stylesheets/syllabus.css
@@ -80,6 +80,8 @@ input.syllabus_input_min{
.icons_sy_setting{background: url(../images/syllabus/icons_syllabus.png) -51px -33px no-repeat; width:20px; height:20px; display:block; position:absolute; right:10px; top:10px; }
.icons_sy_setting:hover{background: url(../images/syllabus/icons_syllabus.png) -25px -33px no-repeat; }
.icons_sy_cir{background: url(../images/syllabus/icons_syllabus.png) 0px -82px no-repeat; width:15px; height:15px; display:block; position:absolute; left:-8px; top:25px;}
+.icons_sy_favorite{background: url(../images/syllabus/sy_icons_star.png) 0px 0px no-repeat; width:20px; height:20px; display:block; position:absolute; left:-10px; top:25px;}
+.icons_sy_star{background: url(../images/syllabus/sy_icons_star.png) 0px -27px no-repeat; width:20px; height:20px; display:block; position:absolute; left:-10px; top:25px;}
.icons_sy_arrow{background: url(../images/syllabus/icons_syllabus.png) -31px -81px no-repeat; width:20px; height:20px; display:block; }
.syllabus_h2_top{ font-size:18px; color:#333; font-weight:normal; padding:10px 15px;border-bottom:1px solid #e7e7e7; }
.syllabus_category{ padding:10px 15px; background-color:#f6f6f6; border-bottom:1px solid #e7e7e7;}
@@ -96,6 +98,9 @@ input.syllabus_input_min{
.syllabus_class_list_more a{ color:#ff7e00;}
.syllabus_class_title{ font-size:14px; color:#333; max-width:480px; margin-bottom:3px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.syllabus_class_w{ width:650px;}
+.syllabus_class_property {font-size:12px; padding:0 5px; border-radius:3px; line-height:14px;}
+.syllabus_class_private {color:#ff4a1b; border:1px solid #ff4a1b;}
+.syllabus_class_open {color:#7dd26c; border:1px solid #7dd26c;}
/*新建页面*/