<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

  <head>

    <title>APP for iPhone Download Page</title>

    <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>

    <link rel="apple-touch-icon" href="./iui/iui-logo-touch-icon.png" />

    <meta name="apple-touch-fullscreen" content="YES" />

    <style type="text/css" media="screen">@import "./iui/iui.css";</style>

    <script type="application/x-javascript" src="./iui/iui.js"></script>


  </head>

  <body>

    <div class="toolbar">

      <h1 id="pageTitle"></h1>

      <a id="backButton" class="button" href="#"></a>

    </div>


    <div id="home" title="APP store" class="panel" selected="true">

      <h2>KUNAI for iPhone Trial</h2>


      <fieldset>

        <div class="row" onclick="location.href='./trial/trial.mobileprovision'"> //证书位置

          <label>Install Provisioing Profile</label><img src="./trial/provision.png" width="32px" height="32px" style="padding: 4px"/>

        </div>

        <div class="row" onclick="location.href='itms-services://?action=download-manifest&url=https:///trial/manifest.plist'"> //manifest.plist位置

          <label> (Message)</label><img src="./trial/pic.png" width="32px" height="32px" style="padding: 4px"/>

        </div>

        </div>        

      </fieldset>

    </div>

  </body>

</html>