/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
					<div class="span9">
						
						<div class="span9" id="content">
							<h2>Add example</h2>
							<?php 
								echo form_open(base_url().'admin/addexample');
			                                   			echo form_label('Example name', 'example');
			                                   			echo form_input(array('name' => 'example', 'required' => 'required'));
			                                   			echo form_label('Description', 'description');
			                                   			echo form_input(array('name' => 'description', 'required' => 'required'));
			                                   			echo form_hidden('cid',$cid); 
			                                   			echo form_hidden('categoryName',$categoryName); 
			                                   			echo form_hidden('subCategoryName',$subCategoryName); 
			                                   			echo "<br>";
			                                   			echo form_submit(array('name' => 'submit', 'value' => 'Add example', "class" => "btn btn-primary")); 
								echo form_close(); 


							 ?>
								
							</form>
						
						</div>
					</div>
					
				</div>
			</div>

		</div>
	</div>
</body>

</html>