版权归属更新

dev_bj
jingquan huang 6 years ago
parent bb19710158
commit 3a68b2cb0e

@ -16,7 +16,8 @@
</ul>
</div>
<div>
<p class="footer_con-p inline lineh-30"><span class="font-18 fl">©</span>&nbsp;2019&nbsp;EduCoder<span class="ml15 mr15">湘ICP备17009477号</span><a href="https://team.trustie.net" style="color: #888;" target="_blank">Trustie</a>&nbsp;&nbsp;&nbsp;&&nbsp;&nbsp;&nbsp;IntelliDE inside.</p>
<p class="footer_con-p inline lineh-30"><span class="font-18 fl">©</span>&nbsp;2019&nbsp;EduCoder<a style="color: #888;" target="_blank" href="http://beian.miit.gov.cn/" class="ml15 mr15">湘ICP备17009477号</a>
<a href="https://team.trustie.net" style="color: #888;" target="_blank">Trustie</a>&nbsp;&nbsp;&nbsp;&&nbsp;&nbsp;&nbsp;IntelliDE inside. <span class="ml15 mr15">版权所有 湖南智擎科技有限公司</span></p>
</div>
<div class="cl"></div>
</div>

@ -46,20 +46,20 @@
</div>
</tr>
<script>
$(document).ready(function(){
$.ajax({
url:"<%= repository_tree_changes_project_path(@project, :rev => @rev, :ent_path => ent_path, :gpid => @project.gpid) %>",
type: "GET",
data: "text",
success:function(data){
$('#changes_message_<%=tr_id %>').html(data.message)
$('#changes_author_<%=tr_id %>').html(data.author_name)
$('#changes_time_<%=tr_id %>').html(data.time)
}
});
});
</script>
<!-- <script>-->
<!-- $(document).ready(function(){-->
<!-- $.ajax({-->
<!-- url:"<%#= repository_tree_changes_project_path(@project, :rev => @rev, :ent_path => ent_path, :gpid => @project.gpid) %>",-->
<!-- type: "GET",-->
<!-- data: "text",-->
<!-- success:function(data){-->
<!-- $('#changes_message_<%#=tr_id %>').html(data.message)-->
<!-- $('#changes_author_<%#=tr_id %>').html(data.author_name)-->
<!-- $('#changes_time_<%#=tr_id %>').html(data.time)-->
<!-- }-->
<!-- });-->
<!-- });-->
<!-- </script>-->
<% end %>

Loading…
Cancel
Save