recaptha test
This commit is contained in:
27
Zotlabs/Module/auth_sister/reiya/config.inc.php
Normal file
27
Zotlabs/Module/auth_sister/reiya/config.inc.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
$auth_sister_image = 'reiya.png';
|
||||
|
||||
$auth_sister_fpath = './reiya';
|
||||
|
||||
$auth_sister_font = 'HiraginoSans-W0';
|
||||
$auth_sister_fsize = 10;
|
||||
$auth_sister_fx = 100;
|
||||
$auth_sister_fy = 50;
|
||||
|
||||
//妹ヘッダ
|
||||
$auth_sister_header = '<link rel="stylesheet" type="text/css" href="auth_sister/reiya/style.css" />';
|
||||
|
||||
//表示部分
|
||||
$auth_sister_html = '<div class="reiya">
|
||||
<div class="reiyareiya">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><input name="[authID]" type="text" class="reiya_input" id="[authID]" /></td>
|
||||
<td><input name="button" type="submit" class="reiya_submit" id="button" value="送信" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>';
|
||||
|
||||
?>
|
Reference in New Issue
Block a user