Exemplo n.º 1
0
function GetAnliList($text)
{
    return httpURL('cmd1=getword&cmd2=getanli_list&cmd3=', $text, TRUE);
}
Exemplo n.º 2
0
      }
      ul {
        font-family: Verdana, Helvetica, sans-serif;
        list-style-type: none;
      }
      #qrcode {
        float: right;
        clear: right;
        margin-right: 20px;
      }
    </style>
  </head>
  <body>
    <h1>WebID Verification Demo</h1>
    <?php 
$_QR = getRequest(sprintf("%s/qrcode?data=%s", apiURL(), urlencode(httpURL())));
if ($_QR != '') {
    ?>
    <div id="qrcode"><img alt="QRcode image" src="data:image/jpg;base64,<?php 
    print $_QR;
    ?>
" /></div>
    <?php 
}
?>
    <div>
      This will check the WebID watermark in your X.509 Certificate.<br/><br/>
      This service supports WebIDs based on the following URI schemes (more to come):
      <ul>
      	<li>* <b>acct</b>, e.g: <span style="font-size: 80%; color: #1DA237;">acct:ExampleUser@id.example.com</span></li>
      	<li>* <b>http</b>, e.g: <span style="font-size: 80%; color: #1DA237;">http://id.example.com/person/ExampleUser#this</span></li>