html clean up
这个提交包含在:
父节点
ccc6cf1277
当前提交
1394b255d5
共有 1 个文件被更改,包括 18 次插入 和 21 次删除
|
|
@ -1,32 +1,29 @@
|
|||
<div class="container">
|
||||
<h2><?php echo $page_title; ?></h2>
|
||||
|
||||
<?php if(!extension_loaded('xml')) { ?>
|
||||
|
||||
<?php if(!extension_loaded('xml')) { ?>
|
||||
<div class="alert alert-danger" role="alert">
|
||||
You must install php-xml for this to work.
|
||||
</div>
|
||||
|
||||
<div class="alert alert-danger" role="alert">
|
||||
You must install php-xml for this to work.
|
||||
</div>
|
||||
<?php } else { ?>
|
||||
|
||||
<?php } else { ?>
|
||||
<input type="submit" id="btn_update_dxcc" value="Update Dxcc" />
|
||||
|
||||
<input type="submit" id="btn_update_dxcc" value="Update Dxcc" />
|
||||
<div id="dxcc_update_status">Status:</br></div>
|
||||
|
||||
<br/>
|
||||
|
||||
<a href="<?php echo site_url('update/check_missing_dxcc');?>">Check missing DXCC/Countries values</a>
|
||||
<a href="<?php echo site_url('update/check_missing_dxcc/all');?>">[Re-Check ALL]</a>
|
||||
|
||||
<div id="dxcc_update_status">
|
||||
Status:</br>
|
||||
</div>
|
||||
<br/>
|
||||
<a href="<?php echo site_url('update/check_missing_dxcc');?>">Check missing DXCC/Countries values</a>
|
||||
<a href="<?php echo site_url('update/check_missing_dxcc/all');?>">[Re-Check ALL]</a>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
#dxcc_update_status{
|
||||
display: None;
|
||||
}
|
||||
|
||||
</style>
|
||||
<?php } ?>
|
||||
<style>
|
||||
#dxcc_update_status{
|
||||
display: None;
|
||||
}
|
||||
</style>
|
||||
<?php } ?>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用