Changeset 60 for trunk/dictionary.php


Ignore:
Timestamp:
Feb 3, 2009, 10:24:03 PM (15 years ago)
Author:
george
Message:
  • Přidáno: Informace o překladu pro klienta a server přesunuty do samostatné stránky Informace.
  • Upraveno: Grafický vzhled slovníčku.
  • Přidáno: Složky download a české fonty přímo ke stažení.
  • Přidáno: Chybějící javascript soubory.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dictionary.php

    r50 r60  
    6060<title>Projekt překládání textů WoW - slovníček</title>
    6161</head>
    62 <body>');
     62<body style="margin: 0px; font-family: Verdana, Arial, Sans-Serif;">');
    6363 
    6464if(array_key_exists('insert', $_GET))
     
    8686}
    8787
    88 echo('<form action="dictionary.php" method="get">
    89 <table border="1" width="100%">');
     88echo('<form action="dictionary.php" method="get" style="margin: 0px; padding: 0px;">
     89<table style="width: 100%; height: 100%;">');
    9090 
    9191if(array_key_exists('search', $_GET))
     
    105105echo('</td></tr>');
    106106echo('<tr><td>
    107 <div style="  overflow: auto; width: 100%; height: '.$WinWidth.'px;">');
     107<div style="overflow: auto; width: 100%; height: '.$WinWidth.'px;">');
    108108//todo select   
    109109if($Search <> '')
Note: See TracChangeset for help on using the changeset viewer.