Jeremy Newman : rewrite of the menu system to allow for translations of the sidebar menu

Jeremy Newman jnewman at winehq.org
Fri Jun 13 15:33:43 CDT 2008


Module: website
Branch: master
Commit: 6986c16b671f1067cb3697a2c2badf26aa794d38
URL:    http://source.winehq.org/git/website.git/?a=commit;h=6986c16b671f1067cb3697a2c2badf26aa794d38

Author: Jeremy Newman <jnewman at codeweavers.com>
Date:   Fri Jun 13 15:30:55 2008 -0500

rewrite of the menu system to allow for translations of the sidebar menu

---

 include/XMLToArray.php                         |   96 ++++++++++++
 include/config.php                             |   48 ------
 include/html.php                               |   15 +-
 include/incl.php                               |    3 +-
 include/menu.php                               |  192 ++++++++++++++++++++++++
 include/sidebar.php                            |   86 -----------
 include/themes/winehq/content.template         |    4 -
 include/themes/winehq/menu.template            |   33 +----
 include/themes/winehq/menu_item_row.template   |   10 ++
 include/themes/winehq/menu_search_row.template |   19 +++
 include/themes/winehq/menu_spacer_row.template |    7 +
 include/themes/winehq/menu_top_row.template    |   17 ++
 templates/en/menu.xml                          |   54 +++++++
 templates/en/search.template                   |   16 --
 templates/es/menu.xml                          |   54 +++++++
 templates/es/search.template                   |   16 --
 winehq_styles.css                              |    3 +-
 17 files changed, 466 insertions(+), 207 deletions(-)

Diff:   http://source.winehq.org/git/website.git/?a=commitdiff;h=6986c16b671f1067cb3697a2c2badf26aa794d38



More information about the wine-cvs mailing list