use .tar.bz2 instead of .zip for releases
[grauphel.git] / templates / oauthAuthorize.php
1 <form method="post" action="<?php p($_['formaction']); ?>">
2  <input type="hidden" value="<?php p($_['requesttoken']); ?>" name="requesttoken" />
3  <input type="hidden" value="<?php p($_['oauth_token']); ?>" name="oauth_token" />
4  <p>
5   Shall application FIXME get full access to the notes?
6  </p>
7  <button type="submit" name="auth" value="ok">Yes, authorize</button>
8  <button type="submit" name="auth" value="cancel">No, decline</button>
9 </form>