Click here to Skip to main content
15,895,746 members
Articles / Programming Languages / SQL

A Free Website Management System - Nukedit

Rate me:
Please Sign up or sign in to vote.
3.38/5 (25 votes)
9 Sep 2010CPOL3 min read 173.9K   728   93  
Realtime page editing, simple, "on-the-fly" menu construction, modifiable permissions for users and groups, built-in search engine optimisation
<% response.buffer = true 
pagename = "content/Standard.asp"%>
<!-- #include file="../includes/inc_main.asp" -->
<!-- #include file="../themes/standard.asp"-->
<% WriteHeader "Free ASP Website Portal and Content Management System","ezyedit www.ezyedit.com web portal page editing asp web portal easy edit ez edit easyedit content management system search engine optimisation seo software free asp portal free aussieweb eastes"
InitEdit%>
<P><FONT size="5"><B>Standard</B></FONT><BR /><BR /><FONT size="2">This theme is used by default.<BR /><BR />It is recomended that you base your site design around this theme. <BR />(using your own graphics/colours of course)</FONT><FONT size="2"></P>
<%CloseEdit
WriteFooter rsPage("modified") , rsPage("count") %>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Australia Australia
From Brisbane, Australia.

Likes building stuff.

Comments and Discussions