I was thinking of building a variation to this. more for multiple domains
than for users. haven't done it so I open to suggestions.
<!--- page.cfm --->
<cfparam name="user.style" default="default">
<LINK href="styles/<cfoutput>#user.style#</cfoutput>/style.css"
rel=StyleSheet type=text/css>
<cf_template style="#user.style#">
Page content
</cf_template>
<!--- end of page.cfm --->
<!--- template.cfm --->
<cfinclude template="styles/#attributes.style#/template.cfm">
<!--- end of template.cfm --->
<!--- styles/#attributes.style#/template.cfm --->
<CFIF ThisTag.ExecutionMode is 'start'>
top of tag
<cfelse>
bottom of tag
</cfif>
<!--- end of styles/#attributes.style#/template.cfm --->
HTH
Eric
From: David Shadovitz <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Customizable interface
Date: Sun, 7 May 2000 14:19:39 -0700
I'm tossing this out here in the hope of getting some good ideas.
I've got an intranet app designed to let users retrieve data from a
database. One requirement that I have not addressed (I've been hoping
for the requirement or its author to die) is that users must have the
ability to customize the interface. Users are not required to know
ColdFusion.
Any general ideas?
Thanks.
-David
________________________________________________________________
YOU'RE PAYING TOO MUCH FOR THE INTERNET!
Juno now offers FREE Internet Access!
Try it today - there's no risk! For your FREE software, visit:
http://dl.www.juno.com/get/tagj.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.