* ajusted views.

* changed css names.
This commit is contained in:
Catouse
2014-03-27 14:40:55 +08:00
parent 99c8a0554e
commit ad3a1c29b8
107 changed files with 917 additions and 768 deletions
+6 -6
View File
@@ -1,24 +1,24 @@
<?php include '../../common/view/header.html.php';?>
<form method='post' target='hiddenwin' id='dataform'>
<table class='table-1'>
<form class='form-condensed' method='post' target='hiddenwin' id='dataform'>
<table class='table table-form'>
<caption><?php echo $lang->sso->edit;?></caption>
<tr>
<th class='rowhead'><?php echo $lang->sso->title;?></th>
<th><?php echo $lang->sso->title;?></th>
<td><?php echo html::input('title', $auth->title, "class='form-control'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->sso->code;?></th>
<th><?php echo $lang->sso->code;?></th>
<td><?php echo $code;?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->sso->key;?></th>
<th><?php echo $lang->sso->key;?></th>
<td>
<?php echo html::input('key', $auth->key, "class='form-control' readonly='readonly'");?>
<?php echo html::a('javascript:void(0)', $lang->sso->createKey, '', 'onclick="createKey()"')?>
</td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->sso->ip;?></th>
<th><?php echo $lang->sso->ip;?></th>
<td><?php echo html::input('ip', $auth->ip, "class='text-5'");?></td>
</tr>
<tr><td colspan='2' class='text-center'><?php echo html::submitButton() . html::backButton();?></td></tr>