[studentbooks09] r153 committed - updated login page to centertables on page

1 view
Skip to first unread message

student...@googlecode.com

unread,
Dec 13, 2010, 9:13:44 PM12/13/10
to student...@googlegroups.com
Revision: 153
Author: mrjoedowns
Date: Mon Dec 13 18:13:03 2010
Log: updated login page to centertables on page
http://code.google.com/p/studentbooks09/source/detail?r=153

Modified:
/trunk/Geekzbookshelf2/StyleSheets/mainStyleSheet.css
/trunk/Geekzbookshelf2/data/dbRetrieval.php

=======================================
--- /trunk/Geekzbookshelf2/StyleSheets/mainStyleSheet.css Sun Dec 12
19:36:31 2010
+++ /trunk/Geekzbookshelf2/StyleSheets/mainStyleSheet.css Mon Dec 13
18:13:03 2010
@@ -105,6 +105,9 @@
height: 74px;
width: 246px;
position:absolute;
+ border-style:solid;
+ border-color:blue;
+ border-width:2px;
}

#searchForm{
=======================================
--- /trunk/Geekzbookshelf2/data/dbRetrieval.php Mon Dec 13 17:35:08 2010
+++ /trunk/Geekzbookshelf2/data/dbRetrieval.php Mon Dec 13 18:13:03 2010
@@ -6,13 +6,13 @@

function openmydb(){
$dbname = "booksnine";
- $dbhost = "hci.cs.sfsu.edu";
+ /*$dbhost = "hci.cs.sfsu.edu";
//$dbhost = "127.0.0.1";
$dbuser = "booksnine";
- $dbpass = "sfulda09";
- /*$dbhost = "localhost";
+ $dbpass = "sfulda09";*/
+ $dbhost = "localhost";
$dbuser = "root";
- $dbpass = "";*/
+ $dbpass = "";
mysql_connect($dbhost, $dbuser, $dbpass); // Connection to MySQL
mysql_select_db($dbname); // Select database
}

Reply all
Reply to author
Forward
0 new messages