15 lines
388 B
Plaintext
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>
|