Modificare il file:
\Buoni-spesa-OLD\templates\titolo_export.htm
<html> <link REL="stylesheet" href="include/style.css" type="text/css"> <body onLoad="javascript:if (document.frmexport.btnSubmit != null) document.frmexport.btnSubmit.focus();"> {include_if_exists file="include/header.asp"} {doevent name="ExportOnLoad"} <form action="titolo_export.asp" method=get id=frmexport name=frmexport> <TABLE width=500px CELLPADDING=0 CELLSPACING=0 align=center border=0> <tr><td> <b class="xtop"><b class="xb1b"></b><b class="xb2b"></b><b class="xb3b"></b><b class="xb4b"></b></b> <div class="xboxcontentb"> <table border=0 CELLPADDING=3 CELLSPACING=0 width=500px class="main_table"> <tr> {if $options!=""}<td align=center class=upeditmenu>Range di dati</td>{/if} <td align=center class=upeditmenu>Formato in uscita</td> </tr> <tr><td width=100% height=1px colspan=2 bgcolor=white></td></tr> <tr><td colspan=2 style="padding:7px"> <div class=xboxcontent> <table cellpadding=0 cellspacing=0 border=0 width=100%> <tr valign=top> {if $options!=""} <td width=50% class=export_left> <INPUT TYPE="Radio" NAME="records" VALUE="all" CHECKED> Tutti i Record<br> <INPUT TYPE="Radio" NAME="records" VALUE="page"> Solo la pagina corrente<br> </td> {/if} <td width=50% class=export_right> <INPUT TYPE="Radio" NAME="type" VALUE="excel" CHECKED> <img src="images/excel.gif"> Excel <br><INPUT TYPE="Radio" NAME="type" VALUE="word"> <img src="images/word.gif"> Word <br><INPUT TYPE="Radio" NAME="type" VALUE="csv"> <img src="images/csv.gif"> CSV (valori separati da virgola) <br><INPUT TYPE="Radio" NAME="type" VALUE="xml"> <img src="images/xml.gif"> XML <br><INPUT TYPE="Radio" NAME="type" VALUE="pdf"> <img src="images/pdf.gif"> PDF </td> </tr> <tr><td class=menuline colspan=2></td></tr> <tr height=30 valign=middle> <td colspan=2 align=center class=downedit> <input type=submit name=btnSubmit value=" Esporta " class=button> </td></tr> </table> </div> <b class="xbottom"><b class="xb4a"></b><b class="xb3a"></b><b class="xb2a"></b><b class="xb1a"></b></b> </td></tr> </table> </div> <b class="xbottom"><b class="xb4b4"></b><b class="xb3b4"></b><b class="xb2b4"></b><b class="xb1b4"></b></b> </td></tr> </table> </form> {include_if_exists file="include/footer.asp"} </body> </html>
[
Íàçàä
]