这个提交包含在:
Andy Smith 2011-08-19 21:38:31 +01:00
当前提交 f10a604b29
共有 3 个文件被更改,包括 3 次插入2 次删除

查看文件

@ -9,7 +9,7 @@ $config['google_maps_api'] = "ABQIAAAA74tY2H5PTGpzLdnwXQmLXxTAaiXfF7TN3brq2P-N4w
/* User options */ /* User options */
// Use authentication? // Use authentication?
$config['use_auth'] = false; $config['use_auth'] = true;
// User table // User table
$config['auth_table'] = "users"; $config['auth_table'] = "users";
// Minimum user level required // Minimum user level required

查看文件

@ -303,7 +303,7 @@ function settime () {
<?php if($info->qra == "Y") { ?> <?php if($info->qra == "Y") { ?>
<td><input id="locator" type="text" name="locator" value="" size="7" /></td> <td><input id="locator" type="text" name="locator" value="" size="7" /></td>
<?php } ?> <?php } ?>
<td><div class="controls"><input type="submit" value="Add QSO" /></div></td> <td><input type="submit" value="Add QSO" /></td>
</tr> </tr>
</table> </table>

查看文件

@ -15,6 +15,7 @@
// Accordion // Accordion
$("#tabs").tabs(); $("#tabs").tabs();
$( "button, input:submit", ".wrap_content" ).button(); $( "button, input:submit", ".wrap_content" ).button();
$( "button, input:submit", ".contest_wrap" ).button();
$( "#admin" ).click(function() { $( "#admin" ).click(function() {
$( "#submenu" ).toggle( 'blinds', null, 500 ); $( "#submenu" ).toggle( 'blinds', null, 500 );
$( "#clear" ).toggle( 'blinds', null, 500 ); $( "#clear" ).toggle( 'blinds', null, 500 );