Esempio n. 1
0
<?php

//------------------------------------------------------------------------
//------------------------------------------------------------------------
//php imports
//------------------------------------------------------------------------
//------------------------------------------------------------------------
require_once 'Import.php';
require_once Import::absolute(true) . "server/werm/services/Account_v0.php";
//------------------------------------------------------------------------
Account_v0::chk(NULL, "Location: http://www.awwthentic.com/Modules/DOM/examples/sites/pmbl/login.php");
//------------------------------------------------------------------------
?>
<!DOCTYPE html>
<html> 
<!--===================================================================-->
<!--===================================================================-->
<!--header-->
<!--===================================================================-->
<!--===================================================================-->
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!--===============================================================-->
    <title>Add Video</title>
    <!--===============================================================-->
	<link rel="stylesheet" type="text/css" href="global/css/admin.css"/>
    <!--===============================================================-->
	<?php 
Import::php("default_import.php");
?>
    <?php 
Esempio n. 2
0
<?php

//------------------------------------------------------------------------
//------------------------------------------------------------------------
//php imports
//------------------------------------------------------------------------
//------------------------------------------------------------------------
require_once 'Import.php';
require_once Import::$uber_src_path . "server/werm/services/videoOrganizer/VideoOrganizer.php";
require_once Import::$uber_src_path . "server/werm/services/Account_v0.php";
require_once Import::$uber_src_path . "server/ricardo_garcia/YouTube.php";
//------------------------------------------------------------------------
Account_v0::chk(NULL, "http://awwthentic.com/Modules/videoOrganizer_v0/");
//------------------------------------------------------------------------
?>
<!DOCTYPE html>
<html> 
<!--===================================================================-->
<!--===================================================================-->
<!--header-->
<!--===================================================================-->
<!--===================================================================-->
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>videoOrganizer_v0</title>
    <!--===============================================================-->
    <link rel="stylesheet" type="text/css" href="global/css/index.css"/>
     <link rel="stylesheet" type="text/css" href="<?php 
echo Import::absolute();
?>
global/css/Bg_blueField_v0.css" />
Esempio n. 3
0
<?php

//------------------------------------------------------------------------
//------------------------------------------------------------------------
//php imports
//------------------------------------------------------------------------
//------------------------------------------------------------------------
require_once 'Import.php';
require_once Import::$uber_src_path . "server/werm/services/Account_v0.php";
//------------------------------------------------------------------------
$chk = Account_v0::chk();
//------------------------------------------------------------------------
?>
<!DOCTYPE html>
<html> 
<!--===================================================================-->
<!--===================================================================-->
<!--header-->
<!--===================================================================-->
<!--===================================================================-->
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!--===============================================================-->
    <title>Form_v0 Login to Account</title>
    <!--===============================================================-->
	<link rel="stylesheet" type="text/css" href="global/css/index.css"/>
    <!--===============================================================-->
	<?php 
Import::uber("default_import.php");
?>
    <?php 
Esempio n. 4
0
<?php

//------------------------------------------------------------------------
//------------------------------------------------------------------------
//php imports
//------------------------------------------------------------------------
//------------------------------------------------------------------------
require_once 'Import.php';
require_once Import::absolute(true) . "server/werm/services/Account_v0.php";
//------------------------------------------------------------------------
Account_v0::chk("Location: http://www.awwthentic.com/Modules/DOM/examples/sites/pmbl/addvideo.php");
//------------------------------------------------------------------------
?>
<!DOCTYPE html>
<html> 
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;"> 
    <!--===============================================================-->
    <title>Login</title>
    <!--===============================================================-->
	<link rel="stylesheet" type="text/css" href="global/css/login.css"/>
    <!--===============================================================-->
	<?php 
Import::php("default_import.php");
?>
    <?php 
Import::modules("form/Form_v0.php");
?>
    <?php 
Import::modules("overlay/Overlay_v0.php");