| 307 | | <input type="radio" id="dynamicity-sync" name="dynamicity" value="none" <mt:if name="dynamicity" eq="none"> checked="checked"</mt:if>/> |
|---|
| 308 | | <label for="dynamicity-sync"><__trans phrase="Static Publishing"> <span class="hint"><__trans phrase="Publish all files statically."></span></label> |
|---|
| 309 | | </li> |
|---|
| 310 | | <mt:if name="publish_queue"> |
|---|
| 311 | | <li> |
|---|
| 312 | | <input type="radio" id="dynamicity-async" name="dynamicity" value="async_all" <mt:if name="dynamicity" eq="async_all"> checked="checked"</mt:if>/> |
|---|
| 313 | | <label for="dynamicity-async"><__trans phrase="Asynchronous Publishing"> <span class="hint"><__trans phrase="Publish all files via the asynchronous job queue."></span></label> |
|---|
| | 303 | <input type="checkbox" id="dynamic_cache" name="dynamic_cache" <mt:if name="dynamic_caching">checked="checked"</mt:if>/> |
|---|
| | 304 | <label for="dynamic_cache"><__trans phrase="Enable dynamic cache"></label> |
|---|
| 316 | | <input type="radio" id="dynamicity-partialasync" name="dynamicity" value="async_partial" <mt:if name="dynamicity" eq="async_partial"> checked="checked"</mt:if>/> |
|---|
| 317 | | <label for="dynamicity-partialasync"><__trans phrase="High Priority Static Publishing"> <span class="hint"><__trans phrase="Publish main index template and all individual archive templates statically, and publish all other files asynchronously."></span></label> |
|---|
| 318 | | </li> |
|---|
| 319 | | </mt:if> |
|---|
| 320 | | <li> |
|---|
| 321 | | <input type="radio" id="dynamicity-dynamic" name="dynamicity" value="all" <mt:if name="dynamicity" eq="all"> checked="checked"</mt:if>/> |
|---|
| 322 | | <label for="dynamicity-dynamic"><__trans phrase="Dynamic Publishing"> <span class="hint"><__trans phrase="Publish all files dynamically."></span></label> |
|---|
| 323 | | </li> |
|---|
| 324 | | <li> |
|---|
| 325 | | <input type="radio" id="dynamicity-archives" name="dynamicity" value="archives" <mt:if name="dynamicity" eq="archives"> checked="checked"</mt:if>/> |
|---|
| 326 | | <label for="dynamicity-archives"><__trans phrase="Dynamic Archives Only"> <span class="hint"><__trans phrase="Publish all archives dynamically. Publish all other files statically."></span></label> |
|---|
| 327 | | </li> |
|---|
| 328 | | <li> |
|---|
| 329 | | <input type="radio" id="dynamicity-custom" name="dynamicity" value="custom" <mt:if name="dynamicity" eq="custom"> checked="checked"</mt:if>/> |
|---|
| 330 | | <label for="dynamicity-custom"><__trans phrase="Custom"> <span class="hint"><__trans phrase="Publishing options are configured on a template-by-template basis."></span></label> |
|---|
| | 307 | <input type="checkbox" id="dynamic_conditional" name="dynamic_conditional" <mt:if name="dynamic_conditional">checked="checked"</mt:if>/> |
|---|
| | 308 | <label for="dynamic_conditional"><__trans phrase="Enable conditional retrieval"></label> |
|---|
| 333 | | </mtapp:setting> |
|---|
| 334 | | |
|---|
| 335 | | <mt:unless name="hide_build_option"> |
|---|
| 336 | | <div id="dynamic_options_area"<mt:if name="dynamic_none"> style="display:none;"</mt:if>> |
|---|
| 337 | | |
|---|
| 338 | | <mtapp:setting |
|---|
| 339 | | id="dynamic_publishing_options" |
|---|
| 340 | | label="<__trans phrase="Dynamic Publishing Options">"> |
|---|
| 341 | | <ul> |
|---|
| 342 | | <li> |
|---|
| 343 | | <input type="checkbox" id="dynamic_cache" name="dynamic_cache" <mt:if name="dynamic_caching">checked="checked"</mt:if>/> |
|---|
| 344 | | <label for="dynamic_cache"><__trans phrase="Enable dynamic cache"></label> |
|---|
| 345 | | </li> |
|---|
| 346 | | <li> |
|---|
| 347 | | <input type="checkbox" id="dynamic_conditional" name="dynamic_conditional" <mt:if name="dynamic_conditional">checked="checked"</mt:if>/> |
|---|
| 348 | | <label for="dynamic_conditional"><__trans phrase="Enable conditional retrieval"></label> |
|---|
| 349 | | </li> |
|---|
| 350 | | </ul> |
|---|
| 351 | | </mtapp:setting> |
|---|
| 352 | | |
|---|
| 353 | | </div> |
|---|
| | 311 | </mtapp:setting> |
|---|
| | 312 | |
|---|
| | 313 | </fieldset> |
|---|