Пример #1
0
$menu = 'client';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
	<title><?php 
echo APP_NAME;
?>
 &bull; Client List</title>
	<?php 
include Kohana::find_file('views', 'templates/default/meta');
?>
	<link type="text/css" rel="stylesheet" href="<?php 
echo Skin::css('client/list');
?>
" />
	<script type="text/javascript">
		Page = {};
		Page.add_url = "<?php 
echo URL::site('client/add');
?>
";
		Page.edit_url = "<?php 
echo URL::site('client/edit/{ID}');
?>
";
		Page.delete_url = "<?php 
echo URL::site('client/delete/{ID}');
?>
Пример #2
0
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
	<title><?php 
echo APP_NAME;
?>
 &bull; <?php 
echo $title;
?>
</title>
	<?php 
include Kohana::find_file('views', 'templates/default/meta');
?>
	<link type="text/css" rel="stylesheet" href="<?php 
echo Skin::css('client/edit');
?>
" />
	<script type="text/javascript">
		$(function() {
			$('#CancelBtn').click(function() { 
				location.href = "<?php 
echo $referrer;
?>
";
				return false;
			});
		});
	</script>
</head>
Пример #3
0
<?php

include Kohana::find_file('views', 'templates/base/meta');
?>
<link type="text/css" rel="stylesheet" href="<?php 
echo Skin::css('default');
?>
" />
Пример #4
0
$menu = 'admin';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
	<title><?php 
echo APP_NAME;
?>
 &bull; Company Profile</title>
	<?php 
include Kohana::find_file('views', 'templates/default/meta');
?>
	<link type="text/css" rel="stylesheet" href="<?php 
echo Skin::css('company/profile');
?>
" />
	<script type="text/javascript">
		$(function() {
			$('#EditBtn').click(function() {
				location.href = "<?php 
echo URL::site("company/edit/{$id}");
?>
";
			});
		});
	</script>
</head>

<body>
Пример #5
0
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
	<title><?php 
echo APP_NAME;
?>
 &bull; Login</title>
	<?php 
include Kohana::find_file('views', 'templates/plain/meta');
?>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link type="text/css" rel="stylesheet" href="<?php 
echo Skin::css('session/login');
?>
" />
</head>

<body>
	<?php 
include Kohana::find_file('views', 'templates/plain/header');
?>
	
	<?php 
echo Form::open();
?>
		<?php 
echo Form::hidden('referrer', $referrer);
?>
	
Пример #6
0
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<link type="text/css" rel="stylesheet" href="<?php 
echo Skin::css('base');
?>
" />
<script type="text/javascript" src="<?php 
echo URL::base();
?>
static/js/jquery-2.0.3.min.js"></script>
<script type="text/javascript" src="<?php 
echo URL::base();
?>
static/js/base.js"></script>
Пример #7
0
$menu = 'client';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
	<title><?php 
echo APP_NAME;
?>
 &bull; Edit Company</title>
	<?php 
include Kohana::find_file('views', 'templates/default/meta');
?>
	<link type="text/css" rel="stylesheet" href="<?php 
echo Skin::css('company/edit');
?>
" />
	<script type="text/javascript">
		$(function() {
			$('#CancelBtn').click(function() { 
				location.href = "<?php 
echo $referrer;
?>
";
				return false;
			});
		});
	</script>
</head>
Пример #8
0
<?php

include Kohana::find_file('views', 'templates/base/meta');
?>
<link type="text/css" rel="stylesheet" href="<?php 
echo Skin::css('plain');
?>
" />
Пример #9
0
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
	<title><?php 
echo APP_NAME;
?>
 &bull; Dashboard</title>
	<?php 
include Kohana::find_file('views', 'templates/default/meta');
?>
	<link type="text/css" rel="stylesheet" href="<?php 
echo Skin::css('dashboard/index');
?>
" />
</head>

<body>
	<?php 
include Kohana::find_file('views', 'templates/default/header');
?>
	
	<div id="TopBar">
		<div class="left-panel">
			<h1>Dashboard</h1>
		</div>
	</div><!--#TopBar-->
	
	<div id="MidPanel" class="has-top">
		<div class="section">