Changeset 60 for trunk/dictionary.php
- Timestamp:
- Feb 3, 2009, 10:24:03 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dictionary.php
r50 r60 60 60 <title>Projekt překládání textů WoW - slovníček</title> 61 61 </head> 62 <body >');62 <body style="margin: 0px; font-family: Verdana, Arial, Sans-Serif;">'); 63 63 64 64 if(array_key_exists('insert', $_GET)) … … 86 86 } 87 87 88 echo('<form action="dictionary.php" method="get" >89 <table border="1" width="100%">');88 echo('<form action="dictionary.php" method="get" style="margin: 0px; padding: 0px;"> 89 <table style="width: 100%; height: 100%;">'); 90 90 91 91 if(array_key_exists('search', $_GET)) … … 105 105 echo('</td></tr>'); 106 106 echo('<tr><td> 107 <div style=" overflow: auto;width: 100%; height: '.$WinWidth.'px;">');107 <div style="overflow: auto; width: 100%; height: '.$WinWidth.'px;">'); 108 108 //todo select 109 109 if($Search <> '')
Note:
See TracChangeset
for help on using the changeset viewer.