It is funny that you ask this, as just yesterday, I was working on a quick-edit page. It is simply a wrapper page for the editContent page, handling all the Javascript calls.
Basically, create a HTML file with this code, and call the file passing a QueryString parameter id of the node. IE: "quickedit.html?id=1234"
Then, using a sitemap script, you could easily modify it to link to and edit your pages quickly.
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML style="WIDTH: 100%">
<HEAD>
<title>umbraco</title>
<script language="javascript" >
function syncTree(orgPath) {}
function umbSpeechBubble(icon, header, message) {}
function reloadParentNode() {}
</script>
</HEAD>
<body onload="right.document.location.href = '/umbraco/editContent.aspx'+document.location.search;" bgColor="#fff" leftMargin="0" topMargin="0" marginwidth="0" marginheight="0" style="PADDING-RIGHT: 0px;PADDING-LEFT: 0px;PADDING-BOTTOM: 0px;MARGIN: 0px;PADDING-TOP: 0px;HEIGHT: 100%; background: white">
<iframe name="right" id="right" marginWidth="0" marginHeight="0" frameBorder="0" scrolling="no" style="HEIGHT: 98%; WIDTH: 98%"></iframe>
<iframe src="keepalive.aspx" style="width:1px;height:1px;"></iframe>
</body>
</HTML>
I was working on Kasper's psuedo front-end editing premise, and was going to create a macro that exposed the edit functionality front-side, and did a popup of this page for quick edits.
There is no alert bubble in this version, so use at own risk. The Edit HTML and Add Form fields do not currently work...
Casey
• 2007/2008 MVP • 2008/2009 MVP • Certified • Licensing • Support • Development • Hosting •