/beta/CRM/reports.asp
ASP | 69 lines | 60 code | 6 blank | 3 comment | 1 complexity | f00d03d09587f952be3701f951cc820e MD5 | raw file
1<%@LANGUAGE="VBSCRIPT" CODEPAGE="1256"%><% 2'AR (6) 3PageTitle="����ԝ��" 4SubmenuItem=6 5if not Auth(1 , 6) then NotAllowdToViewThisPage() 6 7%> 8<!--#include file="top.asp" --> 9<!--#include File="../include_farsiDateHandling.asp"--> 10<!--#include File="../include_JS_InputMasks.asp"--> 11<!--#include File="../include_UtilFunctions.asp"--> 12<STYLE> 13 .RepTable {font-family:tahoma; font-size:9pt; direction: RTL; } 14 .RepTable td {border:1pt solid white;vertical-align:top;} 15 .RepTable a {text-decoration:none; color:#222288;} 16 .RepTable a:hover {text-decoration:underline;} 17 .RepTable2 th {font-size:9pt; padding:5px; background-color:#0080C0;height:25px;} 18 .RepTable2 td {height:25px;} 19 .RepTable2 input {font-family:tahoma; font-size:9pt; border:1 solid black;} 20 .RepTable2 select {font-family:tahoma; font-size:9pt; border:1 solid black;} 21</STYLE> 22<BR> 23<TABLE class="RepTable" align=center cellspacing=10 > 24 <TR height=110> 25 <TD style="border:1pt solid white;width:130pt" align=center> 26 <FORM METHOD=POST ACTION="Rep_Credit.asp"> 27 <table class="RepTable2" id="AInvoices"> 28 <tr> 29 <th colspan="2">����� ��� ������</td> 30 </tr> 31 <tr> 32 <td align=left>����� ��</td> 33 <td><INPUT TYPE="text" NAME="limit" Value="0" style="width:75px;direction:LTR;" maxlength=10></td> 34 </tr> 35 36 </table> 37 <INPUT Class="GenButton" style="border:1 solid black;" TYPE="submit" value=" ����� "> 38 39 </FORM> 40 </TD> 41 <TD style="border:1pt solid white;width:130pt" align=center> 42 </TD> 43 <TD style="border:1pt solid white;width:130pt" align=center> 44 </td> 45 </tr> 46 <TR height=110> 47 <TD style="border:1pt solid white;width:130pt" align=center> 48 </TD> 49 <TD style="border:1pt solid white;width:130pt" align=center> 50 </TD> 51 <TD style="border:1pt solid white;width:130pt" align=center> 52 </td> 53 </tr> 54 <TR height=110> 55 <TD style="border:1pt solid white;width:130pt" align=center> 56 </TD> 57 <TD style="border:1pt solid white;width:130pt" align=center> 58 </TD> 59 <TD style="border:1pt solid white;width:130pt" align=center> 60 </td> 61 </tr> 62<% 63'----------------------------------------------------------------------------------------------------- 64 65'--------------------------------------------------------------- 66 67%> 68 69<!--#include file="tah.asp" -->