WSMS Help System

Sample Page Layout

The following is a simple samlple webpage layout to demonstrate the placement of the variables:

<?php include "wsms/wsms-display-functions.php" ?>
<html>
<head>
<title><?php echo $title; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<?php echo $meta; ?>
<?php echo $add_js; ?>
</head>
<body leftmargin="0" topmargin="0" <?php echo $add_body; ?>>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td width="100%" class="header"><?php echo $header; ?></td>
</tr>
<tr>
<td><table border="0" cellspacing="0" cellpadding="5" width="100%">
<tr align="left" valign="top">
<td width="20%"><?php echo $navigation; ?></td>
<td width="80%">
<?php echo $contentHeading; ?><br>
<?php if ($phpEval == "Y") {
eval($content);
} else {
echo $content; }?>
</td>
</tr>
</table></td>
</tr>
<tr>
<td><?php echo $footer; ?>
</td>
</tr>
</table>
</body>
</html>

WSMS v2.650-S
Copyright © 2024, DNS Technology Consultants, Inc.
all rights reserved