Modificare il file:
\iwgallery\includes\inc_search.asp
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="box"> <tr> <td align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="1" align="left" class="box-header"><img src="../themes/<%= strTheme %>/box-menu-header-left.jpg"></td> <td width="100%" class="box-header">Ricerca</td> <td width="1" align="right" class="box-header"><img src="../themes/<%= strTheme %>/box-menu-header-right.jpg"></td> </tr> </table></td> </tr> <tr> <td align="left" valign="top" class="box-main"><form action="../search/results.asp" method="get" name="frmSearch" id="frmSearch"> <table width="100%" border="0" cellspacing="1" cellpadding="0" class="menu"> <tr> <td align="center"><input name="q" type="text" id="q" value="<%= Request.QueryString("q") %>"></td> </tr> <tr> <td align="center"><select name="w" id="w"> <option value="" <%If (Not isNull(Request.QueryString("w"))) Then If ("" = CStr(Request.QueryString("w"))) Then Response.Write("SELECTED") : Response.Write("")%>>Tutte le parole</option> <option value="any" <%If (Not isNull(Request.QueryString("w"))) Then If ("any" = CStr(Request.QueryString("w"))) Then Response.Write("SELECTED") : Response.Write("")%>>Almeno una parola</option> <option value="exact" <%If (Not isNull(Request.QueryString("w"))) Then If ("exact" = CStr(Request.QueryString("w"))) Then Response.Write("SELECTED") : Response.Write("")%>>Frase esatta</option> </select> </td> </tr> <tr> <td align="center"><input type="submit" name="Submit" value="Trova »" class="button"></td> </tr> </table> </form></td> </tr> <tr> <td align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="1" align="left" class="box-bottom"><img src="../themes/<%= strTheme %>/box-menu-bottom-left.jpg"></td> <td width="100%" class="box-bottom"><img src="../images/shim.gif" width="1" height="1"></td> <td width="1" align="right" class="box-bottom"><img src="../themes/<%= strTheme %>/box-menu-bottom-right.jpg"></td> </tr> </table></td> </tr> </table>
[
Íàçàä
]