Commit d83f01f2 by 石头

更新静态页

1 parent 57bb7e30
......@@ -335,6 +335,9 @@
</div>
</div>
</div>
<jsp:include page="/WEB-INF/jsp/include/footer.jsp"/>
<script src="${ctx}/static/js/special.js"></script>
<script>
function relationPic(id, data) {
return new vis.Network(document.getElementById(id), relationPicData, {
......@@ -409,4 +412,3 @@
wordAnalysis = relationPic('word-analysis', relationPicData);
});
</script>
<jsp:include page="/WEB-INF/jsp/include/footer.jsp"/>
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!