summaryrefslogtreecommitdiffstats
path: root/templates/base.html
AgeCommit message (Collapse)AuthorFilesLines
2010-02-09Add OpenSearch support to the siteDan McGee1-0/+1
Implements FS#14185. It is a bit more complex than listed there as I wanted to not hardcode the URLs in the descriptor file; to do this we need to make it a template and fill some things in. We also need to serve the file using the correct mime type. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-02-01Clean up media declarationsDan McGee1-3/+3
And make sure each of them have a type. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-31Fix up doctype header as recommended by w3 validatorDan McGee1-1/+2
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-30Make the copyright year always be rightDan McGee1-1/+1
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-30Modify dev menu to also be top to bottomDan McGee1-7/+7
Just as commit 5faf6566 did for the main menu items, do the same for the dev menu. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-30Modify menu items order to be from top to bottomIsmael Carnales1-5/+5
The menu was rendered bottom to top in the html because the elements were floated to the right. This caused text browsers visitors (no CSS rendering) to see the menu backwards. I've modified the menu order and made the items float to the left so the menu is correctly rendered in text browsers. Signed-off-by: Ismael Carnales <icarnales@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
2009-11-10Fix highlighting on main site tabsDan McGee1-6/+6
We should always highlight 'Home' when on the Django site. The sole exception is the download page which has its own special place. Signed-off-by: Dan McGee <dan@archlinux.org>
2009-11-10updated base template to use menu from archweb_pub base templateIsmael Carnales1-6/+6
2009-09-16Add a basic mirror view for the dev siteDan McGee1-1/+1
Signed-off-by: Dan McGee <dan@archlinux.org>
2009-02-07Remove unneeded link for the dev siteDan McGee1-1/+0
Signed-off-by: Dan McGee <dan@archlinux.org>
2009-01-19Apparently its not available on https. Bad Dan.Dusty Phillips1-1/+1
2009-01-19Add Dan's stats page to the dev menu.Dusty Phillips1-0/+1
2009-01-16Copyright infringementDusty Phillips1-1/+1
2008-10-31only show dev toolbar if user is logged inDusty Phillips1-9/+11
2008-10-07use user messages to communicate statusDusty Phillips1-0/+8
2008-10-07rearrange top menu to refer more accurately to dev vs real siteDusty Phillips1-3/+4
2008-10-06drop references to the wikiDusty Phillips1-1/+1
2008-08-16add signoffs to the main menuDusty Phillips1-0/+1
2008-06-22FS 10156 Linux Trademark AttributionDusty Phillips1-1/+3
2008-03-23Removed ads from the devel siteeliott1-19/+0
2008-01-13Changed AdSense AccountSimo Leone1-1/+1
Like that guy on the corner, all the cash goes in the big hat. Signed-off-by: Simo Leone <simo@archlinux.org>
2008-01-10Some tweaks for the dev navigationeliott1-6/+13
2008-01-10Cherry pick of Thayer's archweb_pub retheme workeliott1-81/+66
2007-12-30removed all the no longer referenced logoseliott1-1/+1
2007-12-30Added logos under mediaeliott1-1/+1
2007-12-22Update for dev urleliott1-3/+3
2007-11-03Initial import for public release...eliott1-0/+84
Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd!