Subversion Repositories SmartDukaan

Rev

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

Rev 6058 Rev 6059
Line 106... Line 106...
106
<div class="message" style="padding-top: 30px;">
106
<div class="message" style="padding-top: 30px;">
107
	$status.get(2)
107
	$status.get(2)
108
</div>
108
</div>
109
</div>
109
</div>
110
</div>
110
</div>
111
</div>
-
 
112
				
-
 
113
 
-
 
114
				
-
 
115
				</div>
111
				</div>
116
			</div>
112
			</div>
-
 
113
    		<div class="widgets right">
117
			<div style="width:258px; margin-left:10px;float:right;height:636px;background-image:url('/images/back1.jpg');border:solid 1px #2789C1">
114
				<div style="height:636px;background-image:url('/images/back1.jpg');border:solid 1px #2789C1"></div>
118
			</div>
115
    		</div>
119
		</div>
116
		</div>
120
	</div>
117
	</div>
121
	#include("templates/footer.vm")
118
	#include("templates/footer.vm")
122
	<!-- color by color lightbox -->
-
 
123
	<div style="display:none;">
-
 
124
		<div class="colorSelLightBoxColor">
-
 
125
			<form name="frmColorSelName" method="post" action="#">
-
 
126
				<h1>Color Selector</h1>
-
 
127
				<h2>"Please choose color of product"</h2>
-
 
128
				<div class="content"></div>
-
 
129
				<div class="bigImgButton yellow-image">
-
 
130
					<input value="Continue" type="button" class="button" onclick="selectColor();" />
-
 
131
				</div>
-
 
132
				<div class="clearBoth"></div>
-
 
133
			</form>
-
 
134
		</div>
-
 
135
	</div>
-
 
136
	<!-- /color by color lightbox -->
-
 
137
	#include ( "templates/commonjsfiles.vm" )
-
 
138
	<script type="text/javascript" charset="utf-8">
-
 
139
$(function(){
-
 
140
	$('ul.product-description li').truncate({addtitle: true});
-
 
141
});
-
 
142
	</script>
-
 
143
</body>
119
</body>
144
</html>
120
</html>