Example #1
0
* yourCMDB is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with yourCMDB.  If not, see <http://www.gnu.org/licenses/>.
*
*********************************************************************/
/**
* WebUI element: import actions
* @author Michael Batz <*****@*****.**>
*/
use yourCMDB\fileimporter\Importer;
//get import and export formats
$importFormats = Importer::getInputFormats();
$exportFormats = $config->getDataExchangeConfig()->getExportFormats();
//get objecttypes
$objectTypes = $config->getObjectTypeConfig()->getObjectTypeGroups();
//print messagebar
include "include/messagebar.inc.php";
//start: panel
echo "<div class=\"container\">";
echo "<div class=\"panel panel-default cmdb-contentpanel\">";
//panel headline
echo "<div class=\"panel-heading\">";
echo "<h3 class=\"panel-title text-center\">";
echo gettext("Import and Export");
echo "</h3>";
echo "</div>";
//start panel content