summaryrefslogtreecommitdiff
path: root/UI/menu/drilldown.html
blob: a09a3c7e7fe7073153a43e09f37d95ae9f581e99 (plain)
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <title>Accounting Menu - LedgerSMB Version 1.2.7 - Chris Travers - metatron_ledger</title>
  6. <meta http-equiv="Pragma" content="no-cache" />
  7. <meta http-equiv="Expires" content="-1" />
  8. <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
  9. <link rel="stylesheet" href="css/<?lsmb stylesheet ?>" type="text/css" title="LedgerSMB stylesheet" />
  10. <link rel="stylesheet" href="UI/menu/expanding.css" type="text/css" title="LedgerSMB stylesheet" />
  11. <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
  12. <meta name="robots" content="noindex,nofollow" />
  13. </head>
  14. <body>
  15. <?lsmb FOR item = menu_items ?>
  16. <a href="<?lsmb IF item.module ?><?lsmb item.module
  17. ?><?lsmb ELSE ?>menu.pl<?lsmb END
  18. ?>?login=<?lsmb login
  19. ?>&<?lsmb FOREACH arg IN item.args
  20. ?><?lsmb arg
  21. ?><?lsmb END
  22. ?><?lsmb IF item.menu
  23. ?>&parent_id=<?lsmb item.id
  24. ?>&open=<?lsmb open
  25. ?><?lsmb END ?>&menubar=1"
  26. class = "<?lsmb IF item.menu ?>Menu<?lsmb
  27. ELSE ?>Item<?lsmb END ?>"
  28. ><?lsmb text(item.label) ?></a>
  29. <br/>
  30. <?lsmb END ?>
  31. </body>
  32. </html>