Changeset 883

Show
Ignore:
Timestamp:
12/11/06 23:21:05 (2 years ago)
Author:
bchoate
Message:

HTML updates for validation.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/wheeljack/tmpl/cms/backup_restore.tmpl

    r878 r883  
    5757<div class="field"> 
    5858<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> 
    6262<a href="#" onclick="return openManual('backup_restore', 'backup_format')" class="help">?</a> 
    6363</p> 
     
    6565</div> 
    6666<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> 
    6868<div class="field"> 
    6969<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> 
    7171<TMPL_IF NAME=OVER_300> 
    7272<option value="300">300KB</option> 
     
    104104<div class="label"><label><MT_TRANS phrase="Upload backup file: (optional)"></label></div> 
    105105<div class="field"> 
    106 <input name="file" id="file" type="file" /> 
     106<input name="file" type="file" /> 
    107107<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> 
    108108</div> 
     
    110110 
    111111<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 
    112114</form> 
    113115 
     
    116118<input type="hidden" name="magic_token" value="<TMPL_VAR NAME=MAGIC_TOKEN>" /> 
    117119 
     120<fieldset style="margin-top: 0px;"> 
     121 
    118122<h3>Upload Multiple Files</h3> 
    119123 
     
    121125<div class="label"><label><MT_TRANS phrase="Upload manifest file:"></label></div> 
    122126<div class="field"> 
    123 <input name="file" id="file" type="file" /> 
     127<input name="file" type="file" /> 
    124128<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> 
    125129</div> 
    126130</div> 
     131 
    127132<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> 
    128133 
    129134</fieldset> 
     135 
    130136</form> 
    131137</TMPL_IF> 
  • branches/wheeljack/tmpl/cms/edit_entry.tmpl

    r857 r883  
    532532<div class="field-buttons-formatting"> 
    533533<script type="text/javascript"> 
     534<!-- 
    534535if (canFormat) { 
    535536    with (document) { 
     
    543544    } 
    544545} 
     546//--> 
    545547</script> 
    546548</div> 
    547549<div class="field-buttons-resizing"> 
    548550<script type="text/javascript"> 
     551<!-- 
    549552with (document) { 
    550553    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>'); 
    551554    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>'); 
    552555} 
     556//--> 
    553557</script> 
    554558</div> 
     
    571575<div class="field-buttons-formatting"> 
    572576<script type="text/javascript"> 
     577<!-- 
    573578if (canFormat) { 
    574579    with (document) { 
     
    581586    } 
    582587} 
     588//--> 
    583589</script> 
    584590</div> 
    585591<div class="field-buttons-resizing"> 
    586592<script type="text/javascript"> 
     593<!-- 
    587594with (document) { 
    588595    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>'); 
    589596    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>'); 
    590597} 
     598//--> 
    591599</script> 
    592600</div> 
  • branches/wheeljack/tmpl/cms/footer.tmpl

    r726 r883  
    1313 
    1414<div id="copyright"> 
    15 <b>Version <TMPL_VAR NAME=MT_VERSION></b> Copyright &copy; 2001-2006 Six Apart. All Rights Reserved. 
     15<b>Version <TMPL_VAR NAME=MT_VERSION></b> Copyright &copy; 2001-2007 Six Apart. All Rights Reserved. 
    1616</div> 
    1717 
  • branches/wheeljack/tmpl/cms/menu.tmpl

    r17 r883  
    3131<input type="hidden" name="magic_token" value="<TMPL_VAR NAME=MAGIC_TOKEN>" /> 
    3232 
    33 <textarea id="welcome-message-text" name="welcome-message-text" rows="38" cols=20"><TMPL_IF NAME=WELCOME><TMPL_VAR NAME=WELCOME><TMPL_ELSE>&lt;h4&gt;<MT_TRANS phrase="Welcome to [_1]." params="<TMPL_VAR NAME=BLOG_NAME ESCAPE=HTML>">&lt;/h4&gt; 
     33<textarea id="welcome-message-text" name="welcome-message-text" rows="38" cols="20"><TMPL_IF NAME=WELCOME><TMPL_VAR NAME=WELCOME><TMPL_ELSE>&lt;h4&gt;<MT_TRANS phrase="Welcome to [_1]." params="<TMPL_VAR NAME=BLOG_NAME ESCAPE=HTML>">&lt;/h4&gt; 
    3434 
    3535&lt;p&gt;<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.">&lt;/p&gt;