comparison show.php @ 1071:76e11ae923a7

Use long tags.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 24 Jan 2017 17:44:50 +0200
parents 5f92fa5e683a
children 7da8bde9b7be
comparison
equal deleted inserted replaced
1070:e23057465ca2 1071:76e11ae923a7
1 <? 1 <?php
2 // 2 //
3 // FAPWeb - Simple Web-based Demoparty Management System 3 // FAPWeb - Simple Web-based Demoparty Management System
4 // Party information display system 4 // Party information display system
5 // (C) Copyright 2012-2015 Tecnic Software productions (TNSP) 5 // (C) Copyright 2012-2015 Tecnic Software productions (TNSP)
6 // 6 //
28 </div> 28 </div>
29 </noscript> 29 </noscript>
30 30
31 <div class="showView" id="mainView"></div> 31 <div class="showView" id="mainView"></div>
32 32
33 <? 33 <?php
34 cmPrintPageFooter(FALSE); 34 cmPrintPageFooter(FALSE);
35 ?> 35 ?>