| 1 |
<?php |
| 2 |
/** |
| 3 |
* about.php |
| 4 |
* |
| 5 |
* Shows the about page at the admin panel. |
| 6 |
* |
| 7 |
* PHP versions 5 |
| 8 |
* |
| 9 |
* @category UserAccessManager |
| 10 |
* @package UserAccessManager |
| 11 |
* @author Alexander Schneider <alexanderschneider85@googlemail.com> |
| 12 |
* @copyright 2008-2010 Alexander Schneider |
| 13 |
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 |
| 14 |
* @version SVN: $Id$ |
| 15 |
* @link http://wordpress.org/extend/plugins/user-access-manager/ |
| 16 |
*/ |
| 17 |
|
| 18 |
?> |
| 19 |
<div class="wrap"> |
| 20 |
<h2><?php echo TXT_UAM_ABOUT; ?></h2> |
| 21 |
<div id="poststuff"> |
| 22 |
<div class="postbox"> |
| 23 |
<h3 class="hndle"><?php echo TXT_UAM_HOW_TO_SUPPORT; ?></h3> |
| 24 |
<div class="inside"> |
| 25 |
<p><?php echo TXT_UAM_SEND_REPORTS; ?></p> |
| 26 |
<p><?php echo TXT_UAM_MAKE_TRANSLATION; ?></p> |
| 27 |
<p> |
| 28 |
<?php echo TXT_UAM_DONATE; ?><br/> |
| 29 |
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=1947052"> |
| 30 |
<img style="margin:4px 0;" alt="Make payments with PayPal - it's fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" /> |
| 31 |
</a> |
| 32 |
</p> |
| 33 |
<p><?php echo TXT_UAM_PLACE_LINK; ?></p> |
| 34 |
</div> |
| 35 |
</div> |
| 36 |
<div class="postbox"> |
| 37 |
<h3 class="hndle"><?php echo TXT_UAM_THANKS; ?></h3> |
| 38 |
<div class="inside"> |
| 39 |
<p> |
| 40 |
<strong><?php echo TXT_UAM_SPECIAL_THANKS; ?></strong><br/> |
| 41 |
<br/> |
| 42 |
<?php echo TXT_UAM_THANKS_TO; ?> Luke Crouch, Juan Rodriguez, mkosel, Jan, GeorgWP, Ron Harding, Zina, Erik Franzén, Ivan Marevic, Jürgen Wiesenbauer, Patric Schwarz, Mark LeRoy, Huska, macbidule, Helmut, -sCo-, Hadi Mostafapour, Diego Valobra, PoleeK, Konsult, Mesut Soylu <?php echo TXT_UAM_THANKS_OTHERS; ?>. |
| 43 |
</p> |
| 44 |
</div> |
| 45 |
</div> |
| 46 |
</div> |
| 47 |
</div> |