Index: openacs-4/packages/acs-templating/tcl/acs-integration-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/acs-integration-procs.tcl,v diff -u -r1.23 -r1.23.2.1 --- openacs-4/packages/acs-templating/tcl/acs-integration-procs.tcl 23 Jun 2015 08:23:55 -0000 1.23 +++ openacs-4/packages/acs-templating/tcl/acs-integration-procs.tcl 3 Oct 2016 15:41:56 -0000 1.23.2.1 @@ -1,16 +1,19 @@ -# Interface to the ACS for the ArsDigita Templating System -# Procedures in this file only make sense if you use the template system -# together with the ArsDigita Community System +ad_library { + Interface to the ACS for the ArsDigita Templating System + Procedures in this file only make sense if you use the template system + together with the ArsDigita Community System + + Copyright (C) 1999-2000 ArsDigita Corporation -# Copyright (C) 1999-2000 ArsDigita Corporation -# Authors: Christian Brechbuehler + + @cvs-id $Id$ +} -# This is free software distributed under the terms of the GNU Public -# License. Full text of the license is available from the GNU Project: -# http://www.fsf.org/copyleft/gpl.html - ad_proc -public ad_return_template { -string:boolean {template ""} Index: openacs-4/packages/acs-templating/tcl/currency-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/currency-procs.tcl,v diff -u -r1.15.2.1 -r1.15.2.2 --- openacs-4/packages/acs-templating/tcl/currency-procs.tcl 10 Sep 2015 08:22:05 -0000 1.15.2.1 +++ openacs-4/packages/acs-templating/tcl/currency-procs.tcl 3 Oct 2016 15:47:35 -0000 1.15.2.2 @@ -1,18 +1,20 @@ -# Currency widgets for the OpenACS Templating System +ad_library { + Currency widgets for the OpenACS Templating System -# This is free software distributed under the terms of the GNU Public -# License. Full text of the license is available from the GNU Project: -# http://www.fsf.org/copyleft/gpl.html + These are modelled somewhat after the date procs. -# @author Don Baccus (dhogaza@pacifier.com) + DRB: This was totally non-functional in ACS 4.2 Classic. It's now partly + functional in that we accept and process currency values. We really need + to tie this in with the acs-lang money database as this code's far too + simplistic. -# These are modelled somewhat after the date procs. + This is free software distributed under the terms of the GNU Public + License. Full text of the license is available from the GNU Project: + http://www.fsf.org/copyleft/gpl.html + + @author Don Baccus (dhogaza@pacifier.com) +} -# DRB: This was totally non-functional in ACS 4.2 Classic. It's now partly -# functional in that we accept and process currency values. We really need -# to tie this in with the acs-lang money database as this code's far too -# simplistic. - namespace eval template {} namespace eval template::util {} namespace eval template::util::currency {}