|
|
@ -1,4 +1,3 @@
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
@ -34,7 +33,7 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
hideModal(obj);
|
|
|
|
hideModal(obj);
|
|
|
|
$("#new-watcher-form").submit();
|
|
|
|
$("#new-watcher-form").submit();
|
|
|
|
alert("申请成功");
|
|
|
|
// alert("申请成功");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
function hidden_join_course_form()
|
|
|
|
function hidden_join_course_form()
|
|
|
@ -60,6 +59,7 @@
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<li style="padding-top: 15px;">
|
|
|
|
<li style="padding-top: 15px;">
|
|
|
|
<span class="tips">项 目 ID:</span>
|
|
|
|
<span class="tips">项 目 ID:</span>
|
|
|
|
|
|
|
|
<input type="hidden" name="project_join" value="1">
|
|
|
|
<input type="hidden" name="user_id" value="<%= User.current.id%>">
|
|
|
|
<input type="hidden" name="user_id" value="<%= User.current.id%>">
|
|
|
|
<input class=" width190" name="project_id" id="project_id" type="text" value="" >
|
|
|
|
<input class=" width190" name="project_id" id="project_id" type="text" value="" >
|
|
|
|
<input type="text" style="display: none"/>
|
|
|
|
<input type="text" style="display: none"/>
|
|
|
|