/tags/0.9.9.1/src/xml/fnorm.xml

http://luke.googlecode.com/ · XML · 28 lines · 28 code · 0 blank · 0 comment · 0 complexity · 11b38f750ba7fd44ccf380bc3c682022 MD5 · raw file

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <dialog text=" Field norm" name="fNorm" icon="/img/luke.gif" modal="true"
  3. columns="1" top="8" left="8" bottom="8" right="8" gap="3" close="remove(fNorm)"
  4. resizable="true">
  5. <panel columns="2" weightx="1" halign="fill" gap="3">
  6. <label text="Document id: "/>
  7. <label name="docNum" font="bold"/>
  8. <label text="Field name: "/>
  9. <label name="fld" font="bold"/>
  10. <label text="Current field norm: "/>
  11. <label name="curNorm" font="bold"/>
  12. <label text="Updated field norm: "/>
  13. <textfield name="newNorm" action="displayNewNorm(fNorm)" />
  14. <label text="Encoded value rounded to:"/>
  15. <label name="encNorm"/>
  16. </panel>
  17. <separator/>
  18. <label text="Set new norm value on this field in:"/>
  19. <checkbox group="fgroup" name="fDoc" selected="true" text="this document only"/>
  20. <checkbox group="fgroup" name="fAll" text="all documents"/>
  21. <checkbox group="fgroup" name="fList" text="list of documents:"/>
  22. <textfield name="frange" weightx="1" halign="fill"/>
  23. <label font="10" text="Example: 0,12,45-90,17,123,30-32"/>
  24. <panel weightx="1" halign="right" top="6" bottom="6" right="6" gap="8">
  25. <button text="Set norm" halign="center" action="setNorm(fNorm)"/>
  26. <button type="default" text="Cancel" halign="center" action="remove(fNorm)"/>
  27. </panel>
  28. </dialog>