From 1bda0b6cadc1369cfe1312f01125b83f7408335b Mon Sep 17 00:00:00 2001 From: Paolo Date: Wed, 24 Jan 2018 15:03:28 +0100 Subject: [PATCH] Removed unused files --- application/views/example.php | 46 -------- application/views/home.php | 130 --------------------- application/views/tbl_studiengang_form.php | 20 ---- application/views/tbl_studiengang_list.php | 71 ----------- application/views/tbl_studiengang_read.php | 18 --- 5 files changed, 285 deletions(-) delete mode 100644 application/views/example.php delete mode 100644 application/views/home.php delete mode 100644 application/views/tbl_studiengang_form.php delete mode 100644 application/views/tbl_studiengang_list.php delete mode 100644 application/views/tbl_studiengang_read.php diff --git a/application/views/example.php b/application/views/example.php deleted file mode 100644 index 1241c352b..000000000 --- a/application/views/example.php +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - -
- '>Customers | - '>Orders | - '>Products | - '>Offices | - '>Employees | - '>Films | - '>Multigrid [BETA] - -
-
-
- -
- - diff --git a/application/views/home.php b/application/views/home.php deleted file mode 100644 index 5f2438c2d..000000000 --- a/application/views/home.php +++ /dev/null @@ -1,130 +0,0 @@ - - - - <?php echo $this->config->item('nama_aplikasi');?> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - -
-
-
- -
-
-
- - -
- -
-

© Copyright 2014 -
Created By : Slamet Nurhadi
Page rendered in {elapsed_time} seconds

-
-
- - - diff --git a/application/views/tbl_studiengang_form.php b/application/views/tbl_studiengang_form.php deleted file mode 100644 index 7aece4d74..000000000 --- a/application/views/tbl_studiengang_form.php +++ /dev/null @@ -1,20 +0,0 @@ - - - - harviacode.com - codeigniter crud generator - - - - -

Tbl_studiengang

-
- - - Cancel -
- - diff --git a/application/views/tbl_studiengang_list.php b/application/views/tbl_studiengang_list.php deleted file mode 100644 index a86d3b89e..000000000 --- a/application/views/tbl_studiengang_list.php +++ /dev/null @@ -1,71 +0,0 @@ - - - - harviacode.com - codeigniter crud generator - - - - -

Tbl_studiengang List

-
-
- -
-
-
- session->userdata('message') <> '' ? $this->session->userdata('message') : ''; ?> -
-
-
-
- - '') - { - ?> - Reset - - -
-
-
- - - - - - - - - - -
NoAction
- studiengang_kz),'Read'); - echo ' | '; - echo anchor(site_url('studiengang/update/'.$studiengang->studiengang_kz),'Update'); - echo ' | '; - echo anchor(site_url('studiengang/delete/'.$studiengang->studiengang_kz),'Delete','onclick="javasciprt: return confirm(\'Are You Sure ?\')"'); - ?> -
-
- -
- -
-
- - diff --git a/application/views/tbl_studiengang_read.php b/application/views/tbl_studiengang_read.php deleted file mode 100644 index 9f690ef3b..000000000 --- a/application/views/tbl_studiengang_read.php +++ /dev/null @@ -1,18 +0,0 @@ - - - - harviacode.com - codeigniter crud generator - - - - -

Tbl_studiengang Read

- - -
Cancel
- - \ No newline at end of file