| Current Path : /var/www/html/mmishra/indem/WWW-DBA/ |
| Current File : /var/www/html/mmishra/indem/WWW-DBA/tbl_contextlinks.sql |
# phpMyAdmin SQL Dump
# version 2.5.3
# http://www.phpmyadmin.net
#
# Host: localhost
# Generation Time: May 08, 2013 at 10:39 AM
# Server version: 5.0.45
# PHP Version: 5.1.6
#
# Database : `iiita2010`
#
# --------------------------------------------------------
#
# Table structure for table `contextlinks`
#
CREATE TABLE `contextlinks` (
`user_type` varchar(20) NOT NULL default '',
`title` varchar(100) NOT NULL default '',
`href` varchar(200) NOT NULL default ''
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
#
# Dumping data for table `contextlinks`
#
INSERT INTO `contextlinks` VALUES ('*', 'Edit personal information', 'inner.php?conf=editpers');
INSERT INTO `contextlinks` VALUES ('*', 'View your profile', 'inner.php?conf=person');
INSERT INTO `contextlinks` VALUES ('*', 'Register for Student Clubs', 'inner.php?conf=clubreg');
INSERT INTO `contextlinks` VALUES ('*', 'Register for Telephone Directory', 'inner.php?conf=teldir');