Beispiel #1
0
<?php 
$path_origin = "../";
$plugin = new PluginController($path_origin);
$modules = $plugin->GetAllModules();
$count = count($modules);
/*echo "<pre>";
 print_r($modules);
 echo "</pre>";*/
?>

<div class="row">
        <div class="col-md-12">
        <div class="panel panel-success">
						<div class="panel-heading">
							<h3 class="panel-title">Instala un Nuevo Modulo</h3>
						</div>
						<div  class="panel-body">
                                            <form id="fileupload" action="UploadPlugin.php" method="POST" enctype="multipart/form-data">
						<div class="row fileupload-buttonbar">
							<div class="col-lg-7">
								<!-- The fileinput-button span is used to style the file input field as button -->
								<span class="btn green fileinput-button">
								<i class="fa fa-plus"></i>
								<span>
                                                                    Buscar Modulo </span>
                                                                <input type="file" name="plugin" id="plugin" multiple="">
								</span>
								<button type="submit" class="btn blue start">
								<i class="fa fa-upload"></i>
								<span>