Subversion Repositories SmartDukaan

Rev

Rev 21874 | Rev 24923 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21874 Rev 24921
Line 1... Line 1...
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml">
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
	<head>
3
	<head>
4
        <script type="text/javascript" src="/js/jquery-1.4.2.js"></script>
4
        <script type="text/javascript" src="/js/jquery-1.4.2.js"></script>
-
 
5
        <script type="text/javascript" src="/inventory/js/jquery.dataTables.min.js"></script>
5
		<title>
6
		<title>
6
			Suppliers
7
			Suppliers
7
		</title>
8
		</title>
8
        <script>
9
        <script>
9
            $(document).ready(function() {
10
            $(document).ready(function() {
10
                $('td').css('white-space', 'nowrap');
11
                $('td').css('white-space', 'nowrap');
-
 
12
                $('table').dataTable({
-
 
13
					"sPaginationType": "full_numbers",
-
 
14
		            "aaSorting" : [ [ 1, 'desc' ] ],
-
 
15
		            "bAutoWidth": true,
-
 
16
		            "iDisplayLength" : 25,
-
 
17
		            "sDom" : 'T<"clear">lfrtip',
-
 
18
		            "oTableTools" : {
-
 
19
		                "sSwfPath" : "swf/copy_cvs_xls_pdf.swf"
-
 
20
		            },
-
 
21
		        });
11
            });
22
            });
12
        </script>
23
        </script>
13
	</head>
24
	</head>
14
	<body>
25
	<body>
15
        <a href="/inventory">Go to Home page</a>
26
        <a href="/inventory">Go to Home page</a>