一些数据库的java开发编程

源代码在线查看: orderdetail.vm

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

相关代码

				
					 
					$text.cart_title
					#messageMarkup( ) 
				
				
					
						$text.product_item_name
						$text.product_item_price
						$text.cart_item_totalfee
					
					#foreach( $orderitem in $orderitems )
					
						$orderitem.product.name
						$orderitem.price
						$orderitem.totalfee
					
					#end
					
						$text.cart_item_total
						$order.totalfee $text.price_unit
					
				
				
					 
					
						$text.order_item_name
						$!order.name
					
					
						$text.userinfo_item_postcode
						$!order.postcode
					
					
						$text.userinfo_item_address
						$!order.address
					
					
						$text.userinfo_item_email
						$!order.email
					
					
						$text.userinfo_item_telp
						$!order.telp
					
					
						
							#if( $shopping.isAdmin() && $order.isNotDispose() )
															onClick="javascript:window.location='disposeorder.do?p=finish&id=$!order.id';">  
															onClick="javascript:window.location='disposeorder.do?p=cancel&id=$!order.id';">  
							#end
							  
							
						
						
					
				
							

相关资源