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