- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <title>CFServer Index</title>
- <style type="text/css">
- <!--
- .styletable
- {
- font-family:Verdana, Arial, Helvetica, sans-serif;
- font-size:9pt;
- border-color:#333333;
- border-style:solid;
- border-width:thin;
- }
- .stylefont
- {
- font-family:Verdana, Arial, Helvetica, sans-serif;
- font-size:9pt;
- }
- body,td,th {
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 9pt;
- color: #000000;
- }
- a {
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 9pt;
- color: #000000;
- }
- a:link {
- text-decoration: none;
- }
- a:visited {
- text-decoration: none;
- color: #000000;
- }
- a:hover {
- text-decoration: underline;
- color: #000000;
- }
- a:active {
- text-decoration: none;
- color: #000000;
- }
- -->
- </style>
- </head>
- <body class="stylefont">
-
- <p class="stylefont" align="center">
- <b>MENU</b><br><br>
- Bienvenue sur le serveur de ColdFusion<br><br>
- </p>
-
- <p class="stylefont" align="center">
- <ul>
- <cfdirectory action="LIST" directory="C:\CFusionMX\wwwroot\"
- name="MyDirectory">
- <cfoutput query="MyDirectory">
- <li><a href="#MyDirectory.name#">#MyDirectory.name#</a></li>
- </cfoutput>
- </ul>
- </p>
-
- </body>
- </html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>CFServer Index</title>
<style type="text/css">
<!--
.styletable
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9pt;
border-color:#333333;
border-style:solid;
border-width:thin;
}
.stylefont
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9pt;
}
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #000000;
}
a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #000000;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: underline;
color: #000000;
}
a:active {
text-decoration: none;
color: #000000;
}
-->
</style>
</head>
<body class="stylefont">
<p class="stylefont" align="center">
<b>MENU</b><br><br>
Bienvenue sur le serveur de ColdFusion<br><br>
</p>
<p class="stylefont" align="center">
<ul>
<cfdirectory action="LIST" directory="C:\CFusionMX\wwwroot\"
name="MyDirectory">
<cfoutput query="MyDirectory">
<li><a href="#MyDirectory.name#">#MyDirectory.name#</a></li>
</cfoutput>
</ul>
</p>
</body>
</html>