Skip to content

Instantly share code, notes, and snippets.

View eddpascoal's full-sized avatar

Eduardo Pascoal eddpascoal

  • New Zealand
View GitHub Profile
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="http://editor.snimar.pt/snimar.xsl"?>
<gmd:MD_Metadata xmlns:gco="http://www.isotc211.org/2005/gco"
xmlns:gmd="http://www.isotc211.org/2005/gmd"
xmlns:gml="http://www.opengis.net/gml/3.2"
xmlns:gmx="http://www.isotc211.org/2005/gmx"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:srv="http://www.isotc211.org/2005/srv">
<gmd:fileIdentifier>
<?xml version="1.0" encoding="UTF-8"?>
<gmd:MD_Metadata xmlns:gsr="http://www.isotc211.org/2005/gsr" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.isotc211.org/2005/gmx http://eden.ign.fr/xsd/isotc211/isofull/20090316/gmx/gmx.xsd
http://www.isotc211.org/2005/srv
http://eden.ign.fr/xsd/isotc211/isofull/20090316/srv/srv.xsd"
xmlns:gss="http://www.isotc211.org/2005/gss" xmlns:gts="http://www.isotc211.org/2005/gts" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:gmx="http://www.isotc211.org/2005/gmx" xmlns:srv="http://www.isotc211.org/2005/srv" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gmd="http://www.isotc211.org/2005/gmd">
<gmd:fileIdentifier>
<gco:CharacterString>9e7790ab-a37d-4918-8107-5c427798ca68</gco:CharacterString>
</gmd:fileIdentifier>
<gmd:language>
<LanguageCode xmlns="http://www.isotc211.org/2005/gmd" codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/Codelist/ML_gm
<!-- BackOffice -->
<?php
$this->Paginator->options(
array('update' => '#lista_clientes',
'url'=>array('controller'=>'Users', 'action'=>'myclients'),
'evalScripts' => true
)
<!-- BackOffice -->
<?php
$this->Paginator->options(
array('update' => '#lista_clientes',
'url'=>array('controller'=>'Users', 'action'=>'myclients'),
'evalScripts' => true
)
public $components = array(
'DebugKit.Toolbar',
'Session',
'Auth' => array(
'loginAction' => array('controller' => 'Users', 'action' => 'login'),
'logoutRedirect' => array('controller' => 'Users', 'action' => 'login'),
'authenticate' => array('Form' => array(
'userModel' => 'User',
'fields' => array(
'username' => 'email',