软测单独项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
907 B

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="FormDesigner.aspx.cs" Inherits="FangYar.WebUI.WorkFlow.FormDesigner" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<iframe style=" width:100%;height:100%; min-height:800px; min-width:1200px;" src="Platform/WorkFlowFormDesigner/Default.aspx?appid=aa80e3aa-6547-416e-839b-a25bc7f2a099&tabid=tab_aa80e3aa6547416e839ba25bc7f2a099#"></iframe>
</div>
</form>
<script>
var mainTab = null;
var mainTree = null;
var mainDialog = new RoadUI.Window();
var currentDateTimeSpan = $("#CurrentDateTimeSpan");
var userID = '<%=CurrentUserID%>';
var rootdir = '<%=SitePath%>';
</script>
</body>
</html>