Code |
Context<?php
#debug($data);
echo '<div style="margin-bottom:4px;color:#2c363b;padding:4px;font-size:18pt;font-weight:bold;border-bottom:1px solid black">' . $data[0]['Gallery']['title'] . '</div>';
$___viewFn = "/var/chipotle/sites/cakephp/centauro/views/photos/display.ctp"
$___dataForView = array(
"style" => "
body {
background: #e7e4e4;
margin: 0px;
padding: 0px;
font-size: 10pt;
font-family: Verdana, Arial;
min-width:900px;
/ *fdg fdgdggdf g*/
}
a {
color: #3f5673;
font-size: 11pt;
text-decoration:none;
text-align:left;
}
#wrapper {
border:1px solid black;
margin:0 auto 0 auto;
max-width:900px;
background-color: white;
padding:0;
vertical-align:top;
}
img {border:0;text-align:center;}
#headerimg {
width: 900px;
height:220px;
background:url(/img/static/blog-bg-default.jpg);
margin:0;
padding:0;
vertical-align:top;
}
#titulo a {
font-size: 19pt;
float: left;
color: white;
font-weight: bold;
margin:30px 0 0 30px;
padding:30px 0 15px 0;
}
#frase {
float: left;
font-size: 11pt;
text-align: left;
color: white;
font-weight: bold;
margin-left:60px;
}
#avatar {
text-align: justify;
margin-left:auto;
margin-right:auto;
width:auto;
padding:3px;
font-weight:bold;
font-size:8pt;
font-family:courier;
}
.cuerpo_comentario{
font-size:11pt;
}
.entrada_permalink {
padding-top:10px;
margin-left:0;
margin-bottom:30px;
}
.entrada_permalink a {font-size:7pt;}
.entrada_fecha {
font-size:9pt;
font-variant: normal;
text-transform: capitalize;
font-family: Georgia, Times New Roman, Times, serif;
font-weight:bold;
}
p {font-size:10pt;padding:4px;}
.entrada_cuerpo { padding:4px;}
.temas {
margin-top:40px;
margin-bottom:0px;
border-bottom:1px solid black;
text-align:left;
font-weight:bold;
font-family: Palatino, serif;
}
ul {
font-weight:bold;
}
h1 {
font-size:13pt;
margin:5px;
font-variant: normal;
}
h3 {
color:#ea7901;
margin-top:20px;
font-size:15pt;
font-weigth:bold;
padding:5px 0 0 0;
border-bottom:1px dotted #8ea442;
background: #fff url(/img/static/ball-green.gif) no-repeat;
background-position:bottom right;
}
h4 {
color:gray;
margin:0;
font-size:10pt;
font-variant: normal;
text-transform: capitalize;
font-family: Georgia, Times New Roman, Times, serif;
}
img.imgborder {
border:1px solid black;
margin:2px;
margin-bottom:0;
}
p.imagen {
text-align: center;
font-size: 11px;
font-style: italic;
}
p.justificado {
font-size: 10pt;
text-align: justify;
line-height: 130%;
}
#thin { /* sidebar */
vertical-align:top;
border-right:dotted 1px #c0c0c0;
width:230px;
vertical-align:top;
float:right;
}
#blogger{ /* blogger information */
background: #fff url(/img/static/boxbg.gif) repeat-x;
padding: 1.5em;
margin: 10px 0 1.0em 0;
}
#blog_cv {font-size:7pt;text-align:justify;color:#404040;margin:10px 0 10px 0}
#blog_cv a {font-size:7pt;}
#blog_img {text-align:center;}
#shadow {background: #fff url(/img/static/border1.gif) repeat-x;height:15px;}
#main{ /* main column */
float:left;
vertical-align:top;
width:650px;
}
#main a:hover {border-bottom:1px dotted green}
#paginacion {
margin:15px 0 15px 0;
text-align:center;
color: gray;
font-size:7pt;
}
#paginacion a {
color: orange;
font-size:7pt;
padding:3px;
}
#footer{text-align:center;padding:10px;font-size:8pt;margin-top:20px;padding:8px;color:black;clear:both;}
#cc {
text-align:center;
padding:15px;
font-size:6pt;font-weight:bold;
margin:10px auto 10px auto;
}
.spaced{margin-top:35px;margin-bottom:25px;text-align:center}
#top {text-align:left;margin-left:20px;padding-left:20px}
#rss {
text-align:left;
background: #fff url(/img/static/3d-feed-icon.jpg) no-repeat;
color:red;
font-size:8pt;
height:43px;
padding:15px 0 0 44px;
font-weight:bolder;
}
#rss a{font-size:7pt;text-decoration:none;padding-left:3px;color:#8ea442}
#rss a:hover{border-bottom:1px dotted #8ea442;}
.links a{font-size:7pt;text-decoration:none;padding:3px;color:#cc6600;}
.links a:hover{font-size:7pt;text-decoration:none;padding:3px;background-image:url(/img/static/menu_a_hover.gif);}
/* Formularios*/
code {
color: #B46233;
font: 90% "Courier New", Courier, monospace;
}
form {
margin: 0;
padding: 0;
}
input, textarea {
background-color: #F8F6F1;
border: 1px solid #aaa;
font-size:100%;
}
input:hover, textarea:hover {
background: #F0ECE1;
}
/* Holly Hack for IE */
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
/** PAGINATION ***/
div.pagination {
padding: 3px;
margin: 3px;
font-size:8pt;
}
div.pagination a {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #fff;
text-decoration: none; /* no underline */
font-size:8pt;
color: #fe640d;
}
div.pagination a:hover, div.pagination a:active {
border: 1px solid #000099;
color: #000;
}
div.pagination span.current {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #fe640d;
font-weight: bold;
background-color: #fe640d;
color: #fff;
}
div.pagination span.disabled {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #EEE;
color: #c0c0c0;
}",
"blogger" => array(
"User" => array(),
"Bookmark" => array(),
"Podcast" => array(),
"Wayding" => array(),
"Gallery" => array(),
"Livechat" => array(),
"Catforum" => array(),
"Quote" => array()
),
"data" => array()
)
$loadHelpers = true
$cached = false
$time = TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$theme = NULL
TimeHelper::$here = "/photos/display/saidjose/30"
TimeHelper::$params = array
TimeHelper::$action = "display"
TimeHelper::$plugin = NULL
TimeHelper::$data = NULL
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
$jqueryEngine = JqueryEngineHelper
JqueryEngineHelper::$_optionMap = array
JqueryEngineHelper::$_callbackArguments = array
JqueryEngineHelper::$jQueryObject = "$"
JqueryEngineHelper::$useNative = true
JqueryEngineHelper::$selection = NULL
JqueryEngineHelper::$bufferedMethods = array
JqueryEngineHelper::$helpers = NULL
JqueryEngineHelper::$base = ""
JqueryEngineHelper::$webroot = "/"
JqueryEngineHelper::$theme = NULL
JqueryEngineHelper::$here = "/photos/display/saidjose/30"
JqueryEngineHelper::$params = array
JqueryEngineHelper::$action = "display"
JqueryEngineHelper::$plugin = NULL
JqueryEngineHelper::$data = NULL
JqueryEngineHelper::$namedArgs = NULL
JqueryEngineHelper::$argSeparator = NULL
JqueryEngineHelper::$validationErrors = NULL
JqueryEngineHelper::$tags = array
JqueryEngineHelper::$__tainted = NULL
JqueryEngineHelper::$__cleaned = NULL
$js = JsHelper
JsHelper::$bufferScripts = true
JsHelper::$helpers = array
JsHelper::$__jsVars = array
JsHelper::$__bufferedScripts = array
JsHelper::$__engineName = "JqueryEngine"
JsHelper::$setVariable = "centauro"
JsHelper::$base = ""
JsHelper::$webroot = "/"
JsHelper::$theme = NULL
JsHelper::$here = "/photos/display/saidjose/30"
JsHelper::$params = array
JsHelper::$action = "display"
JsHelper::$plugin = NULL
JsHelper::$data = NULL
JsHelper::$namedArgs = NULL
JsHelper::$argSeparator = NULL
JsHelper::$validationErrors = NULL
JsHelper::$tags = array
JsHelper::$__tainted = NULL
JsHelper::$__cleaned = NULL
JsHelper::$Html = HtmlHelper object
JsHelper::$Form = FormHelper object
JsHelper::$JqueryEngine = JqueryEngineHelper object
$gags = GagsHelper
GagsHelper::$tainted = NULL
GagsHelper::$initialized = false
GagsHelper::$helpers = array
GagsHelper::$aRow = array
GagsHelper::$eRow = array
GagsHelper::$base = ""
GagsHelper::$webroot = "/"
GagsHelper::$theme = NULL
GagsHelper::$here = "/photos/display/saidjose/30"
GagsHelper::$params = array
GagsHelper::$action = "display"
GagsHelper::$plugin = NULL
GagsHelper::$data = NULL
GagsHelper::$namedArgs = NULL
GagsHelper::$argSeparator = NULL
GagsHelper::$validationErrors = NULL
GagsHelper::$tags = array
GagsHelper::$__tainted = NULL
GagsHelper::$__cleaned = NULL
GagsHelper::$Html = HtmlHelper object
GagsHelper::$Js = JsHelper object
GagsHelper::$Form = FormHelper object
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "e07364f89fe9602c5982b764d9b3bdbd"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "low"
SessionHelper::$time = 1283475151
SessionHelper::$sessionTime = 1283583151
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/photos/display/saidjose/30"
SessionHelper::$params = array
SessionHelper::$action = "display"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/photos/display/saidjose/30"
FormHelper::$params = array
FormHelper::$action = "display"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/photos/display/saidjose/30"
HtmlHelper::$params = array
HtmlHelper::$action = "display"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$user = UserHelper
UserHelper::$tab = ""
UserHelper::$helpers = NULL
UserHelper::$base = ""
UserHelper::$webroot = "/"
UserHelper::$theme = NULL
UserHelper::$here = "/photos/display/saidjose/30"
UserHelper::$params = array
UserHelper::$action = "display"
UserHelper::$plugin = NULL
UserHelper::$data = NULL
UserHelper::$namedArgs = NULL
UserHelper::$argSeparator = NULL
UserHelper::$validationErrors = NULL
UserHelper::$tags = array
UserHelper::$__tainted = NULL
UserHelper::$__cleaned = NULL
$style = "
body {
background: #e7e4e4;
margin: 0px;
padding: 0px;
font-size: 10pt;
font-family: Verdana, Arial;
min-width:900px;
/ *fdg fdgdggdf g*/
}
a {
color: #3f5673;
font-size: 11pt;
text-decoration:none;
text-align:left;
}
#wrapper {
border:1px solid black;
margin:0 auto 0 auto;
max-width:900px;
background-color: white;
padding:0;
vertical-align:top;
}
img {border:0;text-align:center;}
#headerimg {
width: 900px;
height:220px;
background:url(/img/static/blog-bg-default.jpg);
margin:0;
padding:0;
vertical-align:top;
}
#titulo a {
font-size: 19pt;
float: left;
color: white;
font-weight: bold;
margin:30px 0 0 30px;
padding:30px 0 15px 0;
}
#frase {
float: left;
font-size: 11pt;
text-align: left;
color: white;
font-weight: bold;
margin-left:60px;
}
#avatar {
text-align: justify;
margin-left:auto;
margin-right:auto;
width:auto;
padding:3px;
font-weight:bold;
font-size:8pt;
font-family:courier;
}
.cuerpo_comentario{
font-size:11pt;
}
.entrada_permalink {
padding-top:10px;
margin-left:0;
margin-bottom:30px;
}
.entrada_permalink a {font-size:7pt;}
.entrada_fecha {
font-size:9pt;
font-variant: normal;
text-transform: capitalize;
font-family: Georgia, Times New Roman, Times, serif;
font-weight:bold;
}
p {font-size:10pt;padding:4px;}
.entrada_cuerpo { padding:4px;}
.temas {
margin-top:40px;
margin-bottom:0px;
border-bottom:1px solid black;
text-align:left;
font-weight:bold;
font-family: Palatino, serif;
}
ul {
font-weight:bold;
}
h1 {
font-size:13pt;
margin:5px;
font-variant: normal;
}
h3 {
color:#ea7901;
margin-top:20px;
font-size:15pt;
font-weigth:bold;
padding:5px 0 0 0;
border-bottom:1px dotted #8ea442;
background: #fff url(/img/static/ball-green.gif) no-repeat;
background-position:bottom right;
}
h4 {
color:gray;
margin:0;
font-size:10pt;
font-variant: normal;
text-transform: capitalize;
font-family: Georgia, Times New Roman, Times, serif;
}
img.imgborder {
border:1px solid black;
margin:2px;
margin-bottom:0;
}
p.imagen {
text-align: center;
font-size: 11px;
font-style: italic;
}
p.justificado {
font-size: 10pt;
text-align: justify;
line-height: 130%;
}
#thin { /* sidebar */
vertical-align:top;
border-right:dotted 1px #c0c0c0;
width:230px;
vertical-align:top;
float:right;
}
#blogger{ /* blogger information */
background: #fff url(/img/static/boxbg.gif) repeat-x;
padding: 1.5em;
margin: 10px 0 1.0em 0;
}
#blog_cv {font-size:7pt;text-align:justify;color:#404040;margin:10px 0 10px 0}
#blog_cv a {font-size:7pt;}
#blog_img {text-align:center;}
#shadow {background: #fff url(/img/static/border1.gif) repeat-x;height:15px;}
#main{ /* main column */
float:left;
vertical-align:top;
width:650px;
}
#main a:hover {border-bottom:1px dotted green}
#paginacion {
margin:15px 0 15px 0;
text-align:center;
color: gray;
font-size:7pt;
}
#paginacion a {
color: orange;
font-size:7pt;
padding:3px;
}
#footer{text-align:center;padding:10px;font-size:8pt;margin-top:20px;padding:8px;color:black;clear:both;}
#cc {
text-align:center;
padding:15px;
font-size:6pt;font-weight:bold;
margin:10px auto 10px auto;
}
.spaced{margin-top:35px;margin-bottom:25px;text-align:center}
#top {text-align:left;margin-left:20px;padding-left:20px}
#rss {
text-align:left;
background: #fff url(/img/static/3d-feed-icon.jpg) no-repeat;
color:red;
font-size:8pt;
height:43px;
padding:15px 0 0 44px;
font-weight:bolder;
}
#rss a{font-size:7pt;text-decoration:none;padding-left:3px;color:#8ea442}
#rss a:hover{border-bottom:1px dotted #8ea442;}
.links a{font-size:7pt;text-decoration:none;padding:3px;color:#cc6600;}
.links a:hover{font-size:7pt;text-decoration:none;padding:3px;background-image:url(/img/static/menu_a_hover.gif);}
/* Formularios*/
code {
color: #B46233;
font: 90% "Courier New", Courier, monospace;
}
form {
margin: 0;
padding: 0;
}
input, textarea {
background-color: #F8F6F1;
border: 1px solid #aaa;
font-size:100%;
}
input:hover, textarea:hover {
background: #F0ECE1;
}
/* Holly Hack for IE */
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
/** PAGINATION ***/
div.pagination {
padding: 3px;
margin: 3px;
font-size:8pt;
}
div.pagination a {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #fff;
text-decoration: none; /* no underline */
font-size:8pt;
color: #fe640d;
}
div.pagination a:hover, div.pagination a:active {
border: 1px solid #000099;
color: #000;
}
div.pagination span.current {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #fe640d;
font-weight: bold;
background-color: #fe640d;
color: #fff;
}
div.pagination span.disabled {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #EEE;
color: #c0c0c0;
}"
$blogger = array(
"User" => array(
"id" => "26",
"created" => "2007-04-27 06:18:19-05",
"name_blog" => "Mis locuras",
"quote" => "Nada es indispensable, siempre hay algo que lo puede remplazar",
"cv" => "Said Tamez Lorenzana
35 años.
Ingeniero Ambienta de la Universidad Autónoma de Tamaulipas, con diez años de experiencia en el área de las ciencias ambientales. Entusiasta del software libre en cualquier sistema. Aficionado a CIV III y cuando no estoy jugando, me gusta perder el tiempo leyendo todo lo relacionado a Linux, BSD y software libre de windows. Soy papa de un hermoso niño de dos años tres meses, sigo pensando que el café y el te son las mejores bebidas que Dios le dio al mundo.
Actualmente trabajo con ubuntu 8.10, zenwalk 5.2 y windows xp, estoy aprendiendo a programar, en lenguaje C, java y html. Tambien estoy aprendiendo a utilizar LaTex en GNU/Linux y windows.",
"avatar" => "saidjose_avatar.jpg",
"username" => "saidjose",
"license_id" => "6",
"tags" => "arts, music, hacking, environment, education, cars"
),
"Bookmark" => array(),
"Podcast" => array(),
"Wayding" => array(
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array(),
array()
),
"Gallery" => array(
array()
),
"Livechat" => array(
array(),
array(),
array()
),
"Catforum" => array(),
"Quote" => array(
array()
)
)
$data = array()include - APP/views/photos/display.ctp, line 4
View::_render() - CORE/cake/libs/view/view.php, line 723
View::render() - CORE/cake/libs/view/view.php, line 419
Controller::render() - CORE/cake/libs/controller/controller.php, line 911
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83