Tiny Test Shop Source Code

The Source code of Tiny Test Shop consists of 8 Velocity template and one javascript file. "shop.vm" is the main template, the other templates are included depending the application's state.


<div id="shop_container">	
    <div id="shop_progress">
		#include ("progress.vm")		
	</div>	
    <div id="shop_content">
		#include ("content.vm")		
	</div>
</div>