Changeset 712 for trunk/phpbms/install
- Timestamp:
- 01/05/10 09:42:49 (2 years ago)
- Location:
- trunk/phpbms/install
- Files:
-
- 3 modified
-
index.php (modified) (1 diff)
-
install.css (modified) (1 diff)
-
update.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/install/index.php
r703 r712 458 458 information about phpBMS, please visit the <a href="http://www.phpbms.org">phpBMS Project web site</a>. The phpBMS project web site 459 459 has many resources to help you including a user wiki, users forum, and mailing list that can help you.</p> 460 <h3>Paid Customization, Installation, Support Options</h3> 461 <p>Paid technical support and phpBMS customization is available from <a href="http://www.kreotek.com">Kreotek</a>,</p> 460 <h3>Paid Installation and Support Options</h3> 461 <p>Paid technical support and phpBMS customization is available from <a href="http://www.kreotek.com">Kreotek</a></p> 462 463 <h2>Help Make phpBMS Better!</h2> 464 465 <h3>Registration</h3> 466 467 <p> 468 Take the time to register your copy of phpBMS. Registration helps 469 guide future development of the project so we can continue to make 470 focus on the communities needs. 471 </p> 472 <p id="registerP">Take a minute to <a href="kreotek.com/registerphpbms">register your copy of phpBMS</a> today.</p> 473 474 <h3>Contribute</h3> 475 476 <p> 477 phpBMS is true open source software. Contributions in the form of code patches, new modules, 478 documentation, and bug reporting are always appreciated. You can find out more about 479 contributing to the project at <a href="http://www.phpbms.org">community web site</a>. 480 </p> 462 481 463 482 </div> -
trunk/phpbms/install/install.css
r682 r712 114 114 } 115 115 116 #registerP { 117 background:white none repeat scroll 0 0; 118 border:1px solid #CCCCCC; 119 font-size:19px; 120 padding:10px; 121 color: #9F0000; 122 text-align:center; 123 margin: 15px 10px; 124 } 125 116 126 #userpassTable{ 117 127 118 margin: 0auto;128 margin: 10px auto; 119 129 120 130 } -
trunk/phpbms/install/update.php
r703 r712 317 317 has many resources to help you including a user wiki, users forum, and mailing list that can help you.</p> 318 318 <h3>Paid Customization, Update, Support Options</h3> 319 <p>Paid technical support and phpBMS customization is available from <a href="http://www.kreotek.com">Kreotek</a>,</p> 320 319 <p>Paid technical support and phpBMS customization is available from <a href="http://www.kreotek.com">Kreotek</a>.</p> 320 321 <h2>Help Make phpBMS Better!</h2> 322 323 <h3>Registration</h3> 324 325 <p> 326 Take the time to register your copy of phpBMS. Registration helps 327 guide future development of the project so we can continue to make 328 focus on the communities needs. 329 </p> 330 <p id="registerP">Take a minute to <a href="kreotek.com/registerphpbms">register your copy of phpBMS</a> today.</p> 331 332 <h3>Contribute</h3> 333 334 <p> 335 phpBMS is true open source software. Contributions in the form of code patches, new modules, 336 documentation, and bug reporting are always appreciated. You can find out more about 337 contributing to the project at <a href="http://www.phpbms.org">community web site</a>. 338 </p> 321 339 </div> 322 340