|
|
@ -13,7 +13,7 @@
|
|
|
|
a{ text-decoration:none; }
|
|
|
|
a{ text-decoration:none; }
|
|
|
|
a:hover{ }
|
|
|
|
a:hover{ }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.alert_box {width:488px;height:550px;position:fixed;z-index:1002;left:50%;top:40%;margin:-215px 0 0 -300px; background:#fff; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; box-shadow:0px 0px 8px #194a81; padding:5px; overflow:auto; }
|
|
|
|
#popbox{width:488px;height:308px;}
|
|
|
|
#popbox{width:488px;height:308px;}
|
|
|
|
.alert .C{width:476px;height:296px;position:absolute;left:5px;top:5px; }
|
|
|
|
.alert .C{width:476px;height:296px;position:absolute;left:5px;top:5px; }
|
|
|
|
.C_top{ margin-top:20px; width:368px; height:100px; background:#e9e9e9; padding:0px 60px; }
|
|
|
|
.C_top{ margin-top:20px; width:368px; height:100px; background:#e9e9e9; padding:0px 60px; }
|
|
|
@ -21,7 +21,7 @@
|
|
|
|
.C_top p{ color:#a9aaaa; line-height:22px;}
|
|
|
|
.C_top p{ color:#a9aaaa; line-height:22px;}
|
|
|
|
.C_form{ margin:20px 0 0 60px;}
|
|
|
|
.C_form{ margin:20px 0 0 60px;}
|
|
|
|
.C_form ul li{ font-size:14px; color:#3f3a39; line-height:30px; }
|
|
|
|
.C_form ul li{ font-size:14px; color:#3f3a39; line-height:30px; }
|
|
|
|
.C_form ul li input{ margin-left:30px; border:0px; border:1px solid #e1e1e1; color:#898989; padding-left:5px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
|
|
|
|
.C_form ul li input{ margin-left:20px; border:0px; border:1px solid #e1e1e1; color:#898989; padding-left:5px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; padding: 0 !important; }
|
|
|
|
.C_form ul li.mB5{ color:#898989; font-size:12px; padding-left:90px;}
|
|
|
|
.C_form ul li.mB5{ color:#898989; font-size:12px; padding-left:90px;}
|
|
|
|
.width190{ width:190px; height:26px; border-color:#e1e1e1;}
|
|
|
|
.width190{ width:190px; height:26px; border-color:#e1e1e1;}
|
|
|
|
.C_form a{ font-size:12px; color:#15bccf; float:left; display:block; height:40px; width:200px; margin-top:25px;}
|
|
|
|
.C_form a{ font-size:12px; color:#15bccf; float:left; display:block; height:40px; width:200px; margin-top:25px;}
|
|
|
@ -35,6 +35,11 @@
|
|
|
|
hideModal(obj);
|
|
|
|
hideModal(obj);
|
|
|
|
$("#new-watcher-form").submit();
|
|
|
|
$("#new-watcher-form").submit();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function hidden_join_course_form()
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
hideModal($("#popbox"));
|
|
|
|
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
|
@ -55,6 +60,7 @@
|
|
|
|
<li>
|
|
|
|
<li>
|
|
|
|
<span class="tips">课 程 ID:</span>
|
|
|
|
<span class="tips">课 程 ID:</span>
|
|
|
|
<input class=" width190" name="object_id" id="object_id" type="text" value="" >
|
|
|
|
<input class=" width190" name="object_id" id="object_id" type="text" value="" >
|
|
|
|
|
|
|
|
<input type="text" style="display: none"/>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
<li class="mB5">课程ID是所在课程网址中显示的序号</li>
|
|
|
|
<li class="mB5">课程ID是所在课程网址中显示的序号</li>
|
|
|
|
<li>
|
|
|
|
<li>
|
|
|
@ -62,8 +68,12 @@
|
|
|
|
<input class=" width190" type="password" name="course_password" id="course_password" value="" >
|
|
|
|
<input class=" width190" type="password" name="course_password" id="course_password" value="" >
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<li>
|
|
|
|
<a href="#" class="btn" style="margin-left: 50px;" onclick="submit_form(this);"><%= l(:label_new_join) %></a>
|
|
|
|
<a href="#" class="btn" style="margin-left: 50px;" onclick="submit_form(this);">
|
|
|
|
<a href="#" class="btn" style="margin-left: 20px;" onclick="hideModal(this);"><%= l(:button_cancel)%></a>
|
|
|
|
<%= l(:label_new_join) %>
|
|
|
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
<a href="#" class="btn" style="margin-left: 20px;" onclick="hideModal(this);">
|
|
|
|
|
|
|
|
<%= l(:button_cancel)%>
|
|
|
|
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
<% end%>
|
|
|
|
<% end%>
|
|
|
|