Subversion Repositories SmartDukaan

Rev

Rev 6526 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
        <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
        <meta name="Description" content="$action.getPageMetaDesc()" />
        <meta name="keywords" content="$action.getPageMetaKeywords()" />
    <!-- Prevent MS Office toolbar from changing layout -->
    <meta http-equiv="imagetoolbar" content="false" />
    <meta name="MSSmartTagsPreventParsing" content="true" />
    <title>$action.getSpecialPageTitle() | ${domain.name}</title>
 #include ( "templates/commoncssfiles.vm" )
        <link rel="stylesheet" href="/css/jquery-ui-1.8.6.custom.css" type="text/css" media="all" />
        <script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>
</head>
<body>
        <noscript>
                <p id="noScript">Please enable <em>Javascript</em> for this Website to function correctly!</p>
        </noscript>
        $action.getHeaderSnippet()
        <!-- Main -->
<div id="main">
        <div class="main-content">
                <div class="main-top">
                        <div class="bread-crumbs">
                                <a href="/">Home</a>&nbsp;&gt;&nbsp;
                                <a href="#">$action.getSpecialPageName()</a>
                        </div>
                </div>
                <div class="main-left left">
        <!-- Best Deals -->
        <div id="productListing">
                        <div class="middle">
                                <div class="content blue-border">

                                        <!-- productListTop -->
                                        <div class="productListTop">
                                                <div class="productListResult"></div>
                                                <div class="clearBoth"></div>
                                        </div>
                                        <!-- /productListTop -->

                                        <!-- productListCenter -->
                                        <div id="productListingContent">
                                                <ul class="deal-items best-deals-page-items">
                                                #set ( $snippets = $action.getTagSnippets() )
                                                #set( $isLeft = 0 )
                                                
                                                #foreach ( $snippet in $snippets )
                                                        #if( $isLeft == 0 )
                                                                #set($class="floatLeft")
                                                                #set($isLeft = 1)
                                                        #else
                                                                #set($class="floatRight")
                                                                #set($isLeft = 0)
                                                        #end
                                                        <li class="$class">
                                                                $snippet
                                                </li>
                                                #end
                                                </ul>
                                                <div class="clearBoth"></div>
            </div>
            <!-- /productListCenter -->
            <!-- productListBottom -->
            <div class="productListBottom"></div>
            <!-- /productListBottom -->
                        <div class="clearBoth"></div>
          </div>
        </div>
      </div>
      <!-- /Best Sellers -->
                </div>
                <!-- Widgets -->
                <div class="widgets right">
                        $action.getCartWidgetSnippet()
                        <div id="myresearch" class="common-widget">
                                #include("templates/myresearch.vm")
                        </div>
                        <div id="browsehistory" class="common-widget">
                                #include("templates/browsehistory.vm")
                        </div>
                </div>
                <!-- /Widgets -->
        </div>
</div>
<!-- /Main -->
#include("templates/footer.vm")
<!-- color by color lightbox -->
<div style="display:none;">
        <div class="colorSelLightBoxColor">
                <form name="frmColorSelName" method="post" action="#">
                        <h1>Color Selector</h1>
                        <h2>"Please choose color of product"</h2>
                        <div class="content"></div>
                        <div class="bigImgButton yellow-image">
                                <input value="Continue" type="button" class="button" onclick="selectColor();" />
                        </div>
                        <div class="clearBoth"></div>
                </form>
        </div>
</div>
<!-- /color by color lightbox -->

    #include ( "templates/commonjsfiles.vm" )
    <script language="javascript" type="text/javascript" src="/js/priceSlider.js"></script>
    <script type="text/javascript" charset="utf-8">
        $(function(){
                        $('ul.product-description li').truncate({addtitle: true});
        });
    </script>
</body>
</html>