View difference between Paste ID: RfRHjdLW and hBH8XaKH
SHOW: | | - or go back to the newest paste.
1
{
2
  "$jason": {
3
    "head": {
4
"$foreground": {
5
    "type": "$reload"
6
  },
7
      "actions": {
8
        "handleLink": [
9
          {
10
            "{{#if $jason.url.indexOf('https://www.vivathemes.com') == -1 }}": {
11
              "type": "$href",
12
              "options": {
13
                "url": "{{$jason.url}}",
14
                "view": "web"
15
              }
16
            }
17
          },
18
          {
19
            "{{#else}}": {
20
              "type": "$default"
21
            }
22
          }
23
        ]
24
      }
25
    },
26
    "body": {
27
        "header": {
28
           "title": "ViVA THEMES",
29
           "style":{
30
              "color": "#ffffff",
31
              "background": "#e4d0cd",
32
              "size": "38"
33
            }
34
        },
35
      "background": {
36
        "type": "html",
37-
        "url": "https://www.vivathemes.com/contact/",
37+
        "url": "https://www.vivathemes.com/client-area/",
38
        "style": {
39
            "progress": "#53c0dd"
40
        },
41
        "action": {
42
            "trigger": "handleLink"
43
        }
44
      },
45
"footer": {
46
        "tabs": {
47
          "style": {
48
            "background": "#ffffff",
49
            "color": "#53c0dd",
50
			"color:disabled": "#cccccc"
51
          },
52
          "items": [
53
            {
54
              "image": "file://List.png",
55
              "text": "Themes",
56
              "url": "https://pastebin.com/raw/g6XevMav",
57
              "preload": { "@":"file://preload.json" }
58
            },
59
            {
60
              "image": "file://Note.png",
61
              "text": "Blog",
62
              "url": "https://pastebin.com/raw/wde62h6M",
63
              "preload": { "@":"file://preload.json" }
64
			},
65
            {
66
              "image": "file://Light-bulb.png",
67
              "text": "FAQ",
68
              "url": "https://pastebin.com/raw/C1hycCdG",
69
              "preload": { "@":"file://preload.json" }
70
            },
71
            {
72
              "image": "file://Mail.png",
73
              "text": "Contact",
74
              "url": "https://pastebin.com/raw/hBH8XaKH",
75
              "preload": { "@":"file://preload.json" }
76
            },
77
            {
78
              "image": "file://Unlock.png",
79
              "text": "Client Area",
80
              "url": "https://pastebin.com/raw/RfRHjdLW",
81
              "preload": { "@":"file://preload.json" }
82
            }
83
          ]
84
        }
85
      }
86
    }
87
  }
88
}