Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXTREME 13.1 Demos/DXSK8/DXSK8.Phone/
Upload File :
Current File : C:/Users/Public/Documents/DXTREME 13.1 Demos/DXSK8/DXSK8.Phone/App.html

<!DOCTYPE html>
<html>
<head>
    <title>DXSK8</title>
        
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />

    <!-- Framework -->
    <script type="text/javascript" src="js/jquery-1.9.1.min.js"></script>
    <script type="text/javascript" src="js/jquery.mousewheel.js"></script>
    <script type="text/javascript" src="js/knockout-2.2.1.js"></script>
    <script type="text/javascript" src="js/globalize.min.js"></script>

    <script type="text/javascript" src="js/dx.all.js"></script>

    <link rel="stylesheet" type="text/css" href="css/dx.common.css" />
	<link rel="stylesheet" type="text/css" href="css/dx.ios.default.css" />
	<link rel="stylesheet" type="text/css" href="css/dx.android.holo-dark.css" />

    <link rel="stylesheet" type="text/css" href="App.css" />
    <script type="text/javascript" src="js/Utils.js"></script>
    <script type="text/javascript" src="shared.config.js"></script>
    <script type="text/javascript" src="phone.config.js"></script>
    <script type="text/javascript" src="App.js"></script>
    <script type="text/javascript" src="data/db.js"></script>
    
    <script type="text/javascript" src="data/Products.js"></script>
    <script type="text/javascript" src="data/Orders.js"></script>
    <script type="text/javascript" src="data/OrderItems.js"></script>
    <script type="text/javascript" src="data/Inventories.js"></script>
    
    <!-- Layouts -->
    <script type="text/javascript" src="layouts/Navbar/NavbarLayout.js"></script>
    <link rel="stylesheet" type="text/css" href="layouts/Navbar/NavbarLayout.css" />
    <link rel="dx-template" type="text/html" href="layouts/Navbar/NavbarLayout.html"/>

    <link rel="stylesheet" type="text/css" href="layouts/CustomLayouts/StartLayout.css" />
    <link rel="dx-template" type="text/html" href="layouts/CustomLayouts/StartLayout.html"/>    

    <!-- Views -->
    <script type="text/javascript" src="views/Start.js"></script>
    <link rel="dx-template" type="text/html" href="views/Start.dxview"/>
    

    <script type="text/javascript" src="views/OrdersOverview.js"></script>
    <link rel="stylesheet" type="text/css" href="views/OrdersOverview.css"/>
    <link rel="dx-template" type="text/html" href="views/OrdersOverview.dxview"/>

    <script type="text/javascript" src="views/Orders.js"></script>
    <link rel="stylesheet" type="text/css" href="views/Orders.css"/>
    <link rel="dx-template" type="text/html" href="views/Orders.dxview"/>

    <script type="text/javascript" src="views/OrderItems.js"></script>
    <link rel="stylesheet" type="text/css" href="views/OrderItems.css"/>
    <link rel="dx-template" type="text/html" href="views/OrderItems.dxview"/>

    <script type="text/javascript" src="views/ProductDetails.js"></script>
    <link rel="dx-template" type="text/html" href="views/ProductDetails.dxview"/>
    <link rel="stylesheet" type="text/css" href="views/ProductDetails.css"/>

    <script type="text/javascript" src="views/ProductLookup.js"></script>
    <link rel="dx-template" type="text/html" href="views/ProductLookup.dxview"/>
    <link rel="stylesheet" type="text/css" href="views/ProductLookup.css"/>
</head>
<body>
    <div class="dx-viewport"></div>
</body>
</html>