Andrey Andreev | e734b38 | 2012-03-26 13:42:36 +0300 | [diff] [blame] | 1 | <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); |
Derek Jones | f4a4bd8 | 2011-10-20 12:18:42 -0500 | [diff] [blame] | 2 | /** |
| 3 | * CodeIgniter |
| 4 | * |
Phil Sturgeon | 07c1ac8 | 2012-03-09 17:03:37 +0000 | [diff] [blame] | 5 | * An open source application development framework for PHP 5.2.4 or newer |
Derek Jones | f4a4bd8 | 2011-10-20 12:18:42 -0500 | [diff] [blame] | 6 | * |
| 7 | * NOTICE OF LICENSE |
Andrey Andreev | e734b38 | 2012-03-26 13:42:36 +0300 | [diff] [blame] | 8 | * |
Derek Jones | f4a4bd8 | 2011-10-20 12:18:42 -0500 | [diff] [blame] | 9 | * Licensed under the Academic Free License version 3.0 |
Andrey Andreev | e734b38 | 2012-03-26 13:42:36 +0300 | [diff] [blame] | 10 | * |
Derek Jones | 61df906 | 2011-10-21 09:55:40 -0500 | [diff] [blame] | 11 | * This source file is subject to the Academic Free License (AFL 3.0) that is |
Derek Jones | f4a4bd8 | 2011-10-20 12:18:42 -0500 | [diff] [blame] | 12 | * bundled with this package in the files license_afl.txt / license_afl.rst. |
| 13 | * It is also available through the world wide web at this URL: |
| 14 | * http://opensource.org/licenses/AFL-3.0 |
| 15 | * If you did not receive a copy of the license and are unable to obtain it |
| 16 | * through the world wide web, please send an email to |
| 17 | * licensing@ellislab.com so we can send you a copy immediately. |
| 18 | * |
| 19 | * @package CodeIgniter |
| 20 | * @author EllisLab Dev Team |
Greg Aker | 0defe5d | 2012-01-01 18:46:41 -0600 | [diff] [blame] | 21 | * @copyright Copyright (c) 2008 - 2012, EllisLab, Inc. (http://ellislab.com/) |
Derek Jones | f4a4bd8 | 2011-10-20 12:18:42 -0500 | [diff] [blame] | 22 | * @license http://opensource.org/licenses/AFL-3.0 Academic Free License (AFL 3.0) |
| 23 | * @link http://codeigniter.com |
| 24 | * @since Version 1.0 |
| 25 | * @filesource |
| 26 | */ |
Andrey Andreev | e734b38 | 2012-03-26 13:42:36 +0300 | [diff] [blame] | 27 | ?><!DOCTYPE html> |
Greg Aker | 3a56398 | 2010-11-18 18:43:03 -0600 | [diff] [blame] | 28 | <html lang="en"> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 29 | <head> |
Greg Aker | 3a56398 | 2010-11-18 18:43:03 -0600 | [diff] [blame] | 30 | <meta charset="utf-8"> |
| 31 | <title>Welcome to CodeIgniter</title> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 32 | |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 33 | <style type="text/css"> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 34 | |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 35 | ::selection{ background-color: #E13300; color: white; } |
| 36 | ::moz-selection{ background-color: #E13300; color: white; } |
| 37 | ::webkit-selection{ background-color: #E13300; color: white; } |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 38 | |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 39 | body { |
| 40 | background-color: #fff; |
| 41 | margin: 40px; |
| 42 | font: 13px/20px normal Helvetica, Arial, sans-serif; |
| 43 | color: #4F5155; |
| 44 | } |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 45 | |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 46 | a { |
| 47 | color: #003399; |
| 48 | background-color: transparent; |
| 49 | font-weight: normal; |
| 50 | } |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 51 | |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 52 | h1 { |
| 53 | color: #444; |
| 54 | background-color: transparent; |
| 55 | border-bottom: 1px solid #D0D0D0; |
| 56 | font-size: 19px; |
| 57 | font-weight: normal; |
| 58 | margin: 0 0 14px 0; |
| 59 | padding: 14px 15px 10px 15px; |
| 60 | } |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 61 | |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 62 | code { |
| 63 | font-family: Consolas, Monaco, Courier New, Courier, monospace; |
| 64 | font-size: 12px; |
| 65 | background-color: #f9f9f9; |
| 66 | border: 1px solid #D0D0D0; |
| 67 | color: #002166; |
| 68 | display: block; |
| 69 | margin: 14px 0 14px 0; |
| 70 | padding: 12px 10px 12px 10px; |
| 71 | } |
| 72 | |
| 73 | #body{ |
| 74 | margin: 0 15px 0 15px; |
| 75 | } |
Andrey Andreev | e734b38 | 2012-03-26 13:42:36 +0300 | [diff] [blame] | 76 | |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 77 | p.footer{ |
| 78 | text-align: right; |
| 79 | font-size: 11px; |
| 80 | border-top: 1px solid #D0D0D0; |
| 81 | line-height: 32px; |
| 82 | padding: 0 10px 0 10px; |
| 83 | margin: 20px 0 0 0; |
| 84 | } |
Andrey Andreev | e734b38 | 2012-03-26 13:42:36 +0300 | [diff] [blame] | 85 | |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 86 | #container{ |
| 87 | margin: 10px; |
| 88 | border: 1px solid #D0D0D0; |
| 89 | -webkit-box-shadow: 0 0 8px #D0D0D0; |
| 90 | } |
| 91 | </style> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 92 | </head> |
| 93 | <body> |
| 94 | |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 95 | <div id="container"> |
| 96 | <h1>Welcome to CodeIgniter!</h1> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 97 | |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 98 | <div id="body"> |
| 99 | <p>The page you are looking at is being generated dynamically by CodeIgniter.</p> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 100 | |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 101 | <p>If you would like to edit this page you'll find it located at:</p> |
| 102 | <code>application/views/welcome_message.php</code> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 103 | |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 104 | <p>The corresponding controller for this page is found at:</p> |
| 105 | <code>application/controllers/welcome.php</code> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 106 | |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 107 | <p>If you are exploring CodeIgniter for the very first time, you should start by reading the <a href="user_guide/">User Guide</a>.</p> |
| 108 | </div> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 109 | |
Troy McCormick | ce592c4 | 2011-09-07 11:23:58 -0700 | [diff] [blame] | 110 | <p class="footer">Page rendered in <strong>{elapsed_time}</strong> seconds. <?php echo (ENVIRONMENT == 'development') ? 'CodeIgniter Version <strong>' . CI_VERSION . '</strong>' : '' ?></p> |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 111 | </div> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 112 | |
| 113 | </body> |
Derek Allard | 687cdca | 2008-05-13 11:46:39 +0000 | [diff] [blame] | 114 | </html> |