Subversion Repositories SmartDukaan

Rev

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

Rev 8277 Rev 8300
Line 10... Line 10...
10
    <meta content="no-cache" http-equiv="Pragma">
10
    <meta content="no-cache" http-equiv="Pragma">
11
    <meta content="-1" http-equiv="Expires">
11
    <meta content="-1" http-equiv="Expires">
12
    <meta content="http://new.digi.com.my/cs/site_template/ecommerce/images/general/logo_digi.jpg">
12
    <meta content="http://new.digi.com.my/cs/site_template/ecommerce/images/general/logo_digi.jpg">
13
 
13
 
14
    <title>Androidland | Welcome to Androidland</title>
14
    <title>Androidland | Welcome to Androidland</title>
-
 
15
	#include ( "templates/commonjsfiles.vm" )
15
    #include ( "templates/commoncssfiles.vm" )
16
    #include ( "templates/commoncssfiles.vm" )
-
 
17
	<script type="text/javascript" src="/js/jquery.slidy.min.js"></script>
16
    <link href="/css/androidland/style.css" rel="stylesheet" type="text/css">
18
    <link href="/css/androidland/style.css" rel="stylesheet" type="text/css">
17
    <!--<link href="/css/header-footer.css" rel="stylesheet" type="text/css">-->
19
    <!--<link href="/css/header-footer.css" rel="stylesheet" type="text/css">-->
18
    <link href="/css/androidland/main.css" rel="stylesheet" type="text/css">
20
    <link href="/css/androidland/main.css" rel="stylesheet" type="text/css">
-
 
21
	<link type="text/css" rel="stylesheet" href="/css/jquery.slidy.css"/>
19
    <title></title>
22
    <title></title>
20
</head>
23
</head>
21
 
24
 
22
<body>
25
<body>
23
	<div id="fb-root"></div>
26
	<div id="fb-root"></div>
Line 39... Line 42...
39
            </script>
42
            </script>
40
 
43
 
41
            <div class="content_tabber_con">
44
            <div class="content_tabber_con">
42
                <div class="content_tabber_scroller">
45
                <div class="content_tabber_scroller">
43
                    <a class="content_tabber  current" href="/androidland-overview">Overview
46
                    <a class="content_tabber  current" href="/androidland-overview">Overview
44
						<img src="/images/androidland/orange-tab.png" style="width: 77px;">
47
						<img src="/images/androidland/orange-tab.png" style="width: 100%;">
45
					</a>
48
					</a>
46
					<a class="content_tabber" href="/androidland">AndroidLand Store</a>
49
					<a class="content_tabber" href="/androidland">AndroidLand Store</a>
47
					<a class="content_tabber" href="/androidland-devices">Android Devices</a>
50
					<a class="content_tabber" href="/androidland-devices">Android Devices</a>
48
					<a class="content_tabber" href="/androidland-apps">Android Apps</a> 
51
					<a class="content_tabber" href="/androidland-apps">Android Apps</a> 
49
                </div><!-- .content_tabber_con -->
52
                </div><!-- .content_tabber_con -->
Line 63... Line 66...
63
					
66
					
64
					<div>
67
					<div>
65
						&nbsp;
68
						&nbsp;
66
                    </div>
69
                    </div>
67
					
70
					
68
					<img src='/images/androidland/overview-123.jpg'>
71
                    <div id="overview-banners">
-
 
72
                        <a href="#"><img src="/images/androidland/overview-advice.jpg" title="Expert Advice"/></a>
-
 
73
                        <a href="#"><img src="/images/androidland/overview-apps.jpg" title="Favorite Apps"/></a>
-
 
74
                        <a href="#"><img src="/images/androidland/overview-device.jpg" title="Best Devices"/></a>
-
 
75
                    </div>
-
 
76
					<br>
-
 
77
					<br>
69
					<br>
78
					<br>
70
 
79
 
71
                    <div>
80
                    <div>
72
                        <table width="100%">
81
                        <table width="100%">
73
                            <tbody>
82
                            <tbody>
Line 311... Line 320...
311
                </div><!-- .grid_3_right -->
320
                </div><!-- .grid_3_right -->
312
            </div><!-- .content -->
321
            </div><!-- .content -->
313
        </div>
322
        </div>
314
    </div>
323
    </div>
315
    	#include("templates/footer.vm")
324
    	#include("templates/footer.vm")
-
 
325
    <script>
-
 
326
		jQuery('#overview-banners').slidy({
-
 
327
            animation:  'fade',
-
 
328
			children: 'a',
-
 
329
            menu:       true,
-
 
330
            pause:      true,
-
 
331
            speed:      1000,
-
 
332
            time:       4000,
-
 
333
			width:		685,
-
 
334
			height:		214
-
 
335
        });
-
 
336
	</script>
316
</body>
337
</body>
317
</html>
338
</html>
318
339