Changeset 259 for quests/export.php
- Timestamp:
- Jan 21, 2008, 6:27:57 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
quests/export.php
r258 r259 218 218 $write_result = fwrite($file_handle, $Buffer); 219 219 fclose($file_handle); 220 header("Location: ".$save_filename);220 // header("Location: ".$save_filename); 221 221 222 222 } 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> 224 229 <a href="'.$save_filename.'">'.$save_filename.'</a>'; 225 230 } … … 233 238 <div style=" border: 2px dotted black; padding: 0px 5px 5px 5px;"> 234 239 <big><b><i>Pro server:</i></b></big><br> 235 <b>Export Questù:</b><br />240 <b>Export Pøekladu:</b><br /> 236 241 <form action="export.php" method="POST"> 237 242 <table border="1" cellpadding="1" cellspacing="0"> … … 291 296 </td></tr> 292 297 </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í)"> 294 299 </form> 295 300 <b>Èeský pøeklad MaNGOS Minimanageru:</b><br />
Note:
See TracChangeset
for help on using the changeset viewer.