本文整理汇总了PHP中Mobile::get_version方法的典型用法代码示例。如果您正苦于以下问题:PHP Mobile::get_version方法的具体用法?PHP Mobile::get_version怎么用?PHP Mobile::get_version使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类Mobile
的用法示例。
在下文中一共展示了Mobile::get_version方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: url
<img src="../pixmaps/top/logo_siem.png" border="0" style="margin:10px 0">
<table align="center" cellspacing='0' cellpadding='0' style="width:300px;background-color:#eeeeee;border-color:#dedede;opacity:0.5;border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;">
<tr id="fullsrc" style="display:none"><td><img src="../pixmaps/1x1.png" height="22px" border="0"></td><tr>
<tr><td>
<ul id="menu">
<li class="button1"><a href="#" ref="status" style="background-image: url('../pixmaps/mobile/icon-status.png');"></a><label>Status</label></li>
<li class="button2"><a href="#" ref="alarms" style="background-image: url('../pixmaps/mobile/icon-alarm.png');"></a><label>Alarms</label></li>
<li class="button3"><a href="#" ref="tickets" style="background-image: url('../pixmaps/mobile/icon-ticket.png');"></a><label>Tickets</label></li>
<li class="button5"><a href="#" ref="unique_siem" style="background-image: url('../pixmaps/mobile/icon-siem_events.png');"></a><label>SIEM</label></li>
<li class="button6"><a href="#" ref="logout" style="background-image: url('../pixmaps/mobile/icon-exit.png');"></a><label>Logout</label></li>
</ul>
</td></tr>
</table>
<div style='border-top: 1px solid #8CC12D; margin: 130px 10px 0px 10px;'>
<span style="margin: 2px 0; float: left; font-size: 10px; color: #CCCCCC;">© Copyright 2012 AlienVault, Inc. - Schema Version <?php
echo Mobile::get_version();
?>
</span>
</div>
</div>
<div id="main" class="additional-block">
<div id="ajax">
<div style="padding-top:10px"><img src='../pixmaps/loading3.gif' align="absmiddle"/> <?php
echo _("Loading remote content, please wait");
?>
</div>
</div>
</div>
</div>
</div>