legacy open qoob cms

a content management system built with the open qoob framework

app/views/gitJS.php


		SyntaxHighlighter.defaults.toolbar = false;
		SyntaxHighlighter.all();

		function go(type) {
			var url = '<?=$URL; ?>';
			if(type=='branch') {
				url += document.git.branch.value;
			} else {
				url += document.git.branch.value+'/'+document.git.commit.value;
			}
			window.location.href= url;	
		}

Download

raw zip tar