Re: [Hypercontent-users] Editable areas
Brought to you by:
alexvigdor
From: Alex V. <av...@co...> - 2005-01-19 16:07:14
|
Hi Carl, We do something almost identical to what you are describing on one of our latest sites http://www.columbia.edu/hr/index.html If you navigate across the top-level pages you'll notice that each of them has a slightly different box arrangement. Adam should be able to describe the implementation in more detail, but I believe in XML you could just have a repeating element "right-box" with a single child "html" and an attribute for its title, and in XSL and/or CSS you could set up the actual on-screen positioning. E.g. <!ELEMENT page (html,right-box*)> <!ELEMENT right-box(html)> <!ATTLIST right-box title CDATA #REQUIRED> and call different templates with "/page/html" vs. "/page/right-box/html". Alex On Jan 19, 2005, at 9:51 AM, Carl Barrow wrote: > Hi Alex > > Thanks for the info on downloads. I'll leave things as they are and > have a look at getting updated to v2 when it's released. > > I have a question which might not be possible. If you take a look at > the sample page http://www.learndev.hull.ac.uk/CB/REOTESTPAGE.html > you will notice that I have info boxes down the right hand side of > the page and under the menu items on the left. At the moment I am > dropping these boxes into editable areas in html form which works > great for me but might not for some of the users on campus. Is there > any way ether now or in future releases of HyperContent that a user > could add as many boxes as the wanted but not have to worry about any > html? So for example, for the right hand orange boxes the user might > be presented with an option to add 0-3 boxes, then on selection have > the editable text appear for each box. > > Just something that I thought about..... > > Many thanks > Carl > > -- > ************************************ > > Carl Barrow > Web Developer > e-Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > ************************************ > > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users |