Modificare il file:
\Galleria\choosepref.asp
<% If Request.Form("Button") <> "" Then If Request.Form("Button") = "Thumbnails" then Response.Cookies("BrowseChoice")="Thumbnails" End If If Request.Form("Button") = "File Names Only" then Response.Cookies("BrowseChoice")="Textonly" End If CloseWindow = "yes" End If %> <script LANGUAGE="JavaScript"><!-- function CloseFolder() { self.opener.location.reload(); window.close(); return false; } //--></script> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta name="GENERATOR" content="Microsoft FrontPage 6.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <title><--Choose Preferences--></title> <style> <!-- .result {padding : 2px 4px 0 4px;} .BAB_CPBodyStyleLocal { padding : 0; margin-left: 2pt; margin-right: 2pt; } .full-text-translation { padding : 4px; margin: 0 -2pt; } --> </style> </head> <body bgcolor="#FFFFFF" <%If CloseWindow = "yes" Then%> onload="CloseFolder()" <%End If%>> <p style="text-align: center"><font face="Verdana" size="3" color="#0000FF"> Selezionate il Vostro metodo di navigazione.</font><font color="#0000FF"> <br> </font></p> <table border="0" width="421"> <tr> <td align="center"><form method="POST"> <p><input type="submit" value="Miniature" name="Button"></p> </form> </td> <td align="center"> <form method="POST"> <p><input type="submit" value="Solo nome del file" name="Button"></p> </form> </td> </tr> </table> <p> <font face="Verdana" size="2"><span id="BABID_Results">Scegliendo <b>miniature</b> permetterà al browser di visualizzare immagini piccole, ottimo per una navigazione veloce. Tuttavia, se si preferisce usare <b>solo nome del file</b>, si potrà selezionare l'immagine solo attraverso i nomi dei file. La selezione sarà mantenuta per l'intera sessioni di browser.</span></font><font face="Verdana" size="2" color="#000000">.</font><font face="Verdana" size="2"> </font> <br> <br> </body> </html>
[
Íàçàä
]