Commit 9432d9ccc5472e4551808d0e531c7c6dfa1a0dc6
- Diff rendering mode:
- inline
- side by side
images/icons/add.png
(4 / 0)
Binary files differ
images/icons/delete.png
(5 / 0)
Binary files differ
images/icons/edit.png
(5 / 0)
Binary files differ
install/db/OroDatabase.sql
(14 / 0)
|   | |||
| 1299 | 1299 | -- Zrzut danych tabeli `notatnik` | |
| 1300 | 1300 | -- | |
| 1301 | 1301 | ||
| 1302 | -- -------------------------------------------------------- | ||
| 1302 | 1303 | ||
| 1304 | -- | ||
| 1305 | -- Struktura tabeli dla `ogloszenia` | ||
| 1306 | -- | ||
| 1307 | |||
| 1308 | CREATE TABLE `ogloszenia` ( | ||
| 1309 | `id` int(5) NOT NULL auto_increment, | ||
| 1310 | `autor` varchar(25) collate utf8_polish_ci NOT NULL, | ||
| 1311 | `tytul` varchar(25) collate utf8_polish_ci NOT NULL, | ||
| 1312 | `tresc` varchar(255) collate utf8_polish_ci NOT NULL, | ||
| 1313 | UNIQUE KEY `id` (`id`) | ||
| 1314 | ) ENGINE=MyISAM AUTO_INCREMENT=1; | ||
| 1315 | |||
| 1303 | 1316 | -- -------------------------------------------------------- | |
| 1304 | 1317 | ||
| 1305 | 1318 | -- | |
| … | … | ||
| 1900 | 1900 | `function` text NOT NULL, | |
| 1901 | 1901 | `avatar` varchar(70) NOT NULL default '', | |
| 1902 | 1902 | `contact` varchar(70) NOT NULL default '', | |
| 1903 | `type` enum('gfx','php','head','generic help') COLLATE utf8_polish_ci NOT NULL, | ||
| 1903 | 1904 | KEY `tid` (`tid`) | |
| 1904 | 1905 | ) TYPE=MyISAM AUTO_INCREMENT=1 ; | |
| 1905 | 1906 |
languages/pl/landfill.php
(1 / 1)
|   | |||
| 49 | 49 | } | |
| 50 | 50 | if ($player -> location == 'Ardulith') | |
| 51 | 51 | { | |
| 52 | ddefine('LAND_INFO', 'Opis Pracy w '.$city2); | ||
| 52 | define('LAND_INFO', 'Opis Pracy w '.$city2); | ||
| 53 | 53 | } | |
| 54 | 54 | ||
| 55 | 55 |
templates/team.tpl
(1 / 1)
|   | |||
| 28 | 28 | {/if} | |
| 29 | 29 | ||
| 30 | 30 | {if $Admin == 1} | |
| 31 | <a href="team.php?mode=delete&id={$Member.ID}{$AddrSufix}">{if $Graphstyle == "Y"}<img src="" title="{$smarty.const.TEAM_DELETE}" alt="img_{$smarty.const.TEAM_DELETE}" />{else}{$smarty.const.TEAM_DELETE}{/if}</a> <a href="team.php?mode=modify&id={$Member.ID}{$AddrSufix}">{if $Graphstyle == "Y"}<img src="" title="img_{$smarty.const.TEAM_MODIFY}" alt="{$smarty.const.TEAM_MODIFY}" />{else}{$smarty.const.TEAM_MODIFY}{/if}</a> | ||
| 31 | <a href="team.php?mode=delete&id={$Member.ID}{$AddrSufix}">{if $Graphstyle == "Y"}<img src="images/icons/delete.png" title="{$smarty.const.TEAM_DELETE}" alt="img_{$smarty.const.TEAM_DELETE}" />{else}{$smarty.const.TEAM_DELETE}{/if}</a> <a href="team.php?mode=modify&id={$Member.ID}{$AddrSufix}">{if $Graphstyle == "Y"}<img src="images/icons/edit.png" title="img_{$smarty.const.TEAM_MODIFY}" alt="{$smarty.const.TEAM_MODIFY}" />{else}{$smarty.const.TEAM_MODIFY}{/if}</a> | ||
| 32 | 32 | <br /> | |
| 33 | 33 | {/if} | |
| 34 | 34 | {$smarty.const.TEAM_NAME}: <b>{$Member.Name}</b><br /> |

