[% content_only = 1 # no html wrappers %] [%# JScript for Brady IP printer: m m # set metric measurements J # job start H 100 # Heat (Speed) setting (100mm/sec) S l1;0,0,10,13,36 # Size of the Label (10 x 36mm, gap 3mm) O T # Set print options (T = tear-off mode) T:NAME; 15,3,0,3,pt10;text # T[:name;]x,y,r,font,size[,effects];text CR A 1 # Number of labels x = horizontal start position - distance from the left starting point of the label y = vertical start position - distance from the top margin starting point of the label r = = Text field rotation. Vector fonts and downloadable true type fonts can be rotated 360 degrees in steps of 1 degree. Bitmap fonts can be rotated in 4 directions (0, 90, 180 and 270 degrees) -%] m m J H 100 S l1;0,0,19,21,23 O T T 3,3,0,3,pt8,u;HMDS T:LABNO; 3,9,0,3,pt8,b;[% labno # new-line forced by blank-line: %] T:NAME; 3,13,0,3,pt8;[% name # new-line forced by blank-line: %] T:LABEL; 3,17,0,3,pt8;[% label # new-line forced by blank-line: %] A 1