mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
CI Init
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>harviacode.com - codeigniter crud generator</title>
|
||||
<link rel="stylesheet" href="<?php echo base_url('assets/bootstrap/css/bootstrap.min.css') ?>"/>
|
||||
<style>
|
||||
body{
|
||||
padding: 15px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h2 style="margin-top:0px">Tbl_studiengang <?php echo $button ?></h2>
|
||||
<form action="<?php echo $action; ?>" method="post">
|
||||
<input type="hidden" name="" value="<?php echo $; ?>" />
|
||||
<button type="submit" class="btn btn-primary"><?php echo $button ?></button>
|
||||
<a href="<?php echo site_url('studiengang') ?>" class="btn btn-default">Cancel</a>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user