replace the content of /ms4w/apps/pmapper-1.2.0/index.html with this one,
it's more cute:
<HTML>
<HEAD>
<TITLE>p.mapper start page</TITLE>
<SCRIPT LANGUAGE="JavaScript1.2">
function openFrames(sizevals, gLanguage, config, startParameters){
var sizearray = sizevals.split('#');
var winwidth = parseInt(sizearray[0]);
var winheight = parseInt(sizearray[1]);
var winsize = sizearray[2];
myw=window.open("frameview.phtml?winsize=" + winsize + "&language=" +
gLanguage + "&config=" + config + startParameters, "MapServerTestSuite",
"width=" + winwidth + ",height=" + winheight +
",menubar=no,scrollbar=auto,resizable=yes,top=0,left=0,status=yes");
}
</SCRIPT>
<style type="text/css">
<!--
body {font-size: 12px;font-family: ARIAL,HELVETICA;SANS-SERIF;color:
#FFFFFF;background: #003366;cursor: default;}
a {color: #FFFFFF; text-align: left; text-decoration: none;}
a:hover {text-decoration: underline;}
a:visited {color: #FFFFFF;}
td {font-size: 12px; font-family: Arial, Helvetica, sans-serif; color:
#FFFFFF;}
-->
</style>
</HEAD>
<BODY text="white">
<table width="100%" bgcolor="#FFFFFF">
<tr><td> images/logo.gif </td></tr>
</table>
<table width="1%">
<tr><td NOWRAP><h2>Welcome to p.mapper 1.2.0 (MS4W package)</h2></td></tr>
<tr><td>P.mapper application offers broad functionality and multiple
configurations in order to facilitate the setup of a MapServer webmapping
tool based on PHP/MapScript.<br>
Links below start the application demo loaded by default, check
documentation how to make your own projects. Enjoy!<br><br>
please change <tt>session.use_trans_sid</tt> setting to 1 in your PHP.ini
file at section <tt>[session]</tt> before running</tr></td>
<tr><td><br><br><br><br></tr></td>
<tr align="center"><td><h4>view demo</h4>
<table cellspacing="6" style="border-style: solid; border-width: 1px;
padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom:
1px">
<tr align="center"><td> english </td>
<td> german </td>
<tr align="center"><td> french </td>
<td> italian </td></table>
</tr></td>
</table>
<br><br><br><br><br><br><br><br><br><br><hr>
<font size="1">p.mapper MS4W version packaged by toni
</BODY>
</HTML>
--
View this message in context:
http://www.nabble.com/pmapper-1.2.0-package-for-MS4W-tf1884448.html#a5156341
Sent from the Pmapper-users forum at Nabble.com.