Subversion Repositories SmartDukaan

Rev

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

Rev 22191 Rev 22192
Line 1... Line 1...
1
<html>
1
<html>
2
<head>
2
<head>
3
 
3
 
4
<script src="resources/fofo-form/js/jquery-1.10.2.min.js"></script>
4
<script src="${rc.contextPath}/resources/fofo-form/js/jquery-1.10.2.min.js"></script>
5
<link rel="stylesheet" href="resources/fofo-form/css/bootstrap.min.css"/>
5
<link rel="stylesheet" href="${rc.contextPath}/resources/fofo-form/css/bootstrap.min.css"/>
6
<link rel="stylesheet" type="text/css" href="resources/fofo-form/css/main.css"/>
6
<link rel="stylesheet" type="text/css" href="${rc.contextPath}/resources/fofo-form/css/main.css"/>
7
<!-- Optional theme -->
7
<!-- Optional theme -->
8
<link rel="stylesheet" href="resources/fofo-form/css/bootstrap-theme.min.css" />
8
<link rel="stylesheet" href="${rc.contextPath}/resources/fofo-form/css/bootstrap-theme.min.css" />
9
 
9
 
10
<!-- Latest compiled and minified JavaScript -->
10
<!-- Latest compiled and minified JavaScript -->
11
<script src="resources/fofo-form/js/bootstrap.min.js"></script>
11
<script src="${rc.contextPath}/resources/fofo-form/js/bootstrap.min.js"></script>
12
<script src="resources/fofo-form/js/bootstrapValidator.js"></script>
12
<script src="${rc.contextPath}/resources/fofo-form/js/bootstrapValidator.js"></script>
13
<script src="resources/fofo-form/js/reg.js"></script>
13
<script src="${rc.contextPath}/resources/fofo-form/js/reg.js"></script>
14
<script src="resources/fofo-form/js/reqformvalidator.js"></script>
14
<script src="${rc.contextPath}/resources/fofo-form/js/reqformvalidator.js"></script>
15
<script src="resources/fofo-form/js/fofoedit.js"></script>
15
<script src="${rc.contextPath}/resources/fofo-form/js/fofoedit.js"></script>
16
<script src="resources/fofo-form/js/jquery.blockUI.js"></script>
16
<script src="${rc.contextPath}/resources/fofo-form/js/jquery.blockUI.js"></script>
17
<script type="text/javascript">
17
<script type="text/javascript">
18
contexPath = "${rc.contextPath}";
18
contexPath = "${rc.contextPath}";
19
var jsonObj= "$fofoForm";
19
var jsonObj= "$fofoForm";
20
 $(document).ready(function(){
20
 $(document).ready(function(){
21
	readForm();
21
	readForm();