Changeset 68 for trunk/StyleCatcher/plugins/StyleCatcher/tmpl/view.tmpl
- Timestamp:
- 06/28/06 09:54:34 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/StyleCatcher/plugins/StyleCatcher/tmpl/view.tmpl
r43 r68 286 286 loadThemes(data.themes, cat); 287 287 288 btn.value = " Find Style";288 btn.value = "<MT_TRANS phrase="Find Style">"; 289 289 btn.disabled = false; 290 290 } … … 397 397 398 398 <p><MT_TRANS phrase="StyleCatcher lets you easily browse through styles and then apply them to your blog in just a few clicks. To find out more about Movable Type styles, or for new sources for styles, visit the <a href='http://www.sixapart.com/movabletype/styles'>Movable Type styles</a> page."> 399 <TMPL_IF NAME=CONFIG_LINK><MT_TRANS phrase=" To change the location of your local theme repository, "><a href="<TMPL_VAR NAME=CONFIG_LINK>"><MT_TRANS phrase="click here."></a></TMPL_IF></p>399 <TMPL_IF NAME=CONFIG_LINK><MT_TRANS phrase=" To change the location of your local theme repository, <a href='<TMPL_VAR NAME=CONFIG_LINK>'> click here."></a></TMPL_IF></p> 400 400 401 401 <script type="text/javascript"> 402 402 if(navigator.userAgent.indexOf("Firefox")!=-1){ 403 403 var versionindex=navigator.userAgent.indexOf("Firefox")+8 404 document.writeln("<p><MT_TRANS phrase="Install <a href='http://greasemonkey.mozdev.org/'>GreaseMonkey</a> "> <a href='<TMPL_VAR NAME=SCRIPT_URL>?__mode=gm<TMPL_IF NAME=BLOG_ID>&blog_id=<TMPL_VAR NAME=BLOG_ID></TMPL_IF>;file=stylecatcher.user.js'><MT_TRANS phrase="StyleCatcher user script."></a></p>");404 document.writeln("<p><MT_TRANS phrase="Install <a href='http://greasemonkey.mozdev.org/'>GreaseMonkey</a>"> <a href='<TMPL_VAR NAME=SCRIPT_URL>?__mode=gm<TMPL_IF NAME=BLOG_ID>&blog_id=<TMPL_VAR NAME=BLOG_ID></TMPL_IF>;file=stylecatcher.user.js'><MT_TRANS phrase="StyleCatcher user script."></a></p>"); 405 405 } 406 406 </script> … … 411 411 <input type="button" id="find-button" value="<MT_TRANS phrase="Find Styles">" onclick="getStyles()" /> 412 412 </form> 413 <p>< MT_TRANS phrase="<strong>NOTE:</strong>It will take a moment for themes to populate once you click 'Find Style'."></p>413 <p><strong><MT_TRANS phrase="NOTE:"></strong> <MT_TRANS phrase="It will take a moment for themes to populate once you click 'Find Style'."></p> 414 414 <p id="status-message" class="message" style="display: none"></p> 415 415 … … 469 469 470 470 <p class="message"> 471 <MT_TRANS phrase="You don't appear to have any weblogs with a "styles-site.css"template that you have rights to edit. Please check your weblog(s) for this template.">471 <MT_TRANS phrase="You don't appear to have any weblogs with a 'styles-site.css' template that you have rights to edit. Please check your weblog(s) for this template."> 472 472 </p> 473 473
