Subversion Repositories SmartDukaan

Rev

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

Rev 5145 Rev 5146
Line 235... Line 235...
235
 
235
 
236
		</div>
236
		</div>
237
</div>
237
</div>
238
<!-- /Main -->
238
<!-- /Main -->
239
 
239
 
-
 
240
#include("templates/footer.vm")
-
 
241
 
-
 
242
#include ( "templates/commonjsfiles.vm" )
240
<script>
243
<script>
241
      $( "#txtDateOfBirth" ).datepicker({
244
      $( "#txtDateOfBirth" ).datepicker({
242
        changeMonth: true,
245
        changeMonth: true,
243
        changeYear: true,
246
        changeYear: true,
244
		yearRange: '1940:2000'
247
		yearRange: '1940:2000'
245
      });
248
      });
246
</script>
249
</script>
247
#include("templates/footer.vm")
-
 
248
 
-
 
249
#include ( "templates/commonjsfiles.vm" )
-
 
250
</body>
250
</body>
251
</html>
251
</html>