"; echo "try{top._login.login();}catch(e){}"; echo "try{win.Close();}catch(e){}"; echo ""; include template('common/footer_reload'); exit(); } $cloud = array(); $list = C::t('connect') -> fetch_all_by_available(true); foreach ($list as $value) { $cloud[$value['type']]['list'][] = $value; $cloud[$value['type']]['header'] = lang('cloud_type_' . $value['type']); } include template("addcloud"); ?>