This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- BackOffice --> | |
<?php | |
$this->Paginator->options( | |
array('update' => '#lista_clientes', | |
'url'=>array('controller'=>'Users', 'action'=>'myclients'), | |
'evalScripts' => true | |
) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- BackOffice --> | |
<?php | |
$this->Paginator->options( | |
array('update' => '#lista_clientes', | |
'url'=>array('controller'=>'Users', 'action'=>'myclients'), | |
'evalScripts' => true | |
) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |