1<%@ Page Language="C#" %>
2<%@ Register TagPrefix="mono" TagName="MonoSamplesHeader" src="~/controls/MonoSamplesHeader.ascx" %>
3<%@ Register TagPrefix="mono" TagName="FileList" src="~/controls/FileList.ascx" %>
4<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
5<html>
6<head>
7<title>Directory index</title>
8<link rel="stylesheet" type="text/css" href="/mono-xsp.css">
9<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
10</head>
11<body><mono:MonoSamplesHeader runat="server"/>
12<form runat="server">
13  <p>The following directories and files are found in this directory:</p>
14  <blockquote>
15    <mono:FileList runat="server"/>
16  </blockquote>
17</form>
18</body>
19</html>
20