2 <html lang="$stylevar[lang]" xml:lang="$stylevar[lang]">
5 <link rel="stylesheet" href="templates/report.css" media="screen" />
6 <title><lang 1="$bug[bugid]">{@"Bug Report %1$s"}</lang> - $bug[summary]</title>
11 <form name="bugreport" action="editreport.php" method="post" class="form">
12 <input type="hidden" name="do" value="update" />
13 <input type="hidden" name="bugid" value="$bug[bugid]" />
19 <!-- bug id & hidden -->
21 <legend>{@"Bug Id"}</legend>
25 <if condition="$show['edit']">
27 <strong<if condition="$bug['hidden']"> class="error"</if>>{@"Hidden"}:</strong>
28 <input type="checkbox" name="hidden" value="1"<if condition="$bug['hidden']"> checked="checked"</if> />
30 <if condition="$bug['hidden']"> / <span class="error">{@"Hidden Bug"}</span></if>
33 / [<a href="showhistory.php?bugid=$bug[bugid]">{@"Show Bug History"}</a>]
34 <if condition="$bugsys->userinfo['userid']">/ [<a href="favourite.php?do=handle&bugid=$bug[bugid]">$favouritetext</a>]</if>
37 <!-- / bug id & hidden -->
41 <legend>{@"Reporter"}</legend>
42 <div class="field">$bug[userinfo]</div>
48 <legend>{@"Product/Version"}</legend>
50 <if condition="$show['edit']">
51 $bug[product] / <if condition="$bug['componentid']">$bug[component] / </if><select name="pcv_select">$pcv_select</select>
53 $bug[product] <if condition="$bug['componentid']">/ $bug[component]</if> / $bug[version]
61 <legend>{@"Status"}</legend>
63 <if condition="$show['changestatus']">
64 <select name="status">$select[status]</select>
74 <legend>{@"Severity"}</legend>
76 <if condition="$show['edit']">
77 <select name="severity">$select[severity]</select>
87 <legend>{@"Duplicate Of"}</legend>
89 <if condition="$show['edit']">
90 <input type="text" name="duplicateof" size="10" value="<if condition="$bug['duplicateof']">$bug[duplicateof]</if>" />
91 <if condition="$bug['duplicateof']"><a href="showreport.php?bugid=$bug[duplicateof]" title="$duplicate[summary]" target="_blank">$duplicate[bugid]</a></if>
93 <if condition="$bug['duplicateof']"><a href="showreport.php?bugid=$bug[duplicateof]">$duplicateof[summary]</a><else />{@"- none -"}</if>
102 <!-- / LEFT COLUMN -->
104 <!-- RIGHT COLUMN -->
109 <legend>{@"Summary"}</legend>
111 <if condition="$show['edit']">
112 <input type="text" name="summary" size="25" value="$bug[summary]" style="width: 100%" />
120 <!-- reporting time -->
122 <legend>{@"Report Time"}</legend>
123 <div class="field">$bug[datetime]</div>
125 <!-- / reporting time -->
129 <legend>{@"Assignment"}</legend>
131 <if condition="$show['assign']">
132 <select name="assignedto"><option value="0"<if condition="!$bug['assignedto']"> selected="selected"</if>>{@"No Assignment"}</option>$select[dev]</select>
134 <if condition="$bug['assigninfo']">$bug[assigninfo]<else />{@"- none -"}</if>
138 <!-- / assignment -->
142 <legend>{@"Resolution"}</legend>
144 <if condition="$show['changestatus']">
145 <select name="resolution">$select[resolution]</select>
151 <!-- / resolution -->
155 <legend>{@"Priority"}</legend>
157 <if condition="$show['changestatus']">
158 <select name="priority">$select[priority]</select>
166 <!-- dependencies -->
168 <legend>{@"Dependencies"}</legend>
170 <if condition="$show['edit']">
171 <input type="text" name="dependency" size="25" value="$bug[dependency]" /> $dependencies
173 <if condition="$dependencies">$dependencies<else />{@"- none -"}</if>
177 <!-- / dependencies -->
181 <!-- / RIGHT COLUMN -->
184 <if condition="$show['newreply']">
187 <legend>{@"New Reply"}<if condition="$show['edit']"> : {@"Automatic Action"} <select name="autoaction">$select[autoaction]</select></if></legend>
189 <textarea name="comment" cols="50" rows="10" style="width: 100%"></textarea>
196 <input type="submit" name="submit" value=" {@"Commit Changes"} " accesskey="s" />
197 <input type="reset" name="reset" value=" {@"Reset Fields"} " accesskey="r" />
199 <!-- / submit row -->
205 <!-- attachments & voting -->
206 <div id="attachvote">
208 <if condition="$show['attachments']">
210 <div id="attachments">
212 <legend>{@"Attachments"}<if condition="$show['putattachments']"> : <a href="attachment.php?do=add&bugid=$bug[bugid]">{@"New"}</a></if></legend>
217 <!-- / attachments -->
221 <div id="votes<if condition="$show['attachments']"><if condition="!$show['vote']">fifty</if><else /><if condition="!$show['vote']">hundred</if></if>">
223 <legend>{@"Votes"}</legend>
225 <div><strong>{@"For"}:</strong> $vote[votefor] ($vote[forpercent]%)</div>
226 <div><strong>{@"Against"}:</strong> $vote[voteagainst] ($vote[againstpercent]%)</div>
227 <div><strong>{@"Total"}:</strong> $vote[total]</div>
230 <!-- / show votes -->
232 <if condition="$show['vote']">
236 <legend>{@"Your Vote"}</legend>
238 <form name="vote" action="vote.php" method="post" class="form">
239 <input type="hidden" name="do" value="vote" />
240 <input type="hidden" name="bugid" value="$bug[bugid]" />
241 <input type="radio" name="vote" value="1" /> {@"Vote For (+1)"}<br />
242 <input type="radio" name="vote" value="-1" /> {@"Vote Against (-1)"}<br />
244 <input type="submit" name="submit" value=" {@"Vote"} " accesskey="v" />
251 <!-- / attachments & voting -->