Beispiel #1
0
                    show_app($res);
                    break;
                case "app_version":
                    show_app_version($res);
                    break;
                case "host":
                    show_host($res);
                    break;
                case "workunit":
                    show_workunit($res);
                    break;
                case "result":
                    show_result($res);
                    break;
                case "team":
                    show_team($res);
                    break;
                case "user":
                    show_user($res);
                    break;
            }
        }
    }
    if ($detail == "low" || $table == "profile") {
        end_table();
    }
    mysql_free_result($result);
} else {
    echo "<h2>No results found</h2>";
}
admin_page_tail();
Beispiel #2
0
function show_business_plan_for_admin_user($business_plan_id)
{
    show_business_plan_title($business_plan_id);
    show_opportunity($business_plan_id);
    show_market($business_plan_id);
    show_team($business_plan_id);
    show_intellectual_property($business_plan_id);
    show_competitive_analysis($business_plan_id);
    show_sales_channels($business_plan_id);
    show_marketing_efforts($business_plan_id);
}