code stringlengths 1 2.01M | repo_name stringlengths 3 62 | path stringlengths 1 267 | language stringclasses 231
values | license stringclasses 13
values | size int64 1 2.01M |
|---|---|---|---|---|---|
<div class="elements">
<h3 class="ui-widget-header widgets">
<div class="title">Tìm kiếm</div>
</h3>
<div class="tim_kiem">
<input type="text" id="key" value="" placeholder="Nhập tiêu đề tin tức"
style="margin: 5px;"/>
<img src="../upload/images/search_icon.gif"/... | 10-ptud-v1 | trunk/ 10-ptud-v1/widgets/tim_kiem.php | Hack | gpl3 | 352 |
<div class="elements">
<h3 class="ui-widget-header widgets">
<div class="title"><a href="#">Tin tức IDJ</a></div>
</h3>
</div> | 10-ptud-v1 | trunk/ 10-ptud-v1/widgets/tin_tuc_IDJ.php | Hack | gpl3 | 148 |
<div class="elements">
<h3 class="ui-widget-header widgets">
<div class="title">Các chuyên mục hay</div>
</h3>
<div class="tin_noi_bat">
<ul class="danh_muc">
<li class="menu"><a href="#" class="text">Tin tức kinh tế</a></li>
<li class="menu"><a href="#" clas... | 10-ptud-v1 | trunk/ 10-ptud-v1/widgets/cac_chuyen_muc_hay.php | Hack | gpl3 | 945 |
<div class="elements">
<h3 class="ui-widget-header widgets">
<div class="title">Tìm kiếm cơ hội khác</div>
</h3>
<div id="accordion1">
<h3><a href="#">Mua các DN ngoài mục đang mời</a></h3>
<ul>
<li class="menu"><a href="#" class="text">Danh sách đã đăng kí</a></li... | 10-ptud-v1 | trunk/ 10-ptud-v1/widgets/tim_kiem_co_hoi_khac.php | Hack | gpl3 | 1,601 |
<div class="top_menu">
<div class="demo-container">
<div class="blue">
<ul id="mega-menu-4" class="mega-menu">
<li><a href="index.php">Trang chủ</a></li>
<li><a href="#">Giới thiệu</a>
<ul>
<li><a href="#">Giới th... | 10-ptud-v1 | trunk/ 10-ptud-v1/widgets/top_menu.php | Hack | gpl3 | 1,708 |
<div class="elements">
<h3 class="ui-widget-header widgets">
<div class="title">Quảng cáo</div>
</h3>
<div class="quang_cao">
<img src="../upload/images/quang_cao_01.jpg" />
<img src="../upload/images/quang_cao_02.gif" />
<img src="../upload/images/quang_cao_03.gif" />... | 10-ptud-v1 | trunk/ 10-ptud-v1/widgets/quang_cao.php | Hack | gpl3 | 400 |
<div class="footer">
<b>CÔNG TY ĐẦU TƯ VÀ PHÁT TRIỂN ĐÔ THỊ QUỐC TẾ IDJ</b><br />
<b>Tp.Hà Nội:</b> Tầng 16 Charmvit Tower, Số 117 Trần Duy Hưng, Cầu Giấy, Hà Nội<br />
Điện thoại: (84-4) 3555.8866 * Fax: (84-4) 3555.8669<br />
<b>Tp.Hồ Chí Minh:</b> Lầu 1, Tòa nhà Mỹ Vinh, 250 Ngu... | 10-ptud-v1 | trunk/ 10-ptud-v1/widgets/footer.php | Hack | gpl3 | 510 |
<?php
require_once 'database.php';
require_once '../DTO/DOANHNGHIEP_DTO.php';
class xl_doanh_nghiep extends database
{
function danh_sach($vi_tri, $so_luong)
{
$vi_tri = intval($vi_tri);
$so_luong = intval($so_luong);
$sql = "select * from doanh_nghiep limit $vi_tri, $so_luong";
$this->setQuery($sql... | 10-ptud-v1 | trunk/ 10-ptud-v1/classes/xl_doanh_nghiep.php | PHP | gpl3 | 6,387 |
<?php
require_once("database.php");
class xl_hoa_don extends database
{
function danh_sach($vi_tri, $so_luong)
{
$vi_tri = intval($vi_tri);
$so_luong = intval($so_luong);
$sql = "select * from hoa_don limit $vi_tri, $so_luong";
$this->setQuery($sql);
return $this->loadAllRow();
}
function so_l... | 10-ptud-v1 | trunk/ 10-ptud-v1/classes/xl_hoa_don.php | PHP | gpl3 | 5,855 |
<?php
require_once("database.php");
require_once '../DTO/THONGTINVON_DTO.php';
class xl_thong_tin_von extends database
{
function danh_sach_theo_loai( $vi_tri, $so_luong, $ma_loai, $ma_lhkd )
{
$sql = "SELECT dn . *, ttv.ma as ma_von, ttv.von_huy_dong
FROM doanh_nghiep dn, loai_hinh_kinh_doa... | 10-ptud-v1 | trunk/ 10-ptud-v1/classes/xl_thong_tin_von.php | PHP | gpl3 | 6,180 |
<?php
require_once("database.php");
class xl_ho_tro_truc_tuyen extends database
{
function danh_sach($ten, $loai_ho_tro, $vi_tri, $so_luong)
{
$vi_tri = intval($vi_tri);
$so_luong = intval($so_luong);
$sql = "select * from ho_tro_truc_tuyen where 1 = 1 ";
if(!empty($ten)) {
$sql .= " and ho_t... | 10-ptud-v1 | trunk/ 10-ptud-v1/classes/xl_ho_tro_truc_tuyen.php | PHP | gpl3 | 2,795 |
<?php
require_once 'database.php';
require_once '../DTO/KHACHHANG_DTO.php';
class xl_khach_hang extends database
{
function danh_sach($vi_tri, $so_luong)
{
$vi_tri = intval($vi_tri);
$so_luong = intval($so_luong);
$sql = "select * from khach_hang limit $vi_tri, $so_luong";
$this->setQuery($sql);
... | 10-ptud-v1 | trunk/ 10-ptud-v1/classes/xl_khach_hang.php | PHP | gpl3 | 4,834 |
<?php
require_once("database.php");
class xl_cau_hinh extends database
{
function danh_sach($vi_tri, $so_luong)
{
$vi_tri = intval($vi_tri);
$so_luong = intval($so_luong);
$sql = "select * from cau_hinh limit $vi_tri, $so_luong";
$this->setQuery($sql);
return $this->loadAllRow();
}
function so_l... | 10-ptud-v1 | trunk/ 10-ptud-v1/classes/xl_cau_hinh.php | PHP | gpl3 | 1,606 |
<?php
require_once("database.php");
class xl_loai_san_pham extends database
{
function danh_sach($vi_tri, $so_luong)
{
$vi_tri = intval($vi_tri);
$so_luong = intval($so_luong);
$sql = "select * from loai_san_pham limit $vi_tri, $so_luong";
$this->setQuery($sql);
return $this->loadAllRow();
}
... | 10-ptud-v1 | trunk/ 10-ptud-v1/classes/xl_loai_san_pham.php | PHP | gpl3 | 2,172 |
<?php
require_once '../config.php';
error_reporting(1);
class database {
var $_sql = '';
var $_connection = '';
var $_cursor = null;
function database()
{
//$this->_connection = @mysql_connect( 'localhost', 'root', '');
$this->_connection = @mysql_connect( DB_HOST,DB_USER ,DB_PASS );
if (!$t... | 10-ptud-v1 | trunk/ 10-ptud-v1/classes/database.php | PHP | gpl3 | 2,059 |
<?php
require_once("database.php");
class xl_loai_du_an extends database
{
function danh_sach()
{
$sql = "select * from loai_du_an";
$this->setQuery($sql);
return $this->loadAllRow();
}
function danh_sach_theo_loai($vi_tri, $so_luong, $ma_phieu, $ma_lda)
{
$vi_tri = intval($vi_t... | 10-ptud-v1 | trunk/ 10-ptud-v1/classes/xl_loai_du_an.php | PHP | gpl3 | 3,967 |
<?php
require_once("database.php");
require_once '../DTO/TAISAN_DTO.php';
class xl_loai_tai_san extends database
{
function danh_sach_theo_loai( $vi_tri, $so_luong,$ma_loai_tai_san)
{
$sql = "SELECT ts . *
FROM tai_san ts, loai_tai_san lts
WHERE ts.loai_tai_san = lts.ma
... | 10-ptud-v1 | trunk/ 10-ptud-v1/classes/xl_loai_tai_san.php | PHP | gpl3 | 4,738 |
<?php
class pager
{
/***********************************************************************************
* Ham int findStart (int limit)
* Tra ve dong bat dau cua trang duoc chon dua tren trang lay duoc va bien limit
***********************************************************************************/
function t... | 10-ptud-v1 | trunk/ 10-ptud-v1/classes/pager.php | PHP | gpl3 | 3,824 |
<?php
require_once("database.php");
class xl_tuyen_dung extends database
{
function danh_sach($vi_tri, $so_luong)
{
$vi_tri = intval($vi_tri);
$so_luong = intval($so_luong);
$sql = "select * from tuyen_dung limit $vi_tri, $so_luong";
$this->setQuery($sql);
return $this->loadAllRow();
}
functio... | 10-ptud-v1 | trunk/ 10-ptud-v1/classes/xl_tuyen_dung.php | PHP | gpl3 | 3,203 |
<?php
require_once("database.php");
require_once '../DTO/TAISAN_DTO.php';
class xl_tai_san extends database
{
function danh_sach_theo_loai( $vi_tri, $so_luong,$ma_loai_tai_san)
{
$sql = "SELECT ts . *
FROM tai_san ts, loai_tai_san lts
WHERE ts.loai_tai_san = lts.ma
... | 10-ptud-v1 | trunk/ 10-ptud-v1/classes/xl_tai_san.php | PHP | gpl3 | 4,728 |
<?php
require_once("database.php");
class xl_chi_tiet_hoa_don extends database
{
function danh_sach($vi_tri, $so_luong)
{
$vi_tri = intval($vi_tri);
$so_luong = intval($so_luong);
$sql = "select * from chi_tiet_hoa_don limit $vi_tri, $so_luong";
$this->setQuery($sql);
return $this->loadAllRow();
... | 10-ptud-v1 | trunk/ 10-ptud-v1/classes/xl_chi_tiet_hoa_don.php | PHP | gpl3 | 2,463 |
<?php
require_once 'database.php';
require_once '../DTO/DOANHNGHIEP_DTO.php';
class xl_loai_phieu extends database
{
function danh_sach($vi_tri, $so_luong)
{
$vi_tri = intval($vi_tri);
$so_luong = intval($so_luong);
$sql = "select * from doanh_nghiep limit $vi_tri, $so_luong";
... | 10-ptud-v1 | trunk/ 10-ptud-v1/classes/xl_loai_phieu.php | PHP | gpl3 | 700 |
<?php
require_once("database.php");
class xl_san_pham extends database
{
function danh_sach_theo_loai($ma_loai_san_pham, $vi_tri, $so_luong)
{
$sql = "select * from san_pham where ma_loai_san_pham = '$ma_loai_san_pham' limit $vi_tri, $so_luong";
$this->setQuery($sql);
return $this->loadAllRow();
}
f... | 10-ptud-v1 | trunk/ 10-ptud-v1/classes/xl_san_pham.php | PHP | gpl3 | 4,390 |
<?php
require_once("database.php");
class xl_quan_tri extends database
{
function danh_sach($vi_tri, $so_luong)
{
$vi_tri = intval($vi_tri);
$so_luong = intval($so_luong);
$sql = "select * from quan_tri limit $vi_tri, $so_luong";
$this->setQuery($sql);
return $this->loadAllRow();
}
function so... | 10-ptud-v1 | trunk/ 10-ptud-v1/classes/xl_quan_tri.php | PHP | gpl3 | 2,561 |
<?php
require_once("database.php");
class xl_loai_bai_viet extends database
{
function danh_sach($vi_tri, $so_luong)
{
$vi_tri = intval($vi_tri);
$so_luong = intval($so_luong);
$sql = "select * from loai_bai_viet limit $vi_tri, $so_luong";
$this->setQuery($sql);
return $this->loadAllRow();
}
... | 10-ptud-v1 | trunk/ 10-ptud-v1/classes/xl_loai_bai_viet.php | PHP | gpl3 | 2,560 |
<?php
require_once("database.php");
require_once '../DTO/DUAN_DTO.php';
class xl_du_an extends database
{
function danh_sach($vi_tri, $so_luong)
{
$vi_tri = intval($vi_tri);
$so_luong = intval($so_luong);
$sql = "select * from du_an limit $vi_tri, $so_luong";
$this->setQuery($sql);
return $this->... | 10-ptud-v1 | trunk/ 10-ptud-v1/classes/xl_du_an.php | PHP | gpl3 | 5,316 |
<?php
require_once("database.php");
class xl_bai_viet extends database
{
function danh_sach($vi_tri, $so_luong)
{
$vi_tri = intval($vi_tri);
$so_luong = intval($so_luong);
$sql = "select * from bai_viet limit $vi_tri, $so_luong";
$this->setQuery($sql);
return $this->loadAllRow();
}
function da... | 10-ptud-v1 | trunk/ 10-ptud-v1/classes/xl_bai_viet.php | PHP | gpl3 | 3,587 |
<?php
require_once("database.php");
class xl_bo_dem extends database
{
function danh_sach($vi_tri, $so_luong)
{
$vi_tri = intval($vi_tri);
$so_luong = intval($so_luong);
$sql = "select * from bo_dem limit $vi_tri, $so_luong";
$this->setQuery($sql);
return $this->loadAllRow();
}
function so_luo... | 10-ptud-v1 | trunk/ 10-ptud-v1/classes/xl_bo_dem.php | PHP | gpl3 | 3,349 |
<?php
require_once("database.php");
class xl_thanh_vien extends database
{
function danh_sach($vi_tri, $so_luong)
{
$vi_tri = intval($vi_tri);
$so_luong = intval($so_luong);
$sql = "select * from thanh_vien limit $vi_tri, $so_luong";
$this->setQuery($sql);
return $this->loadAllRow();
}
functio... | 10-ptud-v1 | trunk/ 10-ptud-v1/classes/xl_thanh_vien.php | PHP | gpl3 | 3,299 |
<?php
require_once 'database.php';
//require_once '../DTO/KHACHHANG_DTO.php';
class xl_loai_hinh_kinh_doanh extends database
{
function danh_sach()
{
$sql = "select * from loai_hinh_kinh_doanh";
$this->setQuery($sql);
return $this->loadAllRow();
... | 10-ptud-v1 | trunk/ 10-ptud-v1/classes/xl_loai_hinh_kinh_doanh.php | PHP | gpl3 | 1,177 |
/*
------------------------------
Impromptu
------------------------------
*/
.jqifade {
position : absolute;
background-color : #777777;
}
div.jqi {
width : 400px;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
position : a... | 10-ptud-v1 | trunk/ 10-ptud-v1/css/examples.css | CSS | gpl3 | 25,297 |
li.menu {
margin-bottom : 5px;
list-style : disc
}
a.text {
color : #2E6E9E;
text-decoration : none;
font-size: 12px
}
.ui-accordion .ui-accordion-header a {
font-size : 12px;
}
.ui-widget-header {
margin-bottom: 2px;
margin-top: 5px;
-webkit-border-... | 10-ptud-v1 | trunk/ 10-ptud-v1/css/general.css | CSS | gpl3 | 1,055 |
body, span {
font-family : tahoma, sans-serif;
width : 1000px;
margin : 0 auto;
height : auto;
line-height : 2em;
}
.outer {
margin : 0 auto;
}
.left {
width : 200px;
float : left;
}
.widgets {
height : 30px;
vertical-align : middle;
... | 10-ptud-v1 | trunk/ 10-ptud-v1/css/common.css | CSS | gpl3 | 3,624 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Mua bán doanh nghiệp</title>
<?php
includ... | 10-ptud-v1 | trunk/ 10-ptud-v1/doanh_nghiep/chi_tiet.php | PHP | gpl3 | 5,417 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Mua bán doanh nghiệp</title>
<?php
includ... | 10-ptud-v1 | trunk/ 10-ptud-v1/doanh_nghiep/danh_sach.php | PHP | gpl3 | 13,571 |
<?php
require_once '../classes/xl_thong_tin_von.php';
$ma_p = $_GET['ma_p'];
$ma_lhkd = $_GET['ma_lhkd'];
$xl_dn = new xl_thong_tin_von();
if($ma_lhkd =='all')
$thong_tin_von = $xl_dn->danh_sach_theo_loai_all(0,10,$ma_p);
else
$thong_tin_von = $xl_dn->danh_sach_th... | 10-ptud-v1 | trunk/ 10-ptud-v1/co_hoi/danh_sach_dnvv.php | PHP | gpl3 | 5,865 |
<?php
require_once '../classes/xl_doanh_nghiep.php';
//require_once '../classes/xl_loai_hinh_kinh_doanh.php';
$ma_p = $_GET['ma_p'];
$ma_lhkd = $_GET['ma_lhkd'];
$xl_dn = new xl_doanh_nghiep();
if($ma_lhkd =='all')
$doanh_nghiep = $xl_dn->danh_sach_theo_loai_all(0,10... | 10-ptud-v1 | trunk/ 10-ptud-v1/co_hoi/danh_sach_mdn.php | PHP | gpl3 | 5,858 |
<?php
require_once '../classes/xl_doanh_nghiep.php';
$ma_dn = $_GET['ma_dn'];
$xl_dn = new xl_doanh_nghiep();
$chitiet = $xl_dn->xem($ma_dn);
//$stt = 0;
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional... | 10-ptud-v1 | trunk/ 10-ptud-v1/co_hoi/chi_tiet_mdn.php | PHP | gpl3 | 3,582 |
<?php
require_once '../classes/xl_thong_tin_von.php';
$ma_von = $_GET['ma_von'];
$xl_von = new xl_thong_tin_von();
$chitiet_von = $xl_von->xem_chi_tiet($ma_von);
//$stt = 0;
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD... | 10-ptud-v1 | trunk/ 10-ptud-v1/co_hoi/chi_tiet_dnvv.php | PHP | gpl3 | 3,669 |
<?php
require_once '../classes/xl_du_an.php';
$ma_da = $_GET['ma_da'];
$xl_da = new xl_du_an();
$chitiet_du_an = $xl_da->xem_chi_tiet($ma_da);
//$stt = 0;
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitiona... | 10-ptud-v1 | trunk/ 10-ptud-v1/co_hoi/chi_tiet_dadt.php | PHP | gpl3 | 3,654 |
<?php
/**
* Created by JetBrains PhpStorm.
* User: MINHKHANG
* Date: 12/9/12
* Time: 1:49 AM
* To change this template use File | Settings | File Templates.
*/ | 10-ptud-v1 | trunk/ 10-ptud-v1/co_hoi/index.php | PHP | gpl3 | 172 |
<?php
require_once '../classes/xl_du_an.php';
$ma_p = $_GET['ma_p'];
$ma_lda = $_GET['ma_lda'];
$xl_du_an = new xl_du_an();
if($ma_lda =='all')
$du_an = $xl_du_an->danh_sach_theo_loai_all(0,10,$ma_p);
else
$du_an = $xl_du_an->danh_sach_theo_loai(0,10, $ma_p, $ma_l... | 10-ptud-v1 | trunk/ 10-ptud-v1/co_hoi/danh_sach_dadt.php | PHP | gpl3 | 5,814 |
<?php
define ('DB_HOST', 'localhost');
define ('DB_NAME', 'doanh_nghiep');
define ('DB_USER', 'root');
define ('DB_PASS', '');
define ('ADMIN_LIMIT', 20);
define ('USER_LIMIT', 6);
define ('SALT','ILYAYE33');
//loai phieu dang ky
define ('ban_dn','Bán doanh nghiệp');
define ('tim_... | 10-ptud-v1 | trunk/ 10-ptud-v1/config.php | PHP | gpl3 | 804 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="refresh" content="0; url=trang_chu/index... | 10-ptud-v1 | trunk/ 10-ptud-v1/index.php | Hack | gpl3 | 431 |
html, body, h1, h2, h3, h4 {
margin: 0;
padding: 0;
}
h1 img {
display: block;
}
img {
border: 0;
}
a {
color: #990000;
font-weight: bold;
text-decoration: none;
}
a:hover {
color: #FFA405;
text-decoration: underline;
}
.left {
float: left;
}
.right {
float: right;
}
.more {
text-a... | 069ka3-update-box | trunk/sanju/update_box/style.css | CSS | mit | 3,270 |
/*
Credit: http://www.templatemo.com
*/
body {
margin: 0px;
padding: 0px;
color: #c2bead;
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
line-height: 1.5em;
background-color: #2f2e28;
background-image: url(images/templatemo_body.jpg);
background-repeat: repeat-y;
background-position... | 069ka3-update-box | trunk/sanju/update_box/templatemo_style.css | CSS | mit | 4,119 |
/**
* jQuery.ScrollTo
* Copyright (c) 2008 Ariel Flesler - aflesler(at)gmail(dot)com | http://flesler.blogspot.com
* Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
* and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
* Date: 2/19/2008
*
* @projectDescr... | 069ka3-update-box | trunk/sanju/update_box/js/jquery.scrollTo-1.3.3.js | JavaScript | mit | 6,525 |
/**
* jQuery.LocalScroll
* Copyright (c) 2007-2008 Ariel Flesler - aflesler(at)gmail(dot)com | http://flesler.blogspot.com
* Dual licensed under MIT and GPL.
* Date: 3/10/2008
*
* @projectDescription Animated scrolling navigation, using anchors.
* http://flesler.blogspot.com/2007/10/jquerylocalscroll-10.h... | 069ka3-update-box | trunk/sanju/update_box/js/jquery.localscroll-1.2.5.js | JavaScript | mit | 4,356 |
// when the DOM is ready...
$(document).ready(function () {
var $panels = $('#slider .scrollContainer > div');
var $container = $('#slider .scrollContainer');
// if false, we'll float all the panels left and fix the width
// of the container
var horizontal = false;
// float the pan... | 069ka3-update-box | trunk/sanju/update_box/js/coda-slider.js | JavaScript | mit | 3,634 |
/**
* jQuery.serialScroll
* Copyright (c) 2007-2008 Ariel Flesler - aflesler(at)gmail(dot)com | http://flesler.blogspot.com
* Dual licensed under MIT and GPL.
* Date: 3/20/2008
*
* @projectDescription Animated scrolling of series.
* @author Ariel Flesler
* @version 1.2.1
*
* @id jQuery.serialScroll
... | 069ka3-update-box | trunk/sanju/update_box/js/jquery.serialScroll-1.2.1.js | JavaScript | mit | 7,165 |
/*
* jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
*
* Uses the built in easing capabilities added In jQuery 1.1
* to offer multiple easing options
*
* TERMS OF USE - jQuery Easing
*
* Open source under the BSD License.
*
* Copyright © 2008 George McGinley Smith
* All rights reserved.
*
... | 069ka3-update-box | trunk/sanju/update_box/js/jquery.easing.1.3.js | JavaScript | mit | 8,097 |
<?php
include "dbaction/user_add.php";
?>
<!DOCTYPE html>
<html lang="en">
<head>
<script type="text/javascript">
function sure(){
if (confirm("Are you sure you want to delete this user?")){
return true;
}else{
return false;
}
}
</script>
</head>
<body>
<div class="container">
<p>Entry... | 069ka3-update-box | trunk/sanju/update_box/update.php | PHP | mit | 6,767 |
<?php
session_start();
$_SESSION['login']=0;
$_SESSION['username']="";
session_destroy();
header("location:index.php");
?>
| 069ka3-update-box | trunk/sanju/update_box/logout.php | PHP | mit | 155 |
<?php
session_start();
if (!$_SESSION['login']) header ("location: login.php");
include "dbaction/user_add.php";
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="... | 069ka3-update-box | trunk/sanju/update_box/index.php | PHP | mit | 8,305 |
<?php
//step 1 (connection)
$con=mysql_connect("localhost", "root", "");
//step 2 (database)
mysql_select_db("test");
//step 3 SQL/get result
$id=$_GET['id'];
$sql="delete from `users` where `id` =$id ";
mysql_query($sql);
//echo "User id ".$_GET['id']." deleted";
... | 069ka3-update-box | trunk/sanju/update_box/dbaction/user_delete.php | PHP | mit | 372 |
<?php
if(isset($_POST['submit'])){
$first_name = trim($_POST["first_name"]);
$mid_name = trim($_POST["mid_name"]);
$last_name = trim($_POST["last_name"]);
$username = trim($_POST["username"]);
$password = trim($_POST["password"]);
$email = trim($_POST["email"]);
$address = trim(... | 069ka3-update-box | trunk/sanju/update_box/dbaction/user_add.php | PHP | mit | 2,003 |
<?php
session_start();
$username = $_POST['username']; $password = $_POST['password'];
if ($_POST['submit'] && ($username !="" && $password !="" )) {
$password = md5($_POST['password']);
$con = mysql_connect("localhost", "root", "");
mysql_select_db("update_box");
$sql = "... | 069ka3-update-box | trunk/sanju/update_box/login.php | PHP | mit | 2,368 |
#slider {
position: relative;
width: 890px;
padding: 20px 10px 0 70px;
}
#templatemo_sidebar {
float: left;
width: 270px;
}
#templatemo_main {
float: right;
padding-top: 50px;
width: 600px;
}
#templatemo_header {
margin-left: 10px;
width: 230px;
height: 114px;
text-align: center;... | 069ka3-update-box | trunk/sanju/update_box/css/coda-slider.css | CSS | mit | 3,257 |
<?php
session_start();
if (!$_SESSION['login']) header ("location: login.php");
include "dbaction/user_add.php";
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>PHP Course</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name... | 069ka3-update-box | trunk/sanju/update_box/data.php | PHP | mit | 6,852 |
<?php
session_start();
if (!$_SESSION['login']) header ("location: login.php");
include "dbaction/user_add.php";
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="... | 069ka3-update-box | trunk/sanju/update_box/wait.php | PHP | mit | 8,305 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/MapOverlayTest.java | Java | asf20 | 6,474 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/services/DefaultTrackNameFactoryTest.java | Java | asf20 | 2,059 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/services/tasks/StatusAnnouncerTaskTest.java | Java | asf20 | 17,180 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/services/tasks/StatusAnnouncerFactoryTest.java | Java | asf20 | 2,784 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/services/TrackRecordingServiceTest.java | Java | asf20 | 26,567 |
package com.google.android.apps.mytracks.services.sensors;
import com.google.android.apps.mytracks.Constants;
import com.google.android.apps.mytracks.services.sensors.ant.AntDirectSensorManager;
import com.google.android.apps.mytracks.services.sensors.ant.AntSrmBridgeSensorManager;
import com.google.android.maps.mytra... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/services/sensors/SensorManagerFactoryTest.java | Java | asf20 | 1,863 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/services/sensors/ant/AntStartupMessageTest.java | Java | asf20 | 949 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/services/sensors/ant/AntChannelResponseMessageTest.java | Java | asf20 | 1,249 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/services/sensors/ant/AntChannelIdMessageTest.java | Java | asf20 | 1,268 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/services/sensors/ant/AntMessageTest.java | Java | asf20 | 1,039 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/services/sensors/ant/AntSensorManagerTest.java | Java | asf20 | 2,587 |
/*
* Copyright 2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/services/sensors/ant/AntDirectSensorManagerTest.java | Java | asf20 | 3,098 |
package com.google.android.apps.mytracks.services.sensors;
import java.util.Arrays;
import com.google.android.apps.mytracks.content.Sensor;
import junit.framework.TestCase;
public class PolarMessageParserTest extends TestCase {
PolarMessageParser parser = new PolarMessageParser();
// A complete and valid Polar... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/services/sensors/PolarMessageParserTest.java | Java | asf20 | 1,870 |
package com.google.android.apps.mytracks.services.sensors;
import com.google.android.apps.mytracks.content.Sensor;
import junit.framework.TestCase;
public class ZephyrMessageParserTest extends TestCase {
ZephyrMessageParser parser = new ZephyrMessageParser();
public void testIsValid() {
byte[] smallBuf = n... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/services/sensors/ZephyrMessageParserTest.java | Java | asf20 | 1,945 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/content/WaypointCreationRequestTest.java | Java | asf20 | 2,005 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/content/MyTracksProviderUtilsImplTest.java | Java | asf20 | 6,171 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/content/TrackDataHubTest.java | Java | asf20 | 29,093 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/MockPath.java | Java | asf20 | 1,734 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/MockProjection.java | Java | asf20 | 1,255 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/maps/TrackPathDescriptorDynamicSpeedTest.java | Java | asf20 | 1,811 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/maps/TrackPathDescriptorFixedSpeedTest.java | Java | asf20 | 1,795 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/maps/TrackPathPainterSingleColorTest.java | Java | asf20 | 1,731 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/maps/TrackPathPainterTestCase.java | Java | asf20 | 1,343 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/maps/TrackPathPainterFactoryTest.java | Java | asf20 | 2,862 |
// Copyright 2009 Google Inc. All Rights Reserved.
package com.google.android.apps.mytracks.stats;
import com.google.android.apps.mytracks.Constants;
import android.location.Location;
import junit.framework.TestCase;
/**
* Test the the function of the TripStatisticsBuilder class.
*
* @author Sandor Dornbush
*/... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/stats/TripStatisticsBuilderTest.java | Java | asf20 | 6,773 |
/*
* Copyright 2009 Google Inc. All Rights Reserved.
*/
package com.google.android.apps.mytracks.stats;
import junit.framework.TestCase;
/**
* Test for the DoubleBuffer class.
*
* @author Sandor Dornbush
*/
public class DoubleBufferTest extends TestCase {
/**
* Tests that the constructor leaves the buffe... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/stats/DoubleBufferTest.java | Java | asf20 | 3,378 |
/**
* Copyright 2009 Google Inc. All Rights Reserved.
*/
package com.google.android.apps.mytracks.stats;
import junit.framework.TestCase;
import java.util.Random;
/**
* This class test the ExtremityMonitor class.
*
* @author Sandor Dornbush
*/
public class ExtremityMonitorTest extends TestCase {
public Extre... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/stats/ExtremityMonitorTest.java | Java | asf20 | 1,813 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/stats/TripStatisticsTest.java | Java | asf20 | 3,920 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/MyTracksTest.java | Java | asf20 | 9,219 |
// Copyright 2010 Google Inc. All Rights Reserved.
package com.google.android.apps.mytracks.testing;
import com.google.android.apps.mytracks.content.MyTracksProviderUtils;
import com.google.android.apps.mytracks.content.MyTracksProviderUtils.Factory;
import android.content.Context;
/**
* A fake factory for {@link ... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/testing/TestingProviderUtilsFactory.java | Java | asf20 | 1,142 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/ChartValueSeriesTest.java | Java | asf20 | 4,544 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/MockMyTracksOverlay.java | Java | asf20 | 1,404 |
/*
* Copyright 2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/util/ChartURLGeneratorTest.java | Java | asf20 | 2,218 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/util/ApiFeaturesTest.java | Java | asf20 | 1,599 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/util/FileUtilsTest.java | Java | asf20 | 2,871 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/util/StringUtilsTest.java | Java | asf20 | 2,980 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/util/ChartsExtendedEncoderTest.java | Java | asf20 | 1,675 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/io/sendtogoogle/ResultDialogFactoryTest.java | Java | asf20 | 4,822 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/io/sendtogoogle/ResultListAdapterTest.java | Java | asf20 | 3,737 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/io/docs/DocsTagBuilderTest.java | Java | asf20 | 2,008 |