Changeset 2539 for plugins/openidDelegation/index.php
- Timestamp:
- 08/12/10 23:48:11 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/openidDelegation/index.php
r1761 r2539 3 3 # -- BEGIN LICENSE BLOCK ---------------------------------- 4 4 # This file is part of openidDelegation, a plugin for Dotclear. 5 # 5 # 6 6 # Copyright (c) 2009 Aurélien Bompard <aurelien@bompard.org> 7 # 7 # 8 8 # Licensed under the AGPL version 3.0. 9 9 # A copy of this license is available in LICENSE file or at … … 36 36 throw new Exception(__('No provider.')); 37 37 } 38 38 39 39 if ($openid_provider != "custom") { 40 40 if (empty($openid_username)) { … … 102 102 <h2><?php echo html::escapeHTML($core->blog->name).' › '. 103 103 __('OpenID Delegation'); ?></h2> 104 104 105 <p style="float:right;margin-right:3%;"><a href="http://flattr.com/thing/48108/Dotclear-OpenID-delegation-plugin" target="_blank" style="border:none"> 106 <img src="http://api.flattr.com/button/button-static-50x60.png" alt="Flattr this" title="Flattr this" border="0" /></a></p> 107 105 108 <form method="post" id="openid" action="<?php echo($p_url); ?>"> 106 109 <p><?php echo $core->formNonce(); ?></p> … … 131 134 value="<?php echo __('Save'); ?>" /></p> 132 135 </form> 133 136 134 137 <?php dcPage::helpBlock('openidDelegation');?> 135 138 </body>
Note: See TracChangeset
for help on using the changeset viewer.