Files
LeafWeb/WebCms/Umbraco/Dialogs/imageViewer.aspx
T
2016-11-07 12:56:17 -05:00

15 lines
388 B
Plaintext

<%@ 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>