X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=torrus%2Ftemplates%2Fadminfo.html;fp=torrus%2Ftemplates%2Fadminfo.html;h=a041e003301fd33cf11b4d8d5c698b0cd0dd507c;hb=74e058c8a010ef6feb539248a550d0bb169c1e94;hp=0000000000000000000000000000000000000000;hpb=35359a73152b3d7a9ad5e3d37faf81f6fedb76e8;p=freeside.git diff --git a/torrus/templates/adminfo.html b/torrus/templates/adminfo.html new file mode 100644 index 000000000..a041e0033 --- /dev/null +++ b/torrus/templates/adminfo.html @@ -0,0 +1,38 @@ +[% PROCESS 'html-incblocks.txt' %] +[% INCLUDE htmlstart + title='Administrative information: ' _ path(token) + contentClass="SingleColumnContent" + noTopMenu=1 %] + +

Administrative information

+[% INCLUDE treename %] +

Path: [% path(token) %]

+ +[% +FOREACH category = adminfo.keys.sort; +%] +

[% category %]

+
+[% + counter = 0; + evenRow = 0; + + FOREACH pname = adminfo.$category.keys.sort; + counter = counter + 1; + IF counter % 2 == 0; + evenRow = 1; + ELSE; + evenRow = 0; + END; +%] +
+ [% pname %] + [% adminfo.$category.$pname %] + +
+[% END %] +
+[% +END %] + +[% INCLUDE htmlend %]