Changeset 553 for trunk


Ignore:
Timestamp:
Mar 29, 2009, 4:10:34 PM (16 years ago)
Author:
barny
Message:

Úprava registrací a uptime scriptu

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/inc/server.php

    r551 r553  
    8282      {
    8383           include("inc/db.php");
    84         $this -> db -> select_db($db_realmd);
     84        $this -> db -> select_db($db_mangos);
    8585        $row = $this -> db -> query('SELECT `starttime`, `uptime` FROM `uptime` ORDER BY `starttime` DESC LIMIT 1') ->fetch_array();
    8686        $uptime = round($row["uptime"] / 3600);
  • trunk/pages/register.php

    r547 r553  
    55<table align="center" width="520">
    66          <tr><th align="center"><img src="./imgs/logoreg.png"</th></tr>
    7           <tr><th align="center"><img src="./imgs/textreg.png"</th></tr>
     7         
    88          <tr><td align="center"><br>
    99         
  • trunk/styles/style.css

    r551 r553  
     1<<<<<<< .mine
     2/* CSS Document */
     3body {
     4height: 100%;
     5background-color: black;
     6margin-top: -10px;
     7        }
     8#page      {
     9            width: 982px;
     10            min-height:100%;
     11            height:auto !important;
     12            height:100%;
     13            background-image: url(../imgs/web/middle.jpg);
     14            position: absolute;
     15            top: 0px;
     16            right: 50%;
     17            margin-right: -491px;
     18            margin-bottom: 0px;
     19            }
     20#top       {
     21            top: 174px;
     22            height: 90px;
     23            background-image: url(../imgs/web/top_menu.jpg);
     24            }
     25#footer     {
     26            position: absolute;
     27            top: 100%;
     28            width: 982px;
     29            height: 100px;
     30            margin-top: -100px;
     31            background-image: url(../imgs/web/bottom.jpg);
     32            z-index: 1;
     33            }
     34#copyright    {
     35            margin-left: 140px;
     36                        font-size:12px;
     37            }
     38#menu       {
     39            top: 200px;
     40            width: 150px;
     41            margin-left: 110px;
     42            margin-top: -50px;
     43            height: auto;
     44            text-align: justify;
     45            padding-bottom: 100px;
     46            z-index: 5;
     47            float: left;
     48            }
     49#content    {
     50            top: 200px;
     51            width: 540px;
     52            margin-left: 60px;
     53            margin-top: -50px;
     54            height: auto;
     55            text-align: justify;
     56            padding-bottom: 100px;
     57            z-index: 5;
     58            float: left;
     59            } 
     60#mainmenu a {
     61          display: block;
     62          width: 150px;
     63          height: 33px;
     64          line-height: 33px;
     65          margin-top: -21px;
     66          overflow: hidden;
     67          color: white;
     68          font-weight: bold;
     69          font-family: Verdana;
     70          font-size: 12px;
     71          background-image: URL('../imgs/web/deselected.jpg');
     72          text-decoration: none;
     73          text-align: center;
     74          margin-bottom: 1px;
     75          }
     76=======
    177body
    278{
     
    90166}
    91167
     168>>>>>>> .r552
    92169#mainmenu a:hover
    93170{
Note: See TracChangeset for help on using the changeset viewer.