/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>
23.1.2 by galaxyAbstractor
Fixed database stuff, added files to database.
19
						
23.1.1 by galaxyAbstractor
Removed codeigniter user guide, shouldn't be in the repo
20
							
23.1.2 by galaxyAbstractor
Fixed database stuff, added files to database.
21
							<div id="dropbox">
22
								<span class="message"><i>Drop files here to upload</i></span>
23
24
								<div class="progressHolder">
25
									<div class="progress"></div>
26
								</div>
27
							</div>
28
							<div id="filelist">
29
							</div>
20.1.1 by galaxyAbstractor
* Added an simple admin panel to the codeviewer-cmssy stuff
30
							<?php 
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
								echo form_open(base_url().'admin/managepage');
33
			                                   			echo form_label('Documentation', 'documentation');
23.1.2 by galaxyAbstractor
Fixed database stuff, added files to database.
34
			                                   			echo form_textarea(array('name' => 'documentation',  'class' => 'ckeditor'/*, 'value' => $documentation*/));
20.1.1 by galaxyAbstractor
* Added an simple admin panel to the codeviewer-cmssy stuff
35
			                                   			echo form_hidden('cid',$cid); 
36
			                                   			echo form_hidden('example',$example); 
37
			                                   			echo form_hidden('page',$page); 
23.1.2 by galaxyAbstractor
Fixed database stuff, added files to database.
38
			                                   			echo form_hidden('files'); 
20.1.1 by galaxyAbstractor
* Added an simple admin panel to the codeviewer-cmssy stuff
39
			                                   			echo "<br>";
23.1.2 by galaxyAbstractor
Fixed database stuff, added files to database.
40
			                                   			echo form_submit(array('name' => 'submit', 'value' => 'Update page', "class" => "btn btn-primary")); 
20.1.1 by galaxyAbstractor
* Added an simple admin panel to the codeviewer-cmssy stuff
41
								echo form_close(); 
23.1.1 by galaxyAbstractor
Removed codeigniter user guide, shouldn't be in the repo
42
								
20.1.1 by galaxyAbstractor
* Added an simple admin panel to the codeviewer-cmssy stuff
43
							 ?>
23.1.1 by galaxyAbstractor
Removed codeigniter user guide, shouldn't be in the repo
44
						
45
					</div>
46
					<div class="span6">
47
						<?php 
48
							echo $editors;
49
						?>
20.1.1 by galaxyAbstractor
* Added an simple admin panel to the codeviewer-cmssy stuff
50
					</div>
51
					
52
				</div>
53
			</div>
54
55
		</div>
56
	</div>
57
</body>
58
59
</html>