apps/com.awspaas.user.apps.gpt_interface/template/page/repositoryHome.html

35 lines
1.0 KiB
HTML
Raw Normal View History

2024-10-11 16:12:01 +08:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>模型文件</title>
<!-- JQuery -->
<script type="text/javascript" src="../commons/js/jquery/scripts/jquery.js"></script>
<script type="text/javascript" src="../commons/js/jquery/scripts/jquery.textchange.js"></script>
<script type="text/javascript" src="../commons/js/jquery/scripts/jquery.mousewheel.js"></script>
<!-- AWS UI -->
<link rel="stylesheet" type="text/css" href="../commons/css/awsui.css">
<script type="text/javascript" src="../commons/js/awsui.js"></script>
</script>
<script type="text/javascript">
var repositoryId = '<#repositoryId>';
var linkUrl='<#linkUrl>';
2024-10-30 14:27:28 +08:00
var taskId='<#taskId>';
var sid='<sid>';
2024-10-11 16:12:01 +08:00
</script>
</head>
<body>
</body>
<script>
$(function () {
2024-10-30 09:29:47 +08:00
var sid = window.opener.parent.sid;
location.href ="https://bpm.yili.com:8088/portal/r/w?cmd=com.actionsoft.apps.coe.pal.publisher_publish_file_open&uuid="+repositoryId+"&sid="+sid+"&taskId="+taskId;
2024-10-11 16:12:01 +08:00
})
2024-10-30 09:29:47 +08:00
</script>
<script>
2024-10-11 16:12:01 +08:00
</script>
</html>