Changeset 536 for trunk/includes/Page.php
- Timestamp:
- Apr 23, 2013, 10:42:18 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/Page.php
r535 r536 36 36 } else 37 37 { 38 $Output .= '<span class="MenuItem2"><form action="'.$System->Link('/?action=login').'" method="post"> Jméno: <input type="text" name="LoginUser" size="8 " /> Heslo: <td><input type="password" name="LoginPass" size="8" /> <input type="submit" value="Přihlásit" /></form> <a href="'.$System->Link('/registrace.php').'">Registrace</a></span>'; 38 $Output .= '<span class="MenuItem2"><form action="'.$System->Link('/?action=login').'" method="post"> '. 39 'Jméno: <input type="text" name="LoginUser" size="8 " /> '. 40 'Heslo: <td><input type="password" name="LoginPass" size="8" /> '. 41 '<input type="submit" value="Přihlásit" /></form> '. 42 '<a href="'.$System->Link('/registrace.php').'">Registrace</a></span>'; 39 43 } 40 44 $Output .= '</div>';
Note:
See TracChangeset
for help on using the changeset viewer.