From empty
To version 128.1
edited by Thomas Warren
on 2020/01/22 13:40
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,0 +1,1 @@
1 +Home
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.XWikiGuest
1 +xwiki:XWiki.ahz
Default language
... ... @@ -1,0 +1,1 @@
1 +en
Content
... ... @@ -1,0 +1,7 @@
1 +== Service area ==
2 +
3 +{{ServiceArea ServiceAreaDescription="We have everything you need in order to receive payments online. Increase your conversion rates in all markets and across all devices. One payment provider, one solution, one interface — it doesn't get easier than this!" ServiceAreaName="eCommerce" ServiceAreaPage="Main.ecommerce.WebHome" ServiceAreaIcon="34_ikon_responsiv_design"}}{{/ServiceArea}}
4 +
5 +{{ServiceArea ServiceAreaDescription="For batch processed invoice payments, Invoice Service has you covered." ServiceAreaName="Ledger & Factoring" ServiceAreaPage="Invoicing" ServiceAreaIcon="19_ikon_faktura"}}{{/ServiceArea}}
6 +
7 +{{ServiceArea ServiceAreaDescription="For Vas APIs and other services" ServiceAreaName="VAS" ServiceAreaPage="API" ServiceAreaIcon="19_ikon_faktura"}}{{/ServiceArea}}
payex-developer-portal.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.aul
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
XWiki.StyleSheetExtension[0]
Caching policy
... ... @@ -1,0 +1,1 @@
1 +long
Code
... ... @@ -1,0 +1,74 @@
1 +#xwikicontent table {
2 + margin: 0 0 1em 0;
3 +}
4 +
5 +#xwikicontent table td,
6 +#xwikicontent table th {
7 + border: 0;
8 + padding: 0;
9 +}
10 +
11 +#xwikicontent table td:first-of-type {
12 + padding-right: 25px;
13 +}
14 +
15 +#xwikicontent .table-striped td,
16 +#xwikicontent .table-striped th {
17 + padding: 10px;
18 +}
19 +
20 +#xwikicontent .table-bordered td,
21 +#xwikicontent .table-bordered th {
22 + border: 1px solid #ddd;
23 +}
24 +
25 +.floatinginfobox iframe {
26 + border: 0;
27 + height: 169px;
28 + width: 100%;
29 +}
30 +
31 +/* Shadow and hover effect on linked images */
32 +
33 +#xwikicontent a .img-popout {
34 + border: 1px solid #ddd;
35 + transition: box-shadow ease .2s;
36 + box-shadow: 2px 2px 2px #ddd, -2px -2px 2px #ddd;
37 +}
38 +
39 +#xwikicontent a:hover .img-popout {
40 + border: 1px solid #ddd;
41 + box-shadow: 0 0 0 #ddd;
42 +}
43 +
44 +/* Make the menus scrollable */
45 +
46 +.px-content-menu,
47 +#px-sidebar {
48 + overflow-y: auto;
49 + max-height: 100vh;
50 +}
51 +
52 +/* Styling for "Request" headers in code examples */
53 +
54 +.box {
55 + position: relative;
56 +}
57 +
58 +.box > strong + .code {
59 + margin-top: 1.2em;
60 +}
61 +
62 +.box:not(.errormessage) > strong {
63 + display: block;
64 + position: sticky;
65 + box-sizing: content-box;
66 + left: -19px;
67 + right: -19px;
68 + width: 100%;
69 + padding: 5px 19px;
70 + background-color: #e7e7e7;
71 + color: #666;
72 + border-bottom: 1px solid #D1D3D4;
73 + margin: -19px -19px 0 -19px;
74 +}
Content Type
... ... @@ -1,0 +1,1 @@
1 +CSS
Name
... ... @@ -1,0 +1,1 @@
1 +PayEx Developer Portal CSS Adjustments
Use this extension
... ... @@ -1,0 +1,1 @@
1 +always
XWiki.StyleSheetExtension[1]
Caching policy
... ... @@ -1,0 +1,1 @@
1 +long
Code
... ... @@ -1,0 +1,5 @@
1 +#if(!$xcontext.userReference)
2 +#tmDrawerActivator {
3 + display:none;
4 +}
5 +#end
Content Type
... ... @@ -1,0 +1,1 @@
1 +CSS
Name
... ... @@ -1,0 +1,1 @@
1 +PayEx Stylesheet - Hide menu for anonymous
Parse content
... ... @@ -1,0 +1,1 @@
1 +Yes
Use this extension
... ... @@ -1,0 +1,1 @@
1 +always
XWiki.StyleSheetExtension[2]
Caching policy
... ... @@ -1,0 +1,1 @@
1 +long
Code
... ... @@ -1,0 +1,3 @@
1 +#HPurchase {
2 + color: #666;
3 +}
Content Type
... ... @@ -1,0 +1,1 @@
1 +CSS
Name
... ... @@ -1,0 +1,1 @@
1 +Test
Use this extension
... ... @@ -1,0 +1,1 @@
1 +always
XWiki.WikiMacroClass[0]
Macro code
... ... @@ -1,0 +1,14 @@
1 +{{velocity}}
2 +#set($serviceAreaPageURL = $xwiki.getURL($xcontext.macro.params.ServiceAreaPage))
3 +#set($serviceAreaIcon = $escapetool.xml($xcontext.macro.params.ServiceAreaIcon))
4 +{{html}}
5 +<div class="px-media-item">
6 + <img class="px-media-icon" src="/xwiki/skins/PayEx.XWiki.Skin/svg/${serviceAreaIcon}.svg"/>
7 + <div class="px-media-content">
8 + <a href="$serviceAreaPageURL"><h3 class="px-media-heading">$escapetool.xml($xcontext.macro.params.ServiceAreaName)</h3></a>
9 + <p class="px-media-paragraph">$escapetool.xml($xcontext.macro.params.ServiceAreaDescription)</p>
10 + <a href="$serviceAreaPageURL" class="px-media-link">Documentation</a>
11 + </div>
12 +</div>
13 +{{/html}}
14 +{{/velocity}}
Macro content type
... ... @@ -1,0 +1,1 @@
1 +No content
Default category
... ... @@ -1,0 +1,1 @@
1 +PayEx
Macro description
... ... @@ -1,0 +1,1 @@
1 +Create a list item for a service area. Intended for the front page.
Macro id
... ... @@ -1,0 +1,1 @@
1 +ServiceArea
Macro name
... ... @@ -1,0 +1,1 @@
1 +Service Area
Supports inline mode
... ... @@ -1,0 +1,1 @@
1 +Yes
Macro visibility
... ... @@ -1,0 +1,1 @@
1 +Current Wiki
XWiki.WikiMacroParameterClass[0]
Parameter mandatory
... ... @@ -1,0 +1,1 @@
1 +Yes
Parameter name
... ... @@ -1,0 +1,1 @@
1 +ServiceAreaName
XWiki.WikiMacroParameterClass[1]
Parameter default value
... ... @@ -1,0 +1,1 @@
1 +ServiceAreaDescription
Parameter mandatory
... ... @@ -1,0 +1,1 @@
1 +Yes
Parameter name
... ... @@ -1,0 +1,1 @@
1 +ServiceAreaDescription
XWiki.WikiMacroParameterClass[2]
Parameter default value
... ... @@ -1,0 +1,1 @@
1 +ServiceAreaPage
Parameter description
... ... @@ -1,0 +1,1 @@
1 +XWiki page
Parameter mandatory
... ... @@ -1,0 +1,1 @@
1 +Yes
Parameter name
... ... @@ -1,0 +1,1 @@
1 +ServiceAreaPage
XWiki.WikiMacroParameterClass[3]
Parameter mandatory
... ... @@ -1,0 +1,1 @@
1 +No
Parameter name
... ... @@ -1,0 +1,1 @@
1 +ServiceAreaIcon