.id
2809
.gutitle
slashes
.title
slashes
.file
.extension
.name
|/routinetype-generic|
.user_id
7
.notes
Produces get.s1, get.s2, etc. - you can use these parts of the "slash string" to mimic directory structures on websites.
.body
<ensure variable="get.s1_override" value="0">

<if isdefined("att.lcase") AND att.lcase EQ 0>
<if get.s1_override NEQ 1 AND NOT isDefined("get.s1")>
<var get.s1 = replace(trim(listFirst(so_slash_string,'/')),'/','','all')>
</if>
<var slen = listLen(so_slash_string,'/')>
<var s = 2>
<loop condition="slen GTE s">
<var _tok = listGetAt(so_slash_string,s,'/')>
<var "get.s#s#" = trim(_tok)>
<var s = s + 1>
</loop>
<else>
<if get.s1_override NEQ 1 AND NOT isDefined("get.s1")>
<var get.s1 = replace(trim(listFirst(so_slash_string,'/')),'/','','all')>
</if>
<var slen = listLen(so_slash_string,'/')>
<var s = 2>
<loop condition="slen GTE s">
<var _tok = listGetAt(so_slash_string,s,'/')>
<var "get.s#s#" = trim(lcase(_tok))>
<var s = s + 1>
</loop>
</if>

<var get.slen = slen>
 
.sum_double
0.00
.producttype
.productincludes
.physical_unsignedint
0
.isprotected_unsignedint
0
.overridesiteheader_unsignedint
0