| @ -0,0 +1,6 @@ | |||||
| root = true | |||||
| [*] | |||||
| charset = utf-8 | |||||
| indent_style = space | |||||
| indent_size = 2 | |||||
| @ -0,0 +1,24 @@ | |||||
| node_modules/ | |||||
| .DS_Store | |||||
| *.log | |||||
| .idea/ | |||||
| .metadata/ | |||||
| .vscode | |||||
| package-lock.json | |||||
| /trash/* | |||||
| .Trash | |||||
| *~* | |||||
| *#* | |||||
| config/_development.json | |||||
| config/_production.json | |||||
| dbs/ | |||||
| public/scripts/main.* | |||||
| storage/database/ | |||||
| @ -0,0 +1,137 @@ | |||||
| { | |||||
| "name": "cluar", | |||||
| "description": "A ready to use solution for content management and multilingual websites using Netuno, ReactJS and Ant Design.", | |||||
| "type": "app", | |||||
| "config": { | |||||
| "development": { | |||||
| "cron": {"jobs": []}, | |||||
| "settings": { | |||||
| "public": {}, | |||||
| "cluar": { | |||||
| "website": { | |||||
| "url": "http://localhost:3000", | |||||
| "name": "Website Name", | |||||
| "analytics": null, | |||||
| "mapbox": { | |||||
| "dark": false, | |||||
| "accessToken": null | |||||
| }, | |||||
| "services": { | |||||
| "api": "http://localhost:9000/services/" | |||||
| } | |||||
| }, | |||||
| "uglifyjs": false | |||||
| } | |||||
| }, | |||||
| "cors": [{ | |||||
| "origins": [ "*" ], | |||||
| "enabled": true | |||||
| }], | |||||
| "smtp": {}, | |||||
| "name": "cluar", | |||||
| "setup": { | |||||
| "schema": { | |||||
| "execution": true, | |||||
| "auto_create": true | |||||
| }, | |||||
| "scripts": {"execution": true}, | |||||
| "enabled": true | |||||
| }, | |||||
| "language": "en_GB", | |||||
| "firebase": { | |||||
| "app_name": "", | |||||
| "database_url": "", | |||||
| "key_file": "", | |||||
| "listener_secret": "" | |||||
| }, | |||||
| "locale": "en_GB", | |||||
| "remote": {}, | |||||
| "commands": [ | |||||
| { | |||||
| "path": "ui", | |||||
| "command": "npm run watch", | |||||
| "enabled": true | |||||
| }, | |||||
| { | |||||
| "path": "website", | |||||
| "command": "npm start", | |||||
| "install": "npm install --force", | |||||
| "enabled": true | |||||
| } | |||||
| ], | |||||
| "db": {"default": { | |||||
| "password": "", | |||||
| "engine": "h2", | |||||
| "port": "", | |||||
| "host": "", | |||||
| "name": "cluar", | |||||
| "username": "" | |||||
| }} | |||||
| }, | |||||
| "production": { | |||||
| "cron": {"jobs": []}, | |||||
| "settings": { | |||||
| "public": {}, | |||||
| "cluar": { | |||||
| "website": { | |||||
| "url": "http://localhost:3000", | |||||
| "name": "Website Name", | |||||
| "analytics": null, | |||||
| "mapbox": { | |||||
| "dark": false, | |||||
| "accessToken": null | |||||
| }, | |||||
| "services": { | |||||
| "api": "http://localhost:9000/services/" | |||||
| } | |||||
| }, | |||||
| "uglifyjs": false | |||||
| } | |||||
| }, | |||||
| "cors": [{ | |||||
| "origins": [ "*" ], | |||||
| "enabled": true | |||||
| }], | |||||
| "smtp": {}, | |||||
| "name": "cluar", | |||||
| "setup": { | |||||
| "schema": { | |||||
| "execution": true, | |||||
| "auto_create": true | |||||
| }, | |||||
| "scripts": {"execution": true}, | |||||
| "enabled": true | |||||
| }, | |||||
| "language": "en_GB", | |||||
| "firebase": { | |||||
| "app_name": "", | |||||
| "database_url": "", | |||||
| "key_file": "", | |||||
| "listener_secret": "" | |||||
| }, | |||||
| "locale": "en_GB", | |||||
| "remote": {}, | |||||
| "commands": [ | |||||
| { | |||||
| "path": "ui", | |||||
| "command": "npm run watch", | |||||
| "enabled": false | |||||
| }, | |||||
| { | |||||
| "path": "website", | |||||
| "command": "npm start", | |||||
| "install": "npm install --force", | |||||
| "enabled": false | |||||
| } | |||||
| ], | |||||
| "db": {"default": { | |||||
| "password": "", | |||||
| "engine": "h2", | |||||
| "port": "", | |||||
| "host": "", | |||||
| "name": "cluar", | |||||
| "username": "" | |||||
| }} | |||||
| } | |||||
| } | |||||
| } | |||||
| @ -0,0 +1,88 @@ | |||||
|  | |||||
| # CLUAR CMS | |||||
| Uma solução pronta para gestão de conteúdos e websites multilíngue utilizando [Netuno](https://www.netuno.org/), [ReactJS](https://reactjs.org/) e [Ant Design](https://ant.design/). | |||||
| ## Requisito | |||||
| ### Plataforma Netuno | |||||
| [Siga os passos aqui](https://doc.netuno.org/docs/pt-PT/installation/) | |||||
| ## Documentação | |||||
| [Documentação Geral do CLUAR CMS](docs/README-pt_PT.md) | |||||
| ## Instalação Automática da Aplicação | |||||
| ``` | |||||
| ./netuno app github=netuno-org/cluar | |||||
| ``` | |||||
| ### Execução | |||||
| Inicie o servidor Netuno: | |||||
| ``` | |||||
| ./netuno server app=cluar | |||||
| ``` | |||||
| > Pode demorar porque é a primeira vez e a instalação do NPM será executada nas pastas `ui` e` website` dentro da pasta raiz do aplicativo. | |||||
| :warning: Se tiver o error: | |||||
| ``` | |||||
| npm ERR! code ERESOLVE | |||||
| npm ERR! ERESOLVE unable to resolve dependency tree | |||||
| ``` | |||||
| Então execute o comando abaixo dentro da pasta `website`: | |||||
| `npm install --force` | |||||
| :white_check_mark: Não é obrigatório, mas é recomendado renomar a pasta da aplicação `(Netuno Root directory)/apps/cluar/` para o nome desejado, e não esqueça do parâmetro `name` nas configurações: | |||||
| `config/_development.json` | |||||
| `config/_production.json` | |||||
| > Lembre-se de iniciar o servidor Netuno com seu novo nome de aplicativo. | |||||
| ## Processo Manual | |||||
| ### Clone e Instalação | |||||
| Crie uma nova app com o Netuno denominada `cluar` executando (no diretório raíz do Netuno) | |||||
| `./netuno app name=cluar` | |||||
| e selecionando as configurações desejadas (tipo de base de dados, nome da base de dados e idioma da aplicação). | |||||
| Depois clone este projeto para o diretório `(Netuno Root directory)/apps/cluar/`. | |||||
| Depois instale as dependências NPM excutando | |||||
| `npm install --force` | |||||
| no diretório `cluar/website/`. | |||||
| ### Configuração | |||||
| Copie o ficheiro de exemplo de configuração executando o seguinte | |||||
| `cp config/sample.json config/_development.json` (certifique-se do parâmetro `name`) | |||||
| e modifique de acordo com a configuração do seu ambiente local. | |||||
| ### Execução | |||||
| No diretório raíz do Netuno execute | |||||
| `./netuno server app=cluar` | |||||
| que irá iniciar o servidor de backend e depois execute no diretório `(cluar app directory)/website/` o seguinte | |||||
| `npm run start` | |||||
| para iniciar o servidor de frontend. | |||||
| @ -0,0 +1,83 @@ | |||||
|  | |||||
| # CLUAR CMS | |||||
| A ready to use solution for content management and multilingual websites using [Netuno](https://www.netuno.org/), [ReactJS](https://reactjs.org/) and [Ant Design](https://ant.design/). | |||||
| ## Requirement | |||||
| #### Netuno Platform | |||||
| [Follow the steps here](https://doc.netuno.org/docs/en/installation/) | |||||
| ## Automatic Application Install | |||||
| ``` | |||||
| ./netuno app github=netuno-org/cluar | |||||
| ``` | |||||
| ### Running | |||||
| Start the Netuno Server: | |||||
| ``` | |||||
| ./netuno server app=cluar | |||||
| ``` | |||||
| > May take while because is the first time and NPM Install will run to `ui` and `website` folder inside the application root folder. | |||||
| :warning: If you got this error: | |||||
| ``` | |||||
| npm ERR! code ERESOLVE | |||||
| npm ERR! ERESOLVE unable to resolve dependency tree | |||||
| ``` | |||||
| Then execute the command below inside the `website` folder: | |||||
| `npm install --force` | |||||
| :white_check_mark: Is not required, but is recommended to rename the app folder `(Netuno Root directory)/apps/cluar/` to your desired name, and do not forget the `name` parameter in the configurations: | |||||
| `config/_development.json` | |||||
| `config/_production.json` | |||||
| > Remember to restart the Netuno Server with your new app name. | |||||
| ## From Scratch | |||||
| ### Clone and Setup | |||||
| Create an app with Netuno named `cluar` by running (in the Netuno root directory) | |||||
| `./netuno app name=cluar` | |||||
| and selecting the desired configurations (database type, database name and app language). | |||||
| Then clone this project to the newly created `(Netuno Root directory)/apps/cluar/` directory. | |||||
| Then install the NPM dependencies by running | |||||
| `npm install --force` | |||||
| in the `cluar/website/` directory. | |||||
| ### Configuration | |||||
| You'll need to copy the sample configuration file by running | |||||
| `cp config/sample.json config/_development.json` (be sure the `name` parameter) | |||||
| and modifying to match your local environment configuration. | |||||
| ### Running | |||||
| In the Netuno root directory run | |||||
| `./netuno server app=cluar` | |||||
| to start the backend server and then in the `(cluar app directory)/website/` run | |||||
| `npm run start` | |||||
| to start the frontend server. | |||||
| @ -0,0 +1,3 @@ | |||||
| /* | |||||
| * Development dynamic configurations is here. | |||||
| */ | |||||
| @ -0,0 +1,3 @@ | |||||
| /* | |||||
| * Production dynamic configurations is here. | |||||
| */ | |||||
| @ -0,0 +1,53 @@ | |||||
| { | |||||
| "cron": {"jobs": []}, | |||||
| "settings": { | |||||
| "public": {}, | |||||
| "website": { | |||||
| "origin": "http://localhost:3000" | |||||
| }, | |||||
| "uglifyjs": false | |||||
| }, | |||||
| "cors": [{ | |||||
| "origin": "*", | |||||
| "enabled": true | |||||
| }], | |||||
| "smtp": {}, | |||||
| "name": "cluar", | |||||
| "setup": { | |||||
| "schema": { | |||||
| "execution": true, | |||||
| "auto_create": true | |||||
| }, | |||||
| "scripts": {"execution": true}, | |||||
| "enabled": true | |||||
| }, | |||||
| "language": "en_GB", | |||||
| "firebase": { | |||||
| "app_name": "", | |||||
| "database_url": "", | |||||
| "key_file": "", | |||||
| "listener_secret": "" | |||||
| }, | |||||
| "locale": "en_GB", | |||||
| "remote": {}, | |||||
| "commands": [ | |||||
| { | |||||
| "path": "ui", | |||||
| "command": "npm run watch", | |||||
| "enabled": true | |||||
| }, | |||||
| { | |||||
| "path": "website", | |||||
| "command": "npm start", | |||||
| "enabled": true | |||||
| } | |||||
| ], | |||||
| "db": {"default": { | |||||
| "password": "", | |||||
| "engine": "h2", | |||||
| "port": "", | |||||
| "host": "", | |||||
| "name": "cluar", | |||||
| "username": "" | |||||
| }} | |||||
| } | |||||
| @ -0,0 +1,113 @@ | |||||
| # Documentação | |||||
| O CLUAR CMS facilita a criação de websites utilizando ReactJS mas com a manutenção dos conteúdos, navegação, páginas, idiomas, configurações e muito mais, através de um backoffice fornecido pela plataforma Netuno. | |||||
| Para quem está começando a aprender sobre ReactJS & CSS vai conseguir criar um website moderno e customizado de uma maneira muito prática e intuitiva. | |||||
| Para quem já domina ReactJS & CSS vai conseguir reduzir muito o tempo de implementação de websites dinâmico com a gestão dos conteúdos, assim poderá focar mais no design e em customizações avançadas. | |||||
| ## Visão Geral | |||||
| Estes são os principais mecanismos que o CLUAR CMS oferece por padrão: | |||||
| 1. [Página](page/README-pt_PT.md) | |||||
| 2. [Idioma](language/README-pt_PT.md) | |||||
| 3. [Conteúdo](content/README-pt_PT.md) | |||||
| 4. [Estandarte](banner/README-pt_PT.md) | |||||
| 5. [Listagem](listing/README-pt_PT.md) | |||||
| 6. [Ação](action/README-pt_PT.md) | |||||
| 7. [Dicionário](dictionary/README-pt_PT.md) | |||||
| 8. [Configuração](configuration/README-pt_PT.md) | |||||
| 9. [Funcionalidade](functionality/README-pt_PT.md) | |||||
| #### Estrutura do Código do Website | |||||
| O código está organizado da seguinte forma: | |||||
| - `website/src/base` | |||||
| Contém os componentes de cabeçalho (`header` e `menu`) e o rodapé (`footer`), e ainda o alerta de privacidade de cookies. | |||||
| - `website/src/common` | |||||
| Código essencial e utíl de modo geral, e ainda o motor de processamento das páginas (`Builder`) | |||||
| - `website/src/components` | |||||
| Componentes para ser utilizados para construir os conteúdos das páginas. | |||||
| - `website/src/components/functionality` | |||||
| Contém os componentes feitos à medida para ser integrados nos conteúdos das páginas. | |||||
| - `website/src/config` | |||||
| Parametrização da configuração essencial utilizada em código. | |||||
| - `website/src/styles` | |||||
| Aqui contém o CSS principal e global, com a gestão das variáveis (`variables`) de configurações de layout e design. | |||||
| - `website/src/pages` | |||||
| Páginas desenvolvidas à medida sem serem processadas pelo motor do CLUAR CMS. | |||||
| - `website/src/App.js` | |||||
| Definição das rotas de navegação (`react-router-dom`) e tem a estrutura global do website. | |||||
| - `website/src/index.js` | |||||
| É onde tudo começa, também é onde é carregado o conteúdo base do CLUAR CMS e onde define o endereço da API REST de serviços. | |||||
| - `website/craco.config.js` | |||||
| Customização das variáveis de layout e design do Ant.Design. | |||||
| #### Estrutura do Código da Aplicação Netuno | |||||
| Sobre a estrutura da aplicação do Netuno: | |||||
| - `config` | |||||
| Configuração da aplicação Netuno como base de dados, comandos executados na inicialização, CORS, SMTP, e muito mais. | |||||
| - `dbs` | |||||
| Onde fica os ficheiros de base de dados (`H2Database`) e onde pode ser guardado scripts para outros tipos de bases de dados. | |||||
| - `public` | |||||
| Ficheiros públicos da aplicação Netuno. | |||||
| - `server` | |||||
| Código de servidor da aplicação Netuno. | |||||
| - `server/sevices` | |||||
| Código a programação dos serviços da API REST. | |||||
| - `storage` | |||||
| Ficheiros gerais geridos pelo servidor da aplicação Netuno. | |||||
| - `ui` | |||||
| Programação do dashboard que fica no backoffice da aplicação Netuno. | |||||
| ## Customização de Layout & Design | |||||
| Para customizar a aparência é utilizado o LESS, então basta editar todos os arquivos `.less` que estão dentro da pasta `website/src` e nos repectivos subdiretórios. | |||||
| O código LESS central e global fica em `website/src/styles`, dentra desta pasta ficheiro `variables.less` tem as principais parameetrizações de estilos globais. | |||||
| ### Estilização do Ant.Design | |||||
| A estilização do Ant.Design é feita no ficheiro `website/craco.config.js`, dentro das configurações do `less` é configurar as variáveis do Ant.Design em `modifyVars`, verifique as variáveis do Ant.Design que podem ser redefinidas: | |||||
| - [themes/default.less](https://github.com/ant-design/ant-design/blob/master/components/style/themes/default.less) | |||||
| ## Componentes ReactJS | |||||
| Os componentes principais | |||||
| ## Cabeçalho (Header) e Menu | |||||
| ## Rodapé (Footer) | |||||
| ## Motor | |||||
| ## Rotas com React Rouer | |||||
| @ -0,0 +1,2 @@ | |||||
| ## Coming soon... | |||||
| @ -0,0 +1,3 @@ | |||||
| ## | |||||
| @ -0,0 +1,40 @@ | |||||
| # Estandarte (`banner`) | |||||
| [:arrow_backward: Principal](../README-pt_PT.md) | |||||
| No menu do backoffice em `Estandarte` é gerido os grandes destaques das páginas do website, também conhecido como __Banners__, são aquelas boas imagens que ocupam toda a área da janela com um título por cima bem destacado e as vezes com algum texto introdutório, há outros mais curtos e de muitas outras formas. | |||||
| O estandarte pode conter Título, Descrição, Imagem e Ordem (ordenação). | |||||
| ## ReactJS & CSS/LESS | |||||
| O componente ReactJS que gere todos os Estandartes (`banner`) no website fica em: | |||||
| - `website/src/components/Banner` | |||||
| O componente recebe diversas propriedades como título (`title`), conteúdo (`content`), imagem (`image`), entre outras. | |||||
| > Antes de realizar a customização analise as propriedades e o código CSS/LESS associado ao componente. | |||||
| ### Tipo (`type`) | |||||
| Os estandartes (`banner`) devem conter um tipo associado. | |||||
| O tipo pode ser customizado no formulário `Estandarte > Tipo`, onde o campo código é o valor que é utilizado pelo componente ReactJS na propriedade `type`. | |||||
| Então a propriedade `type` recebida no componente ReactJS `website/src/components/Banner` define o tipo de estandarte que será procesado. | |||||
| A propriedade `type` pode ser utilizada em condições para customizar a estrutura HTML que será processada na renderização do componente. | |||||
| O `type` também deve adicionado nas propriedades `className` de tags HTML geradas pelo componente, para manter o padrão e organização de nomes, e ainda facilita custumizar a sua aparência no código CSS/LESS. | |||||
| ### Posição (`position_x` & `position_y`) | |||||
| A posição X e Y servem para ajustar o foco da imagem de background nas diversas resoluções, o valor habitual é em porcentagem. | |||||
| > Permite controlar uma parte da imagem que seja necessário estar sempre visível. | |||||
| Por exemplo se ambos os campostos conter o valor `50%`, então quer dizer que o foco será no centro da imagem, ou seja em qualquer resolução a parte da imagem que estará sempre visível será o seu centro. | |||||
| [:arrow_backward: Principal](../README-pt_PT.md) | |||||
| @ -0,0 +1,3 @@ | |||||
| ## | |||||
| @ -0,0 +1,32 @@ | |||||
| # Conteúdo (`content`) | |||||
| [:arrow_backward: Principal](../README-pt_PT.md) | |||||
| No menu do backoffice em `Conteúdo` é gerido os conteúdos das páginas do website. | |||||
| O conteúdo pode conter Título, Descrição, Imagem e Ordem (ordenação). | |||||
| ## ReactJS & CSS/LESS | |||||
| O componente ReactJS que gere todos os Conteúdos no website fica em: | |||||
| - `website/src/components/Content` | |||||
| O componente recebe diversas propriedades como título (`title`), conteúdo (`content`), imagem (`image`), entre outras. | |||||
| > Antes de realizar a customização analise as propriedades e o código CSS/LESS associado ao componente. | |||||
| ### Tipo (`type`) | |||||
| Os conteúdos devem conter um tipo associado. | |||||
| O tipo pode ser customizado no formulário `Conteúdo > Tipo`, onde o campo código é o valor que é utilizado pelo componente ReactJS na propriedade `type`. | |||||
| Então a propriedade `type` recebida no componente ReactJS `website/src/components/Content` define o tipo de conteúdo que será procesado. | |||||
| A propriedade `type` pode ser utilizada em condições para customizar a estrutura HTML que será processada na renderização do componente. | |||||
| O `type` também deve adicionado nas propriedades `className` de tags HTML geradas pelo componente, para manter o padrão e organização de nomes, e ainda facilita custumizar a sua aparência no código CSS/LESS. | |||||
| [:arrow_backward: Principal](../README-pt_PT.md) | |||||
| @ -0,0 +1,3 @@ | |||||
| ## | |||||
| @ -0,0 +1,3 @@ | |||||
| ## | |||||
| @ -0,0 +1,31 @@ | |||||
| # Idioma (`language`) | |||||
| [:arrow_backward: Principal](../README-pt_PT.md) | |||||
| Na interface de backoffice os idiomas são geridos no formulário `Idioma`. | |||||
| > O campo Localização (`locale`) é o valor que distingue o idioma no link das páginas, também é utilizado em código, como para realizar a troca de idioma. Os campos de Descrição (`description`) e de Código internacional (`code`), servem para indicar mais detalhes informativos. O idioma assinalado como Padrão (`default`) será o idioma preferencial do website. | |||||
| O menu de seleção do idioma é processado no Header do website em: | |||||
| - `website/src/base/Header` | |||||
| > No componente ReactJS (`index.js`) procure por `menuLanguages` e no CSS/LESS (`index.less`) é customizado pela class `menu-languages`. | |||||
| O componente utilizado para construir a seleção do idiomas é o [Menu do Ant.Design](https://ant.design/components/menu/). | |||||
| ## Programaticamente | |||||
| Na classe JavaScript de funções úteis do CLUAR CMS: | |||||
| - `website/src/common/Cluar.js` | |||||
| É posssível trabalhar com o idioma, como por exemplo: | |||||
| - `Cluar.defaultLanguage()` - Obter o idioma padrão. | |||||
| - `Cluar.currentLanguage()` - Obter o idioma ativo no momento atual. | |||||
| - `Cluar.changeLanguage(codigoOuLocalizacao)` - Realizar a ativação de outro idioma programaticamente. | |||||
| - `Cluar.languages()` - Obtém a lista de todos os idiomas. | |||||
| [:arrow_backward: Principal](../README-pt_PT.md) | |||||
| @ -0,0 +1,51 @@ | |||||
| # Listagem (`listing`) | |||||
| [:arrow_backward: Principal](../README-pt_PT.md) | |||||
| No menu do backoffice em `Listagem` é gerida as listas de itens, quando precisamos listar uma série de dados, como produtos, serviços, referências, notícias, e muito mais. | |||||
| Por isso que dentro do menu do backoffice `Listagem` tem o `Item`, que é onde associamos os itens às respectivas listagens. | |||||
| A listagem pode conter Título, Conteúdo, Imagem e Ordem (ordenação). | |||||
| Cada listagem deve conter itens relacionionados em `Listagem > Item` | |||||
| ## ReactJS & CSS/LESS | |||||
| O componente ReactJS que gere todas as Listagens (`listing`) no website fica em: | |||||
| - `website/src/components/Listing` | |||||
| O componente recebe diversas propriedades como título (`title`), conteúdo (`content`), imagem (`image`), entre outras, além do array que contém os subitens relacionados (`items`). | |||||
| > Antes de realizar a customização analise as propriedades e o código CSS/LESS associado ao componente. | |||||
| ### Tipo (`type`) | |||||
| A listagem (`listing`) devem conter um tipo associado. | |||||
| O tipo pode ser customizado no formulário `Listagem > Tipo`, onde o campo código é o valor que é utilizado pelo componente ReactJS na propriedade `type`. | |||||
| Então a propriedade `type` recebida no componente ReactJS `website/src/components/Listing` define o tipo de listagem que será procesada. | |||||
| > O `type` também é passado para os `items`, assim nos itens da listagem também é possível realizar a customizações de acordo com o tipo da listagem. | |||||
| A propriedade `type` pode ser utilizada em condições para customizar a estrutura HTML que será processada na renderização do componente. | |||||
| O `type` também deve adicionado nas propriedades `className` de tags HTML geradas pelo componente, para manter o padrão e organização de nomes, e ainda facilita custumizar a sua aparência no código CSS/LESS. | |||||
| ### Item | |||||
| No backoffice os items são geridos em `Listagem > Item`, cada item contém a listagem ao qual pertence, título (`title`), conteúdo (`content`), imagem (`image`), ordem, URL (`link`) e o tipo (`type`) que é o tipo de listagem que é processada. | |||||
| O componente ReactJS que gere todos os Itens (`Listing/Item`) no website fica em: | |||||
| - `website/src/components/Listing/Item` | |||||
| A propriedade `type` pode ser utilizada em condições para customizar a estrutura HTML que será processada na renderização do componente. | |||||
| O `type` também deve adicionado nas propriedades `className` de tags HTML geradas pelo componente, para manter o padrão e organização de nomes, e ainda facilita custumizar a sua aparência no código CSS/LESS. | |||||
| [:arrow_backward: Principal](../README-pt_PT.md) | |||||
| @ -0,0 +1,128 @@ | |||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> | |||||
| <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> | |||||
| <svg width="100%" height="100%" viewBox="0 0 1500 500" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"> | |||||
| <g transform="matrix(1,0,0,1,0,-600)"> | |||||
| <g id="Artboard2" transform="matrix(1.12867,0,0,1.5528,14.6727,-266.46)"> | |||||
| <rect x="-13" y="558" width="1329" height="322" style="fill:none;"/> | |||||
| <g transform="matrix(1.10331,0,0,0.801957,-77.8207,452.83)"> | |||||
| <g> | |||||
| <g transform="matrix(0.105626,0.515917,-0.515917,0.105626,332.516,-86.4105)"> | |||||
| <path d="M426.873,215.983C423.948,230.189 422.41,244.917 422.41,260C422.41,380.091 519.909,477.59 640,477.59C760.091,477.59 857.59,380.091 857.59,260C857.59,244.917 856.052,230.189 853.127,215.983C880.973,257.089 897.243,306.66 897.243,360C897.243,501.976 781.976,617.243 640,617.243C498.024,617.243 382.757,501.976 382.757,360C382.757,306.66 399.027,257.089 426.873,215.983Z" style="fill:rgb(255,129,22);"/> | |||||
| </g> | |||||
| <g transform="matrix(1.35951,0,0,1.30023,-267.607,0.390688)"> | |||||
| <g transform="matrix(191.246,0,0,199.965,428.022,278.612)"> | |||||
| <path d="M0.195,-0.7C0.21,-0.7 0.217,-0.693 0.217,-0.678L0.217,-0.279C0.217,-0.252 0.219,-0.23 0.224,-0.213C0.228,-0.195 0.235,-0.181 0.245,-0.171C0.255,-0.16 0.269,-0.153 0.286,-0.149C0.303,-0.144 0.324,-0.142 0.35,-0.142L0.755,-0.142C0.77,-0.142 0.777,-0.135 0.777,-0.12L0.777,-0.022C0.777,-0.007 0.77,0 0.755,0L0.344,0C0.293,0 0.25,-0.005 0.215,-0.014C0.18,-0.023 0.151,-0.039 0.129,-0.06C0.106,-0.081 0.09,-0.108 0.08,-0.142C0.069,-0.175 0.064,-0.216 0.064,-0.264L0.064,-0.678C0.064,-0.693 0.072,-0.7 0.087,-0.7L0.195,-0.7Z" style="fill:rgb(255,129,22);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| <g transform="matrix(191.246,0,0,199.965,578.532,278.612)"> | |||||
| <path d="M0.195,-0.7C0.21,-0.7 0.217,-0.693 0.217,-0.678L0.217,-0.279C0.217,-0.252 0.219,-0.23 0.224,-0.213C0.228,-0.195 0.235,-0.181 0.245,-0.171C0.255,-0.16 0.269,-0.153 0.286,-0.149C0.303,-0.144 0.324,-0.142 0.35,-0.142L0.627,-0.142C0.653,-0.142 0.675,-0.144 0.692,-0.149C0.708,-0.153 0.722,-0.16 0.732,-0.171C0.742,-0.181 0.749,-0.195 0.753,-0.213C0.757,-0.23 0.759,-0.252 0.759,-0.279L0.759,-0.678C0.759,-0.693 0.766,-0.7 0.781,-0.7L0.89,-0.7C0.905,-0.7 0.912,-0.693 0.912,-0.678L0.912,-0.264C0.912,-0.216 0.907,-0.175 0.897,-0.142C0.887,-0.108 0.871,-0.081 0.849,-0.06C0.826,-0.039 0.797,-0.023 0.762,-0.014C0.726,-0.005 0.683,0 0.632,0L0.344,0C0.293,0 0.25,-0.005 0.215,-0.014C0.18,-0.023 0.151,-0.039 0.129,-0.06C0.106,-0.081 0.09,-0.108 0.08,-0.142C0.069,-0.175 0.064,-0.216 0.064,-0.264L0.064,-0.678C0.064,-0.693 0.072,-0.7 0.087,-0.7L0.195,-0.7Z" style="fill:rgb(255,129,22);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| <g transform="matrix(191.246,0,0,199.965,757.73,278.612)"> | |||||
| <path d="M0.51,-0.7C0.535,-0.7 0.557,-0.695 0.574,-0.685C0.591,-0.674 0.608,-0.654 0.625,-0.624L0.956,-0.023C0.959,-0.016 0.96,-0.011 0.959,-0.007C0.957,-0.002 0.952,0 0.944,0L0.817,0C0.806,0 0.798,-0.004 0.794,-0.013L0.723,-0.142L0.253,-0.142L0.184,-0.013C0.179,-0.004 0.172,0 0.161,0L0.031,0C0.022,0 0.017,-0.002 0.016,-0.007C0.014,-0.011 0.015,-0.016 0.018,-0.023L0.346,-0.624C0.363,-0.654 0.379,-0.674 0.395,-0.685C0.411,-0.695 0.43,-0.7 0.451,-0.7L0.51,-0.7ZM0.316,-0.258L0.66,-0.258L0.501,-0.551C0.498,-0.556 0.495,-0.558 0.49,-0.558L0.484,-0.558C0.479,-0.558 0.476,-0.556 0.473,-0.551L0.316,-0.258Z" style="fill:rgb(255,129,22);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| <g transform="matrix(191.246,0,0,199.965,944.195,278.612)"> | |||||
| <path d="M0.633,-0.7C0.71,-0.7 0.765,-0.683 0.798,-0.648C0.831,-0.613 0.848,-0.562 0.848,-0.494L0.848,-0.437C0.848,-0.38 0.836,-0.334 0.813,-0.301C0.79,-0.268 0.752,-0.246 0.699,-0.237L0.87,-0.025C0.873,-0.022 0.874,-0.017 0.873,-0.01C0.872,-0.003 0.866,0 0.857,0L0.728,0C0.719,0 0.713,-0.001 0.71,-0.003C0.707,-0.005 0.703,-0.008 0.7,-0.013L0.542,-0.221L0.219,-0.221L0.219,-0.022C0.219,-0.007 0.212,0 0.197,0L0.089,0C0.074,0 0.066,-0.007 0.066,-0.022L0.066,-0.67C0.066,-0.69 0.076,-0.7 0.096,-0.7L0.633,-0.7ZM0.219,-0.343L0.602,-0.343C0.636,-0.343 0.66,-0.35 0.674,-0.365C0.688,-0.38 0.695,-0.402 0.695,-0.432L0.695,-0.474C0.695,-0.504 0.688,-0.526 0.674,-0.541C0.66,-0.556 0.636,-0.563 0.602,-0.563L0.232,-0.563C0.223,-0.563 0.219,-0.559 0.219,-0.551L0.219,-0.343Z" style="fill:rgb(255,129,22);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| </g> | |||||
| </g> | |||||
| </g> | |||||
| <g transform="matrix(1.17863,0,0,0.790268,-96.3105,400.979)"> | |||||
| <g transform="matrix(59.0372,0,0,64,86.9983,587)"> | |||||
| <path d="M0.622,-0.237C0.619,-0.201 0.611,-0.167 0.597,-0.137C0.583,-0.107 0.565,-0.081 0.541,-0.059C0.516,-0.038 0.487,-0.021 0.453,-0.009C0.419,0.004 0.379,0.01 0.335,0.01C0.29,0.01 0.249,0.002 0.213,-0.014C0.176,-0.03 0.146,-0.052 0.12,-0.082C0.095,-0.112 0.076,-0.148 0.062,-0.19C0.049,-0.232 0.042,-0.279 0.042,-0.332L0.042,-0.378C0.042,-0.431 0.049,-0.478 0.063,-0.521C0.077,-0.563 0.097,-0.599 0.122,-0.628C0.148,-0.658 0.179,-0.681 0.215,-0.697C0.252,-0.713 0.292,-0.721 0.337,-0.721C0.382,-0.721 0.421,-0.714 0.455,-0.702C0.489,-0.689 0.518,-0.672 0.542,-0.65C0.565,-0.627 0.584,-0.601 0.597,-0.57C0.611,-0.539 0.619,-0.506 0.623,-0.47L0.476,-0.47C0.474,-0.491 0.471,-0.51 0.465,-0.526C0.459,-0.542 0.451,-0.556 0.44,-0.567C0.43,-0.578 0.416,-0.586 0.399,-0.592C0.382,-0.598 0.361,-0.601 0.337,-0.601C0.288,-0.601 0.251,-0.583 0.227,-0.547C0.203,-0.511 0.19,-0.455 0.19,-0.379L0.19,-0.332C0.19,-0.295 0.193,-0.263 0.198,-0.235C0.204,-0.207 0.212,-0.184 0.224,-0.166C0.235,-0.147 0.25,-0.133 0.269,-0.124C0.287,-0.115 0.309,-0.11 0.335,-0.11C0.359,-0.11 0.378,-0.112 0.395,-0.118C0.412,-0.123 0.426,-0.131 0.437,-0.141C0.448,-0.152 0.457,-0.165 0.463,-0.181C0.47,-0.197 0.473,-0.216 0.475,-0.237L0.622,-0.237Z" style="fill:rgb(90,90,90);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| <g transform="matrix(59.0372,0,0,64,125.626,587)"> | |||||
| <path d="M0.255,-0.711L0.438,-0.195L0.619,-0.711L0.812,-0.711L0.812,0L0.665,0L0.665,-0.194L0.679,-0.53L0.487,0L0.387,0L0.195,-0.529L0.21,-0.194L0.21,0L0.063,0L0.063,-0.711L0.255,-0.711Z" style="fill:rgb(90,90,90);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| <g transform="matrix(59.0372,0,0,64,177.341,587)"> | |||||
| <path d="M0.432,-0.187C0.432,-0.199 0.43,-0.21 0.427,-0.22C0.423,-0.23 0.416,-0.239 0.406,-0.248C0.396,-0.256 0.382,-0.264 0.364,-0.272C0.345,-0.281 0.322,-0.289 0.293,-0.298C0.261,-0.309 0.23,-0.32 0.201,-0.333C0.173,-0.347 0.147,-0.362 0.126,-0.38C0.104,-0.397 0.087,-0.418 0.074,-0.441C0.062,-0.464 0.056,-0.491 0.056,-0.522C0.056,-0.552 0.062,-0.579 0.075,-0.603C0.088,-0.628 0.106,-0.649 0.129,-0.666C0.152,-0.683 0.18,-0.697 0.212,-0.706C0.244,-0.716 0.279,-0.721 0.318,-0.721C0.357,-0.721 0.393,-0.715 0.425,-0.704C0.458,-0.693 0.485,-0.678 0.508,-0.659C0.531,-0.639 0.548,-0.616 0.561,-0.589C0.573,-0.562 0.579,-0.533 0.579,-0.501L0.433,-0.501C0.433,-0.516 0.43,-0.53 0.426,-0.542C0.421,-0.555 0.414,-0.566 0.404,-0.575C0.394,-0.584 0.382,-0.591 0.367,-0.596C0.353,-0.601 0.335,-0.604 0.315,-0.604C0.296,-0.604 0.28,-0.602 0.265,-0.598C0.251,-0.593 0.24,-0.588 0.23,-0.58C0.221,-0.573 0.214,-0.564 0.209,-0.554C0.205,-0.544 0.202,-0.533 0.202,-0.521C0.202,-0.498 0.214,-0.478 0.238,-0.463C0.262,-0.447 0.297,-0.432 0.343,-0.418C0.382,-0.406 0.416,-0.393 0.446,-0.378C0.475,-0.364 0.5,-0.347 0.519,-0.329C0.539,-0.31 0.554,-0.289 0.564,-0.266C0.574,-0.243 0.579,-0.217 0.579,-0.188C0.579,-0.156 0.573,-0.128 0.561,-0.104C0.549,-0.08 0.531,-0.059 0.509,-0.042C0.486,-0.025 0.459,-0.013 0.427,-0.004C0.396,0.005 0.36,0.01 0.321,0.01C0.298,0.01 0.274,0.008 0.251,0.004C0.228,0 0.205,-0.007 0.184,-0.015C0.163,-0.024 0.143,-0.034 0.125,-0.047C0.106,-0.06 0.09,-0.075 0.077,-0.092C0.063,-0.109 0.053,-0.129 0.045,-0.151C0.038,-0.173 0.034,-0.197 0.034,-0.224L0.181,-0.224C0.181,-0.202 0.184,-0.184 0.191,-0.169C0.198,-0.154 0.207,-0.142 0.219,-0.133C0.232,-0.123 0.246,-0.117 0.264,-0.112C0.281,-0.108 0.3,-0.106 0.321,-0.106C0.34,-0.106 0.357,-0.108 0.371,-0.112C0.385,-0.116 0.396,-0.122 0.405,-0.129C0.414,-0.136 0.421,-0.145 0.426,-0.155C0.43,-0.164 0.432,-0.175 0.432,-0.187Z" style="fill:rgb(90,90,90);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| <g transform="matrix(59.0372,0,0,64,228.336,587)"> | |||||
| <path d="M0.093,0L0.093,-0.425L0.014,-0.425L0.014,-0.528L0.093,-0.528L0.093,-0.574C0.093,-0.604 0.097,-0.631 0.106,-0.654C0.115,-0.677 0.128,-0.696 0.145,-0.712C0.162,-0.728 0.182,-0.74 0.206,-0.748C0.23,-0.756 0.257,-0.76 0.287,-0.76C0.299,-0.76 0.312,-0.759 0.323,-0.757C0.335,-0.755 0.347,-0.753 0.358,-0.75L0.357,-0.641C0.345,-0.644 0.331,-0.646 0.314,-0.646C0.289,-0.646 0.269,-0.639 0.255,-0.627C0.241,-0.615 0.234,-0.597 0.234,-0.574L0.234,-0.528L0.339,-0.528L0.339,-0.425L0.234,-0.425L0.234,0L0.093,0Z" style="fill:rgb(90,90,90);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| <g transform="matrix(59.0372,0,0,64,249.495,587)"> | |||||
| <path d="M0.032,-0.269C0.032,-0.307 0.038,-0.343 0.049,-0.376C0.06,-0.409 0.076,-0.437 0.097,-0.461C0.118,-0.485 0.144,-0.504 0.176,-0.518C0.207,-0.531 0.242,-0.538 0.282,-0.538C0.322,-0.538 0.357,-0.531 0.389,-0.518C0.42,-0.504 0.446,-0.485 0.468,-0.461C0.489,-0.437 0.505,-0.409 0.516,-0.376C0.527,-0.343 0.533,-0.307 0.533,-0.269L0.533,-0.259C0.533,-0.22 0.527,-0.184 0.516,-0.152C0.505,-0.119 0.489,-0.091 0.468,-0.067C0.446,-0.043 0.42,-0.024 0.389,-0.01C0.358,0.003 0.323,0.01 0.283,0.01C0.243,0.01 0.207,0.003 0.176,-0.01C0.145,-0.024 0.119,-0.043 0.097,-0.067C0.076,-0.091 0.06,-0.119 0.049,-0.152C0.038,-0.184 0.032,-0.22 0.032,-0.259L0.032,-0.269ZM0.173,-0.259C0.173,-0.237 0.175,-0.217 0.179,-0.198C0.183,-0.179 0.189,-0.163 0.198,-0.149C0.207,-0.135 0.218,-0.124 0.232,-0.116C0.246,-0.108 0.263,-0.104 0.283,-0.104C0.302,-0.104 0.319,-0.108 0.333,-0.116C0.347,-0.124 0.358,-0.135 0.367,-0.149C0.375,-0.163 0.382,-0.179 0.386,-0.198C0.39,-0.217 0.392,-0.237 0.392,-0.259L0.392,-0.269C0.392,-0.29 0.39,-0.31 0.386,-0.328C0.382,-0.347 0.375,-0.364 0.367,-0.378C0.358,-0.392 0.347,-0.403 0.333,-0.411C0.319,-0.42 0.302,-0.424 0.282,-0.424C0.262,-0.424 0.246,-0.42 0.232,-0.411C0.218,-0.403 0.207,-0.392 0.198,-0.378C0.189,-0.364 0.183,-0.347 0.179,-0.328C0.175,-0.31 0.173,-0.29 0.173,-0.269L0.173,-0.259Z" style="fill:rgb(90,90,90);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| <g transform="matrix(59.0372,0,0,64,282.876,587)"> | |||||
| <path d="M0.351,-0.396C0.344,-0.397 0.336,-0.398 0.326,-0.399C0.316,-0.399 0.308,-0.4 0.3,-0.4C0.273,-0.4 0.25,-0.395 0.233,-0.386C0.216,-0.377 0.203,-0.363 0.195,-0.346L0.195,0L0.054,0L0.054,-0.528L0.188,-0.528L0.191,-0.465C0.205,-0.488 0.221,-0.506 0.241,-0.519C0.26,-0.532 0.283,-0.538 0.309,-0.538C0.317,-0.538 0.324,-0.537 0.333,-0.536C0.341,-0.535 0.348,-0.533 0.353,-0.532L0.351,-0.396Z" style="fill:rgb(90,90,90);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| <g transform="matrix(59.0372,0,0,64,319.111,587)"> | |||||
| <path d="M0.327,-0.26L0.21,-0.26L0.21,0L0.063,0L0.063,-0.711L0.328,-0.711C0.369,-0.711 0.405,-0.706 0.438,-0.697C0.471,-0.688 0.498,-0.674 0.521,-0.656C0.543,-0.638 0.56,-0.616 0.572,-0.589C0.584,-0.562 0.59,-0.531 0.59,-0.496C0.59,-0.47 0.587,-0.447 0.582,-0.426C0.576,-0.405 0.567,-0.387 0.556,-0.371C0.545,-0.355 0.532,-0.341 0.516,-0.329C0.5,-0.317 0.483,-0.306 0.463,-0.297L0.617,-0.007L0.617,0L0.46,0L0.327,-0.26ZM0.21,-0.379L0.328,-0.379C0.347,-0.379 0.364,-0.381 0.379,-0.386C0.393,-0.392 0.405,-0.399 0.415,-0.408C0.424,-0.417 0.432,-0.428 0.437,-0.441C0.441,-0.454 0.444,-0.468 0.444,-0.484C0.444,-0.518 0.434,-0.544 0.415,-0.563C0.396,-0.583 0.367,-0.592 0.328,-0.592L0.21,-0.592L0.21,-0.379Z" style="fill:rgb(90,90,90);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| <g transform="matrix(59.0372,0,0,64,356.788,587)"> | |||||
| <path d="M0.297,0.01C0.256,0.01 0.22,0.003 0.187,-0.01C0.155,-0.024 0.127,-0.042 0.105,-0.065C0.082,-0.088 0.065,-0.115 0.053,-0.146C0.041,-0.177 0.035,-0.211 0.035,-0.246L0.035,-0.265C0.035,-0.305 0.041,-0.342 0.052,-0.375C0.064,-0.409 0.08,-0.437 0.102,-0.461C0.123,-0.486 0.149,-0.504 0.179,-0.518C0.21,-0.531 0.244,-0.538 0.282,-0.538C0.32,-0.538 0.353,-0.532 0.382,-0.519C0.411,-0.507 0.436,-0.489 0.455,-0.467C0.475,-0.444 0.49,-0.417 0.5,-0.385C0.51,-0.353 0.515,-0.317 0.515,-0.278L0.515,-0.218L0.178,-0.218C0.181,-0.201 0.185,-0.185 0.192,-0.171C0.199,-0.157 0.208,-0.145 0.219,-0.135C0.23,-0.126 0.243,-0.118 0.257,-0.112C0.272,-0.107 0.288,-0.104 0.307,-0.104C0.332,-0.104 0.356,-0.109 0.378,-0.118C0.4,-0.128 0.418,-0.143 0.434,-0.163L0.503,-0.085C0.495,-0.073 0.484,-0.062 0.472,-0.05C0.459,-0.039 0.444,-0.029 0.427,-0.02C0.41,-0.011 0.39,-0.004 0.368,0.002C0.347,0.007 0.323,0.01 0.297,0.01ZM0.281,-0.424C0.266,-0.424 0.253,-0.421 0.241,-0.416C0.229,-0.41 0.219,-0.403 0.211,-0.393C0.203,-0.384 0.196,-0.372 0.191,-0.359C0.186,-0.346 0.182,-0.331 0.18,-0.314L0.376,-0.314L0.376,-0.326C0.376,-0.34 0.374,-0.353 0.37,-0.365C0.366,-0.377 0.36,-0.387 0.353,-0.396C0.345,-0.405 0.335,-0.412 0.323,-0.417C0.312,-0.421 0.298,-0.424 0.281,-0.424Z" style="fill:rgb(90,90,90);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| <g transform="matrix(59.0372,0,0,64,388.699,587)"> | |||||
| <path d="M0.36,0C0.354,-0.013 0.349,-0.028 0.346,-0.047C0.332,-0.031 0.314,-0.018 0.292,-0.007C0.271,0.004 0.244,0.01 0.213,0.01C0.188,0.01 0.164,0.006 0.142,-0.002C0.12,-0.01 0.101,-0.021 0.085,-0.035C0.069,-0.049 0.056,-0.065 0.047,-0.085C0.038,-0.104 0.033,-0.125 0.033,-0.148C0.033,-0.176 0.038,-0.201 0.049,-0.222C0.059,-0.244 0.074,-0.262 0.095,-0.277C0.115,-0.292 0.141,-0.303 0.171,-0.311C0.202,-0.319 0.237,-0.323 0.277,-0.323L0.34,-0.323L0.34,-0.353C0.34,-0.377 0.334,-0.397 0.322,-0.412C0.309,-0.426 0.289,-0.434 0.262,-0.434C0.238,-0.434 0.22,-0.428 0.206,-0.417C0.193,-0.405 0.186,-0.389 0.186,-0.37L0.045,-0.37C0.045,-0.392 0.05,-0.414 0.061,-0.435C0.071,-0.455 0.086,-0.473 0.106,-0.488C0.125,-0.504 0.149,-0.516 0.177,-0.525C0.204,-0.534 0.235,-0.538 0.27,-0.538C0.3,-0.538 0.328,-0.534 0.354,-0.526C0.381,-0.519 0.403,-0.507 0.422,-0.491C0.441,-0.476 0.455,-0.457 0.466,-0.433C0.477,-0.41 0.482,-0.383 0.482,-0.352L0.482,-0.128C0.482,-0.113 0.482,-0.1 0.483,-0.088C0.484,-0.076 0.486,-0.066 0.487,-0.056C0.489,-0.046 0.491,-0.038 0.494,-0.03C0.496,-0.022 0.499,-0.015 0.503,-0.008L0.503,0L0.36,0ZM0.244,-0.098C0.256,-0.098 0.267,-0.1 0.277,-0.103C0.287,-0.105 0.297,-0.109 0.305,-0.114C0.313,-0.119 0.32,-0.124 0.326,-0.13C0.332,-0.137 0.337,-0.143 0.34,-0.149L0.34,-0.24L0.282,-0.24C0.264,-0.24 0.248,-0.238 0.234,-0.234C0.22,-0.23 0.209,-0.224 0.2,-0.217C0.191,-0.21 0.185,-0.201 0.181,-0.191C0.176,-0.181 0.174,-0.17 0.174,-0.159C0.174,-0.141 0.181,-0.127 0.193,-0.115C0.205,-0.104 0.222,-0.098 0.244,-0.098Z" style="fill:rgb(90,90,90);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| <g transform="matrix(59.0372,0,0,64,420.351,587)"> | |||||
| <path d="M0.274,-0.104C0.287,-0.104 0.299,-0.106 0.31,-0.11C0.32,-0.113 0.33,-0.119 0.337,-0.125C0.345,-0.132 0.351,-0.141 0.356,-0.15C0.36,-0.16 0.362,-0.171 0.363,-0.183L0.495,-0.183C0.495,-0.155 0.489,-0.129 0.478,-0.105C0.466,-0.082 0.451,-0.061 0.431,-0.044C0.412,-0.027 0.389,-0.014 0.362,-0.004C0.336,0.005 0.307,0.01 0.276,0.01C0.235,0.01 0.2,0.003 0.169,-0.011C0.138,-0.025 0.113,-0.044 0.093,-0.068C0.073,-0.092 0.057,-0.12 0.047,-0.152C0.037,-0.184 0.032,-0.219 0.032,-0.257L0.032,-0.271C0.032,-0.308 0.037,-0.343 0.047,-0.375C0.057,-0.408 0.073,-0.436 0.093,-0.46C0.113,-0.485 0.138,-0.503 0.169,-0.517C0.199,-0.531 0.235,-0.538 0.275,-0.538C0.308,-0.538 0.338,-0.533 0.365,-0.524C0.391,-0.514 0.414,-0.5 0.434,-0.482C0.453,-0.465 0.468,-0.443 0.479,-0.417C0.489,-0.392 0.495,-0.363 0.495,-0.332L0.363,-0.332C0.362,-0.344 0.36,-0.356 0.356,-0.367C0.352,-0.379 0.346,-0.388 0.339,-0.397C0.331,-0.405 0.322,-0.412 0.311,-0.417C0.3,-0.421 0.287,-0.424 0.273,-0.424C0.252,-0.424 0.236,-0.42 0.223,-0.411C0.21,-0.403 0.199,-0.391 0.192,-0.377C0.185,-0.363 0.18,-0.347 0.177,-0.328C0.175,-0.31 0.173,-0.29 0.173,-0.271L0.173,-0.257C0.173,-0.237 0.175,-0.217 0.177,-0.199C0.18,-0.18 0.185,-0.164 0.192,-0.15C0.199,-0.136 0.21,-0.125 0.223,-0.116C0.236,-0.108 0.253,-0.104 0.274,-0.104Z" style="fill:rgb(90,90,90);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| <g transform="matrix(59.0372,0,0,64,451.138,587)"> | |||||
| <path d="M0.223,-0.658L0.223,-0.528L0.313,-0.528L0.313,-0.425L0.223,-0.425L0.223,-0.161C0.223,-0.15 0.224,-0.141 0.227,-0.134C0.229,-0.127 0.232,-0.121 0.237,-0.117C0.241,-0.113 0.247,-0.11 0.254,-0.109C0.26,-0.107 0.268,-0.106 0.277,-0.106C0.286,-0.106 0.294,-0.107 0.301,-0.107C0.308,-0.108 0.314,-0.109 0.319,-0.11L0.319,-0.003C0.307,0.001 0.294,0.004 0.281,0.006C0.267,0.009 0.251,0.01 0.233,0.01C0.21,0.01 0.189,0.007 0.171,0.001C0.152,-0.004 0.136,-0.014 0.123,-0.026C0.11,-0.038 0.1,-0.054 0.093,-0.074C0.086,-0.094 0.082,-0.118 0.082,-0.146L0.082,-0.425L0.005,-0.425L0.005,-0.528L0.082,-0.528L0.082,-0.658L0.223,-0.658Z" style="fill:rgb(90,90,90);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| <g transform="matrix(59.0372,0,0,64,471.086,587)"> | |||||
| <path d="M0.35,-0.711L0.497,-0.711L0.497,-0.219C0.497,-0.183 0.491,-0.151 0.479,-0.123C0.466,-0.095 0.45,-0.071 0.428,-0.051C0.407,-0.031 0.382,-0.016 0.353,-0.006C0.324,0.005 0.292,0.01 0.258,0.01C0.223,0.01 0.191,0.005 0.162,-0.003C0.133,-0.012 0.108,-0.026 0.087,-0.044C0.066,-0.062 0.049,-0.085 0.037,-0.112C0.025,-0.14 0.02,-0.172 0.02,-0.21L0.167,-0.21C0.167,-0.191 0.169,-0.175 0.173,-0.162C0.178,-0.149 0.184,-0.138 0.192,-0.13C0.2,-0.122 0.209,-0.116 0.22,-0.113C0.232,-0.11 0.244,-0.108 0.258,-0.108C0.286,-0.108 0.309,-0.118 0.325,-0.137C0.342,-0.156 0.35,-0.183 0.35,-0.219L0.35,-0.711Z" style="fill:rgb(90,90,90);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| <g transform="matrix(59.0372,0,0,64,504.063,587)"> | |||||
| <path d="M0.432,-0.187C0.432,-0.199 0.43,-0.21 0.427,-0.22C0.423,-0.23 0.416,-0.239 0.406,-0.248C0.396,-0.256 0.382,-0.264 0.364,-0.272C0.345,-0.281 0.322,-0.289 0.293,-0.298C0.261,-0.309 0.23,-0.32 0.201,-0.333C0.173,-0.347 0.147,-0.362 0.126,-0.38C0.104,-0.397 0.087,-0.418 0.074,-0.441C0.062,-0.464 0.056,-0.491 0.056,-0.522C0.056,-0.552 0.062,-0.579 0.075,-0.603C0.088,-0.628 0.106,-0.649 0.129,-0.666C0.152,-0.683 0.18,-0.697 0.212,-0.706C0.244,-0.716 0.279,-0.721 0.318,-0.721C0.357,-0.721 0.393,-0.715 0.425,-0.704C0.458,-0.693 0.485,-0.678 0.508,-0.659C0.531,-0.639 0.548,-0.616 0.561,-0.589C0.573,-0.562 0.579,-0.533 0.579,-0.501L0.433,-0.501C0.433,-0.516 0.43,-0.53 0.426,-0.542C0.421,-0.555 0.414,-0.566 0.404,-0.575C0.394,-0.584 0.382,-0.591 0.367,-0.596C0.353,-0.601 0.335,-0.604 0.315,-0.604C0.296,-0.604 0.28,-0.602 0.265,-0.598C0.251,-0.593 0.24,-0.588 0.23,-0.58C0.221,-0.573 0.214,-0.564 0.209,-0.554C0.205,-0.544 0.202,-0.533 0.202,-0.521C0.202,-0.498 0.214,-0.478 0.238,-0.463C0.262,-0.447 0.297,-0.432 0.343,-0.418C0.382,-0.406 0.416,-0.393 0.446,-0.378C0.475,-0.364 0.5,-0.347 0.519,-0.329C0.539,-0.31 0.554,-0.289 0.564,-0.266C0.574,-0.243 0.579,-0.217 0.579,-0.188C0.579,-0.156 0.573,-0.128 0.561,-0.104C0.549,-0.08 0.531,-0.059 0.509,-0.042C0.486,-0.025 0.459,-0.013 0.427,-0.004C0.396,0.005 0.36,0.01 0.321,0.01C0.298,0.01 0.274,0.008 0.251,0.004C0.228,0 0.205,-0.007 0.184,-0.015C0.163,-0.024 0.143,-0.034 0.125,-0.047C0.106,-0.06 0.09,-0.075 0.077,-0.092C0.063,-0.109 0.053,-0.129 0.045,-0.151C0.038,-0.173 0.034,-0.197 0.034,-0.224L0.181,-0.224C0.181,-0.202 0.184,-0.184 0.191,-0.169C0.198,-0.154 0.207,-0.142 0.219,-0.133C0.232,-0.123 0.246,-0.117 0.264,-0.112C0.281,-0.108 0.3,-0.106 0.321,-0.106C0.34,-0.106 0.357,-0.108 0.371,-0.112C0.385,-0.116 0.396,-0.122 0.405,-0.129C0.414,-0.136 0.421,-0.145 0.426,-0.155C0.43,-0.164 0.432,-0.175 0.432,-0.187Z" style="fill:rgb(90,90,90);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| <g transform="matrix(59.0372,0,0,64,555.058,587)"> | |||||
| <path d="M0.36,0C0.354,-0.013 0.349,-0.028 0.346,-0.047C0.332,-0.031 0.314,-0.018 0.292,-0.007C0.271,0.004 0.244,0.01 0.213,0.01C0.188,0.01 0.164,0.006 0.142,-0.002C0.12,-0.01 0.101,-0.021 0.085,-0.035C0.069,-0.049 0.056,-0.065 0.047,-0.085C0.038,-0.104 0.033,-0.125 0.033,-0.148C0.033,-0.176 0.038,-0.201 0.049,-0.222C0.059,-0.244 0.074,-0.262 0.095,-0.277C0.115,-0.292 0.141,-0.303 0.171,-0.311C0.202,-0.319 0.237,-0.323 0.277,-0.323L0.34,-0.323L0.34,-0.353C0.34,-0.377 0.334,-0.397 0.322,-0.412C0.309,-0.426 0.289,-0.434 0.262,-0.434C0.238,-0.434 0.22,-0.428 0.206,-0.417C0.193,-0.405 0.186,-0.389 0.186,-0.37L0.045,-0.37C0.045,-0.392 0.05,-0.414 0.061,-0.435C0.071,-0.455 0.086,-0.473 0.106,-0.488C0.125,-0.504 0.149,-0.516 0.177,-0.525C0.204,-0.534 0.235,-0.538 0.27,-0.538C0.3,-0.538 0.328,-0.534 0.354,-0.526C0.381,-0.519 0.403,-0.507 0.422,-0.491C0.441,-0.476 0.455,-0.457 0.466,-0.433C0.477,-0.41 0.482,-0.383 0.482,-0.352L0.482,-0.128C0.482,-0.113 0.482,-0.1 0.483,-0.088C0.484,-0.076 0.486,-0.066 0.487,-0.056C0.489,-0.046 0.491,-0.038 0.494,-0.03C0.496,-0.022 0.499,-0.015 0.503,-0.008L0.503,0L0.36,0ZM0.244,-0.098C0.256,-0.098 0.267,-0.1 0.277,-0.103C0.287,-0.105 0.297,-0.109 0.305,-0.114C0.313,-0.119 0.32,-0.124 0.326,-0.13C0.332,-0.137 0.337,-0.143 0.34,-0.149L0.34,-0.24L0.282,-0.24C0.264,-0.24 0.248,-0.238 0.234,-0.234C0.22,-0.23 0.209,-0.224 0.2,-0.217C0.191,-0.21 0.185,-0.201 0.181,-0.191C0.176,-0.181 0.174,-0.17 0.174,-0.159C0.174,-0.141 0.181,-0.127 0.193,-0.115C0.205,-0.104 0.222,-0.098 0.244,-0.098Z" style="fill:rgb(90,90,90);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| <g transform="matrix(59.0372,0,0,64,586.71,587)"> | |||||
| <path d="M0.184,-0.528L0.188,-0.467C0.207,-0.49 0.229,-0.508 0.254,-0.52C0.28,-0.532 0.309,-0.538 0.34,-0.538C0.365,-0.538 0.388,-0.535 0.409,-0.528C0.429,-0.521 0.447,-0.509 0.461,-0.493C0.476,-0.477 0.487,-0.456 0.495,-0.431C0.503,-0.405 0.507,-0.373 0.507,-0.336L0.507,0L0.366,0L0.366,-0.337C0.366,-0.354 0.364,-0.368 0.361,-0.379C0.357,-0.39 0.351,-0.399 0.344,-0.405C0.337,-0.412 0.328,-0.416 0.318,-0.419C0.307,-0.422 0.295,-0.423 0.282,-0.423C0.261,-0.423 0.243,-0.419 0.228,-0.41C0.213,-0.401 0.201,-0.388 0.192,-0.373L0.192,0L0.051,0L0.051,-0.528L0.184,-0.528Z" style="fill:rgb(90,90,90);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| <g transform="matrix(59.0372,0,0,64,619.774,587)"> | |||||
| <path d="M0.032,-0.268C0.032,-0.308 0.037,-0.345 0.046,-0.378C0.055,-0.411 0.069,-0.44 0.086,-0.463C0.104,-0.487 0.126,-0.506 0.151,-0.519C0.177,-0.532 0.206,-0.538 0.239,-0.538C0.266,-0.538 0.29,-0.533 0.311,-0.523C0.332,-0.513 0.351,-0.499 0.367,-0.48L0.367,-0.75L0.508,-0.75L0.508,0L0.381,0L0.374,-0.056C0.357,-0.035 0.338,-0.019 0.316,-0.008C0.294,0.004 0.268,0.01 0.238,0.01C0.206,0.01 0.177,0.003 0.151,-0.01C0.126,-0.024 0.104,-0.043 0.086,-0.066C0.069,-0.09 0.055,-0.118 0.046,-0.151C0.037,-0.184 0.032,-0.219 0.032,-0.258L0.032,-0.268ZM0.173,-0.258C0.173,-0.236 0.175,-0.216 0.179,-0.198C0.182,-0.179 0.188,-0.163 0.196,-0.149C0.204,-0.135 0.214,-0.124 0.227,-0.116C0.24,-0.108 0.256,-0.104 0.274,-0.104C0.297,-0.104 0.316,-0.109 0.331,-0.119C0.346,-0.129 0.358,-0.142 0.367,-0.16L0.367,-0.368C0.358,-0.386 0.346,-0.399 0.331,-0.409C0.316,-0.419 0.298,-0.423 0.275,-0.423C0.257,-0.423 0.241,-0.419 0.228,-0.411C0.215,-0.403 0.205,-0.392 0.197,-0.378C0.189,-0.364 0.183,-0.348 0.179,-0.329C0.175,-0.31 0.173,-0.29 0.173,-0.268L0.173,-0.258Z" style="fill:rgb(90,90,90);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| <g transform="matrix(59.0372,0,0,64,667.742,587)"> | |||||
| <path d="M0.617,-0.205L0.713,-0.711L0.859,-0.711L0.701,0L0.554,0L0.438,-0.476L0.322,0L0.175,0L0.017,-0.711L0.163,-0.711L0.259,-0.206L0.376,-0.711L0.5,-0.711L0.617,-0.205Z" style="fill:rgb(90,90,90);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| <g transform="matrix(59.0372,0,0,64,718.477,587)"> | |||||
| <path d="M0.297,0.01C0.256,0.01 0.22,0.003 0.187,-0.01C0.155,-0.024 0.127,-0.042 0.105,-0.065C0.082,-0.088 0.065,-0.115 0.053,-0.146C0.041,-0.177 0.035,-0.211 0.035,-0.246L0.035,-0.265C0.035,-0.305 0.041,-0.342 0.052,-0.375C0.064,-0.409 0.08,-0.437 0.102,-0.461C0.123,-0.486 0.149,-0.504 0.179,-0.518C0.21,-0.531 0.244,-0.538 0.282,-0.538C0.32,-0.538 0.353,-0.532 0.382,-0.519C0.411,-0.507 0.436,-0.489 0.455,-0.467C0.475,-0.444 0.49,-0.417 0.5,-0.385C0.51,-0.353 0.515,-0.317 0.515,-0.278L0.515,-0.218L0.178,-0.218C0.181,-0.201 0.185,-0.185 0.192,-0.171C0.199,-0.157 0.208,-0.145 0.219,-0.135C0.23,-0.126 0.243,-0.118 0.257,-0.112C0.272,-0.107 0.288,-0.104 0.307,-0.104C0.332,-0.104 0.356,-0.109 0.378,-0.118C0.4,-0.128 0.418,-0.143 0.434,-0.163L0.503,-0.085C0.495,-0.073 0.484,-0.062 0.472,-0.05C0.459,-0.039 0.444,-0.029 0.427,-0.02C0.41,-0.011 0.39,-0.004 0.368,0.002C0.347,0.007 0.323,0.01 0.297,0.01ZM0.281,-0.424C0.266,-0.424 0.253,-0.421 0.241,-0.416C0.229,-0.41 0.219,-0.403 0.211,-0.393C0.203,-0.384 0.196,-0.372 0.191,-0.359C0.186,-0.346 0.182,-0.331 0.18,-0.314L0.376,-0.314L0.376,-0.326C0.376,-0.34 0.374,-0.353 0.37,-0.365C0.366,-0.377 0.36,-0.387 0.353,-0.396C0.345,-0.405 0.335,-0.412 0.323,-0.417C0.312,-0.421 0.298,-0.424 0.281,-0.424Z" style="fill:rgb(90,90,90);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| <g transform="matrix(59.0372,0,0,64,750.388,587)"> | |||||
| <path d="M0.53,-0.259C0.53,-0.22 0.526,-0.183 0.518,-0.15C0.509,-0.118 0.496,-0.089 0.479,-0.065C0.462,-0.042 0.441,-0.023 0.415,-0.01C0.389,0.003 0.359,0.01 0.325,0.01C0.294,0.01 0.268,0.004 0.245,-0.008C0.223,-0.019 0.204,-0.035 0.188,-0.056L0.181,0L0.054,0L0.054,-0.75L0.195,-0.75L0.195,-0.481C0.211,-0.499 0.229,-0.513 0.25,-0.523C0.271,-0.533 0.296,-0.538 0.324,-0.538C0.358,-0.538 0.388,-0.531 0.414,-0.518C0.44,-0.505 0.462,-0.486 0.479,-0.462C0.496,-0.439 0.509,-0.41 0.518,-0.377C0.526,-0.345 0.53,-0.309 0.53,-0.27L0.53,-0.259ZM0.389,-0.27C0.389,-0.29 0.388,-0.31 0.385,-0.329C0.382,-0.348 0.377,-0.364 0.369,-0.378C0.361,-0.392 0.351,-0.403 0.338,-0.411C0.325,-0.419 0.308,-0.423 0.288,-0.423C0.264,-0.423 0.245,-0.419 0.23,-0.409C0.215,-0.399 0.203,-0.386 0.195,-0.368L0.195,-0.16C0.203,-0.142 0.215,-0.128 0.23,-0.119C0.245,-0.109 0.265,-0.104 0.289,-0.104C0.309,-0.104 0.325,-0.108 0.338,-0.116C0.351,-0.124 0.361,-0.134 0.369,-0.148C0.377,-0.162 0.382,-0.178 0.385,-0.197C0.388,-0.216 0.389,-0.237 0.389,-0.259L0.389,-0.27Z" style="fill:rgb(90,90,90);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| <g transform="matrix(59.0372,0,0,64,783.625,587)"> | |||||
| <path d="M0.34,-0.146C0.34,-0.153 0.339,-0.16 0.336,-0.167C0.333,-0.173 0.327,-0.178 0.319,-0.184C0.311,-0.189 0.3,-0.194 0.286,-0.199C0.272,-0.204 0.254,-0.209 0.232,-0.213C0.205,-0.219 0.18,-0.227 0.157,-0.235C0.134,-0.244 0.114,-0.255 0.097,-0.268C0.081,-0.281 0.068,-0.296 0.058,-0.313C0.049,-0.331 0.044,-0.351 0.044,-0.374C0.044,-0.396 0.049,-0.417 0.058,-0.437C0.068,-0.456 0.082,-0.474 0.1,-0.489C0.118,-0.504 0.14,-0.516 0.166,-0.525C0.192,-0.534 0.222,-0.538 0.255,-0.538C0.289,-0.538 0.32,-0.534 0.347,-0.525C0.375,-0.517 0.398,-0.505 0.417,-0.49C0.436,-0.475 0.45,-0.457 0.461,-0.436C0.471,-0.415 0.476,-0.392 0.476,-0.368L0.335,-0.368C0.335,-0.388 0.328,-0.405 0.315,-0.418C0.302,-0.431 0.282,-0.438 0.254,-0.438C0.231,-0.438 0.212,-0.432 0.199,-0.421C0.186,-0.411 0.18,-0.397 0.18,-0.38C0.18,-0.373 0.181,-0.366 0.185,-0.36C0.188,-0.354 0.194,-0.348 0.201,-0.343C0.209,-0.338 0.219,-0.333 0.232,-0.329C0.244,-0.325 0.26,-0.321 0.278,-0.317C0.306,-0.312 0.333,-0.305 0.357,-0.297C0.382,-0.289 0.403,-0.278 0.421,-0.265C0.438,-0.253 0.452,-0.237 0.462,-0.219C0.472,-0.2 0.478,-0.178 0.478,-0.152C0.478,-0.128 0.472,-0.107 0.462,-0.087C0.451,-0.067 0.437,-0.05 0.417,-0.036C0.398,-0.022 0.375,-0.011 0.347,-0.002C0.32,0.006 0.289,0.01 0.255,0.01C0.218,0.01 0.186,0.005 0.157,-0.006C0.129,-0.016 0.105,-0.03 0.086,-0.047C0.066,-0.064 0.052,-0.083 0.042,-0.104C0.032,-0.125 0.027,-0.146 0.027,-0.168L0.161,-0.168C0.162,-0.154 0.165,-0.142 0.17,-0.133C0.176,-0.123 0.183,-0.115 0.191,-0.108C0.2,-0.102 0.21,-0.098 0.222,-0.095C0.233,-0.092 0.246,-0.09 0.258,-0.09C0.285,-0.09 0.306,-0.095 0.32,-0.106C0.333,-0.116 0.34,-0.129 0.34,-0.146Z" style="fill:rgb(90,90,90);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| <g transform="matrix(59.0372,0,0,64,813.98,587)"> | |||||
| <path d="M0.203,0L0.062,0L0.062,-0.528L0.203,-0.528L0.203,0ZM0.053,-0.665C0.053,-0.686 0.06,-0.704 0.074,-0.717C0.089,-0.731 0.108,-0.738 0.132,-0.738C0.144,-0.738 0.155,-0.736 0.165,-0.732C0.175,-0.729 0.183,-0.724 0.19,-0.717C0.197,-0.711 0.202,-0.703 0.206,-0.694C0.21,-0.685 0.211,-0.675 0.211,-0.665C0.211,-0.654 0.21,-0.644 0.206,-0.635C0.202,-0.627 0.197,-0.619 0.19,-0.612C0.183,-0.606 0.175,-0.601 0.165,-0.597C0.155,-0.594 0.144,-0.592 0.132,-0.592C0.12,-0.592 0.109,-0.594 0.1,-0.597C0.09,-0.601 0.082,-0.606 0.075,-0.612C0.068,-0.619 0.063,-0.627 0.059,-0.635C0.055,-0.644 0.053,-0.654 0.053,-0.665Z" style="fill:rgb(90,90,90);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| <g transform="matrix(59.0372,0,0,64,829.633,587)"> | |||||
| <path d="M0.223,-0.658L0.223,-0.528L0.313,-0.528L0.313,-0.425L0.223,-0.425L0.223,-0.161C0.223,-0.15 0.224,-0.141 0.227,-0.134C0.229,-0.127 0.232,-0.121 0.237,-0.117C0.241,-0.113 0.247,-0.11 0.254,-0.109C0.26,-0.107 0.268,-0.106 0.277,-0.106C0.286,-0.106 0.294,-0.107 0.301,-0.107C0.308,-0.108 0.314,-0.109 0.319,-0.11L0.319,-0.003C0.307,0.001 0.294,0.004 0.281,0.006C0.267,0.009 0.251,0.01 0.233,0.01C0.21,0.01 0.189,0.007 0.171,0.001C0.152,-0.004 0.136,-0.014 0.123,-0.026C0.11,-0.038 0.1,-0.054 0.093,-0.074C0.086,-0.094 0.082,-0.118 0.082,-0.146L0.082,-0.425L0.005,-0.425L0.005,-0.528L0.082,-0.528L0.082,-0.658L0.223,-0.658Z" style="fill:rgb(90,90,90);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| <g transform="matrix(59.0372,0,0,64,849.581,587)"> | |||||
| <path d="M0.297,0.01C0.256,0.01 0.22,0.003 0.187,-0.01C0.155,-0.024 0.127,-0.042 0.105,-0.065C0.082,-0.088 0.065,-0.115 0.053,-0.146C0.041,-0.177 0.035,-0.211 0.035,-0.246L0.035,-0.265C0.035,-0.305 0.041,-0.342 0.052,-0.375C0.064,-0.409 0.08,-0.437 0.102,-0.461C0.123,-0.486 0.149,-0.504 0.179,-0.518C0.21,-0.531 0.244,-0.538 0.282,-0.538C0.32,-0.538 0.353,-0.532 0.382,-0.519C0.411,-0.507 0.436,-0.489 0.455,-0.467C0.475,-0.444 0.49,-0.417 0.5,-0.385C0.51,-0.353 0.515,-0.317 0.515,-0.278L0.515,-0.218L0.178,-0.218C0.181,-0.201 0.185,-0.185 0.192,-0.171C0.199,-0.157 0.208,-0.145 0.219,-0.135C0.23,-0.126 0.243,-0.118 0.257,-0.112C0.272,-0.107 0.288,-0.104 0.307,-0.104C0.332,-0.104 0.356,-0.109 0.378,-0.118C0.4,-0.128 0.418,-0.143 0.434,-0.163L0.503,-0.085C0.495,-0.073 0.484,-0.062 0.472,-0.05C0.459,-0.039 0.444,-0.029 0.427,-0.02C0.41,-0.011 0.39,-0.004 0.368,0.002C0.347,0.007 0.323,0.01 0.297,0.01ZM0.281,-0.424C0.266,-0.424 0.253,-0.421 0.241,-0.416C0.229,-0.41 0.219,-0.403 0.211,-0.393C0.203,-0.384 0.196,-0.372 0.191,-0.359C0.186,-0.346 0.182,-0.331 0.18,-0.314L0.376,-0.314L0.376,-0.326C0.376,-0.34 0.374,-0.353 0.37,-0.365C0.366,-0.377 0.36,-0.387 0.353,-0.396C0.345,-0.405 0.335,-0.412 0.323,-0.417C0.312,-0.421 0.298,-0.424 0.281,-0.424Z" style="fill:rgb(90,90,90);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| <g transform="matrix(59.0372,0,0,64,896.194,587)"> | |||||
| <path d="M0.063,0L0.063,-0.711L0.313,-0.711C0.354,-0.711 0.391,-0.707 0.423,-0.699C0.456,-0.691 0.483,-0.679 0.506,-0.663C0.529,-0.647 0.546,-0.627 0.558,-0.603C0.57,-0.578 0.576,-0.549 0.576,-0.516C0.576,-0.5 0.574,-0.484 0.57,-0.469C0.566,-0.454 0.559,-0.44 0.551,-0.427C0.543,-0.414 0.532,-0.402 0.52,-0.392C0.507,-0.381 0.492,-0.373 0.474,-0.366C0.495,-0.361 0.513,-0.353 0.528,-0.342C0.542,-0.331 0.555,-0.319 0.564,-0.305C0.574,-0.291 0.581,-0.276 0.585,-0.26C0.59,-0.243 0.592,-0.226 0.592,-0.209C0.592,-0.14 0.57,-0.088 0.525,-0.053C0.481,-0.018 0.417,0 0.335,0L0.063,0ZM0.21,-0.31L0.21,-0.118L0.335,-0.118C0.354,-0.118 0.371,-0.12 0.384,-0.125C0.398,-0.129 0.409,-0.136 0.418,-0.144C0.428,-0.153 0.434,-0.162 0.439,-0.174C0.443,-0.185 0.445,-0.197 0.445,-0.21C0.445,-0.226 0.443,-0.24 0.439,-0.252C0.436,-0.264 0.429,-0.274 0.421,-0.283C0.413,-0.292 0.402,-0.298 0.389,-0.303C0.375,-0.307 0.359,-0.31 0.341,-0.31L0.21,-0.31ZM0.21,-0.413L0.318,-0.413C0.356,-0.414 0.384,-0.422 0.402,-0.437C0.42,-0.452 0.429,-0.473 0.429,-0.501C0.429,-0.534 0.42,-0.557 0.401,-0.571C0.382,-0.585 0.353,-0.592 0.313,-0.592L0.21,-0.592L0.21,-0.413Z" style="fill:rgb(90,90,90);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| <g transform="matrix(59.0372,0,0,64,933.87,587)"> | |||||
| <path d="M0.36,0C0.354,-0.013 0.349,-0.028 0.346,-0.047C0.332,-0.031 0.314,-0.018 0.292,-0.007C0.271,0.004 0.244,0.01 0.213,0.01C0.188,0.01 0.164,0.006 0.142,-0.002C0.12,-0.01 0.101,-0.021 0.085,-0.035C0.069,-0.049 0.056,-0.065 0.047,-0.085C0.038,-0.104 0.033,-0.125 0.033,-0.148C0.033,-0.176 0.038,-0.201 0.049,-0.222C0.059,-0.244 0.074,-0.262 0.095,-0.277C0.115,-0.292 0.141,-0.303 0.171,-0.311C0.202,-0.319 0.237,-0.323 0.277,-0.323L0.34,-0.323L0.34,-0.353C0.34,-0.377 0.334,-0.397 0.322,-0.412C0.309,-0.426 0.289,-0.434 0.262,-0.434C0.238,-0.434 0.22,-0.428 0.206,-0.417C0.193,-0.405 0.186,-0.389 0.186,-0.37L0.045,-0.37C0.045,-0.392 0.05,-0.414 0.061,-0.435C0.071,-0.455 0.086,-0.473 0.106,-0.488C0.125,-0.504 0.149,-0.516 0.177,-0.525C0.204,-0.534 0.235,-0.538 0.27,-0.538C0.3,-0.538 0.328,-0.534 0.354,-0.526C0.381,-0.519 0.403,-0.507 0.422,-0.491C0.441,-0.476 0.455,-0.457 0.466,-0.433C0.477,-0.41 0.482,-0.383 0.482,-0.352L0.482,-0.128C0.482,-0.113 0.482,-0.1 0.483,-0.088C0.484,-0.076 0.486,-0.066 0.487,-0.056C0.489,-0.046 0.491,-0.038 0.494,-0.03C0.496,-0.022 0.499,-0.015 0.503,-0.008L0.503,0L0.36,0ZM0.244,-0.098C0.256,-0.098 0.267,-0.1 0.277,-0.103C0.287,-0.105 0.297,-0.109 0.305,-0.114C0.313,-0.119 0.32,-0.124 0.326,-0.13C0.332,-0.137 0.337,-0.143 0.34,-0.149L0.34,-0.24L0.282,-0.24C0.264,-0.24 0.248,-0.238 0.234,-0.234C0.22,-0.23 0.209,-0.224 0.2,-0.217C0.191,-0.21 0.185,-0.201 0.181,-0.191C0.176,-0.181 0.174,-0.17 0.174,-0.159C0.174,-0.141 0.181,-0.127 0.193,-0.115C0.205,-0.104 0.222,-0.098 0.244,-0.098Z" style="fill:rgb(90,90,90);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| <g transform="matrix(59.0372,0,0,64,965.522,587)"> | |||||
| <path d="M0.274,-0.104C0.287,-0.104 0.299,-0.106 0.31,-0.11C0.32,-0.113 0.33,-0.119 0.337,-0.125C0.345,-0.132 0.351,-0.141 0.356,-0.15C0.36,-0.16 0.362,-0.171 0.363,-0.183L0.495,-0.183C0.495,-0.155 0.489,-0.129 0.478,-0.105C0.466,-0.082 0.451,-0.061 0.431,-0.044C0.412,-0.027 0.389,-0.014 0.362,-0.004C0.336,0.005 0.307,0.01 0.276,0.01C0.235,0.01 0.2,0.003 0.169,-0.011C0.138,-0.025 0.113,-0.044 0.093,-0.068C0.073,-0.092 0.057,-0.12 0.047,-0.152C0.037,-0.184 0.032,-0.219 0.032,-0.257L0.032,-0.271C0.032,-0.308 0.037,-0.343 0.047,-0.375C0.057,-0.408 0.073,-0.436 0.093,-0.46C0.113,-0.485 0.138,-0.503 0.169,-0.517C0.199,-0.531 0.235,-0.538 0.275,-0.538C0.308,-0.538 0.338,-0.533 0.365,-0.524C0.391,-0.514 0.414,-0.5 0.434,-0.482C0.453,-0.465 0.468,-0.443 0.479,-0.417C0.489,-0.392 0.495,-0.363 0.495,-0.332L0.363,-0.332C0.362,-0.344 0.36,-0.356 0.356,-0.367C0.352,-0.379 0.346,-0.388 0.339,-0.397C0.331,-0.405 0.322,-0.412 0.311,-0.417C0.3,-0.421 0.287,-0.424 0.273,-0.424C0.252,-0.424 0.236,-0.42 0.223,-0.411C0.21,-0.403 0.199,-0.391 0.192,-0.377C0.185,-0.363 0.18,-0.347 0.177,-0.328C0.175,-0.31 0.173,-0.29 0.173,-0.271L0.173,-0.257C0.173,-0.237 0.175,-0.217 0.177,-0.199C0.18,-0.18 0.185,-0.164 0.192,-0.15C0.199,-0.136 0.21,-0.125 0.223,-0.116C0.236,-0.108 0.253,-0.104 0.274,-0.104Z" style="fill:rgb(90,90,90);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| <g transform="matrix(59.0372,0,0,64,996.309,587)"> | |||||
| <path d="M0.246,-0.212L0.195,-0.161L0.195,0L0.054,0L0.054,-0.75L0.195,-0.75L0.195,-0.334L0.223,-0.37L0.358,-0.528L0.527,-0.528L0.336,-0.308L0.544,0L0.382,0L0.246,-0.212Z" style="fill:rgb(90,90,90);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| <g transform="matrix(59.0372,0,0,64,1027.85,587)"> | |||||
| <path d="M0.032,-0.269C0.032,-0.307 0.038,-0.343 0.049,-0.376C0.06,-0.409 0.076,-0.437 0.097,-0.461C0.118,-0.485 0.144,-0.504 0.176,-0.518C0.207,-0.531 0.242,-0.538 0.282,-0.538C0.322,-0.538 0.357,-0.531 0.389,-0.518C0.42,-0.504 0.446,-0.485 0.468,-0.461C0.489,-0.437 0.505,-0.409 0.516,-0.376C0.527,-0.343 0.533,-0.307 0.533,-0.269L0.533,-0.259C0.533,-0.22 0.527,-0.184 0.516,-0.152C0.505,-0.119 0.489,-0.091 0.468,-0.067C0.446,-0.043 0.42,-0.024 0.389,-0.01C0.358,0.003 0.323,0.01 0.283,0.01C0.243,0.01 0.207,0.003 0.176,-0.01C0.145,-0.024 0.119,-0.043 0.097,-0.067C0.076,-0.091 0.06,-0.119 0.049,-0.152C0.038,-0.184 0.032,-0.22 0.032,-0.259L0.032,-0.269ZM0.173,-0.259C0.173,-0.237 0.175,-0.217 0.179,-0.198C0.183,-0.179 0.189,-0.163 0.198,-0.149C0.207,-0.135 0.218,-0.124 0.232,-0.116C0.246,-0.108 0.263,-0.104 0.283,-0.104C0.302,-0.104 0.319,-0.108 0.333,-0.116C0.347,-0.124 0.358,-0.135 0.367,-0.149C0.375,-0.163 0.382,-0.179 0.386,-0.198C0.39,-0.217 0.392,-0.237 0.392,-0.259L0.392,-0.269C0.392,-0.29 0.39,-0.31 0.386,-0.328C0.382,-0.347 0.375,-0.364 0.367,-0.378C0.358,-0.392 0.347,-0.403 0.333,-0.411C0.319,-0.42 0.302,-0.424 0.282,-0.424C0.262,-0.424 0.246,-0.42 0.232,-0.411C0.218,-0.403 0.207,-0.392 0.198,-0.378C0.189,-0.364 0.183,-0.347 0.179,-0.328C0.175,-0.31 0.173,-0.29 0.173,-0.269L0.173,-0.259Z" style="fill:rgb(90,90,90);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| <g transform="matrix(59.0372,0,0,64,1061.23,587)"> | |||||
| <path d="M0.093,0L0.093,-0.425L0.014,-0.425L0.014,-0.528L0.093,-0.528L0.093,-0.574C0.093,-0.604 0.097,-0.631 0.106,-0.654C0.115,-0.677 0.128,-0.696 0.145,-0.712C0.162,-0.728 0.182,-0.74 0.206,-0.748C0.23,-0.756 0.257,-0.76 0.287,-0.76C0.299,-0.76 0.312,-0.759 0.323,-0.757C0.335,-0.755 0.347,-0.753 0.358,-0.75L0.357,-0.641C0.345,-0.644 0.331,-0.646 0.314,-0.646C0.289,-0.646 0.269,-0.639 0.255,-0.627C0.241,-0.615 0.234,-0.597 0.234,-0.574L0.234,-0.528L0.339,-0.528L0.339,-0.425L0.234,-0.425L0.234,0L0.093,0Z" style="fill:rgb(90,90,90);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| <g transform="matrix(59.0372,0,0,64,1082.39,587)"> | |||||
| <path d="M0.088,0L0.088,-0.425L0.01,-0.425L0.01,-0.528L0.088,-0.528L0.088,-0.55C0.088,-0.584 0.094,-0.614 0.104,-0.64C0.114,-0.667 0.13,-0.689 0.149,-0.706C0.169,-0.724 0.194,-0.737 0.222,-0.747C0.251,-0.756 0.283,-0.76 0.32,-0.76C0.347,-0.76 0.374,-0.758 0.4,-0.752C0.426,-0.747 0.452,-0.74 0.48,-0.731L0.459,-0.615C0.451,-0.617 0.442,-0.62 0.432,-0.623C0.423,-0.625 0.413,-0.628 0.402,-0.63C0.392,-0.632 0.38,-0.634 0.368,-0.635C0.356,-0.637 0.343,-0.637 0.329,-0.637C0.296,-0.637 0.271,-0.63 0.255,-0.615C0.238,-0.601 0.23,-0.579 0.23,-0.55L0.23,-0.528L0.334,-0.528L0.334,-0.425L0.23,-0.425L0.23,0L0.088,0ZM0.546,0L0.404,0L0.404,-0.528L0.546,-0.528L0.546,0Z" style="fill:rgb(90,90,90);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| <g transform="matrix(59.0372,0,0,64,1118.3,587)"> | |||||
| <path d="M0.274,-0.104C0.287,-0.104 0.299,-0.106 0.31,-0.11C0.32,-0.113 0.33,-0.119 0.337,-0.125C0.345,-0.132 0.351,-0.141 0.356,-0.15C0.36,-0.16 0.362,-0.171 0.363,-0.183L0.495,-0.183C0.495,-0.155 0.489,-0.129 0.478,-0.105C0.466,-0.082 0.451,-0.061 0.431,-0.044C0.412,-0.027 0.389,-0.014 0.362,-0.004C0.336,0.005 0.307,0.01 0.276,0.01C0.235,0.01 0.2,0.003 0.169,-0.011C0.138,-0.025 0.113,-0.044 0.093,-0.068C0.073,-0.092 0.057,-0.12 0.047,-0.152C0.037,-0.184 0.032,-0.219 0.032,-0.257L0.032,-0.271C0.032,-0.308 0.037,-0.343 0.047,-0.375C0.057,-0.408 0.073,-0.436 0.093,-0.46C0.113,-0.485 0.138,-0.503 0.169,-0.517C0.199,-0.531 0.235,-0.538 0.275,-0.538C0.308,-0.538 0.338,-0.533 0.365,-0.524C0.391,-0.514 0.414,-0.5 0.434,-0.482C0.453,-0.465 0.468,-0.443 0.479,-0.417C0.489,-0.392 0.495,-0.363 0.495,-0.332L0.363,-0.332C0.362,-0.344 0.36,-0.356 0.356,-0.367C0.352,-0.379 0.346,-0.388 0.339,-0.397C0.331,-0.405 0.322,-0.412 0.311,-0.417C0.3,-0.421 0.287,-0.424 0.273,-0.424C0.252,-0.424 0.236,-0.42 0.223,-0.411C0.21,-0.403 0.199,-0.391 0.192,-0.377C0.185,-0.363 0.18,-0.347 0.177,-0.328C0.175,-0.31 0.173,-0.29 0.173,-0.271L0.173,-0.257C0.173,-0.237 0.175,-0.217 0.177,-0.199C0.18,-0.18 0.185,-0.164 0.192,-0.15C0.199,-0.136 0.21,-0.125 0.223,-0.116C0.236,-0.108 0.253,-0.104 0.274,-0.104Z" style="fill:rgb(90,90,90);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| <g transform="matrix(59.0372,0,0,64,1149.09,587)"> | |||||
| <path d="M0.297,0.01C0.256,0.01 0.22,0.003 0.187,-0.01C0.155,-0.024 0.127,-0.042 0.105,-0.065C0.082,-0.088 0.065,-0.115 0.053,-0.146C0.041,-0.177 0.035,-0.211 0.035,-0.246L0.035,-0.265C0.035,-0.305 0.041,-0.342 0.052,-0.375C0.064,-0.409 0.08,-0.437 0.102,-0.461C0.123,-0.486 0.149,-0.504 0.179,-0.518C0.21,-0.531 0.244,-0.538 0.282,-0.538C0.32,-0.538 0.353,-0.532 0.382,-0.519C0.411,-0.507 0.436,-0.489 0.455,-0.467C0.475,-0.444 0.49,-0.417 0.5,-0.385C0.51,-0.353 0.515,-0.317 0.515,-0.278L0.515,-0.218L0.178,-0.218C0.181,-0.201 0.185,-0.185 0.192,-0.171C0.199,-0.157 0.208,-0.145 0.219,-0.135C0.23,-0.126 0.243,-0.118 0.257,-0.112C0.272,-0.107 0.288,-0.104 0.307,-0.104C0.332,-0.104 0.356,-0.109 0.378,-0.118C0.4,-0.128 0.418,-0.143 0.434,-0.163L0.503,-0.085C0.495,-0.073 0.484,-0.062 0.472,-0.05C0.459,-0.039 0.444,-0.029 0.427,-0.02C0.41,-0.011 0.39,-0.004 0.368,0.002C0.347,0.007 0.323,0.01 0.297,0.01ZM0.281,-0.424C0.266,-0.424 0.253,-0.421 0.241,-0.416C0.229,-0.41 0.219,-0.403 0.211,-0.393C0.203,-0.384 0.196,-0.372 0.191,-0.359C0.186,-0.346 0.182,-0.331 0.18,-0.314L0.376,-0.314L0.376,-0.326C0.376,-0.34 0.374,-0.353 0.37,-0.365C0.366,-0.377 0.36,-0.387 0.353,-0.396C0.345,-0.405 0.335,-0.412 0.323,-0.417C0.312,-0.421 0.298,-0.424 0.281,-0.424Z" style="fill:rgb(90,90,90);fill-rule:nonzero;"/> | |||||
| </g> | |||||
| </g> | |||||
| </g> | |||||
| </g> | |||||
| </svg> | |||||
| @ -0,0 +1,61 @@ | |||||
| # Pagina (`page`) | |||||
| [:arrow_backward: Principal](../README-pt_PT.md) | |||||
| No menu do backoffice em `Página` é onde é gerida as páginas, navegação e o menu do website. | |||||
| ### Idioma | |||||
| Cada página criada fica associada a um idioma. | |||||
| ### Pai (`parent`) | |||||
| Pode ser definido uma outra página como "pai", o que permite construir uma hierarquia de páginas. | |||||
| ### Ligação (`link`) | |||||
| No campo ligação é onde definimos a parte da URL interna da página, deve começar sempre com `/`, não conter espaço e nem caracteres purtugueses ou outros especiais. | |||||
| Exemplos de valores para o campo de ligação: | |||||
| - `/produtos` | |||||
| - `/servicos` | |||||
| - `/quem-somos/historia` | |||||
| ### Título | |||||
| No campo de título é onde definimos o título a página que vai aparecer no menu (caso esteja ativo) e também da aba (__tab__) e janela do navegador (__browser__). | |||||
| ### Estado | |||||
| Apenas se o estado for **Publicada** então página passa a ficar disponível online. | |||||
| Caso contrário fica indisponível no website mas permite a construção e associação de conteúdos em backoffice. | |||||
| ### Descrição e Palavra-Chave para os Motores de Busca | |||||
| O campo de Descrição é onde definimos a informação para ser utilizada pelos motores de busca quando apresentam o link da página. | |||||
| E no campo de Palavras-Chave é onde definimos os contextos em que a página convém ser apresentada como resultado nas buscas. | |||||
| Exemplo de palavras-chave: | |||||
| - ```programação web, desenvolvimento web, websites, lojas online, loja online, plataforma, alojamento``` | |||||
| ### Descrição e Imagem para as Redes Sociais | |||||
| Quando a página for partilhada nas redes sociais é apresentado a imagem e a descrição que estão definidas nos respectivos campos: | |||||
| - `Imagem para as Redes Sociais` | |||||
| - `Descrição para as Redes Sociais` | |||||
| ### Menu e Ordem | |||||
| Se o campo de Menu estiver ativo então a página aparece no menu de navegação do website. | |||||
| No campo Ordem define o número de posição da página no menu. | |||||
| O campo Menu Título permite ter um título diferente para ser apresentado no menu de navegação do website, assim o título que aparecerá no menu de navegação poderá ser diferente do título da página, não é obrigatório o seu preenchimento e quando não preenchido é utilizado o título da página. | |||||
| [:arrow_backward: Principal](../README-pt_PT.md) | |||||
| @ -0,0 +1,38 @@ | |||||
| body { | |||||
| background-color: #f1f1f1; | |||||
| } | |||||
| .form-control { | |||||
| background-color: #f1f1f1; | |||||
| color: #202020; | |||||
| border: 1px solid #84B9FF; | |||||
| margin-bottom: 10px; | |||||
| } | |||||
| .form-control:focus { | |||||
| border-color: #202020; | |||||
| box-shadow: none; | |||||
| -webkit-box-shadow: none; | |||||
| } | |||||
| hr { | |||||
| border-top: none; | |||||
| } | |||||
| .btn-primary { | |||||
| background-color: #1178FF !important; | |||||
| border-color: transparent; | |||||
| } | |||||
| .btn-primary.focus, .btn-primary:focus, .btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary, .btn-primary:hover { | |||||
| background-color: #84B9FF !important; | |||||
| border-color: transparent; | |||||
| } | |||||
| .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus { | |||||
| outline: 5px auto #000000; | |||||
| outline-color: #000000; | |||||
| outline-style: auto; | |||||
| outline-width: 5px; | |||||
| outline-offset: -2px; | |||||
| } | |||||
| @ -0,0 +1,124 @@ | |||||
| /** | |||||
| HERE YOUR CUSTOM CSS | |||||
| **/ | |||||
| .navbar, .navbar-inverse { | |||||
| background-color: #e8e8e8 !important; | |||||
| } | |||||
| .dev .navbar, .dev .navbar-inverse { | |||||
| background-color: #202020 !important; | |||||
| } | |||||
| .dev .top-nav > li > a:hover, .dev .top-nav > li > a:focus, .dev .top-nav > li.active > a, .dev .top-nav > .open > a, .dev .top-nav > .open > a:hover, .dev .top-nav > .open > a:focus { | |||||
| background-color: #1178FF; | |||||
| color: #ffffff; | |||||
| } | |||||
| .top-nav > li.active > a { | |||||
| background-color: #FF8116; | |||||
| color: #202020; | |||||
| } | |||||
| .dropdown button { | |||||
| color: #FF8116; | |||||
| } | |||||
| .btn-primary { | |||||
| background-color: #1178FF; | |||||
| border-color: transparent; | |||||
| } | |||||
| .btn-primary.focus, .btn-primary:focus, .btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary, .btn-primary:hover { | |||||
| background-color: #5b5ce1; | |||||
| border-color: transparent; | |||||
| } | |||||
| .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus { | |||||
| outline: 5px auto #000000; | |||||
| outline-color: #000000; | |||||
| outline-style: auto; | |||||
| outline-width: 5px; | |||||
| outline-offset: -2px; | |||||
| } | |||||
| .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover { | |||||
| background-color: #5b5ce1; | |||||
| border-color: #FF8116; | |||||
| } | |||||
| .btn-link { | |||||
| color: #1178FF; | |||||
| } | |||||
| .btn-link:focus, .btn-link:hover { | |||||
| color: #0053BF; | |||||
| } | |||||
| .text-primary { | |||||
| color: #1178FF; | |||||
| } | |||||
| .badge-warning { | |||||
| background-color: #1178FF; | |||||
| } | |||||
| .select2-container--bootstrap .select2-dropdown, | |||||
| .select2-container--bootstrap.select2-container--focus .select2-selection, | |||||
| .select2-container--bootstrap.select2-container--open .select2-selection { | |||||
| border-color: #1178FF; | |||||
| box-shadow: none; | |||||
| -webkit-box-shadow: none; | |||||
| } | |||||
| .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] { | |||||
| background-color: #1178FF; | |||||
| } | |||||
| .form-control:focus { | |||||
| border-color: #1178FF; | |||||
| box-shadow: none; | |||||
| -webkit-box-shadow: none; | |||||
| } | |||||
| .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, | |||||
| .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary { | |||||
| background: #1178FF !important; | |||||
| } | |||||
| .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active { | |||||
| background: #1178FF; | |||||
| } | |||||
| .clockpicker-canvas line { | |||||
| stroke: #1178FF !important; | |||||
| } | |||||
| .clockpicker-canvas-bg-trans, .clockpicker-canvas-bg { | |||||
| fill: rgba(201,80,0,.25) !important; | |||||
| } | |||||
| .clockpicker-canvas-bearing, .clockpicker-canvas-fg { | |||||
| fill: #1178FF !important; | |||||
| } | |||||
| .clockpicker-tick.active, | |||||
| .clockpicker-tick:hover { | |||||
| background-color: #5b5ce1; | |||||
| background-color: rgba(201,80,0,.25); | |||||
| } | |||||
| .search-content .btn-search, | |||||
| .search-content .btn-filter { | |||||
| background: #1178FF !important; | |||||
| } | |||||
| .pagination>li>a, .pagination>li>span { | |||||
| color: #1178FF !important; | |||||
| } | |||||
| .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover { | |||||
| color: #5b5ce1 !important; | |||||
| } | |||||
| @ -0,0 +1,4 @@ | |||||
| // _core : Cluar | |||||
| Cluar.build() | |||||
| @ -0,0 +1,5 @@ | |||||
| // _core : Cluar | |||||
| Cluar.build() | |||||
| Cluar.actionDataItemProcessWithAnImage() | |||||
| @ -0,0 +1,4 @@ | |||||
| // _core : Cluar | |||||
| Cluar.build() | |||||
| @ -0,0 +1,3 @@ | |||||
| // _core : Cluar | |||||
| Cluar.build() | |||||
| @ -0,0 +1,4 @@ | |||||
| // _core : Cluar | |||||
| Cluar.build() | |||||
| Cluar.actionDataItemProcessWithAnImage() | |||||
| @ -0,0 +1,4 @@ | |||||
| // _core : Cluar | |||||
| Cluar.build() | |||||
| @ -0,0 +1,3 @@ | |||||
| // _core : Cluar | |||||
| Cluar.build() | |||||
| @ -0,0 +1,5 @@ | |||||
| // _core : Cluar | |||||
| Cluar.build() | |||||
| Cluar.actionDataItemProcessWithAnImage() | |||||
| @ -0,0 +1,3 @@ | |||||
| // _core : Cluar | |||||
| Cluar.build() | |||||
| @ -0,0 +1,4 @@ | |||||
| // _core : Cluar | |||||
| Cluar.build() | |||||
| Cluar.actionDataItemProcessWithAnImage() | |||||
| @ -0,0 +1,4 @@ | |||||
| // _core : Cluar | |||||
| Cluar.build() | |||||
| Cluar.actionDataItemProcessWithAnImage() | |||||
| @ -0,0 +1,4 @@ | |||||
| // _core : Cluar | |||||
| Cluar.build() | |||||
| @ -0,0 +1,528 @@ | |||||
| // _core : CluarCustomData | |||||
| class Cluar { | |||||
| static base() { | |||||
| if (_env.is("dev")) { | |||||
| return "website/public" | |||||
| } else { | |||||
| return "website/build" | |||||
| } | |||||
| } | |||||
| static build(settings) { | |||||
| settings = settings || {} | |||||
| const data = _val.map() | |||||
| data.set('config', _app.settings.getValues('cluar').getValues("website")) | |||||
| /* | |||||
| * | |||||
| * LANGUAGES | |||||
| * | |||||
| */ | |||||
| const dbLanguages = _db.find( | |||||
| 'language', | |||||
| _val.map() | |||||
| .set( | |||||
| 'where', | |||||
| _val.map() | |||||
| .set("active", true) | |||||
| ) | |||||
| ) | |||||
| const languages = _val.list() | |||||
| for (const dbLanguage of dbLanguages) { | |||||
| languages.add( | |||||
| _val.map() | |||||
| .set("code", dbLanguage.getString("code")) | |||||
| .set("locale", dbLanguage.getString("locale")) | |||||
| .set("description", dbLanguage.getString("description")) | |||||
| .set("default", dbLanguage.getBoolean("default")) | |||||
| ) | |||||
| } | |||||
| data.set("languages", languages) | |||||
| /* | |||||
| * | |||||
| * CONFIGURATION | |||||
| * | |||||
| */ | |||||
| const configuration = _val.map() | |||||
| const dbConfigurationWithLanguages = _db.query(` | |||||
| SELECT | |||||
| language.code "language", | |||||
| configuration_parameter.code "code", | |||||
| configuration.value | |||||
| FROM language | |||||
| INNER JOIN configuration ON language.id = configuration.language_id | |||||
| INNER JOIN configuration_parameter ON configuration.parameter_id = configuration_parameter.id | |||||
| WHERE language.active = TRUE | |||||
| AND configuration.active = TRUE | |||||
| AND configuration_parameter.active = TRUE | |||||
| ORDER BY language.code, configuration_parameter.code | |||||
| `) | |||||
| for (const dbParameter of dbConfigurationWithLanguages) { | |||||
| if (!configuration.has(dbParameter.getString("language"))) { | |||||
| configuration.set(dbParameter.getString("language"), _val.map()) | |||||
| } | |||||
| configuration.getValues(dbParameter.getString("language")) | |||||
| .set(dbParameter.getString("code"), dbParameter.getString("value")) | |||||
| } | |||||
| const dbConfigurationWithoutLanguages = _db.query(` | |||||
| SELECT | |||||
| configuration_parameter.code "code", | |||||
| configuration.value | |||||
| FROM configuration | |||||
| INNER JOIN configuration_parameter ON configuration.parameter_id = configuration_parameter.id | |||||
| WHERE (configuration.language_id = 0 OR configuration.language_id IS NULL) | |||||
| AND configuration.active = TRUE | |||||
| AND configuration_parameter.active = TRUE | |||||
| ORDER BY configuration_parameter.code | |||||
| `) | |||||
| for (const dbParameter of dbConfigurationWithoutLanguages) { | |||||
| if (!configuration.has("GENERIC")) { | |||||
| configuration.set("GENERIC", _val.map()) | |||||
| } | |||||
| configuration.getValues("GENERIC") | |||||
| .set(dbParameter.getString("code"), dbParameter.getString("value")) | |||||
| } | |||||
| data.set("configuration", configuration) | |||||
| /* | |||||
| * | |||||
| * DICTIONARY | |||||
| * | |||||
| */ | |||||
| const dbDictionary = _db.query(` | |||||
| SELECT | |||||
| language.code "language", | |||||
| dictionary_entry.code "code", | |||||
| dictionary.value | |||||
| FROM language | |||||
| INNER JOIN dictionary ON dictionary.language_id = language.id | |||||
| INNER JOIN dictionary_entry ON dictionary.entry_id = dictionary_entry.id | |||||
| WHERE language.active = TRUE | |||||
| AND dictionary.active = TRUE | |||||
| AND dictionary_entry.active = TRUE | |||||
| ORDER BY language.code, dictionary_entry.code | |||||
| `) | |||||
| const dictionary = _val.map() | |||||
| for (const dbEntry of dbDictionary) { | |||||
| if (!dictionary.has(dbEntry.getString("language"))) { | |||||
| dictionary.set(dbEntry.getString("language"), _val.map()) | |||||
| } | |||||
| dictionary.getValues(dbEntry.getString("language")) | |||||
| .set(dbEntry.getString("code"), dbEntry.getString("value")) | |||||
| } | |||||
| data.set("dictionary", dictionary) | |||||
| /* | |||||
| * | |||||
| * PAGES | |||||
| * | |||||
| */ | |||||
| const dbPages = _db.query(` | |||||
| SELECT | |||||
| page.id, | |||||
| page.uid, | |||||
| language.code "language", | |||||
| page.parent_id, | |||||
| page.link, | |||||
| page.title, | |||||
| page.description, | |||||
| page.keywords, | |||||
| page.menu, | |||||
| page.menu_title, | |||||
| page.sorter | |||||
| FROM language | |||||
| INNER JOIN page ON language.id = page.language_id | |||||
| INNER JOIN page_status ON page.status_id = page_status.id | |||||
| WHERE language.active = TRUE | |||||
| AND page.active = TRUE | |||||
| AND page_status.active = TRUE | |||||
| AND page_status.code = 'published' | |||||
| ORDER BY language.code, page.sorter, page.link | |||||
| `) | |||||
| const pages = _val.map() | |||||
| for (const dbPage of dbPages) { | |||||
| if (!pages.has(dbPage.getString("language"))) { | |||||
| pages.set(dbPage.getString("language"), _val.list()) | |||||
| } | |||||
| const structure = _val.list() | |||||
| /* | |||||
| * | |||||
| * CONTENTS | |||||
| * | |||||
| */ | |||||
| const dbContents = _db.query(` | |||||
| SELECT | |||||
| content.id, | |||||
| content.uid, | |||||
| content_type.code "type", | |||||
| content.title, | |||||
| content.content, | |||||
| content.image, | |||||
| content.image_alt, | |||||
| content.image_title, | |||||
| content.image_max_width, | |||||
| content.sorter | |||||
| FROM content | |||||
| INNER JOIN content_type ON content.type_id = content_type.id | |||||
| WHERE content.active = TRUE | |||||
| AND content_type.active = TRUE | |||||
| AND content.page_id = ${dbPage.getInt("id")} | |||||
| `) | |||||
| for (const dbContent of dbContents) { | |||||
| structure.add( | |||||
| _val.map() | |||||
| .set("section", "content") | |||||
| .set("uid", dbContent.getString("uid")) | |||||
| .set("type", dbContent.getString("type")) | |||||
| .set("title", dbContent.getString("title")) | |||||
| .set("content", dbContent.getString("content")) | |||||
| .set("image", dbContent.getString("image")) | |||||
| .set("image_alt", dbContent.getString("image_alt")) | |||||
| .set("image_title", dbContent.getString("image_title")) | |||||
| .set("image_max_width", dbContent.getString("image_max_width")) | |||||
| .set("sorter", dbContent.getInt("sorter")) | |||||
| .set("actions", Cluar.actions("content", dbContent.getInt("id"))) | |||||
| ) | |||||
| if (settings.images === true) { | |||||
| Cluar.publishImage("content", dbContent.getString("image")) | |||||
| } | |||||
| } | |||||
| /* | |||||
| * | |||||
| * BANNERS | |||||
| * | |||||
| */ | |||||
| const dbBanners = _db.query(` | |||||
| SELECT | |||||
| banner.id, | |||||
| banner.uid, | |||||
| banner_type.code "type", | |||||
| banner.title, | |||||
| banner.content, | |||||
| banner.image, | |||||
| banner.image_alt, | |||||
| banner.image_title, | |||||
| banner.sorter, | |||||
| banner.position_x, | |||||
| banner.position_y | |||||
| FROM banner | |||||
| INNER JOIN banner_type ON banner.type_id = banner_type.id | |||||
| WHERE banner.active = TRUE | |||||
| AND banner_type.active = TRUE | |||||
| AND banner.page_id = ${dbPage.getInt("id")} | |||||
| `) | |||||
| for (const dbBanner of dbBanners) { | |||||
| structure.add( | |||||
| _val.map() | |||||
| .set("uid", dbBanner.getString("uid")) | |||||
| .set("section", "banner") | |||||
| .set("type", dbBanner.getString("type")) | |||||
| .set("title", dbBanner.getString("title")) | |||||
| .set("content", dbBanner.getString("content")) | |||||
| .set("image", dbBanner.getString("image")) | |||||
| .set("image_alt", dbBanner.getString("image_alt")) | |||||
| .set("image_title", dbBanner.getString("image_title")) | |||||
| .set("sorter", dbBanner.getInt("sorter")) | |||||
| .set( | |||||
| "position", | |||||
| _val.map() | |||||
| .set("x", dbBanner.getString("position_x")) | |||||
| .set("y", dbBanner.getString("position_y")) | |||||
| ) | |||||
| .set("actions", Cluar.actions("banner", dbBanner.getInt("id"))) | |||||
| ) | |||||
| if (settings.images === true) { | |||||
| Cluar.publishImage("banner", dbBanner.getString("image")) | |||||
| } | |||||
| } | |||||
| /* | |||||
| * | |||||
| * LISTING | |||||
| * | |||||
| */ | |||||
| const dbListings = _db.query(` | |||||
| SELECT | |||||
| listing.id, | |||||
| listing.uid, | |||||
| listing_type.code "type", | |||||
| listing.title, | |||||
| listing.image_alt, | |||||
| listing.image_title, | |||||
| listing.content, | |||||
| listing.image, | |||||
| listing.sorter | |||||
| FROM listing | |||||
| INNER JOIN listing_type ON listing.type_id = listing_type.id | |||||
| WHERE listing.active = TRUE | |||||
| AND listing_type.active = TRUE | |||||
| AND listing.page_id = ${dbPage.getInt("id")} | |||||
| `) | |||||
| for (const dbListing of dbListings) { | |||||
| const items = _val.list() | |||||
| const dbItems = _db.query(` | |||||
| SELECT | |||||
| uid, title, content, image, image_alt, image_title, sorter, link | |||||
| FROM listing_item | |||||
| WHERE listing_id = ${dbListing.getInt("id")} | |||||
| `) | |||||
| for (const dbItem of dbItems) { | |||||
| items.add( | |||||
| _val.map() | |||||
| .set("uid", dbItem.getString("uid")) | |||||
| .set("section", "listing_item") | |||||
| .set("title", dbItem.getString("title")) | |||||
| .set("content", dbItem.getString("content")) | |||||
| .set("image", dbItem.getString("image")) | |||||
| .set("image_alt", dbItem.getString("image_alt")) | |||||
| .set("image_title", dbItem.getString("image_title")) | |||||
| .set("sorter", dbItem.getInt("sorter")) | |||||
| .set("link", dbItem.getString("link")) | |||||
| ) | |||||
| if (settings.images === true) { | |||||
| Cluar.publishImage("listing_item", dbItem.getString("image")) | |||||
| } | |||||
| } | |||||
| structure.add( | |||||
| _val.map() | |||||
| .set("uid", dbListing.getString("uid")) | |||||
| .set("section", "listing") | |||||
| .set("type", dbListing.getString("type")) | |||||
| .set("title", dbListing.getString("title")) | |||||
| .set("content", dbListing.getString("content")) | |||||
| .set("image", dbListing.getString("image")) | |||||
| .set("image_alt", dbListing.getString("image_alt")) | |||||
| .set("image_title", dbListing.getString("image_title")) | |||||
| .set("items", items) | |||||
| .set("sorter", dbListing.getInt("sorter")) | |||||
| ) | |||||
| if (settings.images === true) { | |||||
| Cluar.publishImage("listing", dbListing.getString("image")) | |||||
| } | |||||
| } | |||||
| /* | |||||
| * | |||||
| * FUNCTIONALITY | |||||
| * | |||||
| */ | |||||
| const dbFunctionalities = _db.query(` | |||||
| SELECT | |||||
| functionality.id, | |||||
| functionality.uid, | |||||
| functionality_type.code "type", | |||||
| functionality.title, | |||||
| functionality.content, | |||||
| functionality.image, | |||||
| functionality.sorter | |||||
| FROM functionality | |||||
| INNER JOIN functionality_type ON functionality.type_id = functionality_type.id | |||||
| WHERE functionality.active = TRUE | |||||
| AND functionality_type.active = TRUE | |||||
| AND functionality.page_id = ${dbPage.getInt("id")} | |||||
| `) | |||||
| for (const dbFunctionality of dbFunctionalities) { | |||||
| structure.add( | |||||
| _val.map() | |||||
| .set("uid", dbFunctionality.getString("uid")) | |||||
| .set("section", "functionality") | |||||
| .set("type", dbFunctionality.getString("type")) | |||||
| .set("title", dbFunctionality.getString("title")) | |||||
| .set("content", dbFunctionality.getString("content")) | |||||
| .set("image", dbFunctionality.getString("image")) | |||||
| .set("sorter", dbFunctionality.getInt("sorter")) | |||||
| ) | |||||
| if (settings.images === true) { | |||||
| Cluar.publishImage("functionality", dbFunctionality.getString("image")) | |||||
| } | |||||
| } | |||||
| structure.sort((a, b) => a.getInt("sorter") - b.getInt("sorter")) | |||||
| /* | |||||
| * | |||||
| * ADD PAGE | |||||
| * | |||||
| */ | |||||
| let parentLink = "" | |||||
| if (dbPage.getInt("parent_id") > 0) { | |||||
| const dbParentPage = _db.findFirst( | |||||
| "page", | |||||
| _val.map() | |||||
| .set("where", _val.map().set("id", dbPage.getInt("parent_id"))) | |||||
| ) | |||||
| parentLink = dbParentPage.getString("link") | |||||
| } | |||||
| pages.getValues(dbPage.getString("language")) | |||||
| .add( | |||||
| _val.map() | |||||
| .set("uid", dbPage.getString("uid")) | |||||
| .set("parent", parentLink) | |||||
| .set("link", dbPage.getString("link")) | |||||
| .set("title", dbPage.getString("title")) | |||||
| .set("description", dbPage.getString("description")) | |||||
| .set("keywords", dbPage.getString("keywords")) | |||||
| .set("menu", dbPage.getBoolean("menu")) | |||||
| .set("menu_title", dbPage.getString("menu_title")) | |||||
| .set("sorter", dbPage.getInt("sorter")) | |||||
| .set("structure", structure) | |||||
| ) | |||||
| } | |||||
| data.set("pages", pages) | |||||
| CluarCustomData(data) | |||||
| /* | |||||
| * | |||||
| * DATA FILE | |||||
| * | |||||
| */ | |||||
| const file = _app.file(`${Cluar.base()}/cluarData.js`) | |||||
| file.output().print(`window.cluarData = ${data.toJSON(4)};`) | |||||
| if (_app.settings.getValues('cluar').getBoolean("uglifyjs") == true) { | |||||
| const osUglifyJS = _os.init() | |||||
| osUglifyJS.directory(_app.folder(Cluar.base())) | |||||
| const osUglifyJSResult = osUglifyJS.command(`uglifyjs -o cluarData.js -- cluarData.js`) | |||||
| if (osUglifyJSResult.output() != '' && osUglifyJSResult.error() != '') { | |||||
| _log.error(`UglifyJS failed:\n\tOutput: ${osUglifyJSResult.output()}\n\tError: ${osUglifyJSResult.error()}`) | |||||
| } | |||||
| } | |||||
| /* | |||||
| * | |||||
| * SITEMAP & ROBOTS | |||||
| * | |||||
| */ | |||||
| const origin = _app.settings.getValues('cluar').getValues("website").getString("url") | |||||
| const xml = _xml.create() | |||||
| const document = xml.builder().newDocument() | |||||
| const tagURLSet = document.createElement("urlset") | |||||
| const attrNS = document.createAttribute("xmlns") | |||||
| attrNS.setValue("http://www.sitemaps.org/schemas/sitemap/0.9") | |||||
| tagURLSet.setAttributeNode(attrNS) | |||||
| const attrNews = document.createAttribute("xmlns:news") | |||||
| attrNews.setValue("http://www.google.com/schemas/sitemap-news/0.9") | |||||
| tagURLSet.setAttributeNode(attrNews) | |||||
| const attrXHTML = document.createAttribute("xmlns:xhtml") | |||||
| attrXHTML.setValue("http://www.w3.org/1999/xhtml") | |||||
| tagURLSet.setAttributeNode(attrXHTML) | |||||
| const attrMobile = document.createAttribute("xmlns:mobile") | |||||
| attrMobile.setValue("http://www.sitemaps.org/schemas/sitemap/0.9") | |||||
| tagURLSet.setAttributeNode(attrMobile) | |||||
| const attrImage = document.createAttribute("xmlns:image") | |||||
| attrImage.setValue("http://www.google.com/schemas/sitemap-image/1.1") | |||||
| tagURLSet.setAttributeNode(attrImage) | |||||
| const attrVideo = document.createAttribute("xmlns:video") | |||||
| attrVideo.setValue("http://www.google.com/schemas/sitemap-video/1.1") | |||||
| tagURLSet.setAttributeNode(attrVideo) | |||||
| for (const language of languages) { | |||||
| if (pages.getValues(language.getString("code")) == null) { | |||||
| continue | |||||
| } | |||||
| for (const page of pages.getValues(language.getString("code"))) { | |||||
| const tagURL = document.createElement("url") | |||||
| const tagLoc = document.createElement("loc") | |||||
| tagLoc.appendChild(document.createTextNode(origin +"/"+ language.getString("locale") + page.getString("link"))) | |||||
| tagURL.appendChild(tagLoc) | |||||
| const tagChangeFreq = document.createElement("changefreq") | |||||
| tagChangeFreq.appendChild(document.createTextNode("daily")) | |||||
| tagURL.appendChild(tagChangeFreq) | |||||
| let priority = "0.5" | |||||
| if (page.getString("link") == '/') { | |||||
| priority = "1.0" | |||||
| } else if (page.getString("parent") == '') { | |||||
| priority = "0.7" | |||||
| } | |||||
| const tagPriority = document.createElement("priority") | |||||
| tagPriority.appendChild(document.createTextNode(priority)) | |||||
| tagURL.appendChild(tagPriority) | |||||
| tagURLSet.appendChild(tagURL) | |||||
| } | |||||
| } | |||||
| document.appendChild(tagURLSet) | |||||
| xml.save(document, _app.file(`${Cluar.base()}/sitemap.xml`)) | |||||
| if (!_app.file(`${Cluar.base()}/robots.txt`).exists()) { | |||||
| const output = _app.file(`${Cluar.base()}/robots.txt`).output() | |||||
| .println('User-agent: *') | |||||
| .println('Allow: /') | |||||
| .println(`Sitemap: ${origin}/sitemap.xml`) | |||||
| .close() | |||||
| } | |||||
| } | |||||
| static publishImage(section, fileName) { | |||||
| if (fileName == "") { | |||||
| return; | |||||
| } | |||||
| const folder = _app.folder(`${Cluar.base()}/images/${section}`) | |||||
| if (!folder.exists()) { | |||||
| folder.mkdir() | |||||
| } | |||||
| const websiteFile = _app.file(`${folder.path()}/${fileName}`) | |||||
| const databaseFile = _storage.database(section, "image", fileName).file() | |||||
| if (!websiteFile.exists() || databaseFile.available() != websiteFile.available()) { | |||||
| _storage.database(section, "image", fileName) | |||||
| .file() | |||||
| .copy(`${folder.path()}/${fileName}`, true) | |||||
| } | |||||
| } | |||||
| static actionDataItemProcessWithAnImage() { | |||||
| const section = _dataItem.getTable() | |||||
| const folder = _app.folder(`${Cluar.base()}/images/${section}`) | |||||
| if (!folder.exists()) { | |||||
| folder.mkdir() | |||||
| } | |||||
| if (_dataItem.getValues().has("image:old")) { | |||||
| _app.file(`${folder.path()}/${_dataItem.getValues().getString("image:old")}`).delete() | |||||
| } | |||||
| if (_dataItem.getValues().has("image:new")) { | |||||
| _storage.database(section, "image", _dataItem.getValues().getString("image:new")) | |||||
| .file() | |||||
| .copy(`${folder.path()}/${_dataItem.getValues().getString("image:new")}`) | |||||
| } | |||||
| } | |||||
| static actions(section, id) { | |||||
| const dbActions = _db.query(` | |||||
| SELECT | |||||
| action.title, | |||||
| action.content, | |||||
| action.indication, | |||||
| action.link | |||||
| FROM action | |||||
| INNER JOIN ${section}_action ON ${section}_action.action_id = action.id | |||||
| WHERE | |||||
| action.active = true | |||||
| AND ${section}_action.active = TRUE | |||||
| AND ${section}_action.${section}_id = ${id} | |||||
| ORDER BY ${section}_action.sorter | |||||
| `) | |||||
| const actions = _val.list() | |||||
| for (const dbAction of dbActions) { | |||||
| actions.add( | |||||
| _val.map() | |||||
| .set("title", dbAction.getString("title")) | |||||
| .set("content", dbAction.getString("content")) | |||||
| .set("indication", dbAction.getString("indication")) | |||||
| .set("link", dbAction.getString("link")) | |||||
| .set("sorter", dbAction.getInt("sorter")) | |||||
| ) | |||||
| } | |||||
| return actions | |||||
| } | |||||
| } | |||||
| @ -0,0 +1,4 @@ | |||||
| const CluarCustomData = (data) => { | |||||
| } | |||||
| @ -0,0 +1,22 @@ | |||||
| _config.set("_lang", _config.get("_lang:default")) | |||||
| if (_env.is("dev") | |||||
| && (_url.equals("/") || _url.equals("/Index.netuno"))) { | |||||
| _config | |||||
| .set("_login:user", "dev") | |||||
| .set("_login:pass", "dev") | |||||
| .set("_login:auto", _req.getString("action") != "logout") | |||||
| } | |||||
| /** | |||||
| * DISABLE BROWSER CACHE | |||||
| */ | |||||
| if (_url.download.isDownloadable()) { | |||||
| if (_env.is("dev") && _url.indexOf("/public/scripts/main.js") > 0) { | |||||
| _header.noCache() | |||||
| } else { | |||||
| _header.cache(2628000) | |||||
| } | |||||
| } | |||||
| @ -0,0 +1,5 @@ | |||||
| /** | |||||
| * FIREBASE - Set your listeners | |||||
| */ | |||||
| // _firebase.listener("my-test", _header.baseURL() + "/services/firebase/listener/my-test.netuno") | |||||
| @ -0,0 +1,17 @@ | |||||
| if (!_out.isClosed()) { | |||||
| _out.print( | |||||
| "### SERVER ERROR ###" | |||||
| ) | |||||
| /* | |||||
| // Is insecure but the code below will print errors with more details... | |||||
| _out.print( | |||||
| "SERVER ERROR # " + | |||||
| _error.data().getString("file") | |||||
| +":"+ | |||||
| _error.data().getString("line") | |||||
| +" # "+ | |||||
| _error.data().getString("message") | |||||
| ) | |||||
| */ | |||||
| } | |||||
| @ -0,0 +1,2 @@ | |||||
| _config.set("_script:_request_end", true) | |||||
| @ -0,0 +1,14 @@ | |||||
| // _log.info(_url.url()) | |||||
| /** | |||||
| * ALLOW CORS | |||||
| */ | |||||
| /* | |||||
| _header.response.set("Access-Control-Allow-Origin", "https://www.netuno.org") | |||||
| _header.response.set("Access-Control-Allow-Methods", "GET,PUT,POST,DELETE,OPTIONS") | |||||
| _header.response.set("Access-Control-Allow-Headers", "content-type,x-requested-with,authorization") | |||||
| _header.response.set("Access-Control-Allow-Credentials", true) | |||||
| */ | |||||
| _url.to(_url.request()) | |||||
| @ -0,0 +1,13 @@ | |||||
| /** | |||||
| * When service need public access... | |||||
| */ | |||||
| if (_env.is("dev")) { | |||||
| _service.allow() | |||||
| } | |||||
| /* | |||||
| if (_service.path == 'samples/my-service') { | |||||
| _service.allow() | |||||
| } | |||||
| */ | |||||
| @ -0,0 +1,5 @@ | |||||
| /* | |||||
| // Print error: | |||||
| _log.fatal("Service "+ _service.path, _error.data().get("throwable")) | |||||
| */ | |||||
| @ -0,0 +1,7 @@ | |||||
| { | |||||
| "name": "server", | |||||
| "version": "1.0.0", | |||||
| "description": "Server modules dependencies.", | |||||
| "author": "netuno.org", | |||||
| "license": "ISC" | |||||
| } | |||||
| @ -0,0 +1,92 @@ | |||||
| const filter = _req.getValues("filter") | |||||
| const pagination = _req.getValues("pagination") | |||||
| const sorter = _req.getValues("sorter") | |||||
| const pageSize = 10 | |||||
| let page = { start: 0, size: pageSize } | |||||
| if (pagination != null) { | |||||
| page.size = pagination.getInt('pageSize', pageSize) | |||||
| page.start = (pagination.getInt('current', 1) - 1) * page.size | |||||
| } | |||||
| if (page.size > 100) { | |||||
| page.size = 100 | |||||
| } | |||||
| const queryFilter = _val.list() | |||||
| let queryWhere = ''; | |||||
| if (filter != null) { | |||||
| if (filter.getString('name') != '') { | |||||
| queryWhere += ' AND name LIKE ?' | |||||
| queryFilter.add(`%${ filter.getString('name') }%`) | |||||
| } | |||||
| if (filter.getString('email') != '') { | |||||
| queryWhere += ' AND email LIKE ?' | |||||
| queryFilter.add(`%${ filter.getString('email') }%`) | |||||
| } | |||||
| if (filter.getString('subject') != '') { | |||||
| queryWhere += ' AND subject LIKE ?' | |||||
| queryFilter.add(`%${ filter.getString('subject') }%`) | |||||
| } | |||||
| if (filter.getString('moment') != '') { | |||||
| queryWhere += ' AND moment LIKE ?' | |||||
| queryFilter.add(`%${ filter.getString('moment') }%`) | |||||
| } | |||||
| } | |||||
| let querySorter = 'moment DESC'; | |||||
| if (sorter != null) { | |||||
| const order = sorter.getString("order") == 'descend' ? 'DESC' : 'ASC' | |||||
| if (sorter.getString("field") == 'name') { | |||||
| querySorter = ' name '+ order; | |||||
| } else if (sorter.getString("field") == 'email') { | |||||
| querySorter = ' email '+ order; | |||||
| } else if (sorter.getString("field") == 'subject') { | |||||
| querySorter = ' subject '+ order; | |||||
| } else if (sorter.getString("field") == 'moment') { | |||||
| querySorter = ' moment '+ order; | |||||
| } | |||||
| } | |||||
| const dbResults = _db.query(` | |||||
| SELECT | |||||
| name, | |||||
| email, | |||||
| subject, | |||||
| moment | |||||
| FROM register | |||||
| WHERE 1 = 1 | |||||
| ${queryWhere} | |||||
| ORDER BY ${querySorter} | |||||
| LIMIT ${page.size} OFFSET ${page.start} | |||||
| `, queryFilter) | |||||
| const results = _val.list() | |||||
| for (const dbResult of dbResults) { | |||||
| results.add( | |||||
| _val.map() | |||||
| .set('name', dbResult.getString('name')) | |||||
| .set('email', dbResult.getString('email')) | |||||
| .set('subject', dbResult.getString('subject')) | |||||
| .set('moment', dbResult.getSQLTimestamp('moment')) | |||||
| ) | |||||
| } | |||||
| _out.json( | |||||
| _val.map() | |||||
| .set( | |||||
| 'total', | |||||
| _db.queryFirst(` | |||||
| SELECT COUNT(1) "total" | |||||
| FROM register | |||||
| WHERE 1 = 1 | |||||
| ${queryWhere} | |||||
| `, queryFilter).getInt("total") | |||||
| ).set('results', results) | |||||
| ) | |||||
| @ -0,0 +1,19 @@ | |||||
| const name = _req.getString('name') | |||||
| const email = _req.getString('email') | |||||
| const subject = _req.getString('subject') | |||||
| const message = _req.getString('message') | |||||
| _db.insert( | |||||
| 'contact', | |||||
| _val.map() | |||||
| .set('name', name) | |||||
| .set('email', email) | |||||
| .set('subject', subject) | |||||
| .set('message', message) | |||||
| .set('moment', _db.timestamp()) | |||||
| ) | |||||
| _out.json( | |||||
| _val.map() | |||||
| .set('result', true) | |||||
| ) | |||||
| @ -0,0 +1,26 @@ | |||||
| // ----------------------------------------------------------- | |||||
| // | |||||
| // LANGUAGE | |||||
| // | |||||
| // ----------------------------------------------------------- | |||||
| _db.insertIfNotExists( | |||||
| "language", | |||||
| _val.init() | |||||
| .set("uid", "b6804103-2f6c-4184-a431-0c8b94ea7322") | |||||
| .set("code", "PT") | |||||
| .set("locale", "pt") | |||||
| .set("description", "Portugu\u00EAs") | |||||
| .set("default", true) | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "language", | |||||
| _val.init() | |||||
| .set("uid", "dd9ca34e-3f70-461d-a42d-234651233658") | |||||
| .set("code", "EN") | |||||
| .set("locale", "en") | |||||
| .set("description", "English") | |||||
| .set("default", false) | |||||
| ); | |||||
| @ -0,0 +1,22 @@ | |||||
| // ----------------------------------------------------------- | |||||
| // | |||||
| // PAGE_STATUS | |||||
| // | |||||
| // ----------------------------------------------------------- | |||||
| _db.insertIfNotExists( | |||||
| "page_status", | |||||
| _val.init() | |||||
| .set("uid", "e24a0cdf-c860-48f2-b597-689f165fd110") | |||||
| .set("code", "published") | |||||
| .set("description", "Publicada") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "page_status", | |||||
| _val.init() | |||||
| .set("uid", "b0389f50-4dc3-4be1-ad1e-070573a3f999") | |||||
| .set("code", "draft") | |||||
| .set("description", "Rascunho") | |||||
| ); | |||||
| @ -0,0 +1,46 @@ | |||||
| // ----------------------------------------------------------- | |||||
| // | |||||
| // CONTENT_TYPE | |||||
| // | |||||
| // ----------------------------------------------------------- | |||||
| _db.insertIfNotExists( | |||||
| "content_type", | |||||
| _val.init() | |||||
| .set("uid", "5d68fe7f-bfc9-424b-98bc-50c0bfe96f2f") | |||||
| .set("code", "text") | |||||
| .set("description", "Texto") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "content_type", | |||||
| _val.init() | |||||
| .set("uid", "6638fba0-ce12-4f99-be1f-a407eea2eeab") | |||||
| .set("code", "image-left") | |||||
| .set("description", "Imagem \u00E0 Esquerda") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "content_type", | |||||
| _val.init() | |||||
| .set("uid", "03a63665-e41d-4549-bd4c-85063c978968") | |||||
| .set("code", "image-right") | |||||
| .set("description", "Imagem \u00E0 Direita") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "content_type", | |||||
| _val.init() | |||||
| .set("uid", "b01f00ae-7179-4a21-bb7b-b9ac6efb94db") | |||||
| .set("code", "image-top") | |||||
| .set("description", "Imagem no Topo") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "content_type", | |||||
| _val.init() | |||||
| .set("uid", "b79a8510-482c-43a6-9f00-3f7eb093b347") | |||||
| .set("code", "image-bottom") | |||||
| .set("description", "Imagem Embaixo") | |||||
| ); | |||||
| @ -0,0 +1,30 @@ | |||||
| // ----------------------------------------------------------- | |||||
| // | |||||
| // BANNER_TYPE | |||||
| // | |||||
| // ----------------------------------------------------------- | |||||
| _db.insertIfNotExists( | |||||
| "banner_type", | |||||
| _val.init() | |||||
| .set("uid", "d7ca6e7d-08a7-4ec0-8d16-9e3f09cd657c") | |||||
| .set("code", "default") | |||||
| .set("description", "Padr\u00E3o") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "banner_type", | |||||
| _val.init() | |||||
| .set("uid", "fa15255a-a309-4ef5-bf72-935fd4e1c1a7") | |||||
| .set("code", "secondary") | |||||
| .set("description", "P\u00E1gina secund\u00E1ria") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "banner_type", | |||||
| _val.init() | |||||
| .set("uid", "beb0dcb5-b445-4a44-b038-522c4c544c01") | |||||
| .set("code", "default-sub-banner") | |||||
| .set("description", "Padr\u00E3o com Destaque") | |||||
| ); | |||||
| @ -0,0 +1,22 @@ | |||||
| // ----------------------------------------------------------- | |||||
| // | |||||
| // FUNCTIONALITY_TYPE | |||||
| // | |||||
| // ----------------------------------------------------------- | |||||
| _db.insertIfNotExists( | |||||
| "functionality_type", | |||||
| _val.init() | |||||
| .set("uid", "2d35fd56-0256-4fc5-a685-8eccf02f17d3") | |||||
| .set("code", "contact-form") | |||||
| .set("description", "Formul\u00E1rio de Contacto") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "functionality_type", | |||||
| _val.init() | |||||
| .set("uid", "a1d26bda-57cd-4ba1-9aa3-868714260b01") | |||||
| .set("code", "contact-map") | |||||
| .set("description", "Mapa") | |||||
| ); | |||||
| @ -0,0 +1,44 @@ | |||||
| // ----------------------------------------------------------- | |||||
| // | |||||
| // PAGE | |||||
| // | |||||
| // ----------------------------------------------------------- | |||||
| if (_db.query(`SELECT * FROM page`).size() == 0) { | |||||
| _val.global().set('cluar:setup', true); | |||||
| _db.insertIfNotExists( | |||||
| "page", | |||||
| _val.init() | |||||
| .set("uid", "0194d0aa-c5ec-4f9d-abab-de6298c5f9e9") | |||||
| .set("language_id", "b6804103-2f6c-4184-a431-0c8b94ea7322") | |||||
| .set("parent_id", null) | |||||
| .set("link", "/") | |||||
| .set("title", "Principal") | |||||
| .set("status_id", "e24a0cdf-c860-48f2-b597-689f165fd110") | |||||
| .set("description", "") | |||||
| .set("social_description", "") | |||||
| .set("keywords", "") | |||||
| .set("social_image", "") | |||||
| .set("menu", true) | |||||
| .set("menu_title", "") | |||||
| .set("sorter", 10) | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "page", | |||||
| _val.init() | |||||
| .set("uid", "5002a742-e092-4c0b-8536-546bd1319c7f") | |||||
| .set("language_id", "dd9ca34e-3f70-461d-a42d-234651233658") | |||||
| .set("parent_id", null) | |||||
| .set("link", "/") | |||||
| .set("title", "Home") | |||||
| .set("status_id", "e24a0cdf-c860-48f2-b597-689f165fd110") | |||||
| .set("description", "") | |||||
| .set("social_description", "") | |||||
| .set("keywords", "") | |||||
| .set("social_image", "") | |||||
| .set("menu", true) | |||||
| .set("menu_title", "") | |||||
| .set("sorter", 10) | |||||
| ); | |||||
| } | |||||
| @ -0,0 +1,48 @@ | |||||
| // ----------------------------------------------------------- | |||||
| // | |||||
| // CONFIGURATION_PARAMETER | |||||
| // | |||||
| // ----------------------------------------------------------- | |||||
| if (_val.global().getBoolean('cluar:setup')) { | |||||
| _db.insertIfNotExists( | |||||
| "configuration_parameter", | |||||
| _val.init() | |||||
| .set("uid", "2c3a4663-8a09-409f-bddf-b1506b7b9fb7") | |||||
| .set("code", "footer-address") | |||||
| .set("description", "Rodapé - Endere\u00E7o") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "configuration_parameter", | |||||
| _val.init() | |||||
| .set("uid", "199c3736-4996-4b7b-a565-3a2f45ae8971") | |||||
| .set("code", "footer-email") | |||||
| .set("description", "Rodapé - E-mail") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "configuration_parameter", | |||||
| _val.init() | |||||
| .set("uid", "4188eaeb-da5e-4433-8944-2d80752c326d") | |||||
| .set("code", "footer-phone") | |||||
| .set("description", "Rodapé - Telefone") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "configuration_parameter", | |||||
| _val.init() | |||||
| .set("uid", "7ac5d2fe-7c98-46b2-826c-f8f4d41f9857") | |||||
| .set("code", "map-latitude") | |||||
| .set("description", "Mapa - Latitude") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "configuration_parameter", | |||||
| _val.init() | |||||
| .set("uid", "5502693e-8113-429b-852e-9a7364fc48d0") | |||||
| .set("code", "map-longitude") | |||||
| .set("description", "Mapa - Longitude") | |||||
| ); | |||||
| } | |||||
| @ -0,0 +1,62 @@ | |||||
| // ----------------------------------------------------------- | |||||
| // | |||||
| // CONFIGURATION | |||||
| // | |||||
| // ----------------------------------------------------------- | |||||
| if (_val.global().getBoolean('cluar:setup')) { | |||||
| _db.insertIfNotExists( | |||||
| "configuration", | |||||
| _val.init() | |||||
| .set("uid", "f7ca0cbc-d439-41c0-879b-862ec11a232a") | |||||
| .set("language_id", null) | |||||
| .set("parameter_id", "7ac5d2fe-7c98-46b2-826c-f8f4d41f9857") | |||||
| .set("value", "38.7038342") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "configuration", | |||||
| _val.init() | |||||
| .set("uid", "96f3dacf-8059-4a32-8959-3827cc2d0422") | |||||
| .set("language_id", null) | |||||
| .set("parameter_id", "5502693e-8113-429b-852e-9a7364fc48d0") | |||||
| .set("value", "-8.9698548") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "configuration", | |||||
| _val.init() | |||||
| .set("uid", "1eae692a-d89c-475f-878e-56ba9a286435") | |||||
| .set("language_id", "b6804103-2f6c-4184-a431-0c8b94ea7322") | |||||
| .set("parameter_id", "199c3736-4996-4b7b-a565-3a2f45ae8971") | |||||
| .set("value", "meu@e-mail.org") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "configuration", | |||||
| _val.init() | |||||
| .set("uid", "5e991293-9430-48c9-8d0f-3673fa97b2ee") | |||||
| .set("language_id", "dd9ca34e-3f70-461d-a42d-234651233658") | |||||
| .set("parameter_id", "199c3736-4996-4b7b-a565-3a2f45ae8971") | |||||
| .set("value", "my@e-mail.org") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "configuration", | |||||
| _val.init() | |||||
| .set("uid", "6dad2c47-66ab-436a-a171-92fb95d3cbdc") | |||||
| .set("language_id", null) | |||||
| .set("parameter_id", "2c3a4663-8a09-409f-bddf-b1506b7b9fb7") | |||||
| .set("value", "Netuno.org, Cluar CMS\r\nOpen Source") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "configuration", | |||||
| _val.init() | |||||
| .set("uid", "c330772c-98b4-4ef7-8578-3fef4f8355c4") | |||||
| .set("language_id", null) | |||||
| .set("parameter_id", "4188eaeb-da5e-4433-8944-2d80752c326d") | |||||
| .set("value", "99999 9999") | |||||
| ); | |||||
| } | |||||
| @ -0,0 +1,80 @@ | |||||
| // ----------------------------------------------------------- | |||||
| // | |||||
| // DICTIONARY_ENTRY | |||||
| // | |||||
| // ----------------------------------------------------------- | |||||
| if (_val.global().getBoolean('cluar:setup')) { | |||||
| _db.insertIfNotExists( | |||||
| "dictionary_entry", | |||||
| _val.init() | |||||
| .set("uid", "8aa071de-147a-4774-bcba-414ba656a267") | |||||
| .set("code", "contact-form-validate-message-required") | |||||
| .set("description", "Formul\u00E1rio de Contato - Mensagem Valida\u00E7\u00E3o - Obrigat\u00F3rio") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "dictionary_entry", | |||||
| _val.init() | |||||
| .set("uid", "31e6aeb9-f7a7-4c1c-9330-a294be006f32") | |||||
| .set("code", "contact-form-validate-message-email") | |||||
| .set("description", "Formul\u00E1rio de Contato - Mensagem Valida\u00E7\u00E3o - E-mail") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "dictionary_entry", | |||||
| _val.init() | |||||
| .set("uid", "c5a81306-6f43-4dd5-9162-d14b9e836a81") | |||||
| .set("code", "contact-form-fail") | |||||
| .set("description", "Formul\u00E1rio de Contato - Falhou") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "dictionary_entry", | |||||
| _val.init() | |||||
| .set("uid", "50d5d744-83a2-4998-97ba-cac58fc04567") | |||||
| .set("code", "contact-form-success") | |||||
| .set("description", "Formul\u00E1rio de Contato - Sucesso") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "dictionary_entry", | |||||
| _val.init() | |||||
| .set("uid", "b0184ea5-c404-476e-bb6f-75943474e955") | |||||
| .set("code", "contact-form-name") | |||||
| .set("description", "Formul\u00E1rio de Contato - Nome") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "dictionary_entry", | |||||
| _val.init() | |||||
| .set("uid", "a6909e12-db4a-4868-ba83-940c640ee43d") | |||||
| .set("code", "contact-form-email") | |||||
| .set("description", "Formul\u00E1rio de Contato - E-mail") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "dictionary_entry", | |||||
| _val.init() | |||||
| .set("uid", "4bacb148-e1dc-44d0-a9de-5a435275b945") | |||||
| .set("code", "contact-form-subject") | |||||
| .set("description", "Formul\u00E1rio de Contato - T\u00EDtulo") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "dictionary_entry", | |||||
| _val.init() | |||||
| .set("uid", "98c54df2-e402-49ef-9294-ebfd5741189b") | |||||
| .set("code", "contact-form-message") | |||||
| .set("description", "Formul\u00E1rio de Contato - Mensagem") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "dictionary_entry", | |||||
| _val.init() | |||||
| .set("uid", "25a5efa8-24c2-441b-8304-ce597fe1604b") | |||||
| .set("code", "contact-form-send") | |||||
| .set("description", "Formul\u00E1rio de Contato - Enviar") | |||||
| ); | |||||
| } | |||||
| @ -0,0 +1,170 @@ | |||||
| // ----------------------------------------------------------- | |||||
| // | |||||
| // DICTIONARY | |||||
| // | |||||
| // ----------------------------------------------------------- | |||||
| if (_val.global().getBoolean('cluar:setup')) { | |||||
| _db.insertIfNotExists( | |||||
| "dictionary", | |||||
| _val.init() | |||||
| .set("uid", "e130993c-b071-4977-966f-3efa77f197b7") | |||||
| .set("language_id", "b6804103-2f6c-4184-a431-0c8b94ea7322") | |||||
| .set("entry_id", "8aa071de-147a-4774-bcba-414ba656a267") | |||||
| .set("value", "<p>${label} \u00E9 de preenchimento obrigat\u00F3rio.<br></p>") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "dictionary", | |||||
| _val.init() | |||||
| .set("uid", "3c61988c-1477-49e2-9e40-ee257bef372a") | |||||
| .set("language_id", "b6804103-2f6c-4184-a431-0c8b94ea7322") | |||||
| .set("entry_id", "31e6aeb9-f7a7-4c1c-9330-a294be006f32") | |||||
| .set("value", "<p>${label} n\u00E3o \u00E9 um e-mail v\u00E1lido.<br></p>") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "dictionary", | |||||
| _val.init() | |||||
| .set("uid", "6dfa7992-c17c-415d-8aea-c3830eb57df0") | |||||
| .set("language_id", "b6804103-2f6c-4184-a431-0c8b94ea7322") | |||||
| .set("entry_id", "c5a81306-6f43-4dd5-9162-d14b9e836a81") | |||||
| .set("value", "<p>N\u00E3o foi poss\u00EDvel enviar os dados, tente novamente mais tarde.</p>") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "dictionary", | |||||
| _val.init() | |||||
| .set("uid", "1a3b7585-cdd7-42cc-8a2e-dbcad7de6972") | |||||
| .set("language_id", "b6804103-2f6c-4184-a431-0c8b94ea7322") | |||||
| .set("entry_id", "50d5d744-83a2-4998-97ba-cac58fc04567") | |||||
| .set("value", "<p>Os dados foram enviados com sucesso, obrigado.</p>") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "dictionary", | |||||
| _val.init() | |||||
| .set("uid", "07a7e579-e7f5-4fae-a964-991995c9048e") | |||||
| .set("language_id", "b6804103-2f6c-4184-a431-0c8b94ea7322") | |||||
| .set("entry_id", "b0184ea5-c404-476e-bb6f-75943474e955") | |||||
| .set("value", "<p>Nome</p>") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "dictionary", | |||||
| _val.init() | |||||
| .set("uid", "aeb2ea01-ed37-41cd-9526-63c23627f24c") | |||||
| .set("language_id", "b6804103-2f6c-4184-a431-0c8b94ea7322") | |||||
| .set("entry_id", "a6909e12-db4a-4868-ba83-940c640ee43d") | |||||
| .set("value", "<p>E-mail</p>") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "dictionary", | |||||
| _val.init() | |||||
| .set("uid", "e34bdbbd-a4c8-43af-be57-ce212dadce88") | |||||
| .set("language_id", "b6804103-2f6c-4184-a431-0c8b94ea7322") | |||||
| .set("entry_id", "4bacb148-e1dc-44d0-a9de-5a435275b945") | |||||
| .set("value", "<p>T\u00EDtulo</p>") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "dictionary", | |||||
| _val.init() | |||||
| .set("uid", "6c267748-62bf-48cc-9e3d-6f65397ad6a4") | |||||
| .set("language_id", "b6804103-2f6c-4184-a431-0c8b94ea7322") | |||||
| .set("entry_id", "98c54df2-e402-49ef-9294-ebfd5741189b") | |||||
| .set("value", "<p>Mensagem</p>") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "dictionary", | |||||
| _val.init() | |||||
| .set("uid", "4d0e1d26-e443-4cd4-95cc-bae494294fff") | |||||
| .set("language_id", "b6804103-2f6c-4184-a431-0c8b94ea7322") | |||||
| .set("entry_id", "25a5efa8-24c2-441b-8304-ce597fe1604b") | |||||
| .set("value", "<p>Enviar</p>") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "dictionary", | |||||
| _val.init() | |||||
| .set("uid", "fc1cf2a5-5560-48aa-8683-01766e7f3cf1") | |||||
| .set("language_id", "dd9ca34e-3f70-461d-a42d-234651233658") | |||||
| .set("entry_id", "8aa071de-147a-4774-bcba-414ba656a267") | |||||
| .set("value", "<p>${label} is mandatory.<br></p>") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "dictionary", | |||||
| _val.init() | |||||
| .set("uid", "5d83858a-fecb-4529-a6cf-78126b811b45") | |||||
| .set("language_id", "dd9ca34e-3f70-461d-a42d-234651233658") | |||||
| .set("entry_id", "31e6aeb9-f7a7-4c1c-9330-a294be006f32") | |||||
| .set("value", "<p>${label} is not a valid e-mail.<br></p>") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "dictionary", | |||||
| _val.init() | |||||
| .set("uid", "007cf96b-1f7d-4952-ae4c-b114882bcb6c") | |||||
| .set("language_id", "dd9ca34e-3f70-461d-a42d-234651233658") | |||||
| .set("entry_id", "c5a81306-6f43-4dd5-9162-d14b9e836a81") | |||||
| .set("value", "<p>Unable to send data, please try again later.<br></p>") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "dictionary", | |||||
| _val.init() | |||||
| .set("uid", "2ef5fa06-5ac4-4bcd-a107-4bafae0bb0ab") | |||||
| .set("language_id", "dd9ca34e-3f70-461d-a42d-234651233658") | |||||
| .set("entry_id", "50d5d744-83a2-4998-97ba-cac58fc04567") | |||||
| .set("value", "<p>Data has been sent successfully, thank you.<br></p>") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "dictionary", | |||||
| _val.init() | |||||
| .set("uid", "e8723ce6-82d0-469f-b7d3-66fa6cb8c0ba") | |||||
| .set("language_id", "dd9ca34e-3f70-461d-a42d-234651233658") | |||||
| .set("entry_id", "b0184ea5-c404-476e-bb6f-75943474e955") | |||||
| .set("value", "<p>Name</p>") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "dictionary", | |||||
| _val.init() | |||||
| .set("uid", "bfeb5f5a-471d-441b-9ab8-ac5d65d50d06") | |||||
| .set("language_id", "dd9ca34e-3f70-461d-a42d-234651233658") | |||||
| .set("entry_id", "a6909e12-db4a-4868-ba83-940c640ee43d") | |||||
| .set("value", "<p>E-mail</p>") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "dictionary", | |||||
| _val.init() | |||||
| .set("uid", "6f12f4b0-362f-48e8-a8a5-6e68277a35d3") | |||||
| .set("language_id", "dd9ca34e-3f70-461d-a42d-234651233658") | |||||
| .set("entry_id", "4bacb148-e1dc-44d0-a9de-5a435275b945") | |||||
| .set("value", "<p>Subject</p>") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "dictionary", | |||||
| _val.init() | |||||
| .set("uid", "e43c4485-6370-486b-8125-5968a9ce992e") | |||||
| .set("language_id", "dd9ca34e-3f70-461d-a42d-234651233658") | |||||
| .set("entry_id", "98c54df2-e402-49ef-9294-ebfd5741189b") | |||||
| .set("value", "<p>Message</p>") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "dictionary", | |||||
| _val.init() | |||||
| .set("uid", "76ef9bd4-9244-4f32-afae-295fca3617ce") | |||||
| .set("language_id", "dd9ca34e-3f70-461d-a42d-234651233658") | |||||
| .set("entry_id", "25a5efa8-24c2-441b-8304-ce597fe1604b") | |||||
| .set("value", "<p>Send</p>") | |||||
| ); | |||||
| } | |||||
| @ -0,0 +1,39 @@ | |||||
| // ----------------------------------------------------------- | |||||
| // | |||||
| // BANNER | |||||
| // | |||||
| // ----------------------------------------------------------- | |||||
| if (_val.global().getBoolean('cluar:setup')) { | |||||
| _db.insertIfNotExists( | |||||
| "banner", | |||||
| _val.init() | |||||
| .set("uid", "5126f3bb-51d1-489e-89dc-08087ed38e5e") | |||||
| .set("page_id", "0194d0aa-c5ec-4f9d-abab-de6298c5f9e9") | |||||
| .set("type_id", "d7ca6e7d-08a7-4ec0-8d16-9e3f09cd657c") | |||||
| .set("image", _storage.filesystem('server', 'default-banner-background.jpg').file()) | |||||
| .set("image_title", "") | |||||
| .set("image_alt", "") | |||||
| .set("title", "Prestes a Voar") | |||||
| .set("content", "<p>Aqui é onde voc\u00EA lan\u00E7a websites em uma outra dimens\u00E3o.</p>") | |||||
| .set("sorter", 10) | |||||
| .set("position_x", "") | |||||
| .set("position_y", "") | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "banner", | |||||
| _val.init() | |||||
| .set("uid", "9302bc90-d687-494d-bfc0-b4aeff4df09e") | |||||
| .set("page_id", "5002a742-e092-4c0b-8536-546bd1319c7f") | |||||
| .set("type_id", "d7ca6e7d-08a7-4ec0-8d16-9e3f09cd657c") | |||||
| .set("image", _storage.filesystem('server', 'default-banner-background.jpg').file()) | |||||
| .set("image_title", "") | |||||
| .set("image_alt", "") | |||||
| .set("title", "Ready to Fly") | |||||
| .set("content", "<p>Here is where you launch websites into another dimension.</p>") | |||||
| .set("sorter", 10) | |||||
| .set("position_x", "") | |||||
| .set("position_y", "") | |||||
| ); | |||||
| } | |||||
| @ -0,0 +1,68 @@ | |||||
| // ----------------------------------------------------------- | |||||
| // | |||||
| // CONTENT | |||||
| // | |||||
| // ----------------------------------------------------------- | |||||
| if (_val.global().getBoolean('cluar:setup')) { | |||||
| _db.insertIfNotExists( | |||||
| "content", | |||||
| _val.init() | |||||
| .set("uid", "f110a9d1-c9cd-40a3-9359-7b472234e0ac") | |||||
| .set("page_id", "0194d0aa-c5ec-4f9d-abab-de6298c5f9e9") | |||||
| .set("type_id", "5d68fe7f-bfc9-424b-98bc-50c0bfe96f2f") | |||||
| .set("image", "") | |||||
| .set("image_title", "") | |||||
| .set("image_alt", "") | |||||
| .set("image_max_width", 0) | |||||
| .set("title", "Documenta\u00E7\u00E3o") | |||||
| .set("content", "<p>Veja a documenta\u00E7\u00E3o oficial online em:</p><ul><li><a href=\"https://github.com/netuno-org/cluar/blob/main/docs/README-pt_PT.md\" target=\"_blank\">Documenta\u00E7\u00E3o Oficial no GitHub</a></li></ul><p>A vers\u00E3o offline est\u00E1 na pasta <b>docs</b> que est\u00E1 na ra\u00EDz deste projeto, a\u00ED \u00E9 onde vai encontrar o README inicial.</p>") | |||||
| .set("sorter", 20) | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "content", | |||||
| _val.init() | |||||
| .set("uid", "ed312fe0-b839-4367-82c1-1445464b39d0") | |||||
| .set("page_id", "0194d0aa-c5ec-4f9d-abab-de6298c5f9e9") | |||||
| .set("type_id", "5d68fe7f-bfc9-424b-98bc-50c0bfe96f2f") | |||||
| .set("image", "") | |||||
| .set("image_title", "") | |||||
| .set("image_alt", "") | |||||
| .set("image_max_width", 0) | |||||
| .set("title", "C\u00F3digo Aberto & Comunidade") | |||||
| .set("content", "<p>Todas as tecnologias utilizadas aqui s\u00E3o livres e abertas.</p><p>Colabore sugerindo melhorias ou reportando problemas em <a href=\"https://github.com/netuno-org/cluar/issues\" target=\"_blank\">issues</a>.</p><p>Para ajudar a comunidade publique as tuas d\u00FAvidas e dificuldades no <a href=\"https://forum.netuno.org/\" target=\"_blank\">forum</a>. <br></p><p>Visite o site do <a href=\"https://www.netuno.org/\" target=\"_blank\">Netuno</a> e siga-nos nas redes sociais e participe do nosso servidor no discord, os links est\u00E3o no rodap\u00E9.</p>") | |||||
| .set("sorter", 30) | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "content", | |||||
| _val.init() | |||||
| .set("uid", "b0697f9e-3eb0-468f-bb71-13d5a9e211fe") | |||||
| .set("page_id", "5002a742-e092-4c0b-8536-546bd1319c7f") | |||||
| .set("type_id", "5d68fe7f-bfc9-424b-98bc-50c0bfe96f2f") | |||||
| .set("image", "") | |||||
| .set("image_title", "") | |||||
| .set("image_alt", "") | |||||
| .set("image_max_width", 0) | |||||
| .set("title", "Documentation") | |||||
| .set("content", "<p>See the official documentation online at:</p><ul><li><a href=\"https://github.com/netuno-org/cluar/blob/main/docs/README.md\" target=\"_blank\">Official Documentation on GitHub</a></li></ul><p>The offline version is in the <b>docs</b> folder at the root of this project, that's where you'll find the initial README.</p>") | |||||
| .set("sorter", 20) | |||||
| ); | |||||
| _db.insertIfNotExists( | |||||
| "content", | |||||
| _val.init() | |||||
| .set("uid", "d7564744-f70f-4859-9070-86a3b2a83e91") | |||||
| .set("page_id", "5002a742-e092-4c0b-8536-546bd1319c7f") | |||||
| .set("type_id", "5d68fe7f-bfc9-424b-98bc-50c0bfe96f2f") | |||||
| .set("image", "") | |||||
| .set("image_title", "") | |||||
| .set("image_alt", "") | |||||
| .set("image_max_width", 0) | |||||
| .set("title", "Open Source & Community") | |||||
| .set("content", "<p>All technologies used here are free and open.</p><p>Collaborate by suggesting improvements or reporting problems in <a href=\"https://github.com/netuno-org/cluar/issues\" target=\"_blank\">issues</a>.</p><p>To help the community post your doubts and difficulties in the <a href=\"https://forum.netuno.org/\" target=\"_blank\">forum</a>. <br></p><p>Visit <a href=\"https://www.netuno.org/\" target=\"_blank\">Netuno</a>'s website and follow us on social media and join our discord server, the links are in the footer.</span></p>") | |||||
| .set("sorter", 30) | |||||
| ); | |||||
| } | |||||
| @ -0,0 +1,6 @@ | |||||
| // _core : Cluar | |||||
| if (_val.global().getBoolean('cluar:setup')) { | |||||
| Cluar.build({ images: true }); | |||||
| _val.global().set('cluar:setup', false) | |||||
| } | |||||
| @ -0,0 +1,184 @@ | |||||
| /** | |||||
| * | |||||
| * CODE GENERATED AUTOMATICALLY | |||||
| * | |||||
| * THIS FILE SHOULD NOT BE EDITED BY HAND | |||||
| * | |||||
| */ | |||||
| _form.createIfNotExists( | |||||
| _val.init() | |||||
| .set("big", false) | |||||
| .set("control_active", true) | |||||
| .set("control_group", false) | |||||
| .set("control_user", false) | |||||
| .set("description", "") | |||||
| .set("displayname", "A\u00E7\u00E3o") | |||||
| .set("export_id", false) | |||||
| .set("export_json", true) | |||||
| .set("export_lastchange", false) | |||||
| .set("export_uid", true) | |||||
| .set("export_xls", true) | |||||
| .set("export_xml", true) | |||||
| .set("firebase", "") | |||||
| .set("name", "action") | |||||
| .set("reorder", 0) | |||||
| .set("report", false) | |||||
| .set("show_id", true) | |||||
| .set("uid", "e431bb06-50f4-4618-abf8-c7a608a9101d") | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "e431bb06-50f4-4618-abf8-c7a608a9101d", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Conte\u00FAdo") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "content") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "texthtml") | |||||
| .set("uid", "5a97652e-836a-4859-849a-0240fc27033c") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", false) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", false) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 4) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "e431bb06-50f4-4618-abf8-c7a608a9101d", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Indica\u00E7\u00E3o") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "indication") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "86391bb9-ac96-486e-bcb9-997ed0c3dc27") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 5) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "e431bb06-50f4-4618-abf8-c7a608a9101d", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Idioma") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "language_id") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MAX_COLUMN_LENGTH\":{\"default\":\"0\",\"type\":\"INTEGER\",\"value\":\"0\"},\"COLUMN_SEPARATOR\":{\"default\":\" - \",\"type\":\"LINK_SEPARATOR\",\"value\":\" - \"},\"LINK\":{\"default\":\"\",\"type\":\"LINK\",\"value\":\"language:description\"},\"SERVICE\":{\"default\":\"com/Select.netuno\",\"type\":\"STRING\",\"value\":\"com/Select.netuno\"},\"ONLY_ACTIVES\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "select") | |||||
| .set("uid", "71ccb034-ce4f-42fe-a883-2d8779d968ee") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 1) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "e431bb06-50f4-4618-abf8-c7a608a9101d", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Liga\u00E7\u00E3o") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "link") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "98c0e616-9110-4ed6-943f-00993ee21d09") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", false) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", false) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 6) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "e431bb06-50f4-4618-abf8-c7a608a9101d", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "T\u00EDtulo") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "title") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "7bde73ce-a668-4436-a14e-47de3174ef3f") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 3) | |||||
| ) | |||||
| @ -0,0 +1,339 @@ | |||||
| /** | |||||
| * | |||||
| * CODE GENERATED AUTOMATICALLY | |||||
| * | |||||
| * THIS FILE SHOULD NOT BE EDITED BY HAND | |||||
| * | |||||
| */ | |||||
| _form.createIfNotExists( | |||||
| _val.init() | |||||
| .set("big", false) | |||||
| .set("control_active", true) | |||||
| .set("control_group", false) | |||||
| .set("control_user", false) | |||||
| .set("description", "") | |||||
| .set("displayname", "Estandarte") | |||||
| .set("export_id", false) | |||||
| .set("export_json", true) | |||||
| .set("export_lastchange", false) | |||||
| .set("export_uid", true) | |||||
| .set("export_xls", true) | |||||
| .set("export_xml", true) | |||||
| .set("firebase", "") | |||||
| .set("name", "banner") | |||||
| .set("reorder", 0) | |||||
| .set("report", false) | |||||
| .set("show_id", true) | |||||
| .set("uid", "f8a5b285-d7ba-4ec6-9c7d-ba1ca75f0757") | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "f8a5b285-d7ba-4ec6-9c7d-ba1ca75f0757", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Conte\u00FAdo") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "content") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "texthtml") | |||||
| .set("uid", "1119b38a-d4e0-479e-b9c2-29fb9c329e5b") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", false) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", false) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 7) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "f8a5b285-d7ba-4ec6-9c7d-ba1ca75f0757", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Imagem") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "image") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "image") | |||||
| .set("uid", "96cf0e42-9686-40e8-9d4b-4c7019bc4366") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 3) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "f8a5b285-d7ba-4ec6-9c7d-ba1ca75f0757", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Imagem Alt") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "image_alt") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "textarea") | |||||
| .set("uid", "2e58bec8-f56b-4916-b282-511c8367308c") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", false) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", false) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 5) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "f8a5b285-d7ba-4ec6-9c7d-ba1ca75f0757", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Imagem T\u00EDtulo") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "image_title") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "aa8fc177-d0f6-40d2-94a1-4d236f4ee31b") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", false) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", false) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 4) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "f8a5b285-d7ba-4ec6-9c7d-ba1ca75f0757", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "P\u00E1gina") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "page_id") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MAX_COLUMN_LENGTH\":{\"default\":\"0\",\"type\":\"INTEGER\",\"value\":\"0\"},\"COLUMN_SEPARATOR\":{\"default\":\" - \",\"type\":\"LINK_SEPARATOR\",\"value\":\" - \"},\"LINK\":{\"default\":\"\",\"type\":\"LINK\",\"value\":\"page:language_id,title\"},\"SERVICE\":{\"default\":\"com/Select.netuno\",\"type\":\"STRING\",\"value\":\"com/Select.netuno\"},\"ONLY_ACTIVES\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "select") | |||||
| .set("uid", "6a72fe4c-c253-4002-8792-dfbdfae839f3") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 1) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "f8a5b285-d7ba-4ec6-9c7d-ba1ca75f0757", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Posi\u00E7\u00E3o X") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "position_x") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "3a2e38a4-d274-4516-befa-7cc869112025") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", false) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", false) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 9) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "f8a5b285-d7ba-4ec6-9c7d-ba1ca75f0757", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Posi\u00E7\u00E3o Y") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "position_y") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "a2337c13-2998-4a48-a355-5a5174980679") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", false) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", false) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 2) | |||||
| .set("y", 9) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "f8a5b285-d7ba-4ec6-9c7d-ba1ca75f0757", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Ordem") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "sorter") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "textnum") | |||||
| .set("uid", "6a79461e-241c-447c-91a0-595452f26455") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 8) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "f8a5b285-d7ba-4ec6-9c7d-ba1ca75f0757", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "T\u00EDtulo") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "title") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "6f184fcb-384c-4980-b279-7227adb8e1bc") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 6) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "f8a5b285-d7ba-4ec6-9c7d-ba1ca75f0757", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Tipo") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "type_id") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MAX_COLUMN_LENGTH\":{\"default\":\"0\",\"type\":\"INTEGER\",\"value\":\"0\"},\"COLUMN_SEPARATOR\":{\"default\":\" - \",\"type\":\"LINK_SEPARATOR\",\"value\":\" - \"},\"LINK\":{\"default\":\"\",\"type\":\"LINK\",\"value\":\"banner_type:description\"},\"SERVICE\":{\"default\":\"com/Select.netuno\",\"type\":\"STRING\",\"value\":\"com/Select.netuno\"},\"ONLY_ACTIVES\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "select") | |||||
| .set("uid", "e51c8159-06cb-4cef-bdb4-0bf490a12a0f") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 2) | |||||
| ) | |||||
| @ -0,0 +1,123 @@ | |||||
| /** | |||||
| * | |||||
| * CODE GENERATED AUTOMATICALLY | |||||
| * | |||||
| * THIS FILE SHOULD NOT BE EDITED BY HAND | |||||
| * | |||||
| */ | |||||
| _form.createIfNotExists( | |||||
| _val.init() | |||||
| .set("big", false) | |||||
| .set("control_active", true) | |||||
| .set("control_group", false) | |||||
| .set("control_user", false) | |||||
| .set("description", "") | |||||
| .set("displayname", "A\u00E7\u00E3o") | |||||
| .set("export_id", false) | |||||
| .set("export_json", true) | |||||
| .set("export_lastchange", false) | |||||
| .set("export_uid", true) | |||||
| .set("export_xls", true) | |||||
| .set("export_xml", true) | |||||
| .set("firebase", "") | |||||
| .set("name", "banner_action") | |||||
| .set("parent_uid", "f8a5b285-d7ba-4ec6-9c7d-ba1ca75f0757") | |||||
| .set("reorder", 0) | |||||
| .set("report", false) | |||||
| .set("show_id", true) | |||||
| .set("uid", "25b3d049-5020-404c-b275-ddd94d45854d") | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "25b3d049-5020-404c-b275-ddd94d45854d", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "A\u00E7\u00E3o") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "action_id") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MAX_COLUMN_LENGTH\":{\"default\":\"0\",\"type\":\"INTEGER\",\"value\":\"0\"},\"COLUMN_SEPARATOR\":{\"default\":\" - \",\"type\":\"LINK_SEPARATOR\",\"value\":\" - \"},\"LINK\":{\"default\":\"\",\"type\":\"LINK\",\"value\":\"action:language_id,title\"},\"SERVICE\":{\"default\":\"com/Select.netuno\",\"type\":\"STRING\",\"value\":\"com/Select.netuno\"},\"ONLY_ACTIVES\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "select") | |||||
| .set("uid", "ef66ee94-2dda-488d-af17-9a3e86ef68ca") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 2) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "25b3d049-5020-404c-b275-ddd94d45854d", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Estandarte") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "banner_id") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MAX_COLUMN_LENGTH\":{\"default\":\"0\",\"type\":\"INTEGER\",\"value\":\"0\"},\"COLUMN_SEPARATOR\":{\"default\":\" - \",\"type\":\"LINK_SEPARATOR\",\"value\":\" - \"},\"LINK\":{\"default\":\"\",\"type\":\"LINK\",\"value\":\"banner:title\"},\"SERVICE\":{\"default\":\"com/Select.netuno\",\"type\":\"STRING\",\"value\":\"com/Select.netuno\"},\"ONLY_ACTIVES\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "select") | |||||
| .set("uid", "de588586-c83e-493e-994e-b8d4479006c2") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 1) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "25b3d049-5020-404c-b275-ddd94d45854d", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Ordem") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "sorter") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "textnum") | |||||
| .set("uid", "63b22247-82f7-48a0-a5cf-b391448f682d") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 3) | |||||
| ) | |||||
| @ -0,0 +1,92 @@ | |||||
| /** | |||||
| * | |||||
| * CODE GENERATED AUTOMATICALLY | |||||
| * | |||||
| * THIS FILE SHOULD NOT BE EDITED BY HAND | |||||
| * | |||||
| */ | |||||
| _form.createIfNotExists( | |||||
| _val.init() | |||||
| .set("big", false) | |||||
| .set("control_active", true) | |||||
| .set("control_group", false) | |||||
| .set("control_user", false) | |||||
| .set("description", "") | |||||
| .set("displayname", "Tipo") | |||||
| .set("export_id", false) | |||||
| .set("export_json", true) | |||||
| .set("export_lastchange", false) | |||||
| .set("export_uid", true) | |||||
| .set("export_xls", true) | |||||
| .set("export_xml", true) | |||||
| .set("firebase", "") | |||||
| .set("name", "banner_type") | |||||
| .set("parent_uid", "f8a5b285-d7ba-4ec6-9c7d-ba1ca75f0757") | |||||
| .set("reorder", 0) | |||||
| .set("report", false) | |||||
| .set("show_id", true) | |||||
| .set("uid", "24446fbd-870d-4ba1-9547-61ffde717ea4") | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "24446fbd-870d-4ba1-9547-61ffde717ea4", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "C\u00F3digo") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "code") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", true) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "61e9fe76-01f1-40bb-b97b-730c0c4ee8b3") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 1) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "24446fbd-870d-4ba1-9547-61ffde717ea4", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Descri\u00E7\u00E3o") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "description") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", true) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "9412632a-5e9f-4321-be27-5b94f485036f") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 2) | |||||
| ) | |||||
| @ -0,0 +1,122 @@ | |||||
| /** | |||||
| * | |||||
| * CODE GENERATED AUTOMATICALLY | |||||
| * | |||||
| * THIS FILE SHOULD NOT BE EDITED BY HAND | |||||
| * | |||||
| */ | |||||
| _form.createIfNotExists( | |||||
| _val.init() | |||||
| .set("big", false) | |||||
| .set("control_active", true) | |||||
| .set("control_group", false) | |||||
| .set("control_user", false) | |||||
| .set("description", "") | |||||
| .set("displayname", "Configura\u00E7\u00E3o") | |||||
| .set("export_id", false) | |||||
| .set("export_json", true) | |||||
| .set("export_lastchange", false) | |||||
| .set("export_uid", true) | |||||
| .set("export_xls", true) | |||||
| .set("export_xml", true) | |||||
| .set("firebase", "") | |||||
| .set("name", "configuration") | |||||
| .set("reorder", 0) | |||||
| .set("report", false) | |||||
| .set("show_id", true) | |||||
| .set("uid", "67c60baf-b667-4341-9f41-7e5039f14b13") | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "67c60baf-b667-4341-9f41-7e5039f14b13", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Idioma") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "language_id") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MAX_COLUMN_LENGTH\":{\"default\":\"0\",\"type\":\"INTEGER\",\"value\":\"0\"},\"COLUMN_SEPARATOR\":{\"default\":\" - \",\"type\":\"LINK_SEPARATOR\",\"value\":\" - \"},\"LINK\":{\"default\":\"\",\"type\":\"LINK\",\"value\":\"language:description\"},\"SERVICE\":{\"default\":\"com/Select.netuno\",\"type\":\"STRING\",\"value\":\"com/Select.netuno\"},\"ONLY_ACTIVES\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "select") | |||||
| .set("uid", "d834ca6a-88fc-47b1-aab2-b4a6f1eb010e") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 1) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "67c60baf-b667-4341-9f41-7e5039f14b13", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Par\u00E2metro") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "parameter_id") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MAX_COLUMN_LENGTH\":{\"default\":\"0\",\"type\":\"INTEGER\",\"value\":\"0\"},\"COLUMN_SEPARATOR\":{\"default\":\" - \",\"type\":\"LINK_SEPARATOR\",\"value\":\" - \"},\"LINK\":{\"default\":\"\",\"type\":\"LINK\",\"value\":\"configuration_parameter:description\"},\"SERVICE\":{\"default\":\"com/Select.netuno\",\"type\":\"STRING\",\"value\":\"com/Select.netuno\"},\"ONLY_ACTIVES\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "select") | |||||
| .set("uid", "a0801e9f-5d6c-4c5c-b6be-33e073393dc6") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 2) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "67c60baf-b667-4341-9f41-7e5039f14b13", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Valor") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "value") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "textarea") | |||||
| .set("uid", "499b39c3-2c9b-4880-8686-5bc045c0a583") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 3) | |||||
| ) | |||||
| @ -0,0 +1,92 @@ | |||||
| /** | |||||
| * | |||||
| * CODE GENERATED AUTOMATICALLY | |||||
| * | |||||
| * THIS FILE SHOULD NOT BE EDITED BY HAND | |||||
| * | |||||
| */ | |||||
| _form.createIfNotExists( | |||||
| _val.init() | |||||
| .set("big", false) | |||||
| .set("control_active", true) | |||||
| .set("control_group", false) | |||||
| .set("control_user", false) | |||||
| .set("description", "") | |||||
| .set("displayname", "Par\u00E2metro") | |||||
| .set("export_id", false) | |||||
| .set("export_json", true) | |||||
| .set("export_lastchange", false) | |||||
| .set("export_uid", true) | |||||
| .set("export_xls", true) | |||||
| .set("export_xml", true) | |||||
| .set("firebase", "") | |||||
| .set("name", "configuration_parameter") | |||||
| .set("parent_uid", "67c60baf-b667-4341-9f41-7e5039f14b13") | |||||
| .set("reorder", 0) | |||||
| .set("report", false) | |||||
| .set("show_id", true) | |||||
| .set("uid", "5617ebed-9f41-4a31-a118-e616768b7465") | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "5617ebed-9f41-4a31-a118-e616768b7465", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "C\u00F3digo") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "code") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", true) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "390b2ffd-8aa9-4f3e-aeaf-befccb5f8bcd") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 1) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "5617ebed-9f41-4a31-a118-e616768b7465", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Descri\u00E7\u00E3o") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "description") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", true) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "77c15f12-6e16-46f2-932c-1c9307e2bf2d") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 2) | |||||
| ) | |||||
| @ -0,0 +1,308 @@ | |||||
| /** | |||||
| * | |||||
| * CODE GENERATED AUTOMATICALLY | |||||
| * | |||||
| * THIS FILE SHOULD NOT BE EDITED BY HAND | |||||
| * | |||||
| */ | |||||
| _form.createIfNotExists( | |||||
| _val.init() | |||||
| .set("big", false) | |||||
| .set("control_active", true) | |||||
| .set("control_group", false) | |||||
| .set("control_user", false) | |||||
| .set("description", "") | |||||
| .set("displayname", "Conte\u00FAdo") | |||||
| .set("export_id", false) | |||||
| .set("export_json", true) | |||||
| .set("export_lastchange", false) | |||||
| .set("export_uid", true) | |||||
| .set("export_xls", true) | |||||
| .set("export_xml", true) | |||||
| .set("firebase", "") | |||||
| .set("name", "content") | |||||
| .set("reorder", 0) | |||||
| .set("report", false) | |||||
| .set("show_id", true) | |||||
| .set("uid", "3ed92a11-c243-4bdb-a542-bb22abca638d") | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "3ed92a11-c243-4bdb-a542-bb22abca638d", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Conte\u00FAdo") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "content") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "texthtml") | |||||
| .set("uid", "622a8c83-1b39-4a7e-82d9-5645878299bc") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", false) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", false) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 7) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "3ed92a11-c243-4bdb-a542-bb22abca638d", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Imagem") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "image") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "image") | |||||
| .set("uid", "36a38675-e8fc-4374-8a5e-bac666467b1d") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 3) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "3ed92a11-c243-4bdb-a542-bb22abca638d", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Imagem Alt") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "image_alt") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "textarea") | |||||
| .set("uid", "12c1e2a5-67a0-49eb-90a0-c8b9a8672350") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", false) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", false) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 5) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "3ed92a11-c243-4bdb-a542-bb22abca638d", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Largura M\u00E1xima da Imagem") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "image_max_width") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "textnum") | |||||
| .set("uid", "c58cee75-301f-439a-82a5-276870295d91") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", false) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", false) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 5) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "3ed92a11-c243-4bdb-a542-bb22abca638d", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Imagem T\u00EDtulo") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "image_title") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "c3b270cf-6d9a-4b3f-9ca3-731144841900") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", false) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", false) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 4) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "3ed92a11-c243-4bdb-a542-bb22abca638d", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "P\u00E1gina") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "page_id") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MAX_COLUMN_LENGTH\":{\"default\":\"0\",\"type\":\"INTEGER\",\"value\":\"0\"},\"COLUMN_SEPARATOR\":{\"default\":\" - \",\"type\":\"LINK_SEPARATOR\",\"value\":\" - \"},\"LINK\":{\"default\":\"\",\"type\":\"LINK\",\"value\":\"page:language_id,title\"},\"SERVICE\":{\"default\":\"com/Select.netuno\",\"type\":\"STRING\",\"value\":\"com/Select.netuno\"},\"ONLY_ACTIVES\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "select") | |||||
| .set("uid", "a176d1f9-e255-4a5f-9e77-fb7266b31b58") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 1) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "3ed92a11-c243-4bdb-a542-bb22abca638d", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Ordem") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "sorter") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "textnum") | |||||
| .set("uid", "3882868e-f600-49b7-867f-dad2267944ba") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 8) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "3ed92a11-c243-4bdb-a542-bb22abca638d", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "T\u00EDtulo") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "title") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "70314a44-6c0d-449d-93e5-39c21f794d26") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 6) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "3ed92a11-c243-4bdb-a542-bb22abca638d", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Tipo") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "type_id") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MAX_COLUMN_LENGTH\":{\"default\":\"0\",\"type\":\"INTEGER\",\"value\":\"0\"},\"COLUMN_SEPARATOR\":{\"default\":\" - \",\"type\":\"LINK_SEPARATOR\",\"value\":\" - \"},\"LINK\":{\"default\":\"\",\"type\":\"LINK\",\"value\":\"content_type:description\"},\"SERVICE\":{\"default\":\"com/Select.netuno\",\"type\":\"STRING\",\"value\":\"com/Select.netuno\"},\"ONLY_ACTIVES\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "select") | |||||
| .set("uid", "da40a37f-9d86-4160-a4fe-144f48b648ed") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 2) | |||||
| ) | |||||
| @ -0,0 +1,123 @@ | |||||
| /** | |||||
| * | |||||
| * CODE GENERATED AUTOMATICALLY | |||||
| * | |||||
| * THIS FILE SHOULD NOT BE EDITED BY HAND | |||||
| * | |||||
| */ | |||||
| _form.createIfNotExists( | |||||
| _val.init() | |||||
| .set("big", false) | |||||
| .set("control_active", true) | |||||
| .set("control_group", false) | |||||
| .set("control_user", false) | |||||
| .set("description", "") | |||||
| .set("displayname", "A\u00E7\u00E3o") | |||||
| .set("export_id", false) | |||||
| .set("export_json", true) | |||||
| .set("export_lastchange", false) | |||||
| .set("export_uid", true) | |||||
| .set("export_xls", true) | |||||
| .set("export_xml", true) | |||||
| .set("firebase", "") | |||||
| .set("name", "content_action") | |||||
| .set("parent_uid", "3ed92a11-c243-4bdb-a542-bb22abca638d") | |||||
| .set("reorder", 0) | |||||
| .set("report", false) | |||||
| .set("show_id", true) | |||||
| .set("uid", "407e5448-e290-4f69-92cf-704ac2def08c") | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "407e5448-e290-4f69-92cf-704ac2def08c", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "A\u00E7\u00E3o") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "action_id") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MAX_COLUMN_LENGTH\":{\"default\":\"0\",\"type\":\"INTEGER\",\"value\":\"0\"},\"COLUMN_SEPARATOR\":{\"default\":\" - \",\"type\":\"LINK_SEPARATOR\",\"value\":\" - \"},\"LINK\":{\"default\":\"\",\"type\":\"LINK\",\"value\":\"action:language_id,title\"},\"SERVICE\":{\"default\":\"com/Select.netuno\",\"type\":\"STRING\",\"value\":\"com/Select.netuno\"},\"ONLY_ACTIVES\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "select") | |||||
| .set("uid", "068500c9-7db8-4ca1-b5cf-ab4f2e72bbd1") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 2) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "407e5448-e290-4f69-92cf-704ac2def08c", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Conte\u00FAdo") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "content_id") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MAX_COLUMN_LENGTH\":{\"default\":\"0\",\"type\":\"INTEGER\",\"value\":\"0\"},\"COLUMN_SEPARATOR\":{\"default\":\" - \",\"type\":\"LINK_SEPARATOR\",\"value\":\" - \"},\"LINK\":{\"default\":\"\",\"type\":\"LINK\",\"value\":\"content:page_id,title\"},\"SERVICE\":{\"default\":\"com/Select.netuno\",\"type\":\"STRING\",\"value\":\"com/Select.netuno\"},\"ONLY_ACTIVES\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "select") | |||||
| .set("uid", "c64d7327-731f-40ae-9aab-0bad673eb10e") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 1) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "407e5448-e290-4f69-92cf-704ac2def08c", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Ordem") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "sorter") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "textnum") | |||||
| .set("uid", "fbb4af31-218d-4813-9b0e-3496b7627421") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 3) | |||||
| ) | |||||
| @ -0,0 +1,92 @@ | |||||
| /** | |||||
| * | |||||
| * CODE GENERATED AUTOMATICALLY | |||||
| * | |||||
| * THIS FILE SHOULD NOT BE EDITED BY HAND | |||||
| * | |||||
| */ | |||||
| _form.createIfNotExists( | |||||
| _val.init() | |||||
| .set("big", false) | |||||
| .set("control_active", true) | |||||
| .set("control_group", false) | |||||
| .set("control_user", false) | |||||
| .set("description", "") | |||||
| .set("displayname", "Tipo") | |||||
| .set("export_id", false) | |||||
| .set("export_json", true) | |||||
| .set("export_lastchange", false) | |||||
| .set("export_uid", true) | |||||
| .set("export_xls", true) | |||||
| .set("export_xml", true) | |||||
| .set("firebase", "") | |||||
| .set("name", "content_type") | |||||
| .set("parent_uid", "3ed92a11-c243-4bdb-a542-bb22abca638d") | |||||
| .set("reorder", 0) | |||||
| .set("report", false) | |||||
| .set("show_id", true) | |||||
| .set("uid", "a2097bd8-cfaa-4e02-a2e9-f1626864f60e") | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "a2097bd8-cfaa-4e02-a2e9-f1626864f60e", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "C\u00F3digo") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "code") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", true) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "71462bf7-806a-4d10-b497-bd6739f45bc7") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 1) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "a2097bd8-cfaa-4e02-a2e9-f1626864f60e", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Descri\u00E7\u00E3o") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "description") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", true) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "f9cdec7b-fb58-43db-8157-b4e9ca346339") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 2) | |||||
| ) | |||||
| @ -0,0 +1,122 @@ | |||||
| /** | |||||
| * | |||||
| * CODE GENERATED AUTOMATICALLY | |||||
| * | |||||
| * THIS FILE SHOULD NOT BE EDITED BY HAND | |||||
| * | |||||
| */ | |||||
| _form.createIfNotExists( | |||||
| _val.init() | |||||
| .set("big", false) | |||||
| .set("control_active", true) | |||||
| .set("control_group", false) | |||||
| .set("control_user", false) | |||||
| .set("description", "") | |||||
| .set("displayname", "Dicion\u00E1rio") | |||||
| .set("export_id", false) | |||||
| .set("export_json", true) | |||||
| .set("export_lastchange", false) | |||||
| .set("export_uid", true) | |||||
| .set("export_xls", true) | |||||
| .set("export_xml", true) | |||||
| .set("firebase", "") | |||||
| .set("name", "dictionary") | |||||
| .set("reorder", 0) | |||||
| .set("report", false) | |||||
| .set("show_id", true) | |||||
| .set("uid", "d2cfcdaf-b308-4e99-bfc1-b1a5df0b3090") | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "d2cfcdaf-b308-4e99-bfc1-b1a5df0b3090", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Chave") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "entry_id") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MAX_COLUMN_LENGTH\":{\"default\":\"0\",\"type\":\"INTEGER\",\"value\":\"0\"},\"COLUMN_SEPARATOR\":{\"default\":\" - \",\"type\":\"LINK_SEPARATOR\",\"value\":\" - \"},\"LINK\":{\"default\":\"\",\"type\":\"LINK\",\"value\":\"dictionary_entry:description\"},\"SERVICE\":{\"default\":\"com/Select.netuno\",\"type\":\"STRING\",\"value\":\"com/Select.netuno\"},\"ONLY_ACTIVES\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "select") | |||||
| .set("uid", "a9b123d1-93c9-4c8c-b796-b7285828f8f8") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 2) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "d2cfcdaf-b308-4e99-bfc1-b1a5df0b3090", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Idioma") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "language_id") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MAX_COLUMN_LENGTH\":{\"default\":\"0\",\"type\":\"INTEGER\",\"value\":\"0\"},\"COLUMN_SEPARATOR\":{\"default\":\" - \",\"type\":\"LINK_SEPARATOR\",\"value\":\" - \"},\"LINK\":{\"default\":\"\",\"type\":\"LINK\",\"value\":\"language:description\"},\"SERVICE\":{\"default\":\"com/Select.netuno\",\"type\":\"STRING\",\"value\":\"com/Select.netuno\"},\"ONLY_ACTIVES\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "select") | |||||
| .set("uid", "38c58656-2e6e-453e-8da5-49288730445e") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 1) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "d2cfcdaf-b308-4e99-bfc1-b1a5df0b3090", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Valor") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "value") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "texthtml") | |||||
| .set("uid", "ea21517a-0470-483d-b7a4-3e80e652d366") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 3) | |||||
| ) | |||||
| @ -0,0 +1,92 @@ | |||||
| /** | |||||
| * | |||||
| * CODE GENERATED AUTOMATICALLY | |||||
| * | |||||
| * THIS FILE SHOULD NOT BE EDITED BY HAND | |||||
| * | |||||
| */ | |||||
| _form.createIfNotExists( | |||||
| _val.init() | |||||
| .set("big", false) | |||||
| .set("control_active", true) | |||||
| .set("control_group", false) | |||||
| .set("control_user", false) | |||||
| .set("description", "") | |||||
| .set("displayname", "Entrada") | |||||
| .set("export_id", false) | |||||
| .set("export_json", true) | |||||
| .set("export_lastchange", false) | |||||
| .set("export_uid", true) | |||||
| .set("export_xls", true) | |||||
| .set("export_xml", true) | |||||
| .set("firebase", "") | |||||
| .set("name", "dictionary_entry") | |||||
| .set("parent_uid", "d2cfcdaf-b308-4e99-bfc1-b1a5df0b3090") | |||||
| .set("reorder", 0) | |||||
| .set("report", false) | |||||
| .set("show_id", true) | |||||
| .set("uid", "44450cdb-eece-4485-9fc7-0a38da700beb") | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "44450cdb-eece-4485-9fc7-0a38da700beb", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "C\u00F3digo") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "code") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", true) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "0e214258-2d0d-4581-afeb-04a8d098a36c") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 1) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "44450cdb-eece-4485-9fc7-0a38da700beb", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Descri\u00E7\u00E3o") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "description") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", true) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "37080ba4-6dbb-42dd-8adf-deb1b6c9ba98") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 2) | |||||
| ) | |||||
| @ -0,0 +1,215 @@ | |||||
| /** | |||||
| * | |||||
| * CODE GENERATED AUTOMATICALLY | |||||
| * | |||||
| * THIS FILE SHOULD NOT BE EDITED BY HAND | |||||
| * | |||||
| */ | |||||
| _form.createIfNotExists( | |||||
| _val.init() | |||||
| .set("big", false) | |||||
| .set("control_active", true) | |||||
| .set("control_group", false) | |||||
| .set("control_user", false) | |||||
| .set("description", "") | |||||
| .set("displayname", "Funcionalidade") | |||||
| .set("export_id", false) | |||||
| .set("export_json", true) | |||||
| .set("export_lastchange", false) | |||||
| .set("export_uid", true) | |||||
| .set("export_xls", true) | |||||
| .set("export_xml", true) | |||||
| .set("firebase", "") | |||||
| .set("name", "functionality") | |||||
| .set("reorder", 0) | |||||
| .set("report", false) | |||||
| .set("show_id", true) | |||||
| .set("uid", "62b515ac-e376-4859-9b47-03558601a872") | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "62b515ac-e376-4859-9b47-03558601a872", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Conte\u00FAdo") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "content") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "texthtml") | |||||
| .set("uid", "a123b2f2-b2a6-42fd-8572-68bea229158e") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", false) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", false) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 4) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "62b515ac-e376-4859-9b47-03558601a872", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Imagem") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "image") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "image") | |||||
| .set("uid", "c843ba45-126f-4c62-89e3-4e66de3b3f66") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", false) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", false) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 5) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "62b515ac-e376-4859-9b47-03558601a872", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "P\u00E1gina") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "page_id") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MAX_COLUMN_LENGTH\":{\"default\":\"0\",\"type\":\"INTEGER\",\"value\":\"0\"},\"COLUMN_SEPARATOR\":{\"default\":\" - \",\"type\":\"LINK_SEPARATOR\",\"value\":\" - \"},\"LINK\":{\"default\":\"\",\"type\":\"LINK\",\"value\":\"page:language_id,title\"},\"SERVICE\":{\"default\":\"com/Select.netuno\",\"type\":\"STRING\",\"value\":\"com/Select.netuno\"},\"ONLY_ACTIVES\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "select") | |||||
| .set("uid", "666d3337-6278-4bec-becc-c0b45263c818") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 1) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "62b515ac-e376-4859-9b47-03558601a872", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Ordem") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "sorter") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "textnum") | |||||
| .set("uid", "b48a3898-258c-4627-ad2c-4b5045e28c4f") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 6) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "62b515ac-e376-4859-9b47-03558601a872", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "T\u00EDtulo") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "title") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "1acc05b6-2680-4eaa-b996-0b1d1075e86f") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 3) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "62b515ac-e376-4859-9b47-03558601a872", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Tipo") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "type_id") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MAX_COLUMN_LENGTH\":{\"default\":\"0\",\"type\":\"INTEGER\",\"value\":\"0\"},\"COLUMN_SEPARATOR\":{\"default\":\" - \",\"type\":\"LINK_SEPARATOR\",\"value\":\" - \"},\"LINK\":{\"default\":\"\",\"type\":\"LINK\",\"value\":\"functionality_type:description\"},\"SERVICE\":{\"default\":\"com/Select.netuno\",\"type\":\"STRING\",\"value\":\"com/Select.netuno\"},\"ONLY_ACTIVES\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "select") | |||||
| .set("uid", "63f7164d-0ade-41a3-831f-826c7490bfdd") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 2) | |||||
| ) | |||||
| @ -0,0 +1,92 @@ | |||||
| /** | |||||
| * | |||||
| * CODE GENERATED AUTOMATICALLY | |||||
| * | |||||
| * THIS FILE SHOULD NOT BE EDITED BY HAND | |||||
| * | |||||
| */ | |||||
| _form.createIfNotExists( | |||||
| _val.init() | |||||
| .set("big", false) | |||||
| .set("control_active", true) | |||||
| .set("control_group", false) | |||||
| .set("control_user", false) | |||||
| .set("description", "") | |||||
| .set("displayname", "Tipo") | |||||
| .set("export_id", false) | |||||
| .set("export_json", true) | |||||
| .set("export_lastchange", false) | |||||
| .set("export_uid", true) | |||||
| .set("export_xls", true) | |||||
| .set("export_xml", true) | |||||
| .set("firebase", "") | |||||
| .set("name", "functionality_type") | |||||
| .set("parent_uid", "62b515ac-e376-4859-9b47-03558601a872") | |||||
| .set("reorder", 0) | |||||
| .set("report", false) | |||||
| .set("show_id", true) | |||||
| .set("uid", "80e8f4dc-e626-4b3d-9b69-5a733789c41e") | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "80e8f4dc-e626-4b3d-9b69-5a733789c41e", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "C\u00F3digo") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "code") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", true) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "6b3143de-4051-4a3c-87c2-c470c4d2f50e") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 1) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "80e8f4dc-e626-4b3d-9b69-5a733789c41e", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Descri\u00E7\u00E3o") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "description") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", true) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "7994fb56-42ae-42fb-ad29-ac518f90db1d") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 2) | |||||
| ) | |||||
| @ -0,0 +1,153 @@ | |||||
| /** | |||||
| * | |||||
| * CODE GENERATED AUTOMATICALLY | |||||
| * | |||||
| * THIS FILE SHOULD NOT BE EDITED BY HAND | |||||
| * | |||||
| */ | |||||
| _form.createIfNotExists( | |||||
| _val.init() | |||||
| .set("big", false) | |||||
| .set("control_active", true) | |||||
| .set("control_group", false) | |||||
| .set("control_user", false) | |||||
| .set("description", "") | |||||
| .set("displayname", "Idioma") | |||||
| .set("export_id", false) | |||||
| .set("export_json", true) | |||||
| .set("export_lastchange", false) | |||||
| .set("export_uid", true) | |||||
| .set("export_xls", true) | |||||
| .set("export_xml", true) | |||||
| .set("firebase", "") | |||||
| .set("name", "language") | |||||
| .set("reorder", 0) | |||||
| .set("report", false) | |||||
| .set("show_id", true) | |||||
| .set("uid", "a9d53c5e-4d74-4616-8d5e-244f719cc5b8") | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "a9d53c5e-4d74-4616-8d5e-244f719cc5b8", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "C\u00F3digo") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "code") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", true) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "83752839-0fe9-43b7-9db0-58c967df32e7") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 1) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "a9d53c5e-4d74-4616-8d5e-244f719cc5b8", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Padr\u00E3o") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "default") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"DEFAULT\":{\"default\":\"true\",\"type\":\"BOOLEAN\",\"value\":\"true\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "checkbox") | |||||
| .set("uid", "238c4433-c44c-48ee-8087-a87a46347749") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", false) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 4) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "a9d53c5e-4d74-4616-8d5e-244f719cc5b8", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Descri\u00E7\u00E3o") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "description") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", true) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "caf439e5-ee07-43f6-b553-41a72c321366") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 3) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "a9d53c5e-4d74-4616-8d5e-244f719cc5b8", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Localiza\u00E7\u00E3o") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "locale") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", true) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "5b31688d-83b4-45df-b0bb-5874ce058ab5") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 2) | |||||
| ) | |||||
| @ -0,0 +1,277 @@ | |||||
| /** | |||||
| * | |||||
| * CODE GENERATED AUTOMATICALLY | |||||
| * | |||||
| * THIS FILE SHOULD NOT BE EDITED BY HAND | |||||
| * | |||||
| */ | |||||
| _form.createIfNotExists( | |||||
| _val.init() | |||||
| .set("big", false) | |||||
| .set("control_active", true) | |||||
| .set("control_group", false) | |||||
| .set("control_user", false) | |||||
| .set("description", "") | |||||
| .set("displayname", "Listagem") | |||||
| .set("export_id", false) | |||||
| .set("export_json", true) | |||||
| .set("export_lastchange", false) | |||||
| .set("export_uid", true) | |||||
| .set("export_xls", true) | |||||
| .set("export_xml", true) | |||||
| .set("firebase", "") | |||||
| .set("name", "listing") | |||||
| .set("reorder", 0) | |||||
| .set("report", false) | |||||
| .set("show_id", true) | |||||
| .set("uid", "033ca390-bda9-42ce-9867-7e234bfc6df2") | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "033ca390-bda9-42ce-9867-7e234bfc6df2", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Conte\u00FAdo") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "content") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "texthtml") | |||||
| .set("uid", "0a9b9db5-d133-46d0-b8db-818af7c36081") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", false) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", false) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 4) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "033ca390-bda9-42ce-9867-7e234bfc6df2", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Imagem") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "image") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "image") | |||||
| .set("uid", "ee848950-112e-4825-b564-cc3656fc35fc") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", false) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", false) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 5) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "033ca390-bda9-42ce-9867-7e234bfc6df2", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Imagem Alt") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "image_alt") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "textarea") | |||||
| .set("uid", "45621514-0207-4d47-926d-bc0b69ab1c97") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", false) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", false) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 7) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "033ca390-bda9-42ce-9867-7e234bfc6df2", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Imagem T\u00EDtulo") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "image_title") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "f610f44a-d5d7-4fcd-a156-775bdfa54884") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", false) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", false) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 6) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "033ca390-bda9-42ce-9867-7e234bfc6df2", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "P\u00E1gina") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "page_id") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MAX_COLUMN_LENGTH\":{\"default\":\"0\",\"type\":\"INTEGER\",\"value\":\"0\"},\"COLUMN_SEPARATOR\":{\"default\":\" - \",\"type\":\"LINK_SEPARATOR\",\"value\":\" - \"},\"LINK\":{\"default\":\"\",\"type\":\"LINK\",\"value\":\"page:language_id,title\"},\"SERVICE\":{\"default\":\"com/Select.netuno\",\"type\":\"STRING\",\"value\":\"com/Select.netuno\"},\"ONLY_ACTIVES\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "select") | |||||
| .set("uid", "0a634ecf-2a2a-4ec5-b7e0-b5aa7e2c802b") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 1) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "033ca390-bda9-42ce-9867-7e234bfc6df2", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Ordem") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "sorter") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "textnum") | |||||
| .set("uid", "9d94b99a-404a-4a77-820f-b617e30d46eb") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 8) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "033ca390-bda9-42ce-9867-7e234bfc6df2", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "T\u00EDtulo") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "title") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "33c90975-b15f-43c6-89f3-38679bb07b6d") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 3) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "033ca390-bda9-42ce-9867-7e234bfc6df2", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Tipo") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "type_id") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", true) | |||||
| .set("properties", "{\"MAX_COLUMN_LENGTH\":{\"default\":\"0\",\"type\":\"INTEGER\",\"value\":\"0\"},\"COLUMN_SEPARATOR\":{\"default\":\" - \",\"type\":\"LINK_SEPARATOR\",\"value\":\" - \"},\"LINK\":{\"default\":\"\",\"type\":\"LINK\",\"value\":\"listing_type:description\"},\"SERVICE\":{\"default\":\"com/Select.netuno\",\"type\":\"STRING\",\"value\":\"com/Select.netuno\"},\"ONLY_ACTIVES\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "select") | |||||
| .set("uid", "6e2573a4-ee09-44a4-b037-4376ed086e6e") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 2) | |||||
| ) | |||||
| @ -0,0 +1,278 @@ | |||||
| /** | |||||
| * | |||||
| * CODE GENERATED AUTOMATICALLY | |||||
| * | |||||
| * THIS FILE SHOULD NOT BE EDITED BY HAND | |||||
| * | |||||
| */ | |||||
| _form.createIfNotExists( | |||||
| _val.init() | |||||
| .set("big", false) | |||||
| .set("control_active", true) | |||||
| .set("control_group", false) | |||||
| .set("control_user", false) | |||||
| .set("description", "") | |||||
| .set("displayname", "Item") | |||||
| .set("export_id", false) | |||||
| .set("export_json", true) | |||||
| .set("export_lastchange", false) | |||||
| .set("export_uid", true) | |||||
| .set("export_xls", true) | |||||
| .set("export_xml", true) | |||||
| .set("firebase", "") | |||||
| .set("name", "listing_item") | |||||
| .set("parent_uid", "033ca390-bda9-42ce-9867-7e234bfc6df2") | |||||
| .set("reorder", 0) | |||||
| .set("report", false) | |||||
| .set("show_id", true) | |||||
| .set("uid", "fcd6e4d2-019d-469a-8b7e-d61008a7574c") | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "fcd6e4d2-019d-469a-8b7e-d61008a7574c", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Conte\u00FAdo") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "content") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "texthtml") | |||||
| .set("uid", "7a1dcf48-366b-4d0b-8f79-0a4ca3b928fe") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", false) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", false) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 3) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "fcd6e4d2-019d-469a-8b7e-d61008a7574c", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Imagem") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "image") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "image") | |||||
| .set("uid", "23e8503a-2b27-4b10-981b-515ac585d684") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", false) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 4) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "fcd6e4d2-019d-469a-8b7e-d61008a7574c", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Imagem Alt") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "image_alt") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "textarea") | |||||
| .set("uid", "a482b3ea-9bb1-4c09-b344-4f064c6aae1e") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", false) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", false) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 6) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "fcd6e4d2-019d-469a-8b7e-d61008a7574c", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Imagem T\u00EDtulo") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "image_title") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "791e4845-85ec-44d0-8af4-bef738565eea") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", false) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", false) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 5) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "fcd6e4d2-019d-469a-8b7e-d61008a7574c", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "URL") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "link") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "42db8961-1c2e-477b-b6e7-0a3dbdc6a44a") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 8) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "fcd6e4d2-019d-469a-8b7e-d61008a7574c", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Listagem") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "listing_id") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MAX_COLUMN_LENGTH\":{\"default\":\"0\",\"type\":\"INTEGER\",\"value\":\"0\"},\"COLUMN_SEPARATOR\":{\"default\":\" - \",\"type\":\"LINK_SEPARATOR\",\"value\":\" - \"},\"LINK\":{\"default\":\"\",\"type\":\"LINK\",\"value\":\"listing:page_id,title,type_id\"},\"SERVICE\":{\"default\":\"com/Select.netuno\",\"type\":\"STRING\",\"value\":\"com/Select.netuno\"},\"ONLY_ACTIVES\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "select") | |||||
| .set("uid", "54f603d1-2e76-49c9-8c53-a63a7bd54b62") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 1) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "fcd6e4d2-019d-469a-8b7e-d61008a7574c", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Ordem") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "sorter") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "textnum") | |||||
| .set("uid", "949f1896-544a-444a-a272-b84ed855430b") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 7) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "fcd6e4d2-019d-469a-8b7e-d61008a7574c", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "T\u00EDtulo") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "title") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "4b5dddff-4c30-44ae-9295-b092d267cf3a") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 2) | |||||
| ) | |||||
| @ -0,0 +1,92 @@ | |||||
| /** | |||||
| * | |||||
| * CODE GENERATED AUTOMATICALLY | |||||
| * | |||||
| * THIS FILE SHOULD NOT BE EDITED BY HAND | |||||
| * | |||||
| */ | |||||
| _form.createIfNotExists( | |||||
| _val.init() | |||||
| .set("big", false) | |||||
| .set("control_active", true) | |||||
| .set("control_group", false) | |||||
| .set("control_user", false) | |||||
| .set("description", "") | |||||
| .set("displayname", "Tipo") | |||||
| .set("export_id", false) | |||||
| .set("export_json", true) | |||||
| .set("export_lastchange", false) | |||||
| .set("export_uid", true) | |||||
| .set("export_xls", true) | |||||
| .set("export_xml", true) | |||||
| .set("firebase", "") | |||||
| .set("name", "listing_type") | |||||
| .set("parent_uid", "033ca390-bda9-42ce-9867-7e234bfc6df2") | |||||
| .set("reorder", 0) | |||||
| .set("report", false) | |||||
| .set("show_id", true) | |||||
| .set("uid", "4e7b1b9b-522f-4ea9-bbab-444625419a26") | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "4e7b1b9b-522f-4ea9-bbab-444625419a26", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "C\u00F3digo") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "code") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", true) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "a23d0b4d-74eb-4c37-8032-ccce7db9a41e") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 1) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "4e7b1b9b-522f-4ea9-bbab-444625419a26", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Descri\u00E7\u00E3o") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "description") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", true) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "9cdf0012-c22f-4512-8835-b1d00a54d2d0") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 2) | |||||
| ) | |||||
| @ -0,0 +1,401 @@ | |||||
| /** | |||||
| * | |||||
| * CODE GENERATED AUTOMATICALLY | |||||
| * | |||||
| * THIS FILE SHOULD NOT BE EDITED BY HAND | |||||
| * | |||||
| */ | |||||
| _form.createIfNotExists( | |||||
| _val.init() | |||||
| .set("big", false) | |||||
| .set("control_active", true) | |||||
| .set("control_group", false) | |||||
| .set("control_user", false) | |||||
| .set("description", "") | |||||
| .set("displayname", "P\u00E1gina") | |||||
| .set("export_id", false) | |||||
| .set("export_json", true) | |||||
| .set("export_lastchange", false) | |||||
| .set("export_uid", true) | |||||
| .set("export_xls", true) | |||||
| .set("export_xml", true) | |||||
| .set("firebase", "") | |||||
| .set("name", "page") | |||||
| .set("reorder", 0) | |||||
| .set("report", false) | |||||
| .set("show_id", true) | |||||
| .set("uid", "e6c40643-e58a-40aa-b430-7a003ec65246") | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "e6c40643-e58a-40aa-b430-7a003ec65246", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Descri\u00E7\u00E3o ") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "description") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "textarea") | |||||
| .set("uid", "badcd430-0660-4bf0-a1ac-b8a66283923d") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", false) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", false) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 6) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "e6c40643-e58a-40aa-b430-7a003ec65246", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Palavras-Chave") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "keywords") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "textarea") | |||||
| .set("uid", "ec3897a6-0d51-4ee7-8b93-cbfa8e367840") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", false) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", false) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 7) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "e6c40643-e58a-40aa-b430-7a003ec65246", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Idioma") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "language_id") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MAX_COLUMN_LENGTH\":{\"default\":\"0\",\"type\":\"INTEGER\",\"value\":\"0\"},\"COLUMN_SEPARATOR\":{\"default\":\" - \",\"type\":\"LINK_SEPARATOR\",\"value\":\" - \"},\"LINK\":{\"default\":\"\",\"type\":\"LINK\",\"value\":\"language:description\"},\"SERVICE\":{\"default\":\"com/Select.netuno\",\"type\":\"STRING\",\"value\":\"com/Select.netuno\"},\"ONLY_ACTIVES\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "select") | |||||
| .set("uid", "6e2e8826-43e2-4347-ba0f-5db26ae41cb6") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 1) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "e6c40643-e58a-40aa-b430-7a003ec65246", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Liga\u00E7\u00E3o") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "link") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "50de0150-1c31-4cb3-b951-75a0439869c4") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 3) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "e6c40643-e58a-40aa-b430-7a003ec65246", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Menu") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "menu") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"DEFAULT\":{\"default\":\"true\",\"type\":\"BOOLEAN\",\"value\":\"true\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "checkbox") | |||||
| .set("uid", "d9850346-096d-45ba-9122-b21c755bd3eb") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", false) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 9) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "e6c40643-e58a-40aa-b430-7a003ec65246", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Menu T\u00EDtulo") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "menu_title") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "1283c397-5e09-489c-80a1-3077bb5da5b4") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", false) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", false) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 2) | |||||
| .set("y", 9) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "e6c40643-e58a-40aa-b430-7a003ec65246", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Pai") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "parent_id") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MAX_COLUMN_LENGTH\":{\"default\":\"0\",\"type\":\"INTEGER\",\"value\":\"0\"},\"COLUMN_SEPARATOR\":{\"default\":\" - \",\"type\":\"LINK_SEPARATOR\",\"value\":\" - \"},\"LINK\":{\"default\":\"\",\"type\":\"LINK\",\"value\":\"page:language_id,title\"},\"SERVICE\":{\"default\":\"com/Select.netuno\",\"type\":\"STRING\",\"value\":\"com/Select.netuno\"},\"ONLY_ACTIVES\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "select") | |||||
| .set("uid", "f324c1e1-28cf-4162-85e2-023111fceb63") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 2) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "e6c40643-e58a-40aa-b430-7a003ec65246", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Descri\u00E7\u00E3o para as Redes Sociais") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "social_description") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "textarea") | |||||
| .set("uid", "f2b0cb02-ca51-49af-8bf3-9cac3cd76fe0") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", false) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", false) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 6) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "e6c40643-e58a-40aa-b430-7a003ec65246", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Imagem para as Redes Sociais") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "social_image") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "image") | |||||
| .set("uid", "ce49fca0-e8e9-43a3-bc91-a36118b7dd20") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", false) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", false) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 8) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "e6c40643-e58a-40aa-b430-7a003ec65246", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Ordem") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "sorter") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "textnum") | |||||
| .set("uid", "236529b2-9a0d-4fa8-b62d-343d8bdabdc3") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", false) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 10) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "e6c40643-e58a-40aa-b430-7a003ec65246", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Estado") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "status_id") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MAX_COLUMN_LENGTH\":{\"default\":\"0\",\"type\":\"INTEGER\",\"value\":\"0\"},\"COLUMN_SEPARATOR\":{\"default\":\" - \",\"type\":\"LINK_SEPARATOR\",\"value\":\" - \"},\"LINK\":{\"default\":\"\",\"type\":\"LINK\",\"value\":\"page_status:description\"},\"SERVICE\":{\"default\":\"com/Select.netuno\",\"type\":\"STRING\",\"value\":\"com/Select.netuno\"},\"ONLY_ACTIVES\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "select") | |||||
| .set("uid", "052e6dd7-439c-46b7-a3d1-eeff1ecfb3f9") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 5) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "e6c40643-e58a-40aa-b430-7a003ec65246", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "T\u00EDtulo") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "title") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "14820572-b688-443d-be4c-9669ed00fdc5") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 4) | |||||
| ) | |||||
| @ -0,0 +1,92 @@ | |||||
| /** | |||||
| * | |||||
| * CODE GENERATED AUTOMATICALLY | |||||
| * | |||||
| * THIS FILE SHOULD NOT BE EDITED BY HAND | |||||
| * | |||||
| */ | |||||
| _form.createIfNotExists( | |||||
| _val.init() | |||||
| .set("big", false) | |||||
| .set("control_active", true) | |||||
| .set("control_group", false) | |||||
| .set("control_user", false) | |||||
| .set("description", "") | |||||
| .set("displayname", "Estado") | |||||
| .set("export_id", false) | |||||
| .set("export_json", true) | |||||
| .set("export_lastchange", false) | |||||
| .set("export_uid", true) | |||||
| .set("export_xls", true) | |||||
| .set("export_xml", true) | |||||
| .set("firebase", "") | |||||
| .set("name", "page_status") | |||||
| .set("parent_uid", "e6c40643-e58a-40aa-b430-7a003ec65246") | |||||
| .set("reorder", 0) | |||||
| .set("report", false) | |||||
| .set("show_id", true) | |||||
| .set("uid", "814c194a-1d3a-4ea4-9855-bbad176f2c36") | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "814c194a-1d3a-4ea4-9855-bbad176f2c36", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "C\u00F3digo") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "code") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", true) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "bccff391-d334-4670-8308-07d9461286d9") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 1) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "814c194a-1d3a-4ea4-9855-bbad176f2c36", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Descri\u00E7\u00E3o") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "description") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", true) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "13352f88-b7d2-46fe-a49d-6b50a0cf9ecd") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 2) | |||||
| ) | |||||
| @ -0,0 +1,215 @@ | |||||
| /** | |||||
| * | |||||
| * CODE GENERATED AUTOMATICALLY | |||||
| * | |||||
| * THIS FILE SHOULD NOT BE EDITED BY HAND | |||||
| * | |||||
| */ | |||||
| _form.createIfNotExists( | |||||
| _val.init() | |||||
| .set("big", false) | |||||
| .set("control_active", true) | |||||
| .set("control_group", false) | |||||
| .set("control_user", false) | |||||
| .set("description", "") | |||||
| .set("displayname", "Cadastro") | |||||
| .set("export_id", false) | |||||
| .set("export_json", true) | |||||
| .set("export_lastchange", false) | |||||
| .set("export_uid", true) | |||||
| .set("export_xls", true) | |||||
| .set("export_xml", true) | |||||
| .set("firebase", "") | |||||
| .set("name", "register") | |||||
| .set("reorder", 0) | |||||
| .set("report", false) | |||||
| .set("show_id", true) | |||||
| .set("uid", "80fe7d91-d01c-4275-abf6-4b2814d5eb33") | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "80fe7d91-d01c-4275-abf6-4b2814d5eb33", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Email") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "email") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "email") | |||||
| .set("uid", "9f2e7c1f-c7de-4178-afd8-7f248ef8bf9a") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 2) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "80fe7d91-d01c-4275-abf6-4b2814d5eb33", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "File") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "file") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "file") | |||||
| .set("uid", "cd51ce53-9976-49ec-89ba-145fab9dd2fa") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", false) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", false) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 6) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "80fe7d91-d01c-4275-abf6-4b2814d5eb33", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Mensagem") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "message") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "textarea") | |||||
| .set("uid", "96dcefc0-d06e-472d-b7fa-4ddca82340b4") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", false) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", false) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 4) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "80fe7d91-d01c-4275-abf6-4b2814d5eb33", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Momento") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "moment") | |||||
| .set("notnull", false) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"DEFAULT_CURRENT\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"true\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "datetime") | |||||
| .set("uid", "230e8bc0-151e-4f80-9a96-13ae2eda51de") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", false) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 5) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "80fe7d91-d01c-4275-abf6-4b2814d5eb33", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "Nome") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "name") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "70724314-eb5a-42d2-ba12-0f7daa4138c8") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 1) | |||||
| ) | |||||
| _form.createComponentIfNotExists( | |||||
| "80fe7d91-d01c-4275-abf6-4b2814d5eb33", | |||||
| _val.init() | |||||
| .set("colspan", 0) | |||||
| .set("description", "") | |||||
| .set("displayname", "T\u00EDtulo") | |||||
| .set("firebase", "") | |||||
| .set("group_id", 0) | |||||
| .set("height", 0) | |||||
| .set("max", 0) | |||||
| .set("min", 0) | |||||
| .set("name", "subject") | |||||
| .set("notnull", true) | |||||
| .set("primarykey", false) | |||||
| .set("properties", "{\"MASK_REVERSE\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK_SELECTONFOCUS\":{\"default\":\"false\",\"type\":\"BOOLEAN\",\"value\":\"false\"},\"MASK\":{\"default\":\"\",\"type\":\"STRING\",\"value\":\"\"}}") | |||||
| .set("rowspan", 0) | |||||
| .set("tdheight", 0) | |||||
| .set("tdwidth", 0) | |||||
| .set("type", "text") | |||||
| .set("uid", "5d5bec3f-c371-44d2-8d7e-33a199fe3b88") | |||||
| .set("user_id", 0) | |||||
| .set("whenedit", true) | |||||
| .set("whenexport", true) | |||||
| .set("whenfilter", true) | |||||
| .set("whennew", true) | |||||
| .set("whenresult", true) | |||||
| .set("whenview", true) | |||||
| .set("width", 0) | |||||
| .set("x", 1) | |||||
| .set("y", 3) | |||||
| ) | |||||
| @ -0,0 +1,2 @@ | |||||
| <div id="app-dashboard"></div> | |||||
| @ -0,0 +1,31 @@ | |||||
| <div class="row"> | |||||
| <div class="col-lg-12"> | |||||
| <div class="with-form"> | |||||
| <h1 class="page-header"> | |||||
| _{&lang=netuno.main.dashboard.title} | |||||
| </h1> | |||||
| <p>_{&lang=netuno.main.dashboard.description}</p> | |||||
| </div> | |||||
| <div class="no-form"> | |||||
| <h1 class="page-header"> | |||||
| _{&lang=netuno.main.dashboard.welcome_netuno} | |||||
| </h1> | |||||
| <p>_{&lang=netuno.dev.main.you_not_form}</p> | |||||
| <p>_{&lang=netuno.dev.main.you_can_start_by_clicking_top_bar}</p> | |||||
| <br> | |||||
| <img src="_{netuno-config=url-styles}/build-button-tutorial-dev.png" height="200"> | |||||
| </div> | |||||
| #macro(listFormItems $items) | |||||
| <ul> | |||||
| #foreach($item in $items) | |||||
| <li> | |||||
| <a href="#" netuno-dev-form="$item.getString('name')">$item.getString('text')</a> | |||||
| #listFormItems($item.get('items')) | |||||
| </li> | |||||
| #end | |||||
| </ul> | |||||
| #end | |||||
| #listFormItems($data.get('menu').get('forms')) | |||||
| </div> | |||||
| </div> | |||||
| @ -0,0 +1 @@ | |||||
| <script src="_{netuno-config=url-app-scripts}/main.js?_{util=requestuuid}"></script> | |||||
| @ -0,0 +1 @@ | |||||
| <link href='_{netuno-config=url-app-styles}/main.css' rel='stylesheet' /> | |||||
| @ -0,0 +1 @@ | |||||
| <link href='_{netuno-config=url-app-styles}/main.css' rel='stylesheet' /> | |||||
| @ -0,0 +1,4 @@ | |||||
| Secure data files comes here... | |||||
| Only accessible for logged users! | |||||
| @ -0,0 +1,2 @@ | |||||
| Public storage files comes here... | |||||