diff --git a/www/Makefile b/www/Makefile index ae966d93ec..012fd091f9 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2,7 +2,7 @@ ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V - SRC := $(wildcard *.t) SOBJS := daily.shtml main.shtml index.shtml status.shtml \ - bugs.shtml requests.shtml + bugs.shtml requests.shtml patches.shtml OBJS := $(SRC:%.t=%.html) $(SOBJS) .SUFFIXES: .t .html diff --git a/www/patches.t b/www/patches.t new file mode 100644 index 0000000000..695db23d46 --- /dev/null +++ b/www/patches.t @@ -0,0 +1,28 @@ +#define _PAGE_ Submitted patches +#include "head.t" + + + +#if 0 +
Click here to submit a new bug report. +#endif + +#include "foot.t" diff --git a/www/style.css b/www/style.css index a2ac15c0c5..65d3bc0e71 100644 --- a/www/style.css +++ b/www/style.css @@ -84,6 +84,7 @@ A { .faqq { font-weight: bold; + font-size: 110%; } .faqa { @@ -95,7 +96,7 @@ PRE { } -.rockbox, .changetable, .bugs, .requests, .dailymod, .buildstatus, .archive, .buttontable, .changesummary +.rockbox, .changetable, .bugs, .requests, .patches, .dailymod, .buildstatus, .archive, .buttontable, .changesummary { border: outset 2px #ffffff; } @@ -110,7 +111,7 @@ PRE { padding: 4px; } -.rockbox td, .changetable td, .bugs td, .requests td, .archive td, .buttontable td +.rockbox td, .changetable td, .bugs td, .requests td, .patches td, .archive td, .buttontable td { background-color: #c6d6f5; padding: 4px;