% option explicit ' Aligalbum by Steven Alig ' ***************************** ' 02-32-08 ' Removed comments section due to excessive spam attack ' Version 2.0.1 ' 03-14-04 ' Added Email address to comments section %> <% myPic= request.querystring("picture") if len(myPic) < 2 then myPic = "0" & myPic End if myFolder= request.querystring("album") If myFolder <> "" then imagetextfilepath = "..\text\"&myFolder&".txt" commenttextfilepath = "..\text\"&myFolder&"_com\" i2=0 'This sets the counter for the comments text %>
<%= varAlbumTitle %> - <%= varAlbumDate %> |
||
| <% If myPic > 0 Then %>
<%= myPic %> of <%= varCounter %>
<% Else %>
<%= varAlbumDescription %>
<% End If %>
|
| <% Response.write MyArray(myPicNum) %> | ||
|
|
" %> <%If CheckText = True Then myPicNum = int(varCounter)-1 If myPicNum <= ubound(MyArray) then%> <% Response.write MyArray(myPicNum) %> <% End if End if %> <% Response.write " | "
if i mod 4 = 3 then
Response.write " " If i mod 4 = 2 then response.write " | " If i mod 4 = 3 then response.write " | " %> |