Changeset 127 for trunk/form.php


Ignore:
Timestamp:
Feb 23, 2009, 1:18:38 PM (15 years ago)
Author:
george
Message:
  • Opraveno: Další validace kódů XHTML strict.
  • Upraveno: Vzhled tabulek upraven na třídu BaseTable. Zobrazování stylů v prohlížeči IE7.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/form.php

    r120 r127  
    4646  if ($version['count(*)'] > 1)
    4747  {
    48     echo('<form action="comparison.php" method="get"><a href="TranslationList.php?group='.$GroupId.'&amp;action=searchentry&amp;ID='.$Line['entry'].'" Title="Zobrazit všechny verze tohoto překladu">Počet verzí: <b>'.$version['count(*)'].'</b></a> 
     48    echo('<form action="comparison.php" method="get"><a href="TranslationList.php?group='.$GroupId.'&amp;action=searchentry&amp;ID='.$Line['entry'].'">Počet verzí: <strong>'.$version['count(*)'].'</strong></a> 
    4949            <input type="hidden" name="group" value="'.$GroupId.'" />
    5050            <input type="hidden" name="entry" value="'.$Line['entry'].'" />
     
    6262  } else
    6363  {
    64           echo('<a href="TranslationList.php?group='.$GroupId.'&amp;action=searchentry&amp;ID='.$Line['entry'].'" Title="Zobrazit všechny verze tohoto překladu">Počet verzí: <b>'.$version['count(*)'].'</b></a>');
     64          echo('<a href="TranslationList.php?group='.$GroupId.'&amp;action=searchentry&amp;ID='.$Line['entry'].'">Počet verzí: <strong>'.$version['count(*)'].'</strong></a>');
    6565  }
    6666
     
    8181    <input type="hidden" name="user" value="'.$User.'" />
    8282    <input type="hidden" name="ID" value="'.$TextID.'" />
    83     <table border="1" cellpadding="1" cellspacing="0">
     83    <table class="BaseTable">
    8484      <tr>
    8585        <th>Číslo textu: '.$WowheadLink.'</th>
Note: See TracChangeset for help on using the changeset viewer.