-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathresource.formatted.js
65 lines (65 loc) · 3.38 KB
/
resource.formatted.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
window.resource = {
"help_tip": {
"tip1": {
"title": "NAVIGATION TREE",
"text": "<table border=\"0\" style=\"margin-top: 10px\"><tr><td valign=\"top\"><img src=\"images/arrow-left.png\" width=\"100px\" style=\"background-color:#157fcc;\"></td><td><p style=\"text-align:justify; font-family:helvetica, arial, verdana, sans-serif; font-size:15px\"><b>Browse easily in navigation tree!</b></br></br>Click one of the icons to expand the navigation tree where you can easily access information about business processes, data objects, organization structure, and information systems.</br>Click one of the listed items and its content will be displayed in the main content window.</p></td></tr></table>"
},
"tip2": {
"title": "SEARCH",
"text": "<table border=\"0\" style=\"margin-top: 10px\"><tr><td><p style=\"text-align:justify; font-family:helvetica, arial, verdana, sans-serif; font-size:15px\"><b>Use Quick Search to find any information you need!</b></br></br>Search processes, data object or other elements by name. You can use wildcards to expand your search or use search filter to filter results.</p></td><td valign=\"top\"><img src=\"images/arrow-right.png\" height=\"100px\" style=\"background-color:#157fcc;\"></td></tr></table>"
},
"tip3": {
"title": "INDEX PAGE",
"text": "<table border=\"0\" style=\"margin-top: 10px\"><tr><td valign=\"top\"><img src=\"images/arrow-left.png\" width=\"100px\" style=\"background-color:#157fcc;\"></td><td><p style=\"text-align:justify; font-family:helvetica, arial, verdana, sans-serif; font-size:15px\"><b>Go to the index page any time!</b></br></br>Click the main logo or home icon and the index page will be loaded.</br></br></br>If you need quick help, just click the help icon on the upper right corner of the page.</p></td></tr></table>"
},
"button": {
"next": "Next",
"close": "Close"
}
},
"quick_help": {
"title": "QUICK START",
"text": "<img src=\\\"images/quick_start.png\\\"></br><p style=\"text-align:center; font-family:helvetica, arial, verdana, sans-serif; font-size:15px\">© 2014 No Magic, Inc.</p>"
},
"logo_panel": {
"logo": {
"src": "images/logo.png",
"width": 205,
"height": 60
},
"banner": {
"src": "images/process_portal.png",
"width": "224px",
"height": "60px"
},
"version": {
"text": "V2.5",
"height": 50,
"width": 100
}
},
"search_panel": {
"emptyText": "Search...",
"searchIn_text": "Search in ",
"all_text": "All"
},
"help_panel": {
"homeText": "Home",
"helpText": "Help",
"feedbackText": "Feedback",
"commentText": "Comment"
},
"feedback_panel": {
"title": "Feedback",
"comment_text": "<div style=\"width: 350px; text-align: center; font-family:helvetica, arial, verdana, sans-serif; font-size:15px\">Is there something we can do to enhance Your experience?</div>",
"bottom_bar": "<div style=\"width: 350px; text-align: center; font-family:helvetica, arial, verdana, sans-serif; font-size:15px\">We cannot grow so fast without You.</br>Your feedback is highly appreciated!</div>",
"feedback_host": "http://feedback.nomagic.com/webreport/feedback.php"
},
"comment_panel": {
"title": "Comment",
"empty_div": "<div></div>",
"subjectTitle": "Summary:",
"descriptionTitle": "Description:",
"maxCharacters": "Max. 1500 characters"
}
}