View of /trunk/_templates/flex/credits.page.tpl.php
Parent Directory
|
Revision Log
Revision 12 -
(download)
(annotate)
Tue Jan 20 01:32:27 2009 UTC (4 years, 4 months ago) by pith7
File size: 1899 byte(s)
Tue Jan 20 01:32:27 2009 UTC (4 years, 4 months ago) by pith7
File size: 1899 byte(s)
[Added] Primitive news system [Added] HTML purifier for the comments on the news system [Added] Complete re-do of the front page. Now has a slide show and a slightly screwy list of helpful links for users. [Added] SmoothGallery 3rd party java lib to run the slideshow [Added] Broken currency system [Added] Instructions page for connecting to the grid. [Added] Version page [Added] Credits [Added] INSERT ... ON DUPLICATE KEY UPDATE method for DB::EasyInsert [Added] Very very broken economy class stolen from OpenSimWI [Added] New /loginscreen/! [Fixed] Broken maps [Fixed] Slow map loading
<? /** * Credits page in the ACP. * * Copyright (c) 2009 FlexCP Contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. * * @author PiTh7 <friedfrogs888@yahoo.com> * @package FlexCP * @subpackage Administration * @version $Id$ */ $this->display('admin/mainnav.tpl.php'); $contrib = array( 'PiTh7' => '<ul><li>Code implementation</li><li>Planning</li><li>Project administration</li></ul>', 'Torrance Miles' => 'Bug reporter <ul><li>Bug track #122</li></ul>' ); ?> <fieldset> <legend> Credits </legend> <h2>FlexCP Contributors</h2> <table> <tr> <th> Name </th> <th> Role </th> </tr> <? foreach($contrib as $name => $roles): ?> <tr> <th> <?=$name?> </th> <td> <?=$roles?> </td> </tr> <? endforeach;?> </table> </fieldset> </fieldset>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

