Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Side by Side Diff: appengine/monorail/templates/tracker/issue-peek-ajah.ezt

Issue 1868553004: Open Source Monorail (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 [# Note: this file is not currently in use, but it could come back into use
2 before launch or soon after. See monorail:317.]
3 <div id="color_control" class="[if-any issue.is_open][else]closed_colors[end]">
4 <div class="issuepage peek" id="meta-container">
5
6 <div id="peekheading">
7 <div id="hc_controls"
8 ><a href="#" title="First comment (Key: F)" class="paginate" [#_firstCommen t()]
9 ><img src="/static/images/pagination-first.png" width="16" height="16"> </a
10 ><a href="#" title="Previous comment (Key: P)" class="paginate" [#_prevComm ent()]
11 ><img src="/static/images/pagination-prev.png" width="16" height="16">< /a
12 ><a href="#" title="Next comment (Key: N)" class="paginate" [#_nextComment( )]
13 ><img src="/static/images/pagination-next.png" width="16" height="16">< /a
14 ><a href="#" title="Last comment (Key: L)" class="paginate" [#_lastComment( )]
15 ><img src="/static/images/pagination-last.png" width="16" height="16">< /a
16 ><a href="#" title="Close (Key: Esc)" class="close" [#_hideInfoPeek()]
17 ><img src="/static/images/close_icon.png" width="16" height="16"></a
18 ></div>
19
20 [if-any page_perms.SetStar]
21 [if-any read_only][else]
22 <a class="star" id="peekstar" style="text-decoration:none; cursor:pointer;
23 color:[if-any starred]cornflowerblue[else]gray[end]"
24 title="[if-any starred]Un-s[else]S[end]tar this issue">
25 [if-any starred]&#9733;[else]&#9734;[end]
26 </a>
27 [# TODO(jrobbins): re-implement starring event handlers when this feature come back.]
28 [end]
29 [end]
30
31 Issue <a id="issuelink" href="[issue.detail_relative_url]"><span id="issueid ">[issue.local_id]<span></a>:
32 <span id="issuesummary">[issue.summary]</span>
33 </div>[#peekheading]
34
35
36 <div style="border:1px solid #ccc">
37 <div style="width:16em; float:left; padding-left: 1px" id="issuemeta" class="vt" >
38 [include "issue-meta-part.ezt" ""]
39 </div>[#issuemeta]
40
41 <div id="issuecomments" style="padding:3px">
42 <div class="issuecommentheading" style="background:none; padding:2px 6px">
43 Reported by
44 [include "../framework/user-link.ezt" description.creator],
45 <span class="date" title="[description.date_tooltip]">[description.date_stri ng][description.date_relative]</span>
46 </div>
47 [include "issue-comments-part.ezt" ""]
48
49 [# To allow the final comment to be scrolled up to the top of the
50 div's scroll area.]
51 <div style="height:23em">&nbsp;</div>
52 </div>[#issuecomments]
53
54 [if-any read_only][else]
55 [if-any page_perms.EditIssue]
56 <div id="infobuttons">
57 <form action="[quick_edit_submit_url]" method="POST" id="quickeditform">
58 <input type="hidden" name="token" value="[form_token]">
59 <input type="hidden" name="pagegen" value="[pagegen]">
60 <input type="hidden" name="slot_used" id="slot_used" value="[default_slot_num ]">
61 <input type="hidden" name="can" value="[can]">
62 <input type="hidden" name="q" value="[query]">
63 <input type="hidden" name="colspec" value="[colspec]">
64 <input type="hidden" name="sort" value="[sortspec]">
65 <input type="hidden" name="groupby" value="[groupby]">
66 <input type="hidden" name="start" value="[start]">
67 <input type="hidden" name="num" value="[num]">
68
69 <table width="100%" cellpadding="0" cellspacing="3" style="padding:3px">
70 <tr>
71 <td title="Key: M"><b>Commands:</b></td>
72 <td width="90%" style="padding-right:4px"><input type="input" style="widt h:100%;" name="cmd" id="cmd"
73 autocomplete="off" [# TODO(jrobbins): on key down ="_qeDirty=t rue;"]
74 value="[for cmd_slots][is cmd_slots.slot_num default_slot_num] [cmd_slots.command][end][end]"
75 title="Type commands to update this issue."
76 ><input type="button" id="redo" value="&#9660;" [# TODO(jrobbins): on mo use down ="return _toggleRedoMenu(this)"]
77 title="Command slots"
78 style="background:none; border:none; margin-left:-2em; font-size :90%"
79 ></td>
80 <td style="padding:0 3px" nowrap="nowrap">
81 <input type="submit" name="btn" id="execute" value="Execute" title="Key : E">
82 </td>
83 </tr>
84 <tr>
85 <td class="vt" style="padding-top:2px; text-align:right"><b>Comment:</b>< /td>
86 <td><textarea style="width:100%; height:2.5em" name="comment" id="comment "
87 [# TODO(jrobbins): on key down ="_qeDirty=true"]
88 >[for cmd_slots][is cmd_slots.slot_num default_slot_num][cm d_slots.comment][end][end]</textarea></td>
89 <td class="vt" nowrap="nowrap">
90 <input type="checkbox" checked="checked" name="send_email"
91 id="send_email">
92 <label for="send_email"
93 title="Send issue change notifications to interested users"
94 >Send email</label>
95 </td>
96
97 </tr>
98
99 </table>
100 </form>
101 </div>
102
103 [for cmd_slots]
104 <input type="hidden" id="recent_cmd_[cmd_slots.slot_num]"
105 value="[cmd_slots.command]">
106 <input type="hidden" id="recent_comment_[cmd_slots.slot_num]"
107 value="[cmd_slots.comment]">
108 [end]
109
110 <div class="popup" id="redoMenu">
111 <table cellspacing="0" cellpadding="0" border="0">
112 [for cmd_slots]
113 <tr [# TODO(jrobbins): on mouse up ="return _selectRecentCommand(:cmd_sl ots.slot_num:)"]
114 ><td nowrap="nowrap" title="Key: [cmd_slots.slot_num]">[cmd_slots.sl ot_num]: [cmd_slots.command]</td></tr>
115 [end]
116 </table>
117 </div>
118
119 [end]
120 [end]
121
122 </div>
123
124 </div></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698