Example #1
0
<?php

//------------------------------------------------------------------------
$_GET['pageID'] = "lowest_prices_" . $_GET['size'];
//------------------------------------------------------------------------
?>
<!DOCTYPE html>
<html> 
<!--===================================================================-->
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>LowestPrices</title>
    <?php 
Import::current("default_import.php");
Import::current("global/js/LowestPrices_" . $_GET['size'] . ".php");
?>
    <!--===============================================================-->
    <!--<compile {"ignore":"true" }>DO NOT DELETE COMMENT!!!!!-->
    <script type="text/javascript">
		$(document).ready(init);
		function init() {
			obj = new LowestPrices_<?php 
echo $_GET['size'];
?>
({
				size:"<?php 
echo $_GET['size'];
?>
",
				loaderScope:"obj.imageLoader"
			});
Example #2
0
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.17.0/plugins/CSSPlugin.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.17.0/easing/EasePack.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.17.0/TweenLite.min.js"></script>
<script src="https://s0.2mdn.net/ads/studio/Enabler.js" type="text/javascript"></script>	
<?php 
Import::js("client/jquery/jquery-1.8.2.min.js");
Import::js("client/jquery/jquery.tmpl.js");
Import::css("index.css", ["wUber" => false]);
Import::css("Reset.css");
/*Import::js("client/greensock/minified/plugins/CSSPlugin.min.js"); 
	Import::js("client/greensock/minified/easing/EasePack.min.js"); 
	Import::js("client/greensock/minified/TweenLite.min.js");*/
Import::js("client/ejohn/Class.js");
Import::cUtils("Trace.php");
Import::cUtils("ThrowError.php");
Import::cUtils("Visibility.php");
Import::modules("base/Base.php");
Import::uber("client/werm/macys/Project_Collapse.php");
Import::uber("client/werm/macys/Project_Expand.php");
Import::uber("client/werm/macys/Project_Expand_Shell.php");
Import::uber("global/js/Global.php");
Import::uber("client/werm/macys/Macys_svg.php");
Import::current("project/js/data.js");
Example #3
0
        //-------------------------------------------
        foreach (self::$filesLoaded as &$value) {
            if ($file == $value) {
                $bool = false;
            }
        }
        //-------------------------------------------
        if (!file_exists(GenFun::get_local_url($file))) {
            throw new Exception($file . " does not exist ");
        }
        //-------------------------------------------
        if ($bool) {
            array_push(self::$filesLoaded, $file);
            if ($include) {
                include_once $file;
            }
        }
        //-------------------------------------------
        return $bool;
    }
}
//----------------------------------------------------------------------------
Import::$uber_src_path = dirname(__FILE__) . "/";
//----------------------------------------------------------------------------
if (file_exists("ProjectGlobal.php")) {
    Import::current("ProjectGlobal.php");
}
//----------------------------------------------------------------------------
require_once "server/werm/utils/Compile.php";
//----------------------------------------------------------------------------
Compile::go();
Example #4
0
<?php

Import::current("global/js/biz/Left.php");
Import::cssUtils("BoxSizing.php");
Import::modules("itemMenu/ItemMenu_v0_4_1.php");
Import::modules("itemMenu/ItemMenu_v0_anim_0.php");
Import::modules("commentSystem/CommentSystem_v0.php");
?>
<!--===============================================================-->
<script id="Biz" type="text/x-jQuery-tmpl">
	<div class = "biz">
		<div class = "biz_right"></div>
		<div class = "biz_middle"></div>
	</div>
</script>
<!--===============================================================-->
<style>
	/*------------------------------------------------------------*/
	#content {
		background-color:#fff;
		<?php 
BoxSizing::go();
?>
	}
	/*------------------------------------------------------------*/
	.biz {
		padding:20px;
		position:relative;
		min-height:500px;
	}
	/*------------------------------------------------------------*/
Example #5
0
<?php

Import::svg("Mstyle_svg_0.js");
Import::current("global/js/ODS_3Items.php");
<?php

Import::current("global/js/LowestPrices.php");
Import::uber("client/werm/efx/effects/RectRotationY.php");
?>
<style>
	.content {
		width:300px;
		height:250px;
	}
	.gen_txtBox {
		left: 3px;
		top: 0px;
	}
	.logo_0 {
		bottom:3px;
		left:13px;
	}
	.items {
	  margin-right:0px;
	  margin-top:0px;
	}
	.gen_txtBox_inner {
		display:inline-block;
	}
	.txtbox {
		top: 160px;
		height: 90px;
	}
	.cta {
		left:10px;
Example #7
0
		initComplete:nav_complete
	});
}
//-------------------------------------------------------------------------------------
function nav_complete(e) {
	e.targetClass.start();
	//$("#content").css({top:e.targetClass.height + 20, "margin-left":-(e.targetClass.nav_1.width/2)});
	if (window['start'] != undefined) start();
}
</script>
<?php 
$folder = FileFolder::getFileName(basename($_SERVER["SCRIPT_FILENAME"]));
if ($folder == "index") {
    $folder = "home";
}
Import::current("global/js/{$folder}/{$folder}.php", ["notExistException" => false]);
?>
<!--===============================================================-->
<?php 
Import::css("index.scss", ["wUber" => false]);
Import::css("{$folder}.scss", ["wUber" => false, "notExistException" => false]);
?>
<!--===============================================================-->
<?php 
Import::js("client/Respond-master/respond.js");
if (file_exists("ProjectGlobalJS.php")) {
    include "ProjectGlobalJS.php";
}
?>
</head>
<body>
<?php

echo Import::macys("Cta_1.css");
echo Import::current("project/css/Event_parade1115_300x600.css");
?>
<link href='https://fonts.googleapis.com/css?family=Roboto:700,400' rel='stylesheet' type='text/css'>
<?php 
echo Import::uber("client/werm/efx/effects/Particles.php");
echo Import::uber("global/svg/Particle_v0_svg.php");
echo Import::uber("client/werm/efx/effects/BlurFilter.php");
?>
<script>
var Event_parade1115_300x600 = Project_Base.extend({
	  ///////////////////////////////////////////////////////////////////////////////////////
	  ///////////////////////////////////////////////////////////////////////////////////////
	  //private var
	  ///////////////////////////////////////////////////////////////////////////////////////
	  ///////////////////////////////////////////////////////////////////////////////////////
	  //---------------------------------------------------------
	  //Number
	  //---------------------------------------------------------
	  width:undefined,
	  height:undefined,
	  //---------------------------------------------------------
	  //$elm
	  //---------------------------------------------------------
	  //$items:undefined,
	  //---------------------------------------------------------
	  //Boolean
	  //---------------------------------------------------------
	  callStart:true,
Example #9
0
<?php

$_GET['pageID'] = "DDPurple0815/" . $_GET['pageID'];
?>
<!DOCTYPE html>
<html> 
<!--===================================================================-->
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Inc</title>
    <?php 
Import::current("default_import.php", [importFunction => "include"]);
Import::current("project/js/RTW_" . $_GET['size'] . "_DDPurple0815_expand.php", [importFunction => "include"]);
Import::current("project/js/RTW_" . $_GET['size'] . "_DDPurple0815.php", [importFunction => "include"]);
?>
    <!--===============================================================-->
    <!--<compile {"ignore":"true" }>DO NOT DELETE COMMENT!!!!!-->
    <script type="text/javascript">
		var clickTag = "http://www.google.com";
		$(document).ready(init);
		function init() {
			expand = {classRef:"RTW_<?php 
echo $_GET['size'];
?>
_DDPurple0815_expand", prop:{addChildTo:$(".main")}};
			collapse = {classRef:"RTW_<?php 
echo $_GET['size'];
?>
_DDPurple0815", prop:{addChildTo:$(".main")}};
			Project_Expand_Shell.go({collapse:collapse, expand:expand});
		}
Example #10
0
<?php

Import::current("global/css/Nav_0.css");
Import::tmpl("Nav_0.html", [wUber => false]);
Import::modules("itemMenu/ItemMenu_v0.php");
Import::modules("search/Search_v0_1_0.php");
Import::modules("item/Item_v1_0.php");
Import::modules("dropDown/DropDown_v0.php");
Import::modules("form/Form_v0_0.php");
Import::modules("item/Item_v0_0.php");
Import::modules("overlay/Overlay_v0.php");
Import::modules("deleteBoard/DeleteBoard_v0_3.php");
Import::modules("item/Item_v18.php");
Import::cUtils("DivUtil.php");
Import::modules("popBubble/PopBubble_v0_4.php");
Import::modules("checkboxMngr/CheckboxMngr_v0.php");
?>
<script type="text/javascript">
var Nav_0_cls = Base.extend({
	///////////////////////////////////////////////////////////////////////////////////////
	///////////////////////////////////////////////////////////////////////////////////////
	//private var
	///////////////////////////////////////////////////////////////////////////////////////
	///////////////////////////////////////////////////////////////////////////////////////
	//---------------------------------------------------------
	//$
	//---------------------------------------------------------
	//$inputNav:undefined,
	//---------------------------------------------------------
	//String
	//---------------------------------------------------------
Example #11
0
<?php

echo Import::current("project/svg/I_DO_0414_svg.js");
echo Import::current("project/css/I_DO_0414_300x250.css");
echo Import::macys("Cta_1.css");
?>
<link href='https://fonts.googleapis.com/css?family=Nunito:300,400' rel='stylesheet' type='text/css'>
<script id = "I_DO_0414_300x250" type="text/x-jQuery-tmpl">
	<div class = "collapse content"> 
	
	  <!-- Main Images -->
	  <div class="item_0">
		  <img src = "project/images/collapse/img_0_300x250.jpg">
	  </div>
	   <div class="item_1">
		  <img src = "project/images/collapse/img_1_300x250.jpg">
	  </div>
	  <div class="item_2">
		  <img src = "project/images/collapse/img_2_300x250.jpg">
	  </div>
	  <!-- Text -->
	  <div class = "right">
	     <div class="txt_sm">begin your journey together with expert advice, dreamy offers & more!</div>
	     <div class = "cta">
	        <div class = "cta_shell">
	           <div class = "cta_txt">CLICK FOR VIDEO <span class = "arrow">â–º</span></div>
	        </div>
	     </div>
	     <div id="lockup"></div>
	  </div>
	  <div id="macysLogo" class="black"></div>
Example #12
0
    $_GET['height'] = $size[1];
    //------------------------------------------
    require_once dirname(__FILE__) . "/ProjectGlobal.php";
    //------------------------------------------
    ?>
	<title><?php 
    echo $_POST['werm']['id'] . (!isset($_GET['size']) ? "" : "_" . $_GET['size']);
    ?>
</title>
<?php 
} else {
    if ($_POST['comb'] == "post") {
        if (file_exists(dirname($_SERVER["SCRIPT_FILENAME"]) . "/project/js/data.js")) {
            Import::current("project/js/data.js");
        }
        Import::current("project/js/" . $_POST['werm']['id'] . "_" . $_GET['size'] . ".php");
        ?>
   </head>
   <body>
   	<div class = "banner">
      <div style = "text-align:left;" class = "main">
         <div class = "content">
<?php 
    } else {
        if ($_POST["comb"] == "shut_down") {
            ?>
	      </div>
	   </div>
	   </div>
	   <!--<compile {"replace":"" }>DO NOT DELETE COMMENT!!!!!-->
	   <style>
Example #13
0
Account_v0::chk();
//--------------------------------------------------------------------
require_once Import::$uber_src_path . "server/werm/services/myBiz/MyBiz.php";
//--------------------------------------------------------------------
?>
<!DOCTYPE html>
<html> 
<!--===================================================================-->
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Here's My Biz</title>
    <!--<compile {"type":"import"}>-->
    <!--===============================================================-->
    <?php 
Import::current("base.php");
Import::current("global/js/home/Home.php");
?>
     <!--===============================================================-->
    <script type="text/javascript">
		function start() {
			//----------------------------------
			//init var
			//----------------------------------
			var info = <?php 
echo json_encode($chk['result']);
?>
;
			//----------------------------------
			$(".main").css({display:"block"});
			//----------------------------------
			obj = new Home({
Example #14
0
<?php

echo Import::modules("dropDown/DropDown_v0_1_0_0.php");
echo Import::modules("overlay/Overlay_v0.php");
Import::current("global/js/modules/VideoInfo.php");
Import::current("global/js/modules/Links.php");
?>
<!--===================================================================-->
<!--===================================================================-->
<!--javascript-->
<!--===================================================================-->
<!--===================================================================-->
<script type="text/javascript">
var DropDown_v0_1_1 = DropDown_v0_1.extend({
	///////////////////////////////////////////////////////////////////////////////////////
	///////////////////////////////////////////////////////////////////////////////////////
	//private var
	///////////////////////////////////////////////////////////////////////////////////////
	///////////////////////////////////////////////////////////////////////////////////////
	//---------------------------------------------------------
	//Object
	//---------------------------------------------------------
	videoInfo:undefined,
	///////////////////////////////////////////////////////////////////////////////////////
	///////////////////////////////////////////////////////////////////////////////////////
	//init methods
	///////////////////////////////////////////////////////////////////////////////////////
	///////////////////////////////////////////////////////////////////////////////////////
	init:function(obj, init_preStart) {
		this.setTxtOnDown = false;
		this._super(obj, init_preStart);
Example #15
0
<?php

Import::current("project/js/Raw.php");
Import::macys("Cta_1.css");
?>
<style>
	.content {
		width:300px;
		height:250px;
	}
	.logo_0 {
		top:auto;
		bottom:3px;
		left:13px;
	}
</style>
<script>
var Raw_300x250 = Raw.extend({
	  ///////////////////////////////////////////////////////////////////////////////////////
	  ///////////////////////////////////////////////////////////////////////////////////////
	  //private var
	  ///////////////////////////////////////////////////////////////////////////////////////
	  ///////////////////////////////////////////////////////////////////////////////////////
	  //---------------------------------------------------------
	  //SVGMask
	  //---------------------------------------------------------
	  mask:undefined,
	  //---------------------------------------------------------
	  //$elm
	  //---------------------------------------------------------
	  $mask:undefined,
Example #16
0
<?php

Import::css("fontello.css", false, "global/fonts/fontello/css/");
Import::modules("item/Item_v25.php");
Import::modules("overlay/Overlay_v0.php");
Import::current("global/js/create/Suggestions.php");
?>
<style>
	.nav_0 {
		width:100%;
		height:100px;
		text-align:left;
	}
	.nav_0 > .inner_shell {
		position:fixed;
		top:0px;
		width:100%;
		height:100px;
		z-index:1;
		-webkit-transform: translateZ(0);
	}
	.nav_0 .nav_content .browse {
		left:25px;
		font-size:32px;
		position:absolute;
		font-family:'fontello';
		color:#fff;
		cursor:pointer;
		top:0;
	}
	.nav_0 .nav_content .browse > span {
Example #17
0
require_once Import::$uber_src_path . "server/werm/services/myBiz/MyBiz.php";
//--------------------------------------------------------------------
$obj = new MyBiz();
$chk = $obj->getInfo(array('hash' => $_GET['biz']));
?>
<!DOCTYPE html>
<html> 
<!--===================================================================-->
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Here's My Biz</title>
    <!--<compile {"type":"import"}>-->
    <!--===============================================================-->
    <?php 
Import::current("base.php");
Import::current("global/js/biz/Biz.php");
?>
    <script type="text/javascript">
		function start() {
			//----------------------------------
			//init var
			//----------------------------------
			var info = <?php 
echo json_encode($chk['result']);
?>
;
			//----------------------------------
			Visibility.hide($("#content"));
			//----------------------------------
			obj = new Biz({
				addChildTo:{method:"prependTo", $elm:$("#content")},
Example #18
0
$chk['result'][] = array("img_url" => "global/images/my-design_3.jpg", "title" => "my_design_9");
$chk['result'][] = array("img_url" => "global/images/my-design_4.jpg", "title" => "my_design_10");
$chk['result'][] = array("img_url" => "global/images/my-design_5.jpg", "title" => "my_design_11");
//------------------------------------------------------------------------
?>
<!DOCTYPE html>
<html> 
<!--===================================================================-->
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>My Designs</title>
    <!--===============================================================-->
	<?php 
include "base.php";
//--------------------------------------------------------------------
Import::current("global/css/index_css.php");
include "global/js/myDesigns/MyDesigns.php";
Import::js("client/Respond-master/respond.js");
if (file_exists("ProjectGlobalJS.php")) {
    include "ProjectGlobalJS.php";
}
?>
    <!--===============================================================-->
    <script type="text/javascript">
		function start() {
			//----------------------------------
			//init var
			//----------------------------------
			var info = <?php 
echo json_encode($chk['result']);
?>
Example #19
0
<?php

Import::modules("itemMenu/ItemMenu_v0.php");
Import::modules("formInput/FormInput_v0_4.php");
Import::modules("item/Item_v1_0.php");
Import::modules("dropDown/DropDown_v0.php");
Import::modules("form/Form_v0_0.php");
Import::modules("overlay/Overlay_v0.php");
Import::currentTmpl("Left.html");
Import::current("global/js/modules/LocationsMod.php");
?>
<style>
.left > #logo{
	width:100%;
	cursor:pointer;
}
@media (max-width: 450px) {
    .left > #logo{
		width:100%;
    }
}
</style>
<script type="text/javascript">
var Left = Base.extend({
	///////////////////////////////////////////////////////////////////////////////////////
	///////////////////////////////////////////////////////////////////////////////////////
	//private var
	///////////////////////////////////////////////////////////////////////////////////////
	///////////////////////////////////////////////////////////////////////////////////////
	//---------------------------------------------------------
	//Boolean
Example #20
0
<html> 
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>popBubble_v0</title>
    <!--===============================================================-->
    <link rel="stylesheet" type="text/css" href="global/css/index.css"/>
    <!--===============================================================-->
    <?php 
Import::uber("default_import.php");
?>
    <!--===============================================================-->
    <?php 
Import::modules("popBubble/PopBubble_v0.php");
?>
    <?php 
Import::current("Main.php");
?>
    <!--===============================================================-->
    <script type="text/javascript">
	  $.mobile.loadingMessage = false;
      $(document).ready(init);
      function init() {
          //Trace.externalCall = true;
          obj = new Main();
          Trace.register(obj, "main");
          obj.start();
      }
    </script>
</head>
<!--===================================================================-->
<body>
Example #21
0
<?php

Import::current("project/js/Mstyle_bf.php");
Import::macys("Cta_1.css");
?>
<style>
	.content {
		width:300px;
		height:250px;
		box-sizing:border-box;
		border:1px solid #000;
	}
	.logo_0 {
		top:auto;
		bottom:3px;
		left:13px;
	}
	.rect {
		height:34px;
	}
	.rect.bottom {
		height:34px;
		top:216px;
	}
	.cta {
		top:220px;
		left:164px;
	}
	.item > * {
		position:absolute;
	}
Example #22
0
<?php

Import::current("global/js/nav/Nav_0.php");
?>
<script type="text/javascript">
var Nav = Class.extend({
	///////////////////////////////////////////////////////////////////////////////////////
	///////////////////////////////////////////////////////////////////////////////////////
	//private var
	///////////////////////////////////////////////////////////////////////////////////////
	///////////////////////////////////////////////////////////////////////////////////////
	//---------------------------------------------------------
	//Function
	//---------------------------------------------------------
	initComplete:undefined,
	//---------------------------------------------------------
	//String
	//---------------------------------------------------------
	classID:"Nav",
	///////////////////////////////////////////////////////////////////////////////////////
	///////////////////////////////////////////////////////////////////////////////////////
	//init methods
	///////////////////////////////////////////////////////////////////////////////////////
	///////////////////////////////////////////////////////////////////////////////////////
	init:function(obj) {
		SetPublicProp.go(this,obj);
		Nav_0.preStart({
			addChildTo:{method:"prependTo",$elm:$("body")}, 
			//width:"100%",
			initComplete:$.proxy(this.nav_0_complete, this)
		});
Example #23
0
<?php

Import::svg("Mstyle_svg_0.js");
Import::current("global/js/ODS_2015.php");
Example #24
0
<?php

Import::current("project/js/STWD_bf.php");
Import::uber("client/werm/efx/effects/RectRotationY.php");
?>
<style>
	.content {
		width:728px;
		height:90px;
	}
	.gen_txtBox {
		left: 3px;
		top: 0px;
	}
	.logo_0 {
		top:3px;
		right:8px;
	}
	.items {
	  left:287px;
	  top:3px;
	  position:absolute;
	}
	.gen_txtBox_inner {
		display:inline-block;
	}
	.txtbox {
		top: 0px;
		left:115px;
		height: 80px;
		width:180px;
Example #25
0
<?php

Import::current("global/js/modules/Footer.php");
Import::modules("lazyLoader/LazyLoader_v1.php");
Import::modules("inputAction/InputAction_v0_2.php");
//Import::css("fontello.css", false, "global/fonts/fontello/css/");
?>
<!--===============================================================-->
<style>
	.suggestions {
		background-color:#fff;
		text-align:center;
	}
	.suggestions .content {
		max-width:1024px;
		display:inline-block;
		padding-left:112px;
		padding-right:112px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		margin-bottom:120px;
	}
	.suggestions .content .headline {
		font-family:playfair_displayregular;
		font-size:35px;
		color:#222;
		margin:auto;
		text-align:center;
		padding-bottom:50px;
		line-height:46px;
	}
Example #26
0
<!--<compile {"replace":""}>-->
<?php 
include "base.php";
?>
<!--</compile>-->
<!DOCTYPE html>
<html> 
<!--===================================================================-->
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Inc</title>
    <?php 
Import::current("default_import.php");
Import::current("project/js/I_DO_" . $_GET['size'] . "_0414.php");
?>
    <!--===============================================================-->
    <!--<compile {"ignore":"true" }>DO NOT DELETE COMMENT!!!!!-->
    <script type="text/javascript">
		var clickTag = "http://www.google.com";
		$(document).ready(init);
		function init() {
			new I_DO_<?php 
echo $_GET['size'];
?>
_0414();
		};
    </script>
    <!--</compile>-->
</head>
	<body>
	   <div class = "main">
Example #27
0
<?php

Import::current("global/js/Project.php");
?>
<!--===============================================================-->
<script>
  function init() {
      //Trace.externalCall = true;
      obj = new Project({
		  addChildTo:$("#main"),
		  callStart:true
	  });
  }
</script>
Example #28
0
<?php

Import::current("global/js/create/Page_0.php");
Import::current("global/js/create/Page_1.php");
Import::modules("itemMenu/ItemMenu_v0.php");
Import::modules("itemMenu/ItemMenu_v0_anim_0.php");
?>
<!--===============================================================-->
<style>
	.create {
		xbackground-image:url("http://heresthebiz.com/Modules/current/postful_ly/assets/sb/page_0.jpg");
		margin:auto;
		width:1024px;
		height:900px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		padding-right:119px;
		padding-left:119px;
		padding-top:40px;
	}
	.create .itemMenu_v0, .create .itemShell {
		overflow:visible;
	}
</style>
<!--===============================================================-->
<script type="text/javascript" >
var Create = Base.extend({
    ///////////////////////////////////////////////////////////////////////////////////////
	///////////////////////////////////////////////////////////////////////////////////////
	//private var
	///////////////////////////////////////////////////////////////////////////////////////
Example #29
0
<?php

Import::current("global/js/Project.php");
Import::current("global/css/project.scss");
?>
<!--===============================================================-->
<script>
  function init() {
      //Trace.externalCall = true;
      obj = new Project({
		  addChildTo:$("#main"),
		  callStart:true
	  });
  }
</script>