2009-01-01 00:23:29 +00:00
|
|
|
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
2008-11-07 06:44:36 +00:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Tranisitional//EN"
|
2008-12-09 08:29:12 +00:00
|
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
2008-11-03 05:53:20 +00:00
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
2008-11-26 21:50:45 +00:00
|
|
|
<title>
|
2009-03-12 16:06:13 +00:00
|
|
|
<? if (empty($page_title)): ?>
|
|
|
|
|
<?= t("Browse Photos") ?>
|
|
|
|
|
<? if (!empty($item)): ?>
|
|
|
|
|
:: <?= $item->title ?>
|
|
|
|
|
<? endif ?>
|
2008-12-09 08:29:12 +00:00
|
|
|
<? else: ?>
|
2009-03-12 16:06:13 +00:00
|
|
|
<?= $page_title ?>
|
2008-12-09 08:29:12 +00:00
|
|
|
<? endif ?>
|
2008-11-26 21:50:45 +00:00
|
|
|
</title>
|
2009-01-02 22:06:12 +00:00
|
|
|
<link rel="shortcut icon" href="<?= $theme->url("images/favicon.ico") ?>" type="image/x-icon" />
|
2009-03-20 17:20:17 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="<?= url::file("lib/yui/reset-fonts-grids.css") ?>"
|
2008-11-09 18:54:17 +00:00
|
|
|
media="screen,print,projection" />
|
2009-03-20 17:20:17 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="<?= url::file("lib/superfish/css/superfish.css") ?>"
|
2008-12-09 08:29:12 +00:00
|
|
|
media="screen" />
|
2009-03-20 17:20:17 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="<?= url::file("lib/themeroller/ui.base.css") ?>"
|
2009-01-10 06:25:44 +00:00
|
|
|
media="screen,print,projection" />
|
2008-11-15 06:23:09 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="<?= $theme->url("css/screen.css") ?>"
|
2008-11-09 23:03:50 +00:00
|
|
|
media="screen,print,projection" />
|
2009-02-12 04:25:43 +00:00
|
|
|
<!--[if IE]>
|
2008-12-29 06:12:00 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="<?= $theme->url("css/fix-ie.css") ?>"
|
|
|
|
|
media="screen,print,projection" />
|
|
|
|
|
<![endif]-->
|
2009-03-20 17:20:17 +00:00
|
|
|
<script src="<?= url::file("lib/jquery.js") ?>" type="text/javascript"></script>
|
|
|
|
|
<script src="<?= url::file("lib/jquery.form.js") ?>" type="text/javascript"></script>
|
|
|
|
|
<script src="<?= url::file("lib/jquery-ui.js") ?>" type="text/javascript"></script>
|
|
|
|
|
<script src="<?= url::file("lib/gallery.dialog.js") ?>" type="text/javascript"></script>
|
|
|
|
|
<script src="<?= url::file("lib/superfish/js/superfish.js") ?>" type="text/javascript"></script>
|
2009-01-03 19:09:32 +00:00
|
|
|
<script src="<?= $theme->url("js/jquery.scrollTo.js") ?>" type="text/javascript"></script>
|
|
|
|
|
<script src="<?= $theme->url("js/jquery.localscroll.js") ?>" type="text/javascript"></script>
|
2008-12-07 04:49:26 +00:00
|
|
|
<script src="<?= $theme->url("js/ui.init.js") ?>" type="text/javascript"></script>
|
2009-01-01 00:06:52 +00:00
|
|
|
<?= $theme->head() ?>
|
2008-11-03 05:53:20 +00:00
|
|
|
</head>
|
|
|
|
|
|
2008-11-07 05:03:00 +00:00
|
|
|
<body>
|
2008-11-26 21:50:45 +00:00
|
|
|
<?= $theme->page_top() ?>
|
|
|
|
|
<div id="doc4" class="yui-t5 gView">
|
2009-03-19 16:01:41 +00:00
|
|
|
<?= $theme->site_status() ?>
|
|
|
|
|
<div id="gHeader">
|
|
|
|
|
<?= $theme->display("header.html") ?>
|
2008-11-09 23:03:50 +00:00
|
|
|
</div>
|
2008-11-03 05:53:20 +00:00
|
|
|
<div id="bd">
|
2008-11-04 05:22:06 +00:00
|
|
|
<div id="yui-main">
|
2008-11-09 23:03:50 +00:00
|
|
|
<div class="yui-b">
|
|
|
|
|
<div id="gContent" class="yui-g">
|
2008-12-30 00:52:03 +00:00
|
|
|
<?= $theme->messages() ?>
|
2008-11-09 23:03:50 +00:00
|
|
|
<?= $content ?>
|
|
|
|
|
</div>
|
2008-11-04 05:22:06 +00:00
|
|
|
</div>
|
|
|
|
|
</div>
|
2008-11-09 23:03:50 +00:00
|
|
|
<div id="gSidebar" class="yui-b">
|
|
|
|
|
<?= $theme->display("sidebar.html") ?>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2009-03-19 16:01:41 +00:00
|
|
|
<div id="gFooter">
|
|
|
|
|
<?= $theme->display("footer.html") ?>
|
2008-11-03 05:53:20 +00:00
|
|
|
</div>
|
|
|
|
|
</div>
|
2008-11-22 21:46:34 +00:00
|
|
|
<?= $theme->page_bottom() ?>
|
2008-11-03 05:53:20 +00:00
|
|
|
</body>
|
|
|
|
|
</html>
|