1
This commit is contained in:
@@ -63,32 +63,51 @@
|
||||
</el-col> -->
|
||||
</el-row>
|
||||
|
||||
<el-col :span="10" v-show="userrole=='reviewer'||userrole==1">
|
||||
<el-card shadow="hover">
|
||||
<div slot="header" class="clearfix">
|
||||
<span>{{$t('home.authortop')}}</span>
|
||||
</div>
|
||||
<div class="top-content">
|
||||
<span>
|
||||
<p>Welcome to the TMR Publishing Group online manuscript submission and tracking system.</p>
|
||||
<p>Please go through our instructions for authors before submitting.</p>
|
||||
<p>
|
||||
<el-link type="primary" href="/articleAdd">Click here</el-link> to submit your manuscript.
|
||||
</p>
|
||||
<el-divider></el-divider>
|
||||
<p>If you experience any problems, please contact us by publisher@tmrjournals.com</p>
|
||||
</span>
|
||||
</div>
|
||||
</el-card>
|
||||
<el-col :span="10">
|
||||
<div v-show="userrole=='reviewer'||userrole==1">
|
||||
<el-card shadow="hover">
|
||||
<div slot="header" class="clearfix">
|
||||
<span>{{$t('home.authortop')}}</span>
|
||||
</div>
|
||||
<div class="top-content">
|
||||
<span>
|
||||
<p>Welcome to the TMR Publishing Group online manuscript submission and tracking system.</p>
|
||||
<p>Please go through our instructions for authors before submitting.</p>
|
||||
<p>
|
||||
<el-link type="primary" href="/articleAdd">Click here</el-link> to submit your manuscript.
|
||||
</p>
|
||||
<el-divider></el-divider>
|
||||
<p>If you experience any problems, please contact us by publisher@tmrjournals.com</p>
|
||||
</span>
|
||||
</div>
|
||||
</el-card>
|
||||
|
||||
<el-card shadow="hover" style="margin-top: 20px;color: #ff200d;font-weight: bold;" v-if="this.user_id==24||this.user_id==25">
|
||||
<div slot="header" class="clearfix">
|
||||
<span>整改事项</span>
|
||||
</div>
|
||||
<div class="top-content" style="line-height: 30px;" v-html="shixiang">
|
||||
{{shixiang}}
|
||||
</div>
|
||||
</el-card>
|
||||
<el-card shadow="hover" style="margin-top: 20px;color: #ff200d;font-weight: bold;" v-if="this.user_id==24||this.user_id==25">
|
||||
<div slot="header" class="clearfix">
|
||||
<span>整改事项</span>
|
||||
</div>
|
||||
<div class="top-content" style="line-height: 30px;" v-html="shixiang">
|
||||
{{shixiang}}
|
||||
</div>
|
||||
</el-card>
|
||||
</div>
|
||||
|
||||
<div v-if="this.usercap.includes('editor')">
|
||||
<el-link type="primary" href="/authorApplyReviewer" v-if="!this.usercap.includes('reviewer') && this.userrole != 0">
|
||||
<div class="join_bth">
|
||||
Apply to join the reviewer team
|
||||
</div>
|
||||
</el-link>
|
||||
</div>
|
||||
<div class="join_link" v-if="this.usercap.includes('editor')">
|
||||
<!-- 意见反馈,联系我们 -->
|
||||
<p>
|
||||
<font style="float: left;">Contact Us</font>
|
||||
<b style="color: #606266;line-height: 20px;font-size: 13px;float: left;margin-left: 20px;cursor: unset;">New
|
||||
Zealand <br>Telephone:
|
||||
+64 02108293806 <br>Email: publisher@tmrjournals.com </b>
|
||||
</p>
|
||||
</div>
|
||||
</el-col>
|
||||
<el-col :span="14">
|
||||
<el-card shadow="hover">
|
||||
@@ -108,12 +127,66 @@
|
||||
</el-table>
|
||||
</el-card>
|
||||
</el-col>
|
||||
<el-col :span="6" v-if="!this.usercap.includes('reviewer') && this.userrole != 0">
|
||||
<el-link type="primary" href="/authorApplyReviewer">
|
||||
<div class="join_bth">
|
||||
Apply to join the reviewer team
|
||||
</div>
|
||||
</el-link>
|
||||
<el-col :span="9">
|
||||
<div v-if="!this.usercap.includes('editor')">
|
||||
<el-link type="primary" href="/authorApplyReviewer" v-if="this.userrole != 0">
|
||||
<div class="join_bth">
|
||||
Apply to join the reviewer team
|
||||
</div>
|
||||
</el-link>
|
||||
</div>
|
||||
<div class="join_link" v-if="!this.usercap.includes('editor')">
|
||||
<!-- 如果你想投稿 请点击 -->
|
||||
<p v-if="this.usercap.includes('author')" style="white-space:nowrap">Click to <img src="../../assets/img/icon_9.png"
|
||||
alt="" class="icon_img">
|
||||
<el-link href="/articleAdd"><b>submit a new manuscript.</b></el-link>
|
||||
</p>
|
||||
<!-- 查看已投稿件列表 -->
|
||||
<p v-if="this.usercap.includes('reviewer')" style="white-space:nowrap">Click to <img src="../../assets/img/icon_9.png"
|
||||
alt="" class="icon_img">
|
||||
<el-link href="/articleList"><b>view the list of your manuscripts.</b></el-link>
|
||||
</p>
|
||||
<!-- 如果您想申请专刊 -->
|
||||
<!-- <p>To show outstanding ideas, click to <img src="../../assets/img/icon_9.png" alt="" class="icon_img">
|
||||
<el-link href="/"><b>apply to set up Special Issue.</b></el-link>
|
||||
</p> -->
|
||||
<!-- 如果你是审稿人 -->
|
||||
<p v-if="this.usercap.includes('reviewer')" style="white-space:nowrap">Click to <img src="../../assets/img/icon_9.png"
|
||||
alt="" class="icon_img">
|
||||
<el-link href="/peerewer"><b>review the manuscript as a reviewer. </b></el-link>
|
||||
</p>
|
||||
<!-- 查看审稿记录 -->
|
||||
<p v-if="this.usercap.includes('reviewer')" style="white-space:nowrap">Click to <img src="../../assets/img/icon_9.png"
|
||||
alt="" class="icon_img">
|
||||
<el-link href="/perhistory"><b>view your review records. </b></el-link>
|
||||
</p>
|
||||
<!-- 同行评审系统 -->
|
||||
<!-- <p>Click to <img src="../../assets/img/icon_9.png" alt="" class="icon_img">
|
||||
<el-link href="/"><b>quickly jump to the Peer Review System.</b></el-link>
|
||||
</p> -->
|
||||
<!-- 如果您想下载审稿证书 -->
|
||||
<p v-if="this.usercap.includes('reviewer')" style="white-space:nowrap">Click to <img src="../../assets/img/icon_9.png"
|
||||
alt="" class="icon_img">
|
||||
<el-link href="/perhistory"><b>view and download your review certificates.</b></el-link>
|
||||
</p>
|
||||
<!-- 意见反馈,联系我们 -->
|
||||
<!-- <p>
|
||||
<font style="float: left;">Contact Us</font>
|
||||
<b style="color: #606266;line-height: 20px;font-size: 13px;float: left;margin-left: 20px;cursor: unset;">New
|
||||
Zealand <br>Telephone:
|
||||
+64 02108293806 <br>Email: publisher@tmrjournals.com </b>
|
||||
</p> -->
|
||||
<el-card style="width:400px;margin-top: 30px;" class="new_scard">
|
||||
<div slot="header" class="clearfix">
|
||||
<span>Contact Us</span>
|
||||
</div>
|
||||
<p>New Zealand</p>
|
||||
<p><b style="color: #666;font-size: 14px;cursor: text;">Telephone :</b> +64 02108293806</p>
|
||||
<p><b style="color: #666;font-size: 14px;cursor: text;">Email:</b> publisher@tmrjournals.com</p>
|
||||
</el-card>
|
||||
</div>
|
||||
</el-col>
|
||||
|
||||
</el-col>
|
||||
<!--<el-col :span="12">
|
||||
<el-card shadow="hover">
|
||||
@@ -312,6 +385,46 @@
|
||||
}
|
||||
|
||||
.join_bth:hover {
|
||||
cursor: pointer;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.join_link {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.join_link p {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.join_link b {
|
||||
/* color: #fff;
|
||||
text-align: center;
|
||||
border-radius: 4px;
|
||||
width: 240px;
|
||||
height: 42px;
|
||||
line-height: 42px;
|
||||
background-color: #006699;
|
||||
font-size: 15px; */
|
||||
margin-right: 5px;
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
color: #006699;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.join_link b:hover {
|
||||
|
||||
color: #006699;
|
||||
/* text-decoration: underline; */
|
||||
}
|
||||
|
||||
.join_link .icon_img {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
margin-right: 5px;
|
||||
margin-left: 5px;
|
||||
vertical-align: middle;
|
||||
color: #006699;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user