gecko-dev/webtools/doctor/templates/review.tmpl

91 строка
3.8 KiB
Cheetah

[%#
# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
# The Original Code is Doctor.
#
# The Initial Developer of the Original Code is Netscape
# Communications Corporation. Portions created by Netscape
# are Copyright (C) 2002 Netscape Communications Corporation.
# All Rights Reserved.
#
# Contributor(s): Myk Melez <myk@mozilla.org>
# %]
<html>
<head>
<title>Doctor - review changes to [% (file_url ? file_url : file) FILTER html %]</title>
</head>
<body bgcolor="white" color="black">
<big><b>Doctor - review changes to <em>
[% IF file_url %]
<a href="[% file_url FILTER html %]">[% file_url FILTER html %]</a>
[% ELSE %]
[% file FILTER html %]
[% END %]
</em></b></big>
<p>
You are making the following changes:
</p>
<pre style="background-color: #CCCCCC;">[% diff FILTER html %]</pre>
<form method="post" action="doctor.cgi">
<input type="hidden" name="file" value="[% file FILTER html %]">
<input type="hidden" name="version" value="[% version %]">
<input type="hidden" name="line_endings" value="[% line_endings %]">
<input type="hidden" name="content" value="[% content FILTER html | linebreak %]">
<p>
If these changes are correct, enter your CVS username and password
and a check-in comment, then commit the changes.
</p>
<table>
<tr>
<th style="text-align: right;">Username:</th>
<td><input name="username" size="25"></td>
</tr>
<tr>
<th style="text-align: right;">Password:</th>
<td><input type="password" name="password" size="12"></td>
</tr>
<tr>
<th style="text-align: right;">Check-In Comment:</th>
<td><input name="comment" size="80"></td>
</tr>
<tr>
<th style="text-align: right;">&nbsp;</th>
<td><input type="submit" name="action" value="Commit"></td>
</tr>
</table>
<p>
Otherwise, go back and
<input type="submit" name="action" value="edit"> the file some more.
</p>
<p>
Don't have a CVS account?
<a href="http://bugzilla.mozilla.org/enter_bug.cgi?format=__default__&product=mozilla.org&component=CVS+Account+Request&version=other&rep_platform=All&op_sys=All&short_desc=webtree+CVS+account+for+%3Cyour+name+here%3E+-+%3Cyour+email+address+here%3E&comment=%3CEnter+a+description+of+what+you+would+like+to+edit+on+the+web+site+here.++Note%0D%0Athat+you+need+someone+who+already+has+access+to+vouch+for+you.%3E">File a bug report about getting one</a>
or save your changes as a file on your computer, <a href="http://bugzilla.mozilla.org/enter_bug.cgi?format=__default__&product=mozilla.org&component=webmaster@mozilla.org&version=other&rep_platform=All&op_sys=All&bug_file_loc=[% file_url FILTER html %]&short_desc=%3CSummarize+your+changes+here.%3E&comment=%3CDescribe+your+changes+here+in+more+detail.++After+you+commit+this+bug+report%2C%0D%0Aclick+the+%22Create+Attachment%22+link+to+add+the+changes+to+the+report+as+an%0D%0Aattachment.%3E">file a bug report about them</a> (assign it to the page's owner if you can figure out who that is from the <a href="http://www.mozilla.org/webtools/bonsai/cvslog.cgi?file=[% file FILTER html %]">change log</a>), then attach the changes to the bug report.
</p>
</form>
</body>
</html>