editor-legacy/PHP/Tenant/Include/Pages/DataFormatModifyPage.wfx

29 lines
991 B
Plaintext

<html>
<head>
<link rel="stylesheet" type="text/css" href="http://static.alcehosting.net/dropins/WebFramework/StyleSheets/Main.css" />
<link rel="stylesheet" type="text/css" href="http://static.alcehosting.net/dropins/WebFramework/StyleSheets/Workday/Main.css" />
</head>
<body>
<h1>Modify Data Format</h1>
<h2>Slightly Mad Studios BFF archive</h2>
<wfx:TabContainer ID="tbsTabs">
<wfx:TabPage ID="tabImport" Title="Import">
<wfx:ListView ID="lvImportOptions">
<Columns>
<wfx:ListViewColumn Name="lvcType" Title="Field type" />
<wfx:ListViewColumn Name="lvcTitle" Title="Title" />
</Columns>
</wfx:ListView>
</wfx:TabPage>
<wfx:TabPage ID="tabImport" Title="Export">
<wfx:ListView ID="lvExportOptions">
<Columns>
<wfx:ListViewColumn Name="lvcType" Title="Field type" />
<wfx:ListViewColumn Name="lvcTitle" Title="Title" />
</Columns>
</wfx:ListView>
</wfx:TabPage>
</wfx:TabContainer>
</body>
</html>