comparison index.php @ 30:0e59b8c54d84

Indentation fixes.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 29 Mar 2018 12:18:13 +0300
parents 0abb8333f7dc
children f5b4459f4373
comparison
equal deleted inserted replaced
29:0abb8333f7dc 30:0e59b8c54d84
175 else 175 else
176 uasort($matDataTable, "stSortMatFunc"); 176 uasort($matDataTable, "stSortMatFunc");
177 177
178 178
179 // Print page header 179 // Print page header
180 cmPrintPageHeader($pageTitle, " 180 cmPrintPageHeader($pageTitle, " <meta name=\"robots\" content=\"nofollow\" />
181 <meta name=\"robots\" content=\"nofollow\" /> 181 <style type=\"text/css\">
182 <style type=\"text/css\">
183 td a.matToggle { 182 td a.matToggle {
184 display: inline-block; 183 display: inline-block;
185 background: black; 184 background: black;
186 width: 1em; 185 width: 1em;
187 font-size: 1.2em; 186 font-size: 1.2em;
200 } 199 }
201 200
202 td a.matToggle.inactive { 201 td a.matToggle.inactive {
203 color: red !important; 202 color: red !important;
204 } 203 }
205 </style> 204 </style>
206 "); 205 ");
207 206
208 echo 207 echo
209 "<h1>".$pageTitle."</h1>\n". 208 "<h1>".$pageTitle."</h1>\n".
210 "<form action=\"".$pageIndex."\" method=\"get\">\n". 209 "<form action=\"".$pageIndex."\" method=\"get\">\n".