This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Ao selecionar o setor "Tecnologia da Informação" o mesmo deve ser setado como setor padrão. | |
| <?php | |
| echo "<select onchange=\"window.open(this.value,'_self');\">"; | |
| echo "<option value=\"helpdesk.public.php?create_ticket=1\">Escolha para qual setor deseja abrir um chamado</option>"; | |
| echo "<option value=\"helpdesk.public.php?create_ticket=1&active_entity=2\">Tecnologia da Informação</option>"; | |
| echo "<option value=\"helpdesk.public.php?create_ticket=1&active_entity=4\">Comunicação</option>"; | |
| ?> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const elixir = require('laravel-elixir'); | |
| require('laravel-elixir-vue-2'); | |
| /* | |
| |-------------------------------------------------------------------------- | |
| | Elixir Asset Management | |
| |-------------------------------------------------------------------------- | |
| | | |
| | Elixir provides a clean, fluent API for defining some basic Gulp tasks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #DIV_1 { | |
| color: rgb(17, 17, 17); | |
| height: 92px; | |
| text-rendering: optimizeLegibility; | |
| text-size-adjust: 100%; | |
| vertical-align: bottom; | |
| width: 623.688px; | |
| column-rule-color: rgb(17, 17, 17); | |
| perspective-origin: 311.844px 46px; | |
| transform-origin: 311.844px 46px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*Create Table 'alunos'*/ Table | |
| CREATE TABLE alunos ( | |
| id int(11) NOT NULL AUTO_INCREMENT, | |
| nome varchar(100) DEFAULT NULL, | |
| nota int(11) DEFAULT NULL, | |
| PRIMARY KEY (id) | |
| ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=latin1; | |
| /*Data for the table `alunos` */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| * @version $Id$ | |
| ------------------------------------------------------------------------- | |
| GLPI - Gestionnaire Libre de Parc Informatique | |
| Copyright (C) 2015 Teclib'. | |
| http://glpi-project.org | |
| based on GLPI - Gestionnaire Libre de Parc Informatique |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Renato Lazaro - Custom - Adicionado o campo Ramal de contato */ | |
| echo "<tr class='tab_bg_1'>"; | |
| echo "<th style='width:$colsize1%'>".$tt->getBeginHiddenFieldText('name'); | |
| printf(__('%1$s%2$s'), __('Ramal'), $tt->getMandatoryMark('name')); | |
| echo $tt->getEndHiddenFieldText('name')."</th>"; | |
| echo "<td colspan='3'>"; | |
| if (!$ID | |
| || $canupdate_descr) { | |
| echo $tt->getBeginHiddenFieldValue('name'); | |
| /* Renato Lazaro - Custom - Campo ramal obrigatório */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| * @version $Id$ | |
| ------------------------------------------------------------------------- | |
| GLPI - Gestionnaire Libre de Parc Informatique | |
| Copyright (C) 2015-2016 Teclib'. | |
| http://glpi-project.org | |
| based on GLPI - Gestionnaire Libre de Parc Informatique |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| * @version $Id$ | |
| ------------------------------------------------------------------------- | |
| GLPI - Gestionnaire Libre de Parc Informatique | |
| Copyright (C) 2015-2016 Teclib'. | |
| http://glpi-project.org | |
| based on GLPI - Gestionnaire Libre de Parc Informatique |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | |
| "http://www.w3.org/TR/html4/loose.dtd"> | |
| <html><head><title>GLPI - Home</title><meta http-equiv='Content-Type' content='text/html; charset=utf-8'><meta http-equiv='Expires' content='Fri, Jun 12 1981 08:20:00 GMT'> | |
| <meta http-equiv='Pragma' content='no-cache'> | |
| <meta http-equiv='Cache-Control' content='no-cache'> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name='viewport' content='width=device-width, initial-scale=1'><link rel="stylesheet" type="text/css" href="/jayme/lib/jquery/css/smoothness/jquery-ui-1.10.4.custom.min.css" media="screen"><link rel="stylesheet" type="text/css" href="/jayme/css/jstree/style.css" media="screen"><link rel="stylesheet" type="text/css" href="/jayme/lib/jqueryplugins/rateit/rateit.min.css" media="screen"><link rel="stylesheet" type="text/css" href="/jayme/lib/jqueryplugins/select2/select2.min.css" media="screen"><link rel="stylesheet" type="text/css" href="/jayme/lib/jqueryplugins/qtip2/jque |