Changeset 204 for trunk/phpbms/info.php
- Timestamp:
- 03/26/07 15:07:58 (5 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/info.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/info.php
r193 r204 4 4 $LastChangedDate$ 5 5 +-------------------------------------------------------------------------+ 6 | Copyright (c) 200 5, Kreotek LLC|6 | Copyright (c) 2004 - 2007, Kreotek LLC | 7 7 | All rights reserved. | 8 8 +-------------------------------------------------------------------------+ … … 71 71 <body> 72 72 <div class="bodyline" id="container"> 73 <h1>Commercial Open Source Business Management Web Application</h1> 73 <h1>About phpBMS</h1> 74 <p>phpBMS is commercial open source, web-based, business management software.</p> 74 75 75 76 <div id="phpBMSLogo" class="box small"> … … 79 80 <div id="companyInfo"> 80 81 <p class="small"> 81 Copyright © 2004 -2007 kreotek, llc. All Rights Reserved. 82 phpBMS, and the phpBMS logo are trademarks of kreotek, llc. 82 Copyright © 2004 -2007 Kreotek, llc. All Rights Reserved. 83 phpBMS, and the phpBMS logo are trademarks of Kreotek, llc. 84 Software is licensed under a <a href="license.txt">modified BSD license</a>. 83 85 </p> 84 86 … … 115 117 116 118 <?php if(!isset($_SESSION["app_path"])) {?> 117 <p class="box"align="right">118 <input type="button" value=" back to login page" class="Buttons" onClick="document.location='index.php'"/>119 <p align="right"> 120 <input type="button" value="Log In" class="Buttons" onClick="document.location='./'" id="loginButton"/> 119 121 </p> 120 122 <?php } ?>