Changeset 259 for quests/export.php


Ignore:
Timestamp:
Jan 21, 2008, 6:27:57 PM (17 years ago)
Author:
maron
Message:

Opravy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quests/export.php

    r258 r259  
    218218        $write_result = fwrite($file_handle, $Buffer);
    219219        fclose($file_handle);
    220         header("Location: ".$save_filename);
     220      //  header("Location: ".$save_filename);
    221221
    222222      } else echo 'Vyskitla se chyba!';
    223       echo 'Pokud nezaèalo stahování soubor by mìlo jít stáhnout z tohoto odkazu:<br>
     223      echo '
     224        <script type="text/javascript" language="JavaScript" charset="iso-8859-2">
     225            setTimeout("parent.location.href=\''.$save_filename.'\'",1000)
     226        </script>
     227     
     228      Pokud nezaèalo stahování soubor by mìlo jít stáhnout z tohoto odkazu:<br>
    224229      <a href="'.$save_filename.'">'.$save_filename.'</a>';
    225230  }   
     
    233238<div style="    border: 2px dotted black;       padding: 0px 5px 5px 5px;">
    234239  <big><b><i>Pro server:</i></b></big><br>
    235   <b>Export Questù:</b><br />
     240  <b>Export Pøekladu:</b><br />
    236241  <form action="export.php" method="POST">
    237242    <table border="1" cellpadding="1" cellspacing="0">
     
    291296      </td></tr>
    292297    </table>
    293     <br><input type="submit" value="Generovat SQL soubor pøekladu"> (Sta¾ení)
     298    <br><input type="submit" value="Generovat SQL soubor pøekladu  (Sta¾ení)">
    294299  </form> 
    295300  <b>Èeský pøeklad MaNGOS Minimanageru:</b><br />
Note: See TracChangeset for help on using the changeset viewer.