|
|
|
@ -36,7 +36,7 @@ const $ = window.$
|
|
|
|
|
// TODO 这部分脚本从公共脚本中直接调用
|
|
|
|
|
|
|
|
|
|
const RadioGroup = Radio.Group;
|
|
|
|
|
const Search = Input.Search;
|
|
|
|
|
const { Search } = Input;
|
|
|
|
|
let old_url;
|
|
|
|
|
function loadHeader(){
|
|
|
|
|
//头部导航条的----------显示搜索框
|
|
|
|
@ -129,7 +129,7 @@ function header_search(reactHeaderComponnet){
|
|
|
|
|
// // { search: keyword,
|
|
|
|
|
// // index: index});
|
|
|
|
|
// window.location.href = old_url+"/users/search_shixuns_or_courses" + "?search=" + keyword + "&index=" + index;
|
|
|
|
|
//e.stopPropagation();//阻止冒泡
|
|
|
|
|
//e.stopPropagation();//阻止冒泡
|
|
|
|
|
// } else {
|
|
|
|
|
// window.__headSearchKeyword = keyword
|
|
|
|
|
// reactHeaderComponnet.props.history.push(`/shixuns`)
|
|
|
|
@ -251,7 +251,7 @@ class NewHeader extends Component {
|
|
|
|
|
const url = `/accounts/logout.json`
|
|
|
|
|
this.delCookie("autologin_trustie")
|
|
|
|
|
axios.get(url, {
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
.then((response) => {
|
|
|
|
|
if(response.data.status===1){
|
|
|
|
|
this.setState({
|
|
|
|
@ -384,17 +384,20 @@ class NewHeader extends Component {
|
|
|
|
|
}
|
|
|
|
|
onKeywordSearchKeyDown = (e) => {
|
|
|
|
|
|
|
|
|
|
window.location.href ="/search?value="+e.target.value;
|
|
|
|
|
let url="/search?value="+e.target.value;
|
|
|
|
|
|
|
|
|
|
this.props.history.push(url)
|
|
|
|
|
// let code = e.keyCode;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// if(code == 13) {
|
|
|
|
|
// header_search(this);
|
|
|
|
|
// return false;
|
|
|
|
|
// }
|
|
|
|
|
}
|
|
|
|
|
onSearchhref = (value) => {
|
|
|
|
|
console.log(value);
|
|
|
|
|
window.location.href ="/search?value="+value;
|
|
|
|
|
onSearchhref = (e) => {
|
|
|
|
|
let url="/search?value="+e.target.value;
|
|
|
|
|
|
|
|
|
|
this.props.history.push(url)
|
|
|
|
|
// let code = e.keyCode;
|
|
|
|
|
|
|
|
|
|
// if(code == 13) {
|
|
|
|
@ -429,136 +432,136 @@ class NewHeader extends Component {
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
submittojoinclass=(value)=>{
|
|
|
|
|
let {tojoinclasstitle,rolearr,RadioGroupvalue}=this.state;
|
|
|
|
|
submittojoinclass=(value)=>{
|
|
|
|
|
let {tojoinclasstitle,rolearr,RadioGroupvalue}=this.state;
|
|
|
|
|
|
|
|
|
|
if(tojoinclasstitle===undefined){
|
|
|
|
|
this.setState({
|
|
|
|
|
code_notice:true
|
|
|
|
|
})
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
let newrolearr=rolearr;
|
|
|
|
|
if(value===1){
|
|
|
|
|
if(tojoinclasstitle.length<6){
|
|
|
|
|
if(tojoinclasstitle===undefined){
|
|
|
|
|
this.setState({
|
|
|
|
|
code_notice:true
|
|
|
|
|
})
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
}else if(value===0){
|
|
|
|
|
if(tojoinclasstitle.length<5){
|
|
|
|
|
let newrolearr=rolearr;
|
|
|
|
|
if(value===1){
|
|
|
|
|
if(tojoinclasstitle.length<6){
|
|
|
|
|
this.setState({
|
|
|
|
|
code_notice:true
|
|
|
|
|
})
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
}else if(value===0){
|
|
|
|
|
if(tojoinclasstitle.length<5){
|
|
|
|
|
this.setState({
|
|
|
|
|
code_notice:true
|
|
|
|
|
})
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if(tojoinclasstitle===""||tojoinclasstitle===undefined){
|
|
|
|
|
this.setState({
|
|
|
|
|
code_notice:true
|
|
|
|
|
})
|
|
|
|
|
return
|
|
|
|
|
}else{
|
|
|
|
|
this.setState({
|
|
|
|
|
code_notice:false
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if(tojoinclasstitle===""||tojoinclasstitle===undefined){
|
|
|
|
|
this.setState({
|
|
|
|
|
code_notice:true
|
|
|
|
|
})
|
|
|
|
|
return
|
|
|
|
|
}else{
|
|
|
|
|
this.setState({
|
|
|
|
|
code_notice:false
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
let pamst=[];
|
|
|
|
|
let num=0;
|
|
|
|
|
for(var i = 0 ; i<newrolearr.length;i++){
|
|
|
|
|
if(newrolearr[i]!=""){
|
|
|
|
|
pamst.push(newrolearr[i])
|
|
|
|
|
}else{
|
|
|
|
|
num=num+1
|
|
|
|
|
let pamst=[];
|
|
|
|
|
let num=0;
|
|
|
|
|
for(var i = 0 ; i<newrolearr.length;i++){
|
|
|
|
|
if(newrolearr[i]!=""){
|
|
|
|
|
pamst.push(newrolearr[i])
|
|
|
|
|
}else{
|
|
|
|
|
num=num+1
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if(num===2&&value===0){
|
|
|
|
|
this.setState({
|
|
|
|
|
checked_notice:true
|
|
|
|
|
})
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
if(num===2&&value===0){
|
|
|
|
|
this.setState({
|
|
|
|
|
checked_notice:true
|
|
|
|
|
})
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if(value===1&&RadioGroupvalue===undefined){
|
|
|
|
|
this.setState({
|
|
|
|
|
checked_notice:true
|
|
|
|
|
})
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
if(value===1&&RadioGroupvalue===undefined){
|
|
|
|
|
this.setState({
|
|
|
|
|
checked_notice:true
|
|
|
|
|
})
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if(value===0){
|
|
|
|
|
let url="/courses/join_course_multi_role.json"
|
|
|
|
|
const form = new FormData();
|
|
|
|
|
form.append('invite_code', tojoinclasstitle);
|
|
|
|
|
form.append('role', pamst);
|
|
|
|
|
form.append('type', 1);
|
|
|
|
|
axios.post(url,form,[true]
|
|
|
|
|
).then((response) => {
|
|
|
|
|
if( response.data.state===0){
|
|
|
|
|
this.submitstatevalue(0,"加入成功",response.data.course_id)
|
|
|
|
|
}else if( response.data.state===1){
|
|
|
|
|
}else if( response.data.state===2){
|
|
|
|
|
this.submitstatevalue( 0,"课堂已过期! 请联系课堂管理员重启课堂。(在配置课堂处)")
|
|
|
|
|
}else if( response.data.state===3){
|
|
|
|
|
this.submitstatevalue( 0,"您已是课堂成员)",response.data.course_id)
|
|
|
|
|
}else if( response.data.state===4){
|
|
|
|
|
this.submitstatevalue( 0,"您输入的邀请码错误)")
|
|
|
|
|
}else if( response.data.state===5){
|
|
|
|
|
this.submitstatevalue( 0,"您还未登录")
|
|
|
|
|
}else if( response.data.state===6){
|
|
|
|
|
this.submitstatevalue( 0,"申请已提交,请等待审核")
|
|
|
|
|
}else if( response.data.state===7){
|
|
|
|
|
this.submitstatevalue( 0," 您已经发送过申请了,请耐心等待")
|
|
|
|
|
}else if( response.data.state===8){
|
|
|
|
|
this.submitstatevalue( 0,"您已经是该课堂的教师了",response.data.course_id)
|
|
|
|
|
}else if( response.data.state==9){
|
|
|
|
|
this.submitstatevalue( 0,"您已经是该课堂的教辅了",response.data.course_id)
|
|
|
|
|
}else if( response.data.state==10){
|
|
|
|
|
this.submitstatevalue(0,"您已经是该课堂的管理员了",response.data.course_id)
|
|
|
|
|
}else if( response.data.state==11){
|
|
|
|
|
this.submitstatevalue(0," 该课堂已归档,请联系老师")
|
|
|
|
|
}else if( response.data.state==12){
|
|
|
|
|
this.submitstatevalue(0,"您已经发送过申请了,请耐心等待师")
|
|
|
|
|
}else if( response.data.state==13){
|
|
|
|
|
this.submitstatevalue(0,"您申请已提交,请等待审核")
|
|
|
|
|
}else if( response.data.state==14){
|
|
|
|
|
this.submitstatevalue("此邀请码已停用,请与老师联系")
|
|
|
|
|
}else if( response.data.state==15){
|
|
|
|
|
this.submitstatevalue(0,"您已是课堂成员! 加入分班请在课堂具体分班页面进行")
|
|
|
|
|
}else {
|
|
|
|
|
this.submitstatevalue(0," 未知错误,请稍后再试")
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
if(value===0){
|
|
|
|
|
let url="/courses/join_course_multi_role.json"
|
|
|
|
|
const form = new FormData();
|
|
|
|
|
form.append('invite_code', tojoinclasstitle);
|
|
|
|
|
form.append('role', pamst);
|
|
|
|
|
form.append('type', 1);
|
|
|
|
|
axios.post(url,form,[true]
|
|
|
|
|
).then((response) => {
|
|
|
|
|
if( response.data.state===0){
|
|
|
|
|
this.submitstatevalue(0,"加入成功",response.data.course_id)
|
|
|
|
|
}else if( response.data.state===1){
|
|
|
|
|
}else if( response.data.state===2){
|
|
|
|
|
this.submitstatevalue( 0,"课堂已过期! 请联系课堂管理员重启课堂。(在配置课堂处)")
|
|
|
|
|
}else if( response.data.state===3){
|
|
|
|
|
this.submitstatevalue( 0,"您已是课堂成员)",response.data.course_id)
|
|
|
|
|
}else if( response.data.state===4){
|
|
|
|
|
this.submitstatevalue( 0,"您输入的邀请码错误)")
|
|
|
|
|
}else if( response.data.state===5){
|
|
|
|
|
this.submitstatevalue( 0,"您还未登录")
|
|
|
|
|
}else if( response.data.state===6){
|
|
|
|
|
this.submitstatevalue( 0,"申请已提交,请等待审核")
|
|
|
|
|
}else if( response.data.state===7){
|
|
|
|
|
this.submitstatevalue( 0," 您已经发送过申请了,请耐心等待")
|
|
|
|
|
}else if( response.data.state===8){
|
|
|
|
|
this.submitstatevalue( 0,"您已经是该课堂的教师了",response.data.course_id)
|
|
|
|
|
}else if( response.data.state==9){
|
|
|
|
|
this.submitstatevalue( 0,"您已经是该课堂的教辅了",response.data.course_id)
|
|
|
|
|
}else if( response.data.state==10){
|
|
|
|
|
this.submitstatevalue(0,"您已经是该课堂的管理员了",response.data.course_id)
|
|
|
|
|
}else if( response.data.state==11){
|
|
|
|
|
this.submitstatevalue(0," 该课堂已归档,请联系老师")
|
|
|
|
|
}else if( response.data.state==12){
|
|
|
|
|
this.submitstatevalue(0,"您已经发送过申请了,请耐心等待师")
|
|
|
|
|
}else if( response.data.state==13){
|
|
|
|
|
this.submitstatevalue(0,"您申请已提交,请等待审核")
|
|
|
|
|
}else if( response.data.state==14){
|
|
|
|
|
this.submitstatevalue("此邀请码已停用,请与老师联系")
|
|
|
|
|
}else if( response.data.state==15){
|
|
|
|
|
this.submitstatevalue(0,"您已是课堂成员! 加入分班请在课堂具体分班页面进行")
|
|
|
|
|
}else {
|
|
|
|
|
this.submitstatevalue(0," 未知错误,请稍后再试")
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if(value===1){
|
|
|
|
|
let url="/applied_project/applied_project_info.json"
|
|
|
|
|
const form = new FormData();
|
|
|
|
|
form.append('invite_code', tojoinclasstitle);
|
|
|
|
|
form.append('member', RadioGroupvalue);
|
|
|
|
|
form.append('type', 1);
|
|
|
|
|
axios.post(url,form,[true]
|
|
|
|
|
).then((response) => {
|
|
|
|
|
if( response.data.status===1){
|
|
|
|
|
this.submitstatevalue(1,"您输入的邀请码错误")
|
|
|
|
|
}else if( response.data.status===2){
|
|
|
|
|
this.submitstatevalue( 1,"您已经是该项目成员",response.data.project)
|
|
|
|
|
}else if( response.data.status===3){
|
|
|
|
|
this.submitstatevalue( 1,"请选择一个角色")
|
|
|
|
|
}else if( response.data.status===4){
|
|
|
|
|
this.submitstatevalue( 1,"您的申请已提交,请等待项目管理员审批")
|
|
|
|
|
}else if( response.data.status===5){
|
|
|
|
|
this.submitstatevalue( 1,"您已经申请加入该项目了,请耐心等待")
|
|
|
|
|
}else if( response.data.status===6){
|
|
|
|
|
this.submitstatevalue( 1,"您已成功加入项目",response.data.project)
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
if(value===1){
|
|
|
|
|
let url="/applied_project/applied_project_info.json"
|
|
|
|
|
const form = new FormData();
|
|
|
|
|
form.append('invite_code', tojoinclasstitle);
|
|
|
|
|
form.append('member', RadioGroupvalue);
|
|
|
|
|
form.append('type', 1);
|
|
|
|
|
axios.post(url,form,[true]
|
|
|
|
|
).then((response) => {
|
|
|
|
|
if( response.data.status===1){
|
|
|
|
|
this.submitstatevalue(1,"您输入的邀请码错误")
|
|
|
|
|
}else if( response.data.status===2){
|
|
|
|
|
this.submitstatevalue( 1,"您已经是该项目成员",response.data.project)
|
|
|
|
|
}else if( response.data.status===3){
|
|
|
|
|
this.submitstatevalue( 1,"请选择一个角色")
|
|
|
|
|
}else if( response.data.status===4){
|
|
|
|
|
this.submitstatevalue( 1,"您的申请已提交,请等待项目管理员审批")
|
|
|
|
|
}else if( response.data.status===5){
|
|
|
|
|
this.submitstatevalue( 1,"您已经申请加入该项目了,请耐心等待")
|
|
|
|
|
}else if( response.data.status===6){
|
|
|
|
|
this.submitstatevalue( 1,"您已成功加入项目",response.data.project)
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// trialapplications =()=>{
|
|
|
|
|
// console.log("点击了")
|
|
|
|
@ -631,10 +634,10 @@ submittojoinclass=(value)=>{
|
|
|
|
|
<div className="newHeader" id="nHeader">
|
|
|
|
|
{/*{*/}
|
|
|
|
|
{/* isRender&& isRender === true?*/}
|
|
|
|
|
<LoginDialog
|
|
|
|
|
{...this.state}
|
|
|
|
|
{...this.props}
|
|
|
|
|
/>
|
|
|
|
|
<LoginDialog
|
|
|
|
|
{...this.state}
|
|
|
|
|
{...this.props}
|
|
|
|
|
/>
|
|
|
|
|
{/* :""*/}
|
|
|
|
|
{/*}*/}
|
|
|
|
|
|
|
|
|
@ -692,15 +695,15 @@ submittojoinclass=(value)=>{
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
{/*<li className=""><a href={"/libraries"}>教学案例</a></li>*/}
|
|
|
|
|
{/*<li className=""><a href={"/libraries"}>教学案例</a></li>*/}
|
|
|
|
|
<li className="">
|
|
|
|
|
<a href={this.props.Headertop===undefined?"":this.props.Headertop.competitions_url}>在线竞赛</a>
|
|
|
|
|
<img className="roundedRectangles"
|
|
|
|
|
src={require('./roundedRectangle.png')}
|
|
|
|
|
/>
|
|
|
|
|
<a href={this.props.Headertop===undefined?"":this.props.Headertop.competitions_url}>在线竞赛</a>
|
|
|
|
|
<img className="roundedRectangles"
|
|
|
|
|
src={require('./roundedRectangle.png')}
|
|
|
|
|
/>
|
|
|
|
|
</li>
|
|
|
|
|
<li className=""><a href={this.props.Headertop===undefined?"":this.props.Headertop.moop_cases_url}>教学案例</a></li>
|
|
|
|
|
<li className=""><a href={this.props.Headertop===undefined?"":this.props.Headertop.crowdsourcing_url}>众包创新</a></li>
|
|
|
|
|
<li className=""><a href={this.props.Headertop===undefined?"":this.props.Headertop.moop_cases_url}>教学案例</a></li>
|
|
|
|
|
<li className=""><a href={this.props.Headertop===undefined?"":this.props.Headertop.crowdsourcing_url}>众包创新</a></li>
|
|
|
|
|
<li className={`${activeForums === true ? 'active' : ''}`}><a href={this.props.Headertop===undefined?"":this.props.Headertop.topic_url}>交流问答</a></li>
|
|
|
|
|
<li
|
|
|
|
|
style={{display: this.props.Headertop === undefined ? 'none' : this.props.Headertop.auth===null? 'none' : 'block'}}
|
|
|
|
@ -708,36 +711,36 @@ submittojoinclass=(value)=>{
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div className="posi-search" id="posi-search">
|
|
|
|
|
<div className="posi-search" id="posi-search">
|
|
|
|
|
<div className="search-all clearfix">
|
|
|
|
|
{/*<!--<a href="javascript:void(0)" className="search-clear fl" onclick="closeSearch();">×</a>-->*/}
|
|
|
|
|
<div className="fl pr search-clear edu-menu-panel" style={{display: 'none'}}>
|
|
|
|
|
<input type="hidden" id="search_type" value="1"></input>
|
|
|
|
|
<span className="searchkey">实训</span>
|
|
|
|
|
<i className="fa fa-angle-down ml5 font-16"></i>
|
|
|
|
|
<ul id="searchkey" className="edu-menu-list edu-txt-center" style={{minWidth: '80px',right: '-10px',top: '50px'}}>
|
|
|
|
|
<li><a>实训</a></li>
|
|
|
|
|
<li><a>课堂</a></li>
|
|
|
|
|
<li><a>用户</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
<div className="fl pr search-clear edu-menu-panel" style={{display: 'none'}}>
|
|
|
|
|
<input type="hidden" id="search_type" value="1"></input>
|
|
|
|
|
<span className="searchkey">实训</span>
|
|
|
|
|
<i className="fa fa-angle-down ml5 font-16"></i>
|
|
|
|
|
<ul id="searchkey" className="edu-menu-list edu-txt-center" style={{minWidth: '80px',right: '-10px',top: '50px'}}>
|
|
|
|
|
<li><a>实训</a></li>
|
|
|
|
|
<li><a>课堂</a></li>
|
|
|
|
|
<li><a>用户</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
{/*<input type="text" className="search-input fl" id="search-input" */}
|
|
|
|
|
{/*onKeyDown={this.onKeywordSearchKeyDown} name="search_keyword" placeholder="搜索实训项目"/>*/}
|
|
|
|
|
{/*onKeyDown={this.onKeywordSearchKeyDown} name="search_keyword" placeholder="搜索实训项目"/>*/}
|
|
|
|
|
|
|
|
|
|
<div className={"HeaderSearch"}
|
|
|
|
|
style={{display: 'none'}}
|
|
|
|
|
>
|
|
|
|
|
style={{display: 'none'}}
|
|
|
|
|
>
|
|
|
|
|
<Search
|
|
|
|
|
placeholder="实践课程/翻转课堂/开发社区/交流问答"
|
|
|
|
|
onSearch={value =>this.onSearchhref(value)}
|
|
|
|
|
onChange={(e)=>this.onSearchhref(e)}
|
|
|
|
|
onPressEnter={this.onKeywordSearchKeyDown}
|
|
|
|
|
style={{ width: 300 }}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{/*<a className="search-icon fl" id="header_keyword_search" onClick={this.onKeywordSearch}>*/}
|
|
|
|
|
{/*/!*<i className="fa fa-search font-16 mt23 color-grey-6"></i>*!/*/}
|
|
|
|
|
{/*<i className="iconfont icon-sousuo color-blue"></i>*/}
|
|
|
|
|
{/*/!*<i className="fa fa-search font-16 mt23 color-grey-6"></i>*!/*/}
|
|
|
|
|
{/*<i className="iconfont icon-sousuo color-blue"></i>*/}
|
|
|
|
|
|
|
|
|
|
{/*</a>*/}
|
|
|
|
|
{/* TODO 需要服务端接口提供最近搜索
|
|
|
|
@ -766,35 +769,35 @@ submittojoinclass=(value)=>{
|
|
|
|
|
<em className="vertical-line"></em>
|
|
|
|
|
<a href={"/register"} className="mr5 color-white">注册</a>
|
|
|
|
|
</span>:
|
|
|
|
|
<div className="fr edu-menu-panel" style={{height:'60px'}}>
|
|
|
|
|
<a href={`/users/${this.props.current_user===undefined?"":this.props.current_user.login}/courses`} className="fl ml15">
|
|
|
|
|
<img alt="头像" className="radius mt13" height="34" id="nh_user_logo" name="avatar_image"
|
|
|
|
|
src={getImageUrl(`images/`+user.image_url)} width="34">
|
|
|
|
|
</img>
|
|
|
|
|
</a>
|
|
|
|
|
<ul className="edu-menu-list" style={{top:'60px'}}>
|
|
|
|
|
<span className="bor-bottom-greyE currentName task-hide">{user.username}</span>
|
|
|
|
|
<li><Link to={`/users/${this.props.current_user===undefined?"":this.props.current_user.login}/courses`}>我的课堂</Link></li>
|
|
|
|
|
{/* p 老师 l 学生 */}
|
|
|
|
|
<li><Link to={`/users/${this.props.current_user===undefined?"":this.props.current_user.login}/shixuns`}>我的实训</Link></li>
|
|
|
|
|
<li><Link to={`/users/${this.props.current_user===undefined?"":this.props.current_user.login}/paths`}>我的实践课程</Link></li>
|
|
|
|
|
<li><Link to={`/users/${this.props.current_user===undefined?"":this.props.current_user.login}/projects`}>我的项目</Link></li>
|
|
|
|
|
<li><a href={`/account/profile`}>账号管理</a></li>
|
|
|
|
|
{/*<li><a onClick={()=>this.educoderlogin()} >登入测试接口</a></li>*/}
|
|
|
|
|
{/*<li><a onClick={()=>this.trialapplications()} >试用申请</a> </li>*/}
|
|
|
|
|
{/*<li><Link to={`/interest`}>兴趣页</Link></li>*/}
|
|
|
|
|
|
|
|
|
|
<li className="bor-top-greyE">
|
|
|
|
|
{/*<a href={this.props.Headertop===undefined?"":this.props.Headertop.logout_url}>退出</a>*/}
|
|
|
|
|
{/*<a onClick={()=>this.educoderlogin()}>退出</a>*/}
|
|
|
|
|
<a onClick={()=>this.educoderloginysl()}>退出</a>
|
|
|
|
|
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
}
|
|
|
|
|
<div className="fr edu-menu-panel" style={{height:'60px'}}>
|
|
|
|
|
<a href={`/users/${this.props.current_user===undefined?"":this.props.current_user.login}/courses`} className="fl ml15">
|
|
|
|
|
<img alt="头像" className="radius mt13" height="34" id="nh_user_logo" name="avatar_image"
|
|
|
|
|
src={getImageUrl(`images/`+user.image_url)} width="34">
|
|
|
|
|
</img>
|
|
|
|
|
</a>
|
|
|
|
|
<ul className="edu-menu-list" style={{top:'60px'}}>
|
|
|
|
|
<span className="bor-bottom-greyE currentName task-hide">{user.username}</span>
|
|
|
|
|
<li><Link to={`/users/${this.props.current_user===undefined?"":this.props.current_user.login}/courses`}>我的课堂</Link></li>
|
|
|
|
|
{/* p 老师 l 学生 */}
|
|
|
|
|
<li><Link to={`/users/${this.props.current_user===undefined?"":this.props.current_user.login}/shixuns`}>我的实训</Link></li>
|
|
|
|
|
<li><Link to={`/users/${this.props.current_user===undefined?"":this.props.current_user.login}/paths`}>我的实践课程</Link></li>
|
|
|
|
|
<li><Link to={`/users/${this.props.current_user===undefined?"":this.props.current_user.login}/projects`}>我的项目</Link></li>
|
|
|
|
|
<li><a href={`/account/profile`}>账号管理</a></li>
|
|
|
|
|
{/*<li><a onClick={()=>this.educoderlogin()} >登入测试接口</a></li>*/}
|
|
|
|
|
{/*<li><a onClick={()=>this.trialapplications()} >试用申请</a> </li>*/}
|
|
|
|
|
{/*<li><Link to={`/interest`}>兴趣页</Link></li>*/}
|
|
|
|
|
|
|
|
|
|
<li className="bor-top-greyE">
|
|
|
|
|
{/*<a href={this.props.Headertop===undefined?"":this.props.Headertop.logout_url}>退出</a>*/}
|
|
|
|
|
{/*<a onClick={()=>this.educoderlogin()}>退出</a>*/}
|
|
|
|
|
<a onClick={()=>this.educoderloginysl()}>退出</a>
|
|
|
|
|
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
}
|
|
|
|
|
{/*href="https://www.educoder.net/login"*/}
|
|
|
|
|
<div className="fr head-right ">
|
|
|
|
|
<div className="fr head-right ">
|
|
|
|
|
{ loadHeader()}
|
|
|
|
|
<a id="search-open" className="fl mr30 headIcon">
|
|
|
|
|
{/*"/images/educoder/icon/search.svg"
|
|
|
|
@ -812,7 +815,7 @@ submittojoinclass=(value)=>{
|
|
|
|
|
<div className="edu-menu-list" style={{top: '60px',width:"240px"}}>
|
|
|
|
|
<div className="overPart"></div>
|
|
|
|
|
<ul className="fl with50 edu-txt-center pr ul-leftline">
|
|
|
|
|
{this.props.current_user&&this.props.current_user.user_identity==="学生"?"":<li><Link to={"/courses/new"}>新建课堂</Link></li>}
|
|
|
|
|
{this.props.current_user&&this.props.current_user.user_identity==="学生"?"":<li><Link to={"/courses/new"}>新建课堂</Link></li>}
|
|
|
|
|
<li><a href="/shixuns/new">新建实训</a></li>
|
|
|
|
|
<li><a href={this.props.Headertop===undefined?"":"/paths/new"}>新建实践课程</a></li>
|
|
|
|
|
<li><a href={"/projects/new"} target="_blank">新建项目</a></li>
|
|
|
|
@ -824,9 +827,9 @@ submittojoinclass=(value)=>{
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
{Addcoursestypes===true?<Addcourses
|
|
|
|
|
Addcoursestype={Addcoursestypes}
|
|
|
|
|
hideAddcoursestype={this.hideAddcoursestypes}
|
|
|
|
|
/>:""}
|
|
|
|
|
Addcoursestype={Addcoursestypes}
|
|
|
|
|
hideAddcoursestype={this.hideAddcoursestypes}
|
|
|
|
|
/>:""}
|
|
|
|
|
|
|
|
|
|
{/* /courses/join_course_multi_role */}
|
|
|
|
|
<li>
|
|
|
|
@ -882,7 +885,7 @@ submittojoinclass=(value)=>{
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div className="fl mr30 edu-menu-panel headIcon">
|
|
|
|
|
<div className="fl mr30 edu-menu-panel headIcon">
|
|
|
|
|
{ user===undefined?"":user.login===""?"": <a
|
|
|
|
|
href={this.props.Headertop===undefined?"":this.props.Headertop.message_url}
|
|
|
|
|
style={{position:'relative'}}
|
|
|
|
|