23 lines
872 B
PHP
23 lines
872 B
PHP
<?php
|
||
/**
|
||
* 桌面首页项(关于官网)
|
||
*/
|
||
defined('HOST') or die ('not access');
|
||
|
||
?>
|
||
|
||
<div align="left" class="list-group">
|
||
<div class="list-group-item list-group-item-success">
|
||
<i class="icon-phone"></i> <?=$itemnowname?>
|
||
</div>
|
||
<div class="list-group-item">
|
||
<div style="line-height:25px">
|
||
软件:信呼<br>
|
||
官网:<a href="<?=URLY?>" target="_blank"><?=URLY?></a><br>
|
||
版本:V<?=VERSION?><br>
|
||
下载:服务端,PC客户端,APP<a href="<?=URLY?>view_down.html" target="_blank">[去下载]</a><br>
|
||
声明:我们是开源的,请遵守我们的<a href="<?=URLY?>view_version.html" target="_blank">开源协议</a>,谢谢!<br>
|
||
帮助:提供开发帮助使用文档<a href="<?=URLY?>help.html" target="_blank">[查看],<a href="<?=URLY?>view_bidu.html" target="_blank">[必读]</a>
|
||
</div>
|
||
</div>
|
||
</div>
|