diff options
author | redmatrix <git@macgirvin.com> | 2016-07-15 16:31:21 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-15 16:31:21 -0700 |
commit | f3aff45042096ab113b77492c0018d5e6b47c7e4 (patch) | |
tree | daf992026629ed85afc6ff843243e1bd53b2d2cf /view/tpl/settings_tokens.tpl | |
parent | d6d94d94273a954735927179585ca4c0156d8a74 (diff) | |
download | volse-hubzilla-f3aff45042096ab113b77492c0018d5e6b47c7e4.tar.gz volse-hubzilla-f3aff45042096ab113b77492c0018d5e6b47c7e4.tar.bz2 volse-hubzilla-f3aff45042096ab113b77492c0018d5e6b47c7e4.zip |
provide examples for using access tokens in urls
Diffstat (limited to 'view/tpl/settings_tokens.tpl')
-rw-r--r-- | view/tpl/settings_tokens.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/tpl/settings_tokens.tpl b/view/tpl/settings_tokens.tpl index a81d65dfc..6819a2e58 100644 --- a/view/tpl/settings_tokens.tpl +++ b/view/tpl/settings_tokens.tpl @@ -4,6 +4,10 @@ <div class="clear"></div> </div> <div class="atoken-text descriptive-text">{{$desc}}</div> + <div class="atoken-text descriptive-text">{{$desc2}}</div> + <div class="atoken-example">{{$url1}}<span class="zat-example">&f=&zat=<span class="token-mirror"></span></span></div> + <div class="atoken-example">{{$url2}}<span class="zat-example">&f=&zat=<span class="token-mirror"></span></span></div> + <br /> <form action="settings/tokens" id="settings-account-form" method="post" autocomplete="off" > <input type='hidden' name='form_security_token' value='{{$form_security_token}}'> {{if $atoken}}<input type="hidden" name="atoken_id" value="{{$atoken.atoken_id}}" />{{/if}} |