This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML> | |
| <html> | |
| <head> | |
| <title>webapp-pagination</title> | |
| </head> | |
| <body> | |
| {% assign limit = 500 -%} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML> | |
| <html> | |
| <head> | |
| <title>news-perpage-bctest</title> | |
| <meta name="robots" content="noindex" /> | |
| </head> | |
| <body> | |
| <h3>Showing items as per News Module</h3> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML> | |
| <html> | |
| <head> | |
| <title>mod-cat-list</title> | |
| </head> | |
| <body> | |
| <h3> List Fetching URLs of Poplet Images from <code>module_data</code></h3> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {module_favorites filter="all" collection="myData2" template=""} | |
| {% for item in myData2.items %} | |
| {% if item.itemTypeId == "6" %} | |
| {% for property in item %} | |
| {% if property[1].isFavorite == true %} | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {tag_addtofavorites,, collection="myData1"} | |
| <p>{{this.name}}: <a href="{{myData1.removeUrl}}">Remove from favorites</a> </p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {module_order render="collection" filter="all" sortType="Alphabetical" collection="my_Order" template=""} | |
| <p>Hello {{my_Order.items[0].ownerName}}, You may check the status of all orders placed by you below : </p> | |
| <p>Total no. of items on page {{my_Order.items | size}}</p> | |
| <table> | |
| <thead> | |
| <th>Order Date</th> | |
| <th>Invoice Id</th> | |
| <th>Amount Paid</th> | |
| <th>Amount Pending</th> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script> | |
| {% if {{globals.get.ID}} == "74287" %} | |
| window.location = "https://www.bcfreetest.tk/bcapi-discovery-test"; | |
| {% endif %} | |
| </script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML> | |
| <html> | |
| <head> | |
| <title>secure-webapp</title> | |
| </head> | |
| <body> | |
| {module_webapps id="37467" filter="all" collection="myData" template=""} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML> | |
| <html> | |
| <head> | |
| <title>render-webapp-item</title> | |
| </head> | |
| <body> | |
| {module_webapps id="37467" filter="all" collection="myData" template=""} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML> | |
| <html> | |
| <head> | |
| <title>Auto-responder-test</title> | |
| </head> | |
| <body> | |
| <div class="newsletter-form"> | |
| <h1 class="bc-test3">Dynamically pass IDs of Sub-Cats</h1> </div> |
NewerOlder