Added ajax support, and verified with an ajaxified Delete Source feature

This commit is contained in:
2011-08-22 18:47:45 +01:00
parent 41fc0a2cc3
commit eb1e330bc4
21 changed files with 394 additions and 45 deletions

View File

@@ -17,6 +17,7 @@ class RippingCluster_Main extends SihnonFramework_Main {
$this->request = new RippingCluster_RequestParser($request_string);
switch (HBC_File) {
case 'ajax':
case 'index': {
$smarty_tmp = '/tmp/ripping-cluster';
$this->smarty = new Smarty();
@@ -32,6 +33,8 @@ class RippingCluster_Main extends SihnonFramework_Main {
$this->smarty->assign('messages', array());
$this->smarty->assign('base_uri', $this->base_uri);
$this->smarty->assign('base_url', static::absoluteUrl(''));
} break;
}