一些数据库的java开发编程

源代码在线查看: cart.vm

软件大小: 3241 K
上传用户: thor
关键词: java 数据库 编程
下载地址: 免注册下载 普通下载 VIP

相关代码

				$validator.getDynamicJavascript()
				
					 
					$text.cart_title
					#messageMarkup( ) 
				
				
					
						$text.product_item_name
						$text.product_item_price
						$text.cart_item_totalfee
						$text.btn_delete
						$text.cart_item_quantity
					
					#foreach( $cartitem in $cart.cartitems )
					
					 
						
						$cartitem.product.name
						$cartitem.product.price
						$cartitem.totalfee
						$text.btn_delete
						
							 
							
						
					
					
					#end
					#if( $cart )
					
						$text.cart_item_total
						$cart.totalfee $text.price_unit
					
					#end
				
				
				
					 
					
						
							
						
						
							#if( $shopping.isLogin() )
							
							#end
						
						
							
						
					
				
							

相关资源