XSLT Function: BaileyWeb.University.ModuleFeeBandCosts.ShowModuleFeeBandCostTable
The XSLT Function named ShowModuleFeeBandCostTable produces a table showing module fee information.
Files
The following files are supplied with the University Package:
- ~/App_Data/Xslt/BaileyWeb/University/ModuleFeeBandCosts/ShowModuleFeeBandCostTable.cshtml
Parameters
None. OR
There are COUNT parameters:
Parameter: | Label: | Help: | Type: | Default: | Widget: |
---|---|---|---|---|---|
NAME | LABEL | HELP | TYPE | VALUE |
Function Markup
<f:function name="BaileyWeb.University.ModuleFeeBandCosts.ShowModuleFeeBandCostsTable" xmlns:f="http://www.composite.net/ns/function/1.0" />
Sub Functions
None. OR
This function relies upon the following sub functions for data:
- BaileyWeb.University.NAMESPACE OR
When routed data isn't TYPE.IsItem
:
- BaileyWeb.University.NAMESPACE
When routed data is TYPE.IsItem
:
- BaileyWeb.University.NAMESPACE
Text Strings
This function uses the following localisation resources:
Sample Output
<html xmlns="http://www.w3.org/1999/xhtml"> <head/> <body> <div class="table-responsive"> <table class="table table-hover" summary="List of fee band costs"> <thead> <tr> <th>Year of entry</th> <th>Fee band</th> <th>Full-time cost</th> <th>Part-time cost</th> <th>International full-time cost</th> <th>International part-time cost</th> </tr> </thead> <tbody> <tr> <td>2017</td> <td>MD-A</td> <td>1001.00</td> <td>501.00</td> <td>-</td> <td>-</td> </tr> [...] </tbody> </table> </div> </body> </html>
Actual Output
Bachelor's Degree
Year of entry: | Full-time cost: | Part-time cost: | International full-time cost: | International part-time cost: |
---|---|---|---|---|
Fee band: MD-A | ||||
2022 | £1001.00 (GBP) | £501.00 (GBP) | - | - |
Fee band: MD-B | ||||
2022 | £2001.00 (GBP) | £1001.00 (GBP) | - | - |