View previous topic :: View next topic |
Author |
Message |
Tim1681 -
Joined: 17 Jan 2005 Posts: 160 Location: Bristol, CT, USA
|
Posted: Wed Apr 20, 2005 4:31 pm Post subject: SSI Template Questions |
|
|
1st Question:
I am not new to this so feel free to go technical, Is there any way to view the contents of a folder through the Directory Listing Abyss makes even though there is an index.php/.htm file in that folder?
2nd Question:
I've made an SSI Template and IE always tells me tht its Expected a ";" at line 12 in 4 different places. I've overlooked the code MANY times and still cannot find where i need to put in the ";"
Header
Code: | <html>
<head>
<title>Index of: /ZGServ<!-- #echo var="URL" --></title>
<style type="text/css">
body {font-family: verdana; font-size: 9px; cursor: default;}
td {font-family: verdana; font-size: 9px; color: #FFFFFF; cursor: default;}
table {border: 1px #FFFFFF solid;}
</style>
</head>
<body bgcolor="#535353"<b>Welcome to ZGServ</b><br>
Current Directory: /ZGServ<!-- #echo var="URL" --><br>
Server Time: <!-- #echo var="DATE_LOCAL" --><br><br>
<table align="center" callpadding="0" cellspacing="0" width="80%">
<tr><td>File Name:</td><td>File Size:</td><td>File Type:</td><td>File Date:</td></tr> |
Body:
Code: | <tr onMouseOver="this.style.backgroundColor='#252525'" onMouseOut="this.style.backgroundColor=''" onclick="location.href='<!-- #echo var="DIRLIST_FILE_URL" -->'">
<td><!-- #echo var="DIRLIST_FILE_NAME" --></td>
<td><!-- #echo var="DIRLIST_FILE_SIZE" --></td>
<td><!-- #echo var="DIRLIST_FILE_MIME_TYPE" --></td>
<td><!-- #echo var="DIRLIST_FILE_DATE" --></td></tr> |
:( |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Thu Apr 21, 2005 5:29 pm Post subject: Re: SSI Template Questions |
|
|
Tim1681 wrote: |
I am not new to this so feel free to go technical, Is there any way to view the contents of a folder through the Directory Listing Abyss makes even though there is an index.php/.htm file in that folder?
|
You should remove index.html and index.php from the Index Files table.
Quote: |
I've made an SSI Template and IE always tells me tht its Expected a ";" at line 12 in 4 different places. I've overlooked the code MANY times and still cannot find where i need to put in the ";"
|
The template worked fine for us on IE 6. Can you save the source code of the HTML page that IE complaints about and copy it here. Do not forget to give us the exact error messages you receive. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
Tim1681 -
Joined: 17 Jan 2005 Posts: 160 Location: Bristol, CT, USA
|
Posted: Fri Apr 22, 2005 2:45 pm Post subject: |
|
|
Its ok now, i changed it around a bit. But its only a problem with that one folder where i have over 100 Files. |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Fri Apr 22, 2005 8:33 pm Post subject: |
|
|
Tim1681,
Is it possible to send to support@aprelium.com the HTML code of that folder listing? We want to check the problem and to determine its origin (if it is cause by Abyss or by IE). _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
Tim1681 -
Joined: 17 Jan 2005 Posts: 160 Location: Bristol, CT, USA
|
Posted: Fri Apr 22, 2005 10:36 pm Post subject: |
|
|
Done. :D |
|
Back to top |
|
 |
|