Changeset 21 for trunk/index.php
- Timestamp:
- Dec 26, 2018, 12:03:43 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r20 r21 64 64 function ShowDanceList() 65 65 { 66 $Output = '< h4 style="text-align: center;">Tance:</h4>';66 $Output = '<div class="title">Tance</div>'; 67 67 $Output .= '<table class="WideTable">'; 68 68 $Output .= '<tr><th>Název</th><th>Skupina</th>'; … … 97 97 function ShowSchoolList() 98 98 { 99 $Output = '< h4 style="text-align: center;">Taneční školy:</h4>';99 $Output = '<div class="title">Taneční školy</div>'; 100 100 $Output .= '<table class="WideTable">'; 101 101 $Output .= '<tr><th>Název</th><th>Webové stránky</th><th>Adresa</th>'; … … 185 185 }'. 186 186 '</script>'; 187 $Output .= '< h4 style="text-align: center;">Inzeráty:</h4>';187 $Output .= '<div class="title">Inzeráty</div>'; 188 188 $Output .= '<div class="btn-group ma3">'. 189 189 '<div class="label-box">Pohlaví</div>'.
Note:
See TracChangeset
for help on using the changeset viewer.