summaryrefslogtreecommitdiff
path: root/templates/base.html
AgeCommit message (Collapse)Author
2010-05-17Fix navbar linksDan McGee
They were still set up for the redesign development environment. Obviously we need a better way to do these, that will be coming down the road. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17Redesigned base templateThayer Williams
* content now above sidebar text in source code * new dev navbar * descriptive href titles * added body class block * cleaned up footer Signed-off-by: Dan McGee <dan@archlinux.org>
2010-03-20Switch some hardcoded urls to url tag usageDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-02-08Add OpenSearch support to the siteDan McGee
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-01-31Clean up media declarationsDan McGee
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 McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-30Make the copyright year always be rightDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-30Modify dev menu to also be top to bottomDan McGee
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 Carnales
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 McGee
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-09updated base template to use menu from archweb_pub base templateIsmael Carnales
2009-09-15Add a basic mirror view for the dev siteDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2009-02-07Remove unneeded link for the dev siteDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2009-01-18Apparently its not available on https. Bad Dan.Dusty Phillips
2009-01-18Add Dan's stats page to the dev menu.Dusty Phillips
2009-01-16Copyright infringementDusty Phillips
2008-10-30only show dev toolbar if user is logged inDusty Phillips
2008-10-07use user messages to communicate statusDusty Phillips
2008-10-07rearrange top menu to refer more accurately to dev vs real siteDusty Phillips
2008-10-05drop references to the wikiDusty Phillips
2008-08-16add signoffs to the main menuDusty Phillips
2008-06-21FS 10156 Linux Trademark AttributionDusty Phillips
2008-03-22Removed ads from the devel siteeliott
2008-01-13Changed AdSense AccountSimo Leone
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 navigationeliott
2008-01-10Cherry pick of Thayer's archweb_pub retheme workeliott
2007-12-30removed all the no longer referenced logoseliott
2007-12-29Added logos under mediaeliott
2007-12-22Update for dev urleliott
2007-11-03Initial import for public release...eliott
Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd!