initial commit

This commit is contained in:
Chris Sewell
2012-11-28 03:55:08 -05:00
parent 7adb399b2e
commit cf140a2e97
3247 changed files with 492437 additions and 0 deletions

View File

@ -0,0 +1,56 @@
<?php
// auto-generated by sfViewConfigHandler
// date: 2012/06/12 10:26:18
$context = $this->getContext();
$response = $context->getResponse();
if ($this->actionName.$this->viewName == 'indexSuccess')
{
$templateName = $response->getParameter($this->moduleName.'_'.$this->actionName.'_template', $this->actionName, 'symfony/action/view');
$this->setTemplate($templateName.$this->viewName.$this->getExtension());
}
else
{
$templateName = $response->getParameter($this->moduleName.'_'.$this->actionName.'_template', $this->actionName, 'symfony/action/view');
$this->setTemplate($templateName.$this->viewName.$this->getExtension());
}
if ($templateName.$this->viewName == 'indexSuccess')
{
if (!$context->getRequest()->isXmlHttpRequest())
{
$this->setDecoratorTemplate('layout'.$this->getExtension());
}
$response->addHttpMeta('content-type', 'text/html', false);
$response->addMeta('title', 'Atlantic Biomedical', false, false);
$response->addMeta('robots', 'index, follow', false, false);
$response->addMeta('description', 'Atlantic Biomedical', false, false);
$response->addMeta('keywords', 'Atlantic Biomedical, medical, equipment, repair', false, false);
$response->addMeta('language', 'en', false, false);
$response->addStylesheet('main', '', array ());
$response->addStylesheet('client', '', array ());
$response->addStylesheet('user', '', array ());
$response->addStylesheet('theme', '', array ());
$response->addStylesheet('/css/email.css', '', array ());
$response->addJavascript('/js/scheduler');
}
else
{
if (!$context->getRequest()->isXmlHttpRequest())
{
$this->setDecoratorTemplate('layout'.$this->getExtension());
}
$response->addHttpMeta('content-type', 'text/html', false);
$response->addMeta('title', 'Atlantic Biomedical', false, false);
$response->addMeta('robots', 'index, follow', false, false);
$response->addMeta('description', 'Atlantic Biomedical', false, false);
$response->addMeta('keywords', 'Atlantic Biomedical, medical, equipment, repair', false, false);
$response->addMeta('language', 'en', false, false);
$response->addStylesheet('main', '', array ());
$response->addStylesheet('client', '', array ());
$response->addStylesheet('user', '', array ());
$response->addStylesheet('theme', '', array ());
}