Changeset 883
- Timestamp:
- 12/11/06 23:21:05 (2 years ago)
- Files:
-
- branches/wheeljack/tmpl/cms/backup_restore.tmpl (modified) (6 diffs)
- branches/wheeljack/tmpl/cms/edit_entry.tmpl (modified) (4 diffs)
- branches/wheeljack/tmpl/cms/footer.tmpl (modified) (1 diff)
- branches/wheeljack/tmpl/cms/menu.tmpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/wheeljack/tmpl/cms/backup_restore.tmpl
r878 r883 57 57 <div class="field"> 58 58 <p> 59 <TMPL_IF NAME=TARGZ><input type="radio" id="tar.gz" name="backup_archive_format" value="1" checked="checked" > <label for="tar.gz"><MT_TRANS phrase="tar.gz"></label></TMPL_IF>60 <TMPL_IF NAME=ZIP><input type="radio" id="zip" name="backup_archive_format" value="2" > <label for="zip"><MT_TRANS phrase="zip"></label></TMPL_IF>61 <input type="radio" id="no_archive" name="backup_archive_format" value="0" > <label for="no_archive"><MT_TRANS phrase="Don't compress"></label>59 <TMPL_IF NAME=TARGZ><input type="radio" id="tar.gz" name="backup_archive_format" value="1" checked="checked" /> <label for="tar.gz"><MT_TRANS phrase="tar.gz"></label></TMPL_IF> 60 <TMPL_IF NAME=ZIP><input type="radio" id="zip" name="backup_archive_format" value="2" /> <label for="zip"><MT_TRANS phrase="zip"></label></TMPL_IF> 61 <input type="radio" id="no_archive" name="backup_archive_format" value="0" /> <label for="no_archive"><MT_TRANS phrase="Don't compress"></label> 62 62 <a href="#" onclick="return openManual('backup_restore', 'backup_format')" class="help">?</a> 63 63 </p> … … 65 65 </div> 66 66 <div class="setting"> 67 <div class="label"><label for=" num_items"><MT_TRANS phrase="Number of megabytes per file">:</label></div>67 <div class="label"><label for="size_limit"><MT_TRANS phrase="Number of megabytes per file">:</label></div> 68 68 <div class="field"> 69 69 <select name="size_limit" id="size_limit"> 70 <option value="0" selected="selected"> Don't Divide</option>70 <option value="0" selected="selected"><MT_TRANS phrase="Don't Divide"></option> 71 71 <TMPL_IF NAME=OVER_300> 72 72 <option value="300">300KB</option> … … 104 104 <div class="label"><label><MT_TRANS phrase="Upload backup file: (optional)"></label></div> 105 105 <div class="field"> 106 <input name="file" id="file"type="file" />106 <input name="file" type="file" /> 107 107 <p><MT_TRANS phrase="If your backup file is located on your computer, you can upload it here. Otherwise, Movable Type will automatically look in the <code>import</code> folder of your Movable Type directory."> <a href="#" onclick="return openManual('backup_restore', 'source_file')" class="help">?</a><br /></p> 108 108 </div> … … 110 110 111 111 <p style="text-align: center;"><input type="submit" value="<MT_TRANS phrase="Restore">" title="<MT_TRANS phrase="Restore (r)">" accesskey="r" /></p> 112 </fieldset> 113 112 114 </form> 113 115 … … 116 118 <input type="hidden" name="magic_token" value="<TMPL_VAR NAME=MAGIC_TOKEN>" /> 117 119 120 <fieldset style="margin-top: 0px;"> 121 118 122 <h3>Upload Multiple Files</h3> 119 123 … … 121 125 <div class="label"><label><MT_TRANS phrase="Upload manifest file:"></label></div> 122 126 <div class="field"> 123 <input name="file" id="file"type="file" />127 <input name="file" type="file" /> 124 128 <p><MT_TRANS phrase="If you have a manifest file and multiple backup files, you first upload the manifest file here. Movable Type will guide you through the restore process."> <a href="#" onclick="return openManual('backup_restore', 'manifest_file')" class="help">?</a><br /></p> 125 129 </div> 126 130 </div> 131 127 132 <p style="text-align: center;"><input type="submit" name="upload_multiple_files" id="upload_multiple_files" value="<MT_TRANS phrase="Upload Multiple Files">" title="<MT_TRANS phrase="Upload Manifest File (m)">" accesskey="m" /></p> 128 133 129 134 </fieldset> 135 130 136 </form> 131 137 </TMPL_IF> branches/wheeljack/tmpl/cms/edit_entry.tmpl
r857 r883 532 532 <div class="field-buttons-formatting"> 533 533 <script type="text/javascript"> 534 <!-- 534 535 if (canFormat) { 535 536 with (document) { … … 543 544 } 544 545 } 546 //--> 545 547 </script> 546 548 </div> 547 549 <div class="field-buttons-resizing"> 548 550 <script type="text/javascript"> 551 <!-- 549 552 with (document) { 550 553 write('<img title="<MT_TRANS phrase="Bigger">" onclick="return expandEditor( \'text\', \'expand\' );" src="<TMPL_VAR NAME=STATIC_URI>images/formatting-icons/field-bigger.gif" alt="<MT_TRANS phrase="Bigger">" width="26" height="19" /></a>'); 551 554 write('<img title="<MT_TRANS phrase="Smaller">" onclick="return expandEditor( \'text\', \'contract\' );" src="<TMPL_VAR NAME=STATIC_URI>images/formatting-icons/field-smaller.gif" alt="<MT_TRANS phrase="Smaller">" width="26" height="19" /></a>'); 552 555 } 556 //--> 553 557 </script> 554 558 </div> … … 571 575 <div class="field-buttons-formatting"> 572 576 <script type="text/javascript"> 577 <!-- 573 578 if (canFormat) { 574 579 with (document) { … … 581 586 } 582 587 } 588 //--> 583 589 </script> 584 590 </div> 585 591 <div class="field-buttons-resizing"> 586 592 <script type="text/javascript"> 593 <!-- 587 594 with (document) { 588 595 write('<img title="<MT_TRANS phrase="Bigger">" onclick="return expandEditor( \'text_more\', \'expand\' );" src="<TMPL_VAR NAME=STATIC_URI>images/formatting-icons/field-bigger.gif" alt="<MT_TRANS phrase="Bigger">" width="26" height="19" /></a>'); 589 596 write('<img title="<MT_TRANS phrase="Smaller">" onclick="return expandEditor( \'text_more\', \'contract\' );" src="<TMPL_VAR NAME=STATIC_URI>images/formatting-icons/field-smaller.gif" alt="<MT_TRANS phrase="Smaller">" width="26" height="19" /></a>'); 590 597 } 598 //--> 591 599 </script> 592 600 </div> branches/wheeljack/tmpl/cms/footer.tmpl
r726 r883 13 13 14 14 <div id="copyright"> 15 <b>Version <TMPL_VAR NAME=MT_VERSION></b> Copyright © 2001-200 6Six Apart. All Rights Reserved.15 <b>Version <TMPL_VAR NAME=MT_VERSION></b> Copyright © 2001-2007 Six Apart. All Rights Reserved. 16 16 </div> 17 17 branches/wheeljack/tmpl/cms/menu.tmpl
r17 r883 31 31 <input type="hidden" name="magic_token" value="<TMPL_VAR NAME=MAGIC_TOKEN>" /> 32 32 33 <textarea id="welcome-message-text" name="welcome-message-text" rows="38" cols= 20"><TMPL_IF NAME=WELCOME><TMPL_VAR NAME=WELCOME><TMPL_ELSE><h4><MT_TRANS phrase="Welcome to [_1]." params="<TMPL_VAR NAME=BLOG_NAME ESCAPE=HTML>"></h4>33 <textarea id="welcome-message-text" name="welcome-message-text" rows="38" cols="20"><TMPL_IF NAME=WELCOME><TMPL_VAR NAME=WELCOME><TMPL_ELSE><h4><MT_TRANS phrase="Welcome to [_1]." params="<TMPL_VAR NAME=BLOG_NAME ESCAPE=HTML>"></h4> 34 34 35 35 <p><MT_TRANS phrase="You can post to and manage your weblog by selecting an option from the menu located to the left of this message."></p>
