root/branches/release-39/plugins/TypePadAntiSpam/tmpl/system.tmpl @ 2461

Revision 2461, 1.5 kB (checked in by bchoate, 18 months ago)

Checkin of TypePad AntiSpam plugin; MT version bump.

Line 
1<div class="field field-left-label pkg">
2    <div class="field-inner">
3        <div class="field-header">
4            <label for="tpas_api_key"><MT_TRANS phrase="API Key"></label>
5        </div>
6        <div class="field-content">
7            <div class="textarea-wrapper"><input type="text" size="15" id="tpas_api_key" name="api_key" value="<TMPL_VAR NAME=API_KEY ESCAPE=HTML>" /></div>
8            <TMPL_UNLESS NAME=API_KEY>
9            <p class="hint"><MT_TRANS phrase="To enable this plugin, you'll need a free TypePad AntiSpam API key. You can <strong>get your free API key at [_1]antispam.typepad.com[_2]</strong>. Once you have your key, return to this page and enter it in the field below." params='<a href="http://antispam.typepad.com/" target="_blank">%%</a>'></p>
10            </TMPL_UNLESS>
11        </div>
12    </div>
13</div>
14<div class="field field-left-label pkg">
15    <div class="field-inner">
16        <div class="field-header">
17            <label for="tpas_service_host"><MT_TRANS phrase="Service Host"></label>
18        </div>
19        <div class="field-content">
20            <div class="textarea-wrapper"><input type="text" size="40" name="service_host" id="tpas_service_host" value="<TMPL_VAR NAME=SERVICE_HOST ESCAPE=HTML>" /></div>
21            <p class="hint"><MT_TRANS phrase="The default service host for TypePad AntiSpam is api.antispam.typepad.com. You should only change this if you are using a different service that is compatible with the TypePad AntiSpam API."></p>
22        </div>
23    </div>
24</div>
Note: See TracBrowser for help on using the browser.