/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk
20.1.1 by galaxyAbstractor
* Added an simple admin panel to the codeviewer-cmssy stuff
1
<body>
2
	<div  id="header">
3
		<div class="container">
4
			<div class="row">
5
				<div class="span12" id="nav">
6
				</div>
7
			</div>
8
		</div>
9
	</div>
10
	<div class="container">
11
		
12
		<div class="row">
13
			<div class="span12" id="mainpage">
14
				<div class="row">
23.1.1 by galaxyAbstractor
Removed codeigniter user guide, shouldn't be in the repo
15
					<div class="span6">
16
						
17
						
18
							<h3>Managing page - <?php echo $page?> </h3>
19
							
20.1.1 by galaxyAbstractor
* Added an simple admin panel to the codeviewer-cmssy stuff
20
							<?php 
23.1.1 by galaxyAbstractor
Removed codeigniter user guide, shouldn't be in the repo
21
	
20.1.1 by galaxyAbstractor
* Added an simple admin panel to the codeviewer-cmssy stuff
22
								echo form_open(base_url().'admin/managepage');
23
			                                   			echo form_label('Documentation', 'documentation');
23.1.1 by galaxyAbstractor
Removed codeigniter user guide, shouldn't be in the repo
24
			                                   			echo form_textarea(array('name' => 'documentation',  'class' => 'ckeditor', 'required' => 'required', 'value' => $documentation));
20.1.1 by galaxyAbstractor
* Added an simple admin panel to the codeviewer-cmssy stuff
25
			                                   			echo form_hidden('cid',$cid); 
26
			                                   			echo form_hidden('example',$example); 
27
			                                   			echo form_hidden('page',$page); 
28
			                                   			echo "<br>";
29
			                                   			echo form_submit(array('name' => 'submit', 'value' => 'Add page', "class" => "btn btn-primary")); 
30
								echo form_close(); 
23.1.1 by galaxyAbstractor
Removed codeigniter user guide, shouldn't be in the repo
31
								
20.1.1 by galaxyAbstractor
* Added an simple admin panel to the codeviewer-cmssy stuff
32
							 ?>
23.1.1 by galaxyAbstractor
Removed codeigniter user guide, shouldn't be in the repo
33
							
34
							<div id="dropbox">
35
								<span class="message"><i>Drop files here to upload</i></span>
20.1.1 by galaxyAbstractor
* Added an simple admin panel to the codeviewer-cmssy stuff
36
23.1.1 by galaxyAbstractor
Removed codeigniter user guide, shouldn't be in the repo
37
								<div class="progressHolder">
38
									<div class="progress"></div>
39
								</div>
40
							</div>
41
							<div id="filelist">
42
								<ul id="flist">
43
								</ul>
44
							</div>
45
						
46
					</div>
47
					<div class="span6">
48
						<?php 
49
							echo $editors;
50
						?>
20.1.1 by galaxyAbstractor
* Added an simple admin panel to the codeviewer-cmssy stuff
51
					</div>
52
					
53
				</div>
54
			</div>
55
56
		</div>
57
	</div>
58
</body>
59
60
</html>