echo $CSS_VERSION;
?>
" type="text/css" rel="stylesheet" />
	<link href="../css/main.css?<?php 
echo $CSS_VERSION;
?>
" type="text/css" rel="stylesheet" />
</head>
<body>
<!-- This is inner text! -->
<div id="innertext">
	<?php 
if ($editable) {
    if ($action == 'Perform Backup') {
        echo '<ul>';
        $dlFile = $dlManager->dlSpecBackup($collId, $cSet, $zipFile);
        if ($dlFile) {
            echo '<li style="font-weight:bold;">Backup Complete!</li>';
            echo '<li style="font-weight:bold;">Click on file to download: <a href="' . $dlFile . '">' . $dlFile . '</a></li>';
            echo '</ul>';
        }
        echo '</ul>';
    } else {
        ?>
			<form name="buform" action="personalspecbackup.php" method="post">
				<fieldset style="padding:15px;">
					<legend>Download Module</legend>
					<div style="float:left;">
						Data Set: 
					</div>
					<div style="float:left;">