X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fstructure.tpl;h=f6a647b791a807f67b8c3e3c976c8f31a834d8f5;hb=b3d8924ccce3328ecc4a63613c48c6059b26190b;hp=77ee1e85ad303a441baddedf84632e70edb81ffe;hpb=a29c21224d2b831875b265573e2647aa9b288de8;p=friendica.git diff --git a/view/templates/structure.tpl b/view/templates/structure.tpl index 77ee1e85ad..f6a647b791 100644 --- a/view/templates/structure.tpl +++ b/view/templates/structure.tpl @@ -1,22 +1,20 @@ -Table {{$name}} +Table {{$name nofilter}} =========== -{{$comment}} +{{$comment nofilter}} Fields ------ {{foreach $fields as $field}} -| {{$field.name}} | {{$field.comment}} | {{$field.type}} | {{$field.null}} | {{$field.primary}} | {{$field.default}} | {{$field.extra}} | +| {{$field.name nofilter}} | {{$field.comment nofilter}} | {{$field.type nofilter}} | {{$field.null nofilter}} | {{$field.primary nofilter}} | {{$field.default nofilter}} | {{$field.extra nofilter}} | {{/foreach}} Indexes ------------ -| Name | Fields | -|------|--------| {{foreach $indexes as $index}} -| {{$index.name}} | {{$index.fields}} | +| {{$index.name nofilter}} | {{$index.fields nofilter}} | {{/foreach}} {{if $foreign}} @@ -26,7 +24,7 @@ Foreign Keys | Field | Target Table | Target Field | |-------|--------------|--------------| {{foreach $foreign as $key}} -| {{$key.field}} | [{{$key.targettable}}](help/database/db_{{$key.targettable}}) | {{$key.targetfield}} | +| {{$key.field nofilter}} | [{{$key.targettable nofilter}}](help/database/db_{{$key.targettable nofilter}}) | {{$key.targetfield nofilter}} | {{/foreach}} {{/if}}