/SA.Framework/SAWUI/Main.gswc/Main.gswd

http://eeframework.googlecode.com/ · Unknown · 62 lines · 37 code · 25 blank · 0 comment · 0 complexity · 2ff082c1b35de29698db784b12ebcafc MD5 · raw file

  1. /*
  2. * Main.gswd
  3. *
  4. * You may freely copy, distribute and reuse the code in this example.
  5. * We disclaims any warranty of any kind, expressed or implied, as to
  6. * its fitness for any particular use.
  7. *
  8. * This is the declarations file for the Main page of the
  9. * HelloWorld ObjC application. Each declaration corresponds to a GNUstepWeb
  10. * element in Main.html.
  11. *
  12. */
  13. LINKTOSITES:GSWHyperlink { action = setSITESMode; }
  14. LINKTOSELECTEDSITE:GSWHyperlink { action = setSITEMode; string = siteName; }
  15. LINKTOSELECTEDLOGIN:GSWHyperlink { action = setLOGINMode; string = loginName; }
  16. LINKTOSELECTEDUSER:GSWHyperlink { action = setUSERMode; string = userName; }
  17. LINKTOSELECTEDORG:GSWHyperlink { action = setORGMode; string = organizationName; }
  18. STYLE:GSWString { value = cssStyle; escapeHTML = false; }
  19. SITES:Sites { entityName = siteName; }
  20. SITE:Site { entityName = siteName; }
  21. ISSITEMODE:GSWConditional { condition = isSITEMode; }
  22. ISSITESMODE:GSWConditional { condition = isSITESMode; }
  23. LOGIN:Login { entityName = loginName; }
  24. ISLOGINMODE:GSWConditional { condition = isLOGINMode; }
  25. ISLOGINSMODE:GSWConditional { condition = isLOGINSMode; }
  26. LOGINS:Logins { entityName = loginName; }
  27. LINKTOLOGINS:GSWHyperlink { action = setLOGINSMode; }
  28. ISUSERSMODE:GSWConditional { condition = isUSERSMode; }
  29. USERS:Users { entityName = userName; }
  30. LINKTOUSERS:GSWHyperlink { action = setUSERSMode; }
  31. ISUSERMODE:GSWConditional { condition = isUSERMode; }
  32. USER:User { entityName = userName; }
  33. ISORGSMODE:GSWConditional { condition = isORGSMode; }
  34. ORGS:Organizations { entityName = organizationName; }
  35. LINKTOORGS:GSWHyperlink { action = setORGSMode; }
  36. ISORGMODE:GSWConditional { condition = isORGMode; }
  37. ORG:Organization { entityName = organizationName; }