Legend:
- Unmodified
- Added
- Removed
-
index.php
r3 r4 12 12 '<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">'. 13 13 '<head><link rel="stylesheet" href="style.css" type="text/css" media="all" />'. 14 '<script type="text/javascript" src="global.js"></script>'.14 //'<script type="text/javascript" src="global.js"></script>'. 15 15 '<title>IS</title> 16 16 </head><body><table class="base"><tr><td class="menu">'; … … 21 21 $Output .= TableList(0); 22 22 $Output .= '</td><td class="main">'; 23 $Output .= 'dd<br /><div>'.Output().'</div><br />dd';23 $Output .= Output(); 24 24 $Output .= '</td></tr></table></body></html>'; 25 25 echo($Output);
Note:
See TracChangeset
for help on using the changeset viewer.