|
From: creedon <icr...@us...> - 2006-01-13 20:57:55
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/webserver/data/responders/XmlSubscribe/data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8363 Added Files: pageHeader cascadingStyleSheet body template Log Message: a responder that understands Radio UserLand subscriptions links --- NEW FILE: body --- FrontierVcsFile:1:optx:system.verbs.builtins.webserver.data.responders.XmlSubscribe.data.body #indirectTemplate false <form action="" method="post"> {mainResponder.adminSite.prefs.subscriptions ()} </form> --- NEW FILE: cascadingStyleSheet --- FrontierVcsFile:1:optx:system.verbs.builtins.webserver.data.responders.XmlSubscribe.data.cascadingStyleSheet <style type="text/css"> body { margin:0px 0px 10px 0px; background:#FFFFFF; } A { color: #336666; font-family: verdana, arial, sans-serif; font-size:10px; text-decoration: none; font-weight:bold; } A:link { color: #336666; text-decoration: none; } A:visited { color: #669999; text-decoration: none; } A:active { color: #FFFF00; } A:hover { color: #000000; } #banner { font-family:verdana, arial, sans-serif; color:#FFF; font-size:20px; font-weight:normal; border-bottom:1px dotted #000000; border-top:3px solid #003333; background:#336666; padding:15px; text-transform:uppercase; letter-spacing: .2em; } .description { font-family:verdana, arial, sans-serif; color:#99CCCC; font-size:12px; font-weight:bold; text-transform:none; } #content { float:left; height: 100%; width:100%; background:#fff; <!- border-right:1px dotted #999; -> margin-right:15px; padding-bottom:20px; } #links { background:#fff; padding-right:15px; } .blog { padding-left:15px; padding-top:15px; padding-right:15px; } .blogbody { font-family:georgia, verdana, arial, sans-serif; color:#333; font-size:13px; font-weight:normal; background:#FFF; line-height:15px; padding-left:10px; padding-right:10px; padding-top:10px; } .title { font-family: verdana, arial; font-size: 15px; color: #003333; text-transform: uppercase; font-weight:bold; } .footer { font-family:georgia, verdana, arial, sans-serif; color:#333; font-size:11px; font-weight:normal; line-height:11px; margin-top: 10px; padding-left:10px; padding-right:10px; padding-top:10px; border-top:1px dotted #999; text-align:center; } #menu { margin-bottom:15px; background:#FFF; } .date { font-family:verdana, arial, sans-serif; color:#666; font-size:9px; font-weight:bold; text-align:center; background:#EEE; line-height:14px; padding:2px; margin-top:10px; text-transform:uppercase; letter-spacing: .2em; } .posted { font-family:verdana, arial, sans-serif; font-size: 11px; color: #003366; margin-bottom:15px; } .side { font-family:verdana, arial, sans-serif; color:#333; font-size:11px; font-weight:normal; background:#FFF; line-height:14px; padding:2px; } .sidetitle { font-family:verdana, arial, sans-serif; color:#666; font-size:9px; font-weight:bold; background:#EEE; line-height:14px; padding:2px; margin-top:10px; text-align:center; text-transform:uppercase; letter-spacing: .2em; } td { font-family:georgia, verdana, arial, sans-serif; color:#333; font-size:13px; font-weight:normal; line-height:15px; } </style> --- NEW FILE: pageHeader --- FrontierVcsFile:1:optx:system.verbs.builtins.webserver.data.responders.XmlSubscribe.data.pageHeader <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title> {siteName} : {title} </title> <meta http-equiv="Expires" content="Mon, 01 Jan 1990 01:00:00 GMT" /> {metaTags ()} {string (prefsSuite.javaScriptSource)} {cascadingStyleSheet} </head> --- NEW FILE: template --- FrontierVcsFile:1:optx:system.verbs.builtins.webserver.data.responders.XmlSubscribe.data.template <body> <div id="banner"> {siteName} <span class="description"> {tagline} </span> </div> <div id="content"> <div class="blogbody"> <p class="title"> {title} </p> {bodytext} <div class="footer"> <p> This Page was last update: {lastUpdate} <br /> Page template based on <a href="http://www.bryanbell.com/">Bryan Bell's</a> <a href="http://www.bryanbell.com/2002/07/23#a63">Moveable Manila: green</a>. <br /> Copyright {date.year ()} {siteName} </p> <p> <a href="http://jigsaw.w3.org/css-validator/"> <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" /> </a> </p> </div> </div> </div> </body> </html> |