Add WebCms

This commit is contained in:
2016-11-07 12:56:17 -05:00
parent dfe92218f4
commit 15911f33c0
2750 changed files with 365672 additions and 133 deletions
+14
View File
@@ -0,0 +1,14 @@
<%@ Page Language="c#" CodeBehind="imageViewer.aspx.cs" AutoEventWireup="True" Inherits="umbraco.dialogs.imageViewer" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<head>
<title>imageViewer</title>
</head>
<body>
<form id="Form1" method="post" runat="server">
<asp:PlaceHolder ID="image" runat="server">
</asp:PlaceHolder>
</form>
</body>
</html>