Changeset 310 for trunk/Options.php
- Timestamp:
- Jan 31, 2010, 10:34:29 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Options.php
r308 r310 78 78 echo(' <fieldset><legend>Překladatelský tým</legend>'); 79 79 $ID = $Database->SQLCommand('SELECT * FROM `Team`'); 80 echo('<a href="team.php?create">Vytvořit překladatelský tým</a><br /><br /> 81 <form action="team.php" method="get">'. 80 echo('<a href="team.php?action=create">Vytvořit tým</a><br />'. 81 '<a href="team.php?action=leave">Opustit tým</a><br />'. 82 '<br /><form action="team.php" method="get">'. 82 83 '<input type="hidden" name="action" value="gointeam"/>'. 83 84 '<select name="id">');
Note:
See TracChangeset
for help on using the changeset viewer.