scaffold.js 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. // Generated by CoffeeScript 1.3.3
  2. (function() {
  3. var sections;
  4. sections = [
  5. {
  6. id: "main",
  7. transition: "slide",
  8. header: {
  9. title: "hola",
  10. back: true,
  11. nav: {
  12. position: "right",
  13. items: [
  14. {
  15. href: "#",
  16. "data-icon": "home"
  17. }
  18. ]
  19. }
  20. },
  21. footer: {
  22. nav: {
  23. "class": "with-labels",
  24. items: [
  25. {
  26. href: "#",
  27. "data-icon": "home",
  28. "data-label": "ir"
  29. }, {
  30. href: "#",
  31. "data-icon": "home",
  32. "data-label": "ir"
  33. }
  34. ]
  35. }
  36. },
  37. articles: [
  38. {
  39. id: "main-article"
  40. }, {
  41. id: "sksks"
  42. }
  43. ]
  44. }, {
  45. id: "item",
  46. header: {
  47. back: true
  48. },
  49. articles: [
  50. {
  51. id: "pending",
  52. "class": "list scroll"
  53. }, {
  54. id: "finished",
  55. "class": "list scroll"
  56. }
  57. ]
  58. }
  59. ];
  60. }).call(this);