blob: 5d4023b33f1666c403b4a1d939391a5a56eda861 (
plain)
1
2
3
4
5
6
7
8
9
|
<form method="post" action="<?php p($_['formaction']); ?>">
<input type="hidden" value="<?php p($_['requesttoken']); ?>" name="requesttoken" />
<input type="hidden" value="<?php p($_['oauth_token']); ?>" name="oauth_token" />
<p>
Shall application FIXME get full access to the notes?
</p>
<button type="submit" name="auth" value="ok">Yes, authorize</button>
<button type="submit" name="auth" value="cancel">No, decline</button>
</form>
|