Example #1
0
	<?php 
/*
Hezecom Responsive Gallery, Portfolio and Slider Manager
Author: Hezecom Technologies (http://hezecom.com) info@hezecom.net
COPYRIGHT 2014 ALL RIGHTS RESERVED

You must have purchased a valid license from CodeCanyon.com in order to have 
access this file.

You may only use this file according to the respective licensing terms 
you agreed to when purchasing this item.
*/
if (!defined('VALID_DIR')) {
    die('You are not allowed to execute this file directly');
}
AjaxSearchSuggest('' . H_ADMIN_MAIN . '&view=hsys_users&do=autosearch');
?>
	
	<div class="row">
            <div class="col-xs-12">
              <div class="box">
              
               <div class="box-header with-border">
               <h3 class="box-title">System Users</h3>
                <ul class="nav pull-right">
                
	<ul class="nav nav-tabs pull-right">
	<a href="<?php 
echo H_ADMIN;
?>
&view=hsys_users&do=add" class="btn btn-success btn-sm tip" title="<?php 
Example #2
0
	<?php 
/*
 * =======================================================================
 * FILE NAME:        View.php
 * DATE CREATED:  	28-12-2015
 * FOR TABLE:  		cards
 * PRODUCED BY:		HEZECOM UltimateSpeed PHP CODE GENERATOR
 * AUTHOR:			Hezecom (http://hezecom.com) info@hezecom.net
 * =======================================================================
 */
if (!defined('VALID_DIR')) {
    die('You are not allowed to execute this file directly');
}
?>
	<?php 
AjaxSearchSuggest('' . H_ADMIN_MAIN . '&view=cards&do=autosearch');
?>
	
	<div class="row">
            <div class="col-xs-12">
              <div class="box">
              
               <div class="box-header with-border">
               <h3 class="box-title">Cards</h3>
                <ul class="nav pull-right">

	<a href="<?php 
echo H_ADMIN;
?>
&view=cards&do=add" class="btn btn-default btn-xs tip" title="<?php 
echo LANG_TIP_ADD;
Example #3
0
	<?php 
/*
 * =======================================================================
 * FILE NAME:        View.php
 * DATE CREATED:  	28-12-2015
 * FOR TABLE:  		patients
 * PRODUCED BY:		HEZECOM UltimateSpeed PHP CODE GENERATOR
 * AUTHOR:			Hezecom (http://hezecom.com) info@hezecom.net
 * =======================================================================
 */
if (!defined('VALID_DIR')) {
    die('You are not allowed to execute this file directly');
}
?>
	<?php 
AjaxSearchSuggest('' . H_ADMIN_MAIN . '&view=patients&do=autosearch');
?>
	
	<div class="row">
            <div class="col-xs-12">
              <div class="box">
              
               <div class="box-header with-border">
               <h3 class="box-title">Patients</h3>
                <ul class="nav pull-right">

	<a href="<?php 
echo H_ADMIN;
?>
&view=patients&do=add" class="btn btn-default btn-md tip" title="<?php 
echo LANG_TIP_ADD;