|
|
@ -649,9 +649,11 @@ submittojoinclass=(value)=>{
|
|
|
|
{...this.state}
|
|
|
|
{...this.state}
|
|
|
|
{...this.props}
|
|
|
|
{...this.props}
|
|
|
|
/>:""}
|
|
|
|
/>:""}
|
|
|
|
<a href="/" className={" fl"}>
|
|
|
|
<a href="/" className={"fl mr30 ml10"}>
|
|
|
|
<img alt="高校智能化教学与实训平台" className="logoimg" src={getImageUrl("images/educoder/headNavLogo.png?1526520218")}></img>
|
|
|
|
<img alt="高校智能化教学与实训平台" className="logoimg" src={getImageUrl("images/educoder/headNavLogo.png?1526520218")}></img>
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div className="educontent">
|
|
|
|
<div className="educontent">
|
|
|
|
{/*<%= link_to image_tag("/images/educoder/logo.png", alt:"高校智能化教学与实训平台", className:"logoimg"), home_path %>*/}
|
|
|
|
{/*<%= link_to image_tag("/images/educoder/logo.png", alt:"高校智能化教学与实训平台", className:"logoimg"), home_path %>*/}
|
|
|
|
|
|
|
|
|
|
|
@ -770,6 +772,8 @@ submittojoinclass=(value)=>{
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{/*<span className="font-15 fr mt17">
|
|
|
|
{/*<span className="font-15 fr mt17">
|
|
|
|
<%= link_to '登录', signin_path, :className => "mr5" %>
|
|
|
|
<%= link_to '登录', signin_path, :className => "mr5" %>
|
|
|
@ -786,7 +790,7 @@ submittojoinclass=(value)=>{
|
|
|
|
<em className="vertical-line"></em>
|
|
|
|
<em className="vertical-line"></em>
|
|
|
|
<a href={"/register"} className="mr5 color-white">注册</a>
|
|
|
|
<a href={"/register"} className="mr5 color-white">注册</a>
|
|
|
|
</span>:
|
|
|
|
</span>:
|
|
|
|
<div className="fr edu-menu-panel" style={{height:'60px'}}>
|
|
|
|
<div className="fr edu-menu-panel mr10" style={{height:'60px'}}>
|
|
|
|
<a href={`/users/${this.props.current_user===undefined?"":this.props.current_user.login}/courses`} className="fl ml15">
|
|
|
|
<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"
|
|
|
|
<img alt="头像" className="radius mt13" height="34" id="nh_user_logo" name="avatar_image"
|
|
|
|
src={getImageUrl(`images/`+user.image_url)} width="34">
|
|
|
|
src={getImageUrl(`images/`+user.image_url)} width="34">
|
|
|
@ -814,7 +818,7 @@ submittojoinclass=(value)=>{
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
}
|
|
|
|
}
|
|
|
|
{/*href="https://www.educoder.net/login"*/}
|
|
|
|
{/*href="https://www.educoder.net/login"*/}
|
|
|
|
<div className="fr head-right ">
|
|
|
|
<div className="fr head-right">
|
|
|
|
{/*{ loadHeader()}*/}
|
|
|
|
{/*{ loadHeader()}*/}
|
|
|
|
{showSearchOpentype===true?"":<a id="search-open" className="fl mr30 headIcon" onClick={(e)=>this.showSearchOpen(e)}>
|
|
|
|
{showSearchOpentype===true?"":<a id="search-open" className="fl mr30 headIcon" onClick={(e)=>this.showSearchOpen(e)}>
|
|
|
|
{/*"/images/educoder/icon/search.svg"
|
|
|
|
{/*"/images/educoder/icon/search.svg"
|
|
|
@ -949,7 +953,7 @@ submittojoinclass=(value)=>{
|
|
|
|
</Modal>
|
|
|
|
</Modal>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
);
|
|
|
|
);
|
|
|
|