Basf_EProject/EProject/FineUIPro.Web/common/source.aspx

23 lines
623 B
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="source.aspx.cs" Inherits="FineUIPro.Web.source" %>
<!DOCTYPE html>
<html>
<head runat="server">
<title></title>
<style type="text/css">
iframe
{
padding: 0px;
margin: 0px;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" AutoSizePanelID="TabStrip1" runat="server"></f:PageManager>
<f:TabStrip ID="TabStrip1" ShowBorder="false" TabPosition="Top" runat="server" ShowInkBar="true" InkBarPosition="Top">
</f:TabStrip>
</form>
</body>
</html>