<html>
<head>
<title>CyberStrategies, Inc.: Content Management</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<LINK REL="stylesheet" HREF="/cNc/csz/admin.css" type="text/css">
<script language="javascript" type="text/javascript" src="./tjscripts/tiny_mce/tiny_mce.js"></script>
<script language="javascript" type="text/javascript">
var graphicsDirectory = "cNcgraphics";
myEditor = tinyMCE.editors["PCContent"];
tinyMCE.init({
// General options
mode : "specific_textareas",
editor_selector : "mceEditor",
forced_root_block : "",
theme : "advanced",
plugins : "safari,spellchecker,style,layer,table,save,advhr,advimage,advlink,inlinepopups,directionality,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras",
theme_advanced_styles : "fileName=filename;important=important;marginal=marginal;Popup body=popup_body;Popup code=popup_code;Popup table=popup_table;Popup table alt=popup_table_alt;Popup title=popup_title;userInput=userinput;warning=warning",
plugin_insertdate_dateFormat : "%b %d, %Y",
plugin_insertdate_timeFormat : "%I:%M %p",
spellchecker_languages : "+English=en,Spanish=es_US",
// Theme options
theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,formatselect,fontselect,fontsizeselect,fullscreen,spellchecker",
theme_advanced_buttons2 : "cut,copy,pastetext,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,|,forecolor,backcolor,preview,insertdate",
theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,media,advhr,|,nonbreaking,|,ltr,rtl,|,inserttime",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_statusbar_location : "bottom",
theme_advanced_resizing : true,
content_css : "www.csz.com/cNcgraphics/css/live1.css"
,external_image_list_url : "./imageslist1.pl//home/cszhtml/csz.com:www.csz.com:"+graphicsDirectory
,external_link_list_url : "./linklist1.pl//home/cszhtml/csz.com:www.csz.com:"+graphicsDirectory
,media_external_list_url : "./medialist1.pl//home/cszhtml/csz.com:www.csz.com:"+graphicsDirectory
});
function changeDir(val){
graphicsDirectory = val;
alert("New graphics Directory Value is: "+ val);
myEditor.settings.external_image_list =
"./imageslist1.pl//home/cszhtml/csz.com:www.csz.com:"+graphicsDirectory;
}
</script>
</head>
<body>
<table width="100%" border="0" cellpadding="5" cellspacing="0" class="tableShade02">
<form method="POST" action="https://secure2.csz.com/cNcwork/managecontent.plx" name="form1">
<input type=hidden name=hasdata value=1>
<input type=hidden name="pword" value="...">
<input type=hidden name="uname" value="...">
<input type=hidden name="db" value="csz">
<input type=hidden name="table" value="ClientPages">
<tr>
<td class="tableShade00"><table width="100%" border="0" cellpadding="5" cellspacing="0" class="tableShade00">
<tr>
<td width="100">Content:</td>
<td width="100%"><span class="smallText"><a href="/cNcwork/" target="_self" onclick="window.open('http://www.csz.com/cgi-bin/cNc/showPage.plx?db=Content_Catalog&pid=24','Help','width=800,height=300,scrollbars=yes,resizable=yes');return false;"><img src="/cszstd/icon_help.gif" border="0"></a>
<span style='font-size:90%;'>Graphics Directory <select name="currentDir"
onchange="changeDir(this.value);">
<option value="cNcgraphics">Default</option>
<option value="cNcgraphics/css">css</option><option value="cNcgraphics/testDir">testDir</option><option
value="cNcgraphics/ComplexImages">ComplexImages</option><option
value="cNcgraphics/newSite">newSite</option><option value="cNcgraphics/bkgrds">bkgrds</option><option
value="cNcgraphics/cNc">cNc</option></select></span>
<span style='font-size:90%; font-family: arial,sans;font-style: oblique;'>Changing directory will cause page refresh</span>
<input type="radio" name="PCType" value="S" checked> SIMPLE -
<input type="radio" name="PCType" value="H"> HTML</span>
</td>
</tr>
<tr>
<td colspan='2'><textarea name="PCContent" cols="85" rows="15" class="mceEditor"></textarea></td>
</tr>
</table></td>
</tr>
</form>
</table>
</body>
</html>