No commit activity in last 3 years
No release in over 3 years
Adds two Radius tags that help you in responding to params.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

If Param Tags

Adds 3 new Radius tags intended to make small hacks a bit easier;

<r:if/unless param />

Expands only if the param specified in 'name' is present. If the additional 'matches' attribute is given, the param must match that to expand.

<r:if_param name="foo" [matches="on"]>Foo: <r:param name="foo" /></r:if_param>

<r:param />

Renders the param if found.

<r:param name="foo" />