Changeset 62 for trunk/Options.php
- Timestamp:
- Feb 4, 2009, 10:43:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Options.php
r49 r62 27 27 $Line = mysql_fetch_array($Database->SQLCommand("SELECT * FROM user WHERE ID = ".$_SESSION['UserID'])); 28 28 echo('<form action="Options.php" method="post"> 29 <fieldset><legend>Nastavení uživatele</legend> 29 30 <table> 30 31 <tr> … … 53 54 <th><input type="submit" value="Uložit" /></th> 54 55 </tr> 55 </table> 56 </table></fieldset> 56 57 </form>'); 57 58 }
Note:
See TracChangeset
for help on using the changeset viewer.