diff --git a/www/application/controllers/Member.php b/www/application/controllers/Member.php
index 519cc37..09a9fc0 100644
--- a/www/application/controllers/Member.php
+++ b/www/application/controllers/Member.php
@@ -7,12 +7,12 @@ class Member extends CI_Controller {
public function index() {
$data = array();
-
$this->renderMemberPages('view_dash', $data);
}
public function mycalendar(){
- echo "calendar here";
+ $data = array();
+ $this->renderMemberPages('view_mycalendar', $data);
}
private function renderMemberPages($pagename, $data) {
$this->load->view('member/view_securehead');
diff --git a/www/application/views/member/common/side_menu.php b/www/application/views/member/common/side_menu.php
new file mode 100644
index 0000000..b65f704
--- /dev/null
+++ b/www/application/views/member/common/side_menu.php
@@ -0,0 +1,69 @@
+
+
+
+ - 2
+
+
+
+ -
+
+ -
+
+ -
+
+ -
+
+ -
+
+
+ -
+
+
+
+ - New
+
+
+ -
+
+
+
+
+
+
+
diff --git a/www/application/views/member/view_mycalendar.php b/www/application/views/member/view_mycalendar.php
new file mode 100644
index 0000000..12609a7
--- /dev/null
+++ b/www/application/views/member/view_mycalendar.php
@@ -0,0 +1,116 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Business
+
+
+
+ Work
+
+
+
+ Personal
+
+
+
+ Others
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/www/application/views/member/view_securefoot.php b/www/application/views/member/view_securefoot.php
index bc3d37d..5177531 100644
--- a/www/application/views/member/view_securefoot.php
+++ b/www/application/views/member/view_securefoot.php
@@ -17,6 +17,8 @@
+
+
diff --git a/www/application/views/member/view_securehead.php b/www/application/views/member/view_securehead.php
index f131917..5da89a4 100644
--- a/www/application/views/member/view_securehead.php
+++ b/www/application/views/member/view_securehead.php
@@ -22,6 +22,13 @@
+
+
+
+
+
+
+