Changeset 10163
- Timestamp:
- 12/02/10 19:05:26 (18 months ago)
- Location:
- trunk/ClassificationPlugin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ClassificationPlugin/data/Applications/ClassificationApp/ClassifiedTopicEditTemplate.txt
r10079 r10163 32 32 %TMPL:DEF{"categoriestab"}%<!-- categoriestab --> 33 33 %~~ TAB{"%TMPL:P{"categorieslabel"}%" 34 ~~~ url="%SCRIPTURL PATH{"rest"}%/RenderPlugin/tag?34 ~~~ url="%SCRIPTURL{"rest"}%/RenderPlugin/tag? 35 35 *~~ topic=%BASEWEB%.%BASETOPIC%; 36 36 *~~ name=RENDERFOREDIT; … … 52 52 %TMPL:DEF{"tagstab"}%<!-- tagstab --> 53 53 %~~ TAB{"%TMPL:P{"tagslabel"}%" 54 ~~~ url="%SCRIPTURL PATH{"rest"}%/RenderPlugin/tag?54 ~~~ url="%SCRIPTURL{"rest"}%/RenderPlugin/tag? 55 55 *~~ topic=%BASEWEB%.%BASETOPIC%; 56 56 *~~ name=RENDERFOREDIT; -
trunk/ClassificationPlugin/data/Applications/ClassificationApp/RenderSideBar.txt
r9914 r10163 78 78 ~~~ $this.find(".hasChildren.open").removeClass("hasChildren"); 79 79 ~~~ $this.treeview({ 80 ~~~ url: "%SCRIPTURL PATH{"rest"}%/RenderPlugin/tag?80 ~~~ url: "%SCRIPTURL{"rest"}%/RenderPlugin/tag? 81 81 *~~ name=DBCALL; 82 82 *~~ param=Applications.ClassificationApp.RenderHierarchyAsJSON; -
trunk/ClassificationPlugin/pub/System/ClassificationPlugin/jquery.catselector.uncompressed.js
r10141 r10163 271 271 defaults.web = foswiki.getPreference("WEB"); 272 272 defaults.topic = defaults.web+'.'+foswiki.getPreference("TOPIC"); 273 defaults.url = foswiki.getPreference("SCRIPTURL PATH")+"/rest/RenderPlugin/tag";273 defaults.url = foswiki.getPreference("SCRIPTURL")+"/rest/RenderPlugin/tag"; 274 274 275 275 $(".clsCatSelector:not(.clsInitedCatSelector)").livequery(function() {
Note: See TracChangeset
for help on using the changeset viewer.
