|
@@ -67,6 +67,12 @@
|
|
|
@click class="btn btn-primary btn-lg"
|
|
|
style="margin-top: 15px; width: 300px;height:60px;padding-top:12px;color:white">View/Manage/Invoke
|
|
|
Tasks</a></p>
|
|
|
+ <div class="img-container">
|
|
|
+ <h5>Producer</h5>
|
|
|
+ <a href="https://www.zju.edu.cn" target="_blank"><img src="img/zju.png"></a>
|
|
|
+ <a href="https://www.nus.edu.sg" target="_blank"><img src="img/nuslogo.png"></a>
|
|
|
+ <a href="https://www.xidian.edu.cn" target="_blank"><img src="img/xidian.png"></a>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div v-else-if="step == 1">
|
|
|
<h4 style="margin-top: 20px">Please select design mode</h4>
|
|
@@ -117,6 +123,12 @@
|
|
|
@click class="btn btn-primary btn-lg"
|
|
|
style="margin-top: 15px; width: 300px;height:60px;padding-top:12px;color:white">查看/管理/执行任务</a>
|
|
|
</p>
|
|
|
+ <div class="img-container">
|
|
|
+ <h5>出品方</h5>
|
|
|
+ <a href="https://www.zju.edu.cn" target="_blank"><img src="img/zju.png"></a>
|
|
|
+ <a href="https://www.nus.edu.sg" target="_blank"><img src="img/nuslogo.png"></a>
|
|
|
+ <a href="https://www.xidian.edu.cn" target="_blank"><img src="img/xidian.png"></a>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div v-else-if="step == 1">
|
|
|
<h4 style="margin-top: 20px">请选择设计模式</h4>
|