From: <al...@us...> - 2008-10-22 20:18:28
|
Revision: 750 http://sciret.svn.sourceforge.net/sciret/?rev=750&view=rev Author: alpeb Date: 2008-10-22 20:18:20 +0000 (Wed, 22 Oct 2008) Log Message: ----------- Modified Paths: -------------- trunk/config.ini.php trunk/templates/InstallOk.tpl Property Changed: ---------------- trunk/ Property changes on: trunk ___________________________________________________________________ Modified: svn:ignore - log.txt + log.txt config.ini.php Modified: trunk/config.ini.php =================================================================== --- trunk/config.ini.php 2008-10-22 20:06:36 UTC (rev 749) +++ trunk/config.ini.php 2008-10-22 20:18:20 UTC (rev 750) @@ -18,11 +18,11 @@ 'params' => array ( 'host' => 'localhost', - 'dbname' => 'sciret_trunk', + 'dbname' => 'sciret', 'username' => 'root', 'password' => '', ), ), ); -?> +?> \ No newline at end of file Modified: trunk/templates/InstallOk.tpl =================================================================== --- trunk/templates/InstallOk.tpl 2008-10-22 20:06:36 UTC (rev 749) +++ trunk/templates/InstallOk.tpl 2008-10-22 20:18:20 UTC (rev 750) @@ -8,16 +8,25 @@ * @packager Keyboard Monkeys */ --> +<div id="head_top"></div> -<div style="text-align:center"> - <table cellpadding="5" cellspacing="0" border="1" style="margin:5px auto;"> - <tr> - <td style="text-align:center">[l]Installation was successful![/l]<br /> - [l]The superadministrator user was created, with the username 'admin' and password 'admin'[/l]<br /> - </td> - </tr> - <tr> - <td style="text-align:center"><input type="button" value="[l]Enter the Knowledge Base!![/l]" onclick="location.href='index.php'" /></td> - </tr> - </table> +<div id="head"> + <div id="logo"><img src="images/logo.jpg" /></div> </div> + +<div id="container"> + <div id="content"> + <div style="text-align:center; margin-top:40px"> + [l]Installation was successful![/l]<br /> + [l]The superadministrator user was created, with the username 'admin' and password 'admin'[/l]<br /> + </div> + <div style="text-align:center; margin-top:40px"> + <input type="button" value="[l]Enter the Knowledge Base!![/l]" onclick="location.href='index.php'" /> + </div> + </div> +</div> +<div id="foot"> + <p>Copyright (C) 2005-2008 Keyboard Monkeys Ltd. Community as a service (TM)</p> +</div> +</body> +</html> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |