/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
- /*
- * Main.gswd
- *
- * You may freely copy, distribute and reuse the code in this example.
- * We disclaims any warranty of any kind, expressed or implied, as to
- * its fitness for any particular use.
- *
- * This is the declarations file for the Main page of the
- * HelloWorld ObjC application. Each declaration corresponds to a GNUstepWeb
- * element in Main.html.
- *
- */
-
- LINKTOSITES:GSWHyperlink { action = setSITESMode; }
- LINKTOSELECTEDSITE:GSWHyperlink { action = setSITEMode; string = siteName; }
- LINKTOSELECTEDLOGIN:GSWHyperlink { action = setLOGINMode; string = loginName; }
- LINKTOSELECTEDUSER:GSWHyperlink { action = setUSERMode; string = userName; }
- LINKTOSELECTEDORG:GSWHyperlink { action = setORGMode; string = organizationName; }
- STYLE:GSWString { value = cssStyle; escapeHTML = false; }
- SITES:Sites { entityName = siteName; }
- SITE:Site { entityName = siteName; }
- ISSITEMODE:GSWConditional { condition = isSITEMode; }
- ISSITESMODE:GSWConditional { condition = isSITESMode; }
- LOGIN:Login { entityName = loginName; }
- ISLOGINMODE:GSWConditional { condition = isLOGINMode; }
- ISLOGINSMODE:GSWConditional { condition = isLOGINSMode; }
- LOGINS:Logins { entityName = loginName; }
- LINKTOLOGINS:GSWHyperlink { action = setLOGINSMode; }
- ISUSERSMODE:GSWConditional { condition = isUSERSMode; }
- USERS:Users { entityName = userName; }
- LINKTOUSERS:GSWHyperlink { action = setUSERSMode; }
- ISUSERMODE:GSWConditional { condition = isUSERMode; }
- USER:User { entityName = userName; }
- ISORGSMODE:GSWConditional { condition = isORGSMode; }
- ORGS:Organizations { entityName = organizationName; }
- LINKTOORGS:GSWHyperlink { action = setORGSMode; }
- ISORGMODE:GSWConditional { condition = isORGMode; }
- ORG:Organization { entityName = organizationName; }