Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 79 | Rev 81 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 79 Rev 80
Línea 38... Línea 38...
38
			<div class="col-md-12 col-sm-12">
38
			<div class="col-md-12 col-sm-12">
39
				<!-- Content -->
39
				<!-- Content -->
40
				<div class="row" id="row-forms">
40
				<div class="row" id="row-forms">
41
					<div class="col-md-12">
41
					<div class="col-md-12">
42
							<!-- Begin: life time stats -->
42
							<!-- Begin: life time stats -->
43
							<div class="portlet box blue-dark">
43
						<div class="portlet box blue-dark">
44
									<div class="portlet-title ">
44
								<div class="portlet-title ">
45
											<div class="caption">
45
										<div class="caption">
46
													<i class="fa fa-dot-circle-o"></i>AutoEvaluacion
46
												<i class="fa fa-dot-circle-o"></i>AutoEvaluacion
47
											</div>
47
										</div>
48
											<div class="actions portlet-toggler">
48
										<div class="actions portlet-toggler">
49
													<button class="btn blue btn-add-form"  data-toggle="tooltip" title="Add Form">
49
												<button class="btn blue btn-add-form"  data-toggle="tooltip" title="Add Form">
50
														<i class="fa fa-plus"></i> Add
50
													<i class="fa fa-plus"></i> Add
51
													  </button>
51
													</button>
52
													<button class="btn red hide btn-delete-forms" data-action="delete" data-toggle="tooltip" title="Delete Selected"><i class="fa fa-minus"></i> Delete Selected</button>
52
												<button class="btn red hide btn-delete-forms" data-action="delete" data-toggle="tooltip" title="Delete Selected"><i class="fa fa-minus"></i> Delete Selected</button>
53
													<div class="btn-group"></div>
53
												<div class="btn-group"></div>
54
											</div>
54
										</div>
Línea -... Línea 55...
-
 
55
 
-
 
56
								</div>
-
 
57
								<div class="portlet-body portlet-toggler">
-
 
58
									<table id="table-form" class="table table-striped table-bordered table-hover">
-
 
59
 
-
 
60
									</table>
-
 
61
								</div>
-
 
62
								<div class="portlet-body portlet-toggler pageform" style="display:none;"></div>
-
 
63
						</div>
-
 
64
					</div>
-
 
65
				</div>
-
 
66
				<!-- End Content -->
-
 
67
				<!-- Row Edit -->
-
 
68
				<div class="row" id="row-edit" style="display: none">
-
 
69
					<div class="col-xs-12 col-md-12">
-
 
70
						<form action="#" name="form-main" id="form-main">
-
 
71
							<input type="hidden" name="form-id" id="form-id" value="0" />
-
 
72
							<input type="hidden" name="form-continue" id="form-continue" value="0" />
-
 
73
									<div class="form-group">
-
 
74
										<label for="form-name">Name</label>
-
 
75
										<input type="text" name="form-name" id="form-name" class="form-control" maxlength="50" />
-
 
76
									</div>
-
 
77
									<div class="form-group">
-
 
78
										<label for="form-description">Description</label>
-
 
79
										<!--  ckeditor -->
55
 
80
										<textarea  name="form-description" id="form-description" rows="5" class="ckeditor form-control"></textarea>
56
									</div>
-
 
57
									<div class="portlet-body portlet-toggler">
-
 
Línea -... Línea 81...
-
 
81
									</div>
-
 
82
 
-
 
83
									<div class="form-group">
-
 
84
										<label for="form-text">Text</label>
-
 
85
										<!--  ckeditor -->
-
 
86
										<textarea  name="form-text" id="form-text" rows="5" class="ckeditor form-control"></textarea>
-
 
87
									</div>
-
 
88
									<div class="form-group">
-
 
89
										<label for="form-language">Language</label>
-
 
90
										<select name="form-language" id="form-language" class="form-control">
58
										<table id="table-form" class="table table-striped table-bordered table-hover">
91
											<option value="EN">English</option>
59
 
92
											<option value="SP">Spanish</option>
-
 
93
										</select>
-
 
94
									</div>
-
 
95
									<div class="form-group">
-
 
96
										<label for="form-status">Status</label>
-
 
97
										<select name="form-status" id="form-status" class="form-control">
-
 
98
											<option value="D">Inactive</option>
-
 
99
											<option value="A">Active</option>
-
 
100
										</select>
-
 
101
									</div>
-
 
102
									<br/>
-
 
103
									<div class="row">
-
 
104
								<div class="col-xs-12 col-md-12 text-right">
-
 
105
									<button class="btn btn-primary" id="btn-add-section" data-toggle="tooltip" title="New Section"><i class="fa fa-plus" aria-hidden="true"></i> New Section</button>
-
 
106
								</div>
-
 
107
							</div>
-
 
108
							<br>	
60
										</table>
109
							<div class="row">
-
 
110
								<div class="col-xs-12 col-md-12">
-
 
111
									<div class="panel-group" id="accordion">
-
 
112
									
-
 
113
 
-
 
114
									
-
 
115
									</div>	                  
-
 
116
								</div>
-
 
117
							</div>	
-
 
118
							
-
 
119
 
-
 
120
							<div class="form-group">
-
 
121
								<button type="button" class="btn btn-info btn-form-save-continue">Save & Continue</button>
61
									</div>
122
								<button type="button" class="btn btn-primary btn-form-save-close">Save & Close</button>
-
 
123
								<button type="button" class="btn btn-secondary btn-edit-cancel">Cancel</button>
62
									<div class="portlet-body portlet-toggler pageform" style="display:none;"></div>
124
							</div>
63
							</div>
125
						</form>
-
 
126
					</div>
64
					</div>
127
				</div>
65
				</div>
128
				<!-- End Row Edit -->
66
			</div>
-
 
67
		</div>
129
			</div>
68
        
130
		</div>