Script examples
Now that we have seen how to create a custom page, let's have a look at an example of how to make a working UI page.
For our example, we will create our own change interceptor. This is usually seen when creating a new change, but for the example, we will create a UI page to be the page navigated to.
Here is the code we will use in the HTML
field:
<?xml version="1.0" encoding="utf-8" ?> <j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null"> <nav class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <input type="HIDDEN" id="sysverb_back"></input> <h1 style="display:inline-block;" class="navbar-title">Change Request </h1> </div> <div class="nav navbar-right"> </div> </div> </nav> <div class="container-fluid" style="border-bottom: 1px solid #ddd; margin-bottom: 5px;"> <h4 class="wizard...