This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var image = new Image(); | |
image.src = "<?php echo base_url('assets/img/layout/upload_form_loading.gif'); ?>"; | |
$('#submit-button').click(function() { | |
$(this).css('background-image', 'url(' + image + ')'); | |
console.log($(this).css('background-image')); | |
$(this).unbind('click'); | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php $this->load->view('header', $header); ?> | |
<?php $this->load->view($main_content); ?> | |
<?php $this->load->view('footer', $footer); ?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php $this->load->view('includes/header', $header); ?> | |
<?php $this->load->view($view_to_load, $main_content); ?> | |
<?php $this->load->view('includes/footer', $footer); ?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@font-face { | |
font-family: 'DINWeb'; | |
src: url('fonts/DINWeb.eot'); | |
src: local('☺'), | |
url('fonts/DINWeb.woff') format('woff'); | |
} | |
@font-face { | |
font-family: 'DINWeb'; | |
src: url('fonts/DINWeb-Bold.eot'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); | |
class Site extends CI_Controller { | |
private $data; | |
private $user_id; | |
private $tab_url; | |
function __construct() { | |
parent::__construct(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php $this->load->view('includes/header', (isset($header) ? $header : '')); ?> | |
<?php $this->load->view($view_to_load, (isset($main_content) ? $main_content : '')); ?> | |
<?php $this->load->view('includes/footer', (isset($footer) ? $footer : '')); ?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); | |
/** | |
* CodeIgniter | |
* | |
* An open source application development framework for PHP 5.1.6 or newer | |
* | |
* @package CodeIgniter | |
* @author ExpressionEngine Dev Team | |
* @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. | |
* @license http://codeigniter.com/user_guide/license.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Process: Sublime Text 2 [1454] | |
Path: /Applications/Sublime Text 2.app/Contents/MacOS/Sublime Text 2 | |
Identifier: com.sublimetext.2 | |
Version: Beta, Build 2181 (2181) | |
Code Type: X86-64 (Native) | |
Parent Process: launchd [231] | |
Date/Time: 2012-03-21 16:58:39.582 +1100 | |
OS Version: Mac OS X 10.6.8 (10K549) | |
Report Version: 6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Warning: gettext was detected in your PREFIX. | |
The gettext provided by Homebrew is "keg-only", meaning it does not | |
get linked into your PREFIX by default. | |
If you `brew link gettext` then a large number of brews that don't | |
otherwise have a `depends_on 'gettext'` will pick up gettext anyway | |
during the `./configure` step. | |
If you have a non-Homebrew provided gettext, other problems will happen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Process: gettext [37907] | |
Path: /usr/local/bin/gettext | |
Identifier: gettext | |
Version: ??? (???) | |
Code Type: X86-64 (Native) | |
Parent Process: zsh [18406] | |
Date/Time: 2012-04-02 17:06:53.289 +1000 | |
OS Version: Mac OS X 10.6.8 (10K549) | |
Report Version: 6 |
OlderNewer