]> git.donarmstrong.com Git - debbugs.git/blob - templates/en_US/cgi/bugreport.tx
6e7fef4378fbc423de5285b2ed19d55c8174f320
[debbugs.git] / templates / en_US / cgi / bugreport.tx
1 <: include "html/pre_title.tx" :>#<: $bug.id :> - <: $bug.subject :> - <: $config.project :> <: $config.bug :> report logs<: include "html/post_title.tx" :>
2 <link rel="canonical" href="<: $bug.url :>">
3 <script type="text/javascript">
4 <!--
5 function toggle_infmessages()
6 {
7         allDivs=document.getElementsByTagName("div");
8         for (var i = 0 ; i < allDivs.length ; i++ )
9        {
10                 if (allDivs[i].className == "infmessage")
11                 {
12                         allDivs[i].style.display=(allDivs[i].style.display == 'none' | allDivs[i].style.display == '') ? 'block' : 'none';
13                 }
14        }
15 }
16 -->
17 </script>
18 </head>
19 <body>
20     <div class="debbugs_install"><: $config.project :> <: $config.bug :> report logs</div>
21     <h1 class="bug_header"><a class="bug_email" href="mailto:<: $bug.id :>@<: $config.email_domain :>">#<: $bug.id :></a>
22         <span class="bug_subject"><: $bug.subject :></span>
23     </h1>
24 : if $bug.has_found or $bug.has_fixed {
25     <div class="versiongraph">
26         <a href="<: $bug.version_url :>">
27             <img alt="version graph"
28                  src="<: $bug.version_url("width",2,"height",2) :>">
29         </a></div>
30 : }
31 <: include "cgi/bugreport_pkginfo.tx" :>
32 <: include "cgi/bugreport_buginfo.tx" :>
33 <div class="bugreport_operations">
34 : if looks_like_number($msg) {
35     <span><a href="<: $bug.url :>">Full log</a></span>
36 : } else {
37 : if ! $status.archived {
38 <span><a href="mailto:<: $bug.email :>">Reply</a>
39 or <a href="mailto:<: $bug.subscribe_email :>">subscribe</a>
40 to this <: $config.bug :>.</span>
41 : }
42 <span>View this <: $config.bug :> as an
43     <a href="<: $bug.mbox_url :>">mbox</a>,
44     <a href="<: $bug.mbox_status_url :>">status mbox</a>, or
45     <a href="<: $bug.mbox_maint_url :>">maintainer mbox</a>
46 </span>
47 </div>
48 : }
49 <: raw($log) :>
50 <script>
51  document.write("<span class=\"uselessmessages\"><a href=\"javascript:toggle_infmessages();\">Toggle useless messages</a></span>")
52 </script>
53 <hr>
54 <p class="msgreceived">Send a report that <a href="<: $config.cgi_domain :>/bugspam.cgi?bug=<: $bug_num :>">this bug log contains spam</a>.</p>
55 <hr>
56 <: include "html/html_tail.tx" :>
57 </body>
58 </html>