diff --git a/www/application/controllers/Member.php b/www/application/controllers/Member.php index 1ff8ba0..84b3afe 100644 --- a/www/application/controllers/Member.php +++ b/www/application/controllers/Member.php @@ -417,7 +417,48 @@ class Member extends Member_Controller { //$mysql = "SELECT * FROM members_pages WHERE member_id = " . $_SESSION["member_id"]; // $r = $this->db->query($mysql); // $data["page_card"] = $r->result(); - $this->renderMemberPages('view_configure', $data); + $this->renderMemberPages('view_classroom', $data); + } + + public function viewRoom() { + if ($_GET) { + + $page_id = $data['page_id'] = trim($this->input->get('page_id')); + switch ($page_id) { + case "student": + $this->studentPage(); + break; + case "room": + $this->roomPage(); + break; + } + } + } + + private function studentPage() { + $data = []; + // $data = $this->getMemberCarpoolReport($member_id, $data); + $this->load->view('member/rooms/view_student', $data); + } + + private function roomPage() { + $data = []; + $member_id = $_SESSION["member_id"]; + $data = $this->getMemberSubscribersReport($member_id, $data); + $this->load->view('member/rooms/view_rooms', $data); + } + + private function getMemberSubscribersReport($member_id, &$data) { + + $this->load->library('table'); + $this->table->set_template($this->template); + + $mysql = "SELECT * FROM members_subscribers WHERE member_id=" . $member_id; + + $query = $this->db->query($mysql); + $data['bank_table'] = $this->table->generate($query); + $data["page_title"] = "Account Banks"; + return $data; } } diff --git a/www/application/libraries/Member_Controller.php b/www/application/libraries/Member_Controller.php index a59ba12..f2f32c2 100644 --- a/www/application/libraries/Member_Controller.php +++ b/www/application/libraries/Member_Controller.php @@ -4,6 +4,49 @@ defined('BASEPATH') OR exit('No direct script access allowed'); class Member_Controller extends COR_Controller { + var $template = array( + 'table_open' => "", + 'thead_open' => '', + 'thead_close' => '', + 'heading_row_start' => '', + 'heading_row_end' => '', + 'heading_cell_start' => '', + 'tbody_open' => '', + 'tbody_close' => '', + 'row_start' => '', + 'row_end' => '', + 'cell_start' => '', + 'row_alt_start' => '', + 'row_alt_end' => '', + 'cell_alt_start' => '', + 'table_close' => '
', + 'heading_cell_end' => '
', + 'cell_end' => '
', + 'cell_alt_end' => '
' + ); + + var $template_small = array( + 'table_open' => "", + 'thead_open' => '', + 'thead_close' => '', + 'heading_row_start' => '', + 'heading_row_end' => '', + 'heading_cell_start' => '', + 'tbody_open' => '', + 'tbody_close' => '', + 'row_start' => '', + 'row_end' => '', + 'cell_start' => '', + 'row_alt_start' => '', + 'row_alt_end' => '', + 'cell_alt_start' => '', + 'table_close' => '
', + 'heading_cell_end' => '
', + 'cell_end' => '
', + 'cell_alt_end' => '
' + ); + + public $data = array(); function __construct() { diff --git a/www/application/views/auth/view_aboutus.php b/www/application/views/auth/view_aboutus.php index 2771214..eb2e3bd 100644 --- a/www/application/views/auth/view_aboutus.php +++ b/www/application/views/auth/view_aboutus.php @@ -28,7 +28,7 @@
-

No - we are not just another online classroom platform

+

No - We are not just another online classroom platform

CoreGrade is a fantastic way to learn new skills, whether it's for life skills,

leisure, creative pleasure, or anything else that develops your taste to acquire.

Its safe, fast, independent and interactive if you want it to be.

Your learning process, your Pattern!

diff --git a/www/application/views/auth/view_faq.php b/www/application/views/auth/view_faq.php index b1f0b2e..2b85612 100644 --- a/www/application/views/auth/view_faq.php +++ b/www/application/views/auth/view_faq.php @@ -34,51 +34,53 @@ $next_page = isset($next_page) ? $next_page : 0;
- Royalty free means you just need to pay for rights to use the item once per end product. You don't need to pay additional or ongoing fees for each person who sees or uses it. Please note that there may be some limits placed on uses under the different license types available on the marketplaces, such as our Photo and Music Licenses. + Click on the Default Page to start, then go to the Menu Option and click on ADD NEW COREGRADE CARD and fill in the Title and Description column and ADD PAGE. VIOLA!
- The item is what you purchase from Envato Market. The end product is what you build with that item. Example: The item is a business card template; the end product is the finalized business card. The item is a button graphic; the end product is an app using the button graphic in the app's interface. + There are a few ways to do these; one way is to go to the Configure Tab, there appear Two columns-- ADD NEW PAGE AND MY PAGES. Move to the Add New Page Section and fill in the requirements, there, you have it! NEW CARD ADDED +.
- Yes. You can customize our items to fit the needs of your end product. Example: You could change the colors, text, and layout of a flyer template or convert an HTML template into a WordPress theme for a single client. + The sharing feature is in the configure Tab; My pages list, select the Page you desire to share, and there is a command to share your Page.Once clicked, a prompt window page will display, and there you follow on how you want it shared either privately or publicly
- Sharing your Page directs you to a window that allows you to decide if you want to share it with one person or a group of companions or publicize to the web. However, broadcasting to the internet does have an expiration. + Select the Classroom tab and toggle to select the student column and then student window will display,there you will input the student information and click on ADD NEW and student Added.
+
- Managing helps you to add more content to your cards, more like organized content,take control of what and how you want to go about your studying. + Select your Card, there is the Manage Feature, with this feature,Your Learning, Your Dashboard, Your Pattern. You craft What you want to learn and how you want to.
diff --git a/www/application/views/auth/view_howitworks.php b/www/application/views/auth/view_howitworks.php index 686bc73..987d963 100644 --- a/www/application/views/auth/view_howitworks.php +++ b/www/application/views/auth/view_howitworks.php @@ -22,7 +22,22 @@

How It Works

+

As a first time user, You login to the website, click on the Start button, it takes you to the Registration page. +On the Registration/Login page...As a first time user, you click on the Register button and fill out the quick form to have Dashboard all set. +Returning users, login in with your registered email and password and voila! Your Dashboard! +

+

The Default cards have a Menu, Overview and Introductory video on Coregrade Works! + The Default card has a menu option with a feature to Add New Coregrade Card which enables you to create your very first Card. +

+

Once your Card is created, it appears on My Board Page then you go to configure Tab, this helps to add more Cards to your Board, however, referred to as Pages +Once your New Page (using Configure Tab) is created for The NEW CARD (appears on My Board). It shows on both My Board and configure TAB page. +However, on this Configure Tab, you can view the list of Pages (CARDs) created(BOARD)right there, you can go directly to the Page, Share your Page if completed and desired and Delete once all studied

+ + +

The "Manage" feature is imbedded after your Card is created and configured; it helps you determine how you want to go about your learning...Manage makes you itemize a particular Learning card into simplification...What you want to do relating to the Card you created such as; I want to upload XYZ video to urge my learning, What to study first, Task to do and which is completed Task.

+ +
diff --git a/www/application/views/auth/view_privacy.php b/www/application/views/auth/view_privacy.php index 3ba869b..d49fe0c 100644 --- a/www/application/views/auth/view_privacy.php +++ b/www/application/views/auth/view_privacy.php @@ -35,40 +35,31 @@

a.User-Provided Data. While utilizing our Services, We may ask you to give your private information anytime you are in communication with CoreGrade by which someone could personally identify you such as your name, email address, mailing address, or other contact information. CoreGrade and its affiliates may share this personal information with each other and use it consistent with this Privacy Policy. They may also combine it with additional information to provide and improve our Software, content, services and advertising. You are not obliged to render the personal information that we have inquired, but, if you decided not to do so, in many instances, we would not be able to reply to any queries you may have.

-

b. Data Use. As outlined in this part, we may automatically acquire information when you use the Services ("Use of Data"). The Data we Use may incorporate data such as your machine data, including your smartphones, sensor data, signals, mobile device parameters, device identifiers that maydistinguish your devices, including web request, Internet Protocol address, browser type, browser language, referring/exit pages and URLs, platform type. - .

+

b. Data Use. As outlined in this part, we may automatically acquire information when you use the Services ("Use of Data"). The Data we Use may incorporate data such as your machine data, including your smartphones, sensor data, signals, mobile device parameters, device identifiers that maydistinguish your devices, including web request, Internet Protocol address, browser type, browser language, referring/exit pages and URLs, platform type.

c. Data Support. We may collect some supporting data when you submit a support request, which includes information about your device, its Software and other knowledge related to your support needs. This support data to solve your support event and for training and product development purposes.

d. Payment Data. We may collect specific payment data you give when you make an online purchase in our Sites. They may include your name, billing address, shipping address, debit/credit card details, and the security code associated with such instrument. We will only use your payment data to finish your purchase and convey you notifications about your purchases. Where required, we will share your payment data with banks and other third party financial institutions to process your payment transactions, or for fraud prevention. These parties are not authorised to use your payment data for any additional purposes.

-

Powder cookie jelly beans sugar plum ice cream. Candy canes I love powder sugar plum tiramisu. - Liquorice pudding chocolate cake cupcake topping biscuit. Lemon drops apple pie sesame snaps - tootsie - roll carrot cake souffl� halvah.

+

How your personal information is Used. + we use the information we collect related to the Services to: + Implement Services. We may use your Privately Identifiable Information, Non-Personally Identifiable Information and Data Use to run, manage and implement the features and functionality of any Service. + Interact with You. We may use your email address or another Personally Identifiable Information to convey your marketing emails. You can opt out any-time of marketing emails.

-

Powder cookie jelly beans sugar plum ice cream. Candy canes I love powder sugar plum tiramisu. - Liquorice pudding chocolate cake cupcake topping biscuit. Lemon drops apple pie sesame snaps - tootsie - roll carrot cake souffl� halvah.

+

How We May Disclose Information. + Use of Data. + We may give Data Use to our clients in conjunction with the Services which those clients use. The method of Data Use by these third parties is controlled to their privacy policies, and not this one. We are not liable for the privacy or content or security practices and policies of these third parties. + Aggregate or De-identified Data. We may share Non-Personally Identifiable Data, including Use of Data with certain third parties to help such third-parties in understanding the usage patterns for some content, services and functionality with honour to our Services. We may also share aggregated or de-identified information about users with third parties for marketing, research, or similar purposes.

-

Powder cookie jelly beans sugar plum ice cream. Candy canes I love powder sugar plum tiramisu. - Liquorice pudding chocolate cake cupcake topping biscuit. Lemon drops apple pie sesame snaps - tootsie - roll carrot cake souffl� halvah.

+

Business Transfers. If we are taken by or merged with another corporation, or if essentially all of the assets of one of our business activities are transferred to another corporation, we may transfer the information we have collected from you to the other corporation.

-

Powder cookie jelly beans sugar plum ice cream. Candy canes I love powder sugar plum tiramisu. - Liquorice pudding chocolate cake cupcake topping biscuit. Lemon drops apple pie sesame snaps - tootsie - roll carrot cake souffl� halvah.

+

Third-Party Service Providers. We may disclose certain User Information to third party vendors, contractors service providers or agents who do functions on our behalf and may be located in other countries. These third-party vendors, service providers, contractors or agents perform technical operations such as database monitoring, data storage and hosting services and customer support software tools. These third parties may enter, process or store Personally Identifiable Information in the course of providing these services but based on our instructions only. If we receive Personally Identifiable Information directed to our certification under the Privacy Shield and then give it to a third-party service provider working as an agent on our behalf, we have certain liability under the Privacy Shield if both of us are responsible for the event giving rise to the damage or the agent processes the personal data in a manner inconsistent with the Privacy Shield.

-

Powder cookie jelly beans sugar plum ice cream. Candy canes I love powder sugar plum tiramisu. - Liquorice pudding chocolate cake cupcake topping biscuit. Lemon drops apple pie sesame snaps - tootsie - roll carrot cake souffl� halvah.

+

Other Disclosures. We may also disclose User Information (1) if compelled to do so by law, or in the good-faith belief that such action is in agreement with state and federal laws (including, without limitation, copyright laws) or in reply to a court order, warrant, legal process, search warrant or call by a public authority, including to meet national security or law enforcement requirements; (2) if we believe, in good faith, such action is proper or required to enforce our Terms of Service or any terms relevant to specific Services, exercise our legal rights, take precautions against liability, to investigate and defend ourselves against any claims or charges, to help government enforcement agencies, to guard the security or integrity of our Services, and to preserve the rights, property, or personal safety of us, our users or others; (3) to any parent company, an affiliated entity, or other entity controlled by, controlling, or under general control with, or (4) as otherwise described herein. +

diff --git a/www/application/views/auth/view_security.php b/www/application/views/auth/view_security.php index e751bd1..ff4e435 100644 --- a/www/application/views/auth/view_security.php +++ b/www/application/views/auth/view_security.php @@ -22,58 +22,58 @@
-

Biscuit powder jelly beans. Lollipop candy canes croissant icing chocolate cake. Cake fruitcake - powder pudding pastry.

+

CoreGrade, Inc. (“CoreGrade,” “we,” “us,” “our”) provides its services (described below) to you through its website + located at http:www.CoreGrade.com and through its mobile applications and related services

-

Tootsie roll oat cake I love bear claw I love caramels caramels halvah chocolate bar. Cotton - candy - gummi bears pudding pie apple pie cookie. Cheesecake jujubes lemon drops danish dessert I love - caramels powder.

+

(collectively, such services, including any new features and applications, and the Site, the “Service(s)”), + subject to the following Terms of Service (as amended from time to time, the “Terms of Service”). + We reserve the right, at our sole discretion, to change or modify portions of these Terms of Service at any time. + If we do this, we will post the changes on this page and will indicate at the top of this page the date these terms were last revised..

-

Chocolate cake icing tiramisu liquorice toffee donut sweet roll cake. Cupcake dessert icing - drage - dessert. Liquorice jujubes cake tart pie donut. Cotton candy candy canes lollipop liquorice - chocolate marzipan muffin pie liquorice. -

-

Powder cookie jelly beans sugar plum ice cream. Candy canes I love powder sugar plum tiramisu. - Liquorice pudding chocolate cake cupcake topping biscuit. Lemon drops apple pie sesame snaps - tootsie - roll carrot cake souffl halvah. - Biscuit powder jelly beans. Lollipop candy canes croissant icing chocolate cake. Cake fruitcake - powder pudding pastry.

+

We will also notify you, either through the Services user interface, in an email notification or through other reasonable means. + Any such changes will become effective no earlier than fourteen (14) days after they are posted, + except that changes addressing new functions of the Services or changes made for legal reasons will be effective immediately. + Your continued use of the Service after the date any such changes become effective constitutes your acceptance of the new Terms of Service. +

+

+ PLEASE READ THESE TERMS OF SERVICE DISCREETLY, AS THEY INCLUDE AN CONTRACT TO NEGOTIATE AND OTHER RELEVANT NOTICE HONORING YOUR FAIR RIGHTS, PLANS, AND RESPONSIBILITIES.

-

Tootsie roll oat cake I love bear claw I love caramels caramels halvah chocolate bar. Cotton - candy - gummi bears pudding pie apple pie cookie. Cheesecake jujubes lemon drops danish dessert I love - caramels powder.

+

THE CONTRACT TO NEGOTIATE REQUIRES (WITH LIMITED EXCEPTION) THAT YOU RELINQUISH SUITS YOU HAVE AGAINST US TO UNION AND FINAL NEGOTIATION, + AND MORE (1) YOU WILL ONLY BE AUTHORIZED TO SEEK CLAIMS AGAINST COREGRADE ON AN SINGLE BASIS, + NOT AS A PLAINTIFF OR CLASS MEMBER IN ANY CLASS OR REPRESENTATIVE SUIT OR PROCEEDING, + (2) YOU WILL ONLY BE PERMITTED TO SEEK AID (INCLUDING FINANCIAL, INJUNCTIVE, AND DECLARATIVE RELIEF) ON AN SINGLE BASIS, AND + (3) YOU MAY NOT BE ABLE TO OWN ANY SUITS YOU HAVE AGAINST US RESOLVED BY A JURY OR IN A COURT OF LAW. +.

-

Chocolate cake icing tiramisu liquorice toffee donut sweet roll cake. Cupcake dessert icing - drage - dessert. Liquorice jujubes cake tart pie donut. Cotton candy candy canes lollipop liquorice - chocolate marzipan muffin pie liquorice.

+

This Service helps its users to learn and practice various skills. Unless explicitly said otherwise, + any new or enhanced characteristics to the Service shall be provided subject to this Agreement. + You comprehend and acknowledge that the Service is provided "as-is" and that CoreGrade assumes + no responsibility for any mistakes, errors, or omissions, including any unavailability of the + Service or deletion or loss of any data relating to this Service.

-

Powder cookie jelly beans sugar plum ice cream. Candy canes I love powder sugar plum tiramisu. - Liquorice pudding chocolate cake cupcake topping biscuit. Lemon drops apple pie sesame snaps - tootsie - roll carrot cake souffl halvah. - Biscuit powder jelly beans. Lollipop candy canes croissant icing chocolate cake. Cake fruitcake - powder pudding pastry.

+

CoreGrade grants you a personal, non-transferable and non-exclusive right and license to use the Service. + You acknowledge that you will not copy, modify, create a derivative work of, reverse engineer, assemble + or otherwise venture to find any source code, trade, assign, sublicense, yield a security interest in or + unless transfer any right in the Software. You consent not to alter the Software in form, + or to use modified versions of the Software, including (without limitation) for gaining unauthorized access to the Service. + You consent not to access the Service by any means than through the platform provided by CoreGrade for use in accessing the Service.

-

Tootsie roll oat cake I love bear claw I love caramels caramels halvah chocolate bar. Cotton - candy - gummi bears pudding pie apple pie cookie. Cheesecake jujubes lemon drops danish dessert I love - caramels powder.

+

Account, Password and Security: You are liable for sustaining the confidentiality of your password and account, if any, + and remain entirely responsible for any actions that happen below your password or account. You consent to (a) directly + notify CoreGrade of any unapproved use of your password or account or any other violation of security, and (b) confirm + that you terminate each session when accessing the Service. CoreGrade will not be responsible for any loss or damage + resulting from your negligence to comply with this Section.

- -

Chocolate cake icing tiramisu liquorice toffee donut sweet roll cake. Cupcake dessert icing - drage - dessert. Liquorice jujubes cake tart pie donut. Cotton candy candy canes lollipop liquorice - chocolate marzipan muffin pie liquorice.

-

Powder cookie jelly beans sugar plum ice cream. Candy canes I love powder sugar plum tiramisu. - Liquorice pudding chocolate cake cupcake topping biscuit. Lemon drops apple pie sesame snaps - tootsie - roll carrot cake souffl halvah.

+

User Conduct: You are entirely responsible for all information, data, text, code, video, images, software, music, sound, photographs, graphics, messages + or other materials ("Content") that you upload, post, advertise or display (from now on, "upload") or email or unless use via the Service. + Here are examples of the kind of content and or use that is prohibited by CoreGrade. CoreGrade reserves the right to investigate and + take proper legal action against anyone who, in CoreGrade's sole judgement, defiles this provision, including without limitation, eliminating the offending content from the Service, + suspending or discontinuing the account of such violators and notifying you to the law enforcement authorities.

+ +

You consent not to: + intervene with or interrupt the Service or servers or systems connected to the Service, or violate any requirements, + procedures, policies or controls of systems connected to the Service.

diff --git a/www/application/views/home/home.php b/www/application/views/home/home.php index ec2af95..3b1a613 100644 --- a/www/application/views/home/home.php +++ b/www/application/views/home/home.php @@ -105,9 +105,10 @@
@@ -150,37 +151,37 @@

Your personalized learning in one place with tools to make it happen.Think of these has your own Artificial Intelligence Learning Platform.

-

Goals Setting

-

Set your Goals - CoreGrade streamline process achieving those objectives

+

Calendar & Alerts

+

CoreGrade makes it easy to track due dates of goals set, focus plans with e-alerts in your workspace and dashboard

-

Calendar & Alerts

-

CoreGrade makes it easy to track due dates of goals set, focus plans with e-alerts in your workspace and dashboard.

+

Groups

+

Small groups do come in handy while attaining new skills.Intrinsic motivation to learn and achieve is our aim and we help you get there.

Feature Slide - Feature Slide - Feature Slide - Feature Slide - Feature Slide - Feature Slide + Feature Slide + Feature Slide + Feature Slide + Feature Slide + Feature Slide
-

Progress Monitoring

-

Self-evaluation gives you the information to help you know where to zoom your focus to and follow instructions that works best for you!.

+

Goals Setting

+

Set your Goals - CoreGrade streamline process achieving those objectives.Your Best Companion with success you will come do to without!

-

Groups

-

Small groups do come in handy while attaining new skills.Intrinsic motivation to learn and achieve is our aim and we help you get there.

-
-

Institutional

You have a large group ? Yes CoreGrade is compatible with your need with the power of our first rated simplicity. Contact us.

+
+

Progress Monitoring

+

Self-evaluation gives you the information to help you know where to zoom your focus to and follow instructions that works best for you!

+
diff --git a/www/application/views/member/common/side_menu.php b/www/application/views/member/common/side_menu.php index 92b63de..56e33cb 100644 --- a/www/application/views/member/common/side_menu.php +++ b/www/application/views/member/common/side_menu.php @@ -6,9 +6,9 @@
+ + + \ No newline at end of file diff --git a/www/application/views/member/view_mycalendar.php b/www/application/views/member/view_mycalendar.php index 65f9bd9..d60189c 100644 --- a/www/application/views/member/view_mycalendar.php +++ b/www/application/views/member/view_mycalendar.php @@ -1,116 +1,115 @@ - -
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
-
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+ + Task +
+
+ + Homework +
+
+ + Personal +
+
+ + Others +
+
+
+
+
+
+
+
+
+ +
- - - -
- +
+ + + -
- - - \ No newline at end of file +
+ + diff --git a/www/assets/img/iphone-mockup-1.png b/www/assets/img/iphone-mockup-1.png index 7e79983..9a9892a 100644 Binary files a/www/assets/img/iphone-mockup-1.png and b/www/assets/img/iphone-mockup-1.png differ