Diff
Not logged in

Differences From Artifact [cc78dda4e6]:

To Artifact [c4682befe7]:


713
714
715
716
717
718
719
720

721
722
723
724
725
726
727
728
729
730
731
732

733
734

735
736
737

738
739
740
741
742
743
744
713
714
715
716
717
718
719

720
721
722
723
724
725
726
727
728
729
730
731

732
733

734
735
736

737
738
739
740
741
742
743
744







-
+











-
+

-
+


-
+







}

/*
** The default report list page
*/
static const char zDefaultReportList[] =
@ <th1>
@ if {[hascap n]} {
@ if {[anoncap n]} {
@   html "<p>Enter a new ticket:</p>"
@   html "<ul><li><a href='tktnew'>New ticket</a></li></ul>"
@ }
@ </th1>
@
@ <p>Choose a report format from the following list:</p>
@ <ol>
@ <th1>html $report_items</th1>
@ </ol>
@
@ <th1>
@ if {[hascap t q]} {
@ if {[anoncap t q]} {
@   html "<p>Other options:</p>\n<ul>\n"
@   if {[hascap t]} {
@   if {[anoncap t]} {
@     html "<li><a href='rptnew'>New report format</a></li>\n"
@   }
@   if {[hascap q]} {
@   if {[anoncap q]} {
@     html "<li><a href='modreq'>Tend to pending moderation requests</a></li>\n"
@   }
@ }
@ </th1>
;

/*