mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	use template for themes page
This commit is contained in:
		| @@ -22,35 +22,5 @@ function DisplayThemeConfig() | ||||
|             break; | ||||
|     } | ||||
|  | ||||
| ?> | ||||
|   <div class="row"> | ||||
|   <div class="col-lg-12"> | ||||
|   <div class="panel panel-primary"> | ||||
|   <div class="panel-heading"><i class="fa fa-wrench fa-fw"></i> <?php echo _("Change Theme"); ?></div> | ||||
|   <div class="panel-body"> | ||||
|  | ||||
|     <h4><?php echo _("Theme settings"); ?></h4> | ||||
|  | ||||
|     <div class="row"> | ||||
|       <div class="form-group col-md-6"> | ||||
|         <label for="code"><?php echo _("Select a theme"); ?></label> | ||||
|           <select class="form-control" id="theme-select"><?php echo _("Select a Theme"); ?> | ||||
|             <option value="default" class="theme-link"<?php echo $cselected; ?>>RaspAP (default)</option> | ||||
|             <option value="hackernews" class="theme-link"<?php echo $hselected; ?>>HackerNews</option> | ||||
|             <option value="terminal" class="theme-link"<?php echo $tselected; ?>>Terminal</option> | ||||
|           </select> | ||||
|       </div> | ||||
|     </div> | ||||
|  | ||||
|     <form action="?page=system_info" method="POST"> | ||||
|       <?php echo CSRFTokenFieldTag() ?> | ||||
|       <input type="button" class="btn btn-outline btn-primary" value="<?php echo _("Refresh"); ?>" onclick="document.location.reload(true)" /> | ||||
|     </form> | ||||
|  | ||||
|   </div><!-- /.panel-body --> | ||||
|   </div><!-- /.panel-primary --> | ||||
|   </div><!-- /.col-lg-12 --> | ||||
|   </div><!-- /.row --> | ||||
| <?php | ||||
|     echo renderTemplate("themes", compact("cselected", "hselected", "tselected")); | ||||
| } | ||||
|  | ||||
|   | ||||
							
								
								
									
										28
									
								
								templates/themes.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								templates/themes.php
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,28 @@ | ||||
| <div class="row"> | ||||
| <div class="col-lg-12"> | ||||
| <div class="panel panel-primary"> | ||||
| <div class="panel-heading"><i class="fa fa-wrench fa-fw"></i> <?php echo _("Change Theme"); ?></div> | ||||
| <div class="panel-body"> | ||||
|  | ||||
|   <h4><?php echo _("Theme settings"); ?></h4> | ||||
|  | ||||
|   <div class="row"> | ||||
|     <div class="form-group col-md-6"> | ||||
|       <label for="code"><?php echo _("Select a theme"); ?></label> | ||||
|         <select class="form-control" id="theme-select"><?php echo _("Select a Theme"); ?> | ||||
|           <option value="default" class="theme-link"<?php echo $cselected; ?>>RaspAP (default)</option> | ||||
|           <option value="hackernews" class="theme-link"<?php echo $hselected; ?>>HackerNews</option> | ||||
|           <option value="terminal" class="theme-link"<?php echo $tselected; ?>>Terminal</option> | ||||
|         </select> | ||||
|     </div> | ||||
|   </div> | ||||
|  | ||||
|   <form action="?page=system_info" method="POST"> | ||||
|     <?php echo CSRFTokenFieldTag() ?> | ||||
|     <input type="button" class="btn btn-outline btn-primary" value="<?php echo _("Refresh"); ?>" onclick="document.location.reload(true)" /> | ||||
|   </form> | ||||
|  | ||||
| </div><!-- /.panel-body --> | ||||
| </div><!-- /.panel-primary --> | ||||
| </div><!-- /.col-lg-12 --> | ||||
| </div><!-- /.row --> | ||||
		Reference in New Issue
	
	Block a user