This file contains 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
<ion-header> | |
<ion-toolbar color="primary"> | |
<ion-buttons slot="start"> | |
<ion-back-button></ion-back-button> | |
</ion-buttons> | |
<ion-title>Contato</ion-title> | |
</ion-toolbar> | |
</ion-header> | |
<ion-content padding> |
This file contains 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
/* arquivo mainbody.php */ | |
/* templates/seb_one/positions/protocolo_acompanhamento/site/mainbody.php */ | |
<script type="text/javascript"> | |
jQuery(document).ready(function(){ | |
jQuery("#protoca_num").change(function(){ | |
var idnum = jQuery(this).val(); | |
jQuery.ajax({ |
This file contains 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 SEBLOD 3.x Core | |
* @package SEBLOD (App Builder & CCK) // SEBLOD nano (Form Builder) | |
* @url http://www.seblod.com | |
* @editor Octopoos - www.octopoos.com | |
* @editor2 JSFernando - jsfernando.com | |
* @copyright Copyright (C) 2013 SEBLOD. All Rights Reserved. | |
* @license GNU General Public License version 2.1 or later; see _LICENSE.php | |
**/ |
This file contains 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 | |
define('_JEXEC', 1); | |
define('DS', DIRECTORY_SEPARATOR); | |
define('JPATH_BASE', '../../../'); | |
require_once JPATH_BASE . DS . 'includes' . DS . 'defines.php'; | |
require_once JPATH_BASE . DS . 'includes' . DS . 'framework.php'; | |
$app = JFactory::getApplication('site'); | |
$app->initialise(); |
This file contains 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 SEBLOD 3.x Core | |
* @package SEBLOD (App Builder & CCK) // SEBLOD nano (Form Builder) | |
* @url http://www.seblod.com | |
* @editor Octopoos - www.octopoos.com | |
* @editor2 JSFernando - jsfernando.com | |
* @copyright Copyright (C) 2013 SEBLOD. All Rights Reserved. | |
* @license GNU General Public License version 2.1 or later; see _LICENSE.php | |
**/ |