Dashamir Hoxha - 2003-07-30

Change the names of some vars, classes, functions etc. so they
describe better the function, class, etc.
- {{obj_name}} to {{Name}}
  {{class_name}} to {{Class}}

- Rename path constants from 'XYZ_PATH' to 'XYZ/'.

- Change from:
GoTo("page1.html?event=webclass::webobj.event_name(arg1;arg2;arg3)")
to: GoTo("page1.html//webclass::webobj->event_name(arg1,arg2,arg3)")

- Probably it is better to change the denotation of
  a slot (a variable) from {{var_name}} to a more
  familiar denotation like: ${var_name}, or something
  like this. (Why is it better? Does it have any
  disadvantages?)