Guest User

Untitled

a guest
Jul 14th, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 10.92 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/2000/REC-xhtml1-200000126/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6. <!-- SYSTEM CSS - DO NOT EDIT -->
  7. <link rel="stylesheet" type="text/css" media="screen" href="/css/mktLPSupport.css" />
  8. <script language="JavaScript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
  9.  
  10. <style type="text/css">
  11.  
  12. #bodyId {
  13. background:url("/rs/axiomepm/images/header-lp-blue-2.png") repeat-x center top #fff;
  14. font-family: Arial, sans-serif;
  15. font-size: 16px;
  16. text-align: center;
  17. margin: 0px;
  18. padding: 0px;
  19. }
  20.  
  21. div#outerWrapDiv {
  22. position: relative;
  23. height: 100%;
  24. width: 100%;
  25. }
  26.  
  27. div#innerWrapDiv {
  28. position: relative;
  29. padding: 0px;
  30. margin-left: auto;
  31. margin-right: auto;
  32. margin-top: 0px;
  33. margin-bottom: 0px;
  34. text-align: left;
  35. }
  36.  
  37. </style>
  38.  
  39. <!-- START TEMPLATE CSS - EDIT THIS SECTION -->
  40.  
  41. <style>
  42. /* Note: You can also change these in the specific Landing Pages*/
  43.  
  44. /* Width of Full Page */
  45.  
  46. div#innerWrapDiv {
  47.   width: 1090px;
  48. }
  49.  
  50. a:link {
  51. color:#ffa200;
  52. text-decoration:none;
  53.  
  54. }
  55.  
  56. a:visited {
  57. color:#ffa200;
  58. text-decoration:none;
  59.  
  60. }
  61.  
  62. a:active {
  63. color:#ffa200;
  64. text-decoration:none;
  65.  
  66. }
  67.  
  68. a:hover {
  69. color:#ffa200;
  70. text-decoration:none;
  71.  
  72. }
  73.  
  74. img {
  75. border:none;
  76. }
  77.  
  78. /* Main Header Area  */
  79. div#headerWrap {
  80. background: transparent;
  81. width:100%;
  82. }
  83.  
  84. div#mktHeader {
  85. border-bottom:1px solid #80b6c9;
  86. height: 60px;
  87. margin: 0 auto;
  88. position:relative;
  89. width:1090px;  
  90. }
  91.  
  92. #logo {
  93. border: 0 none;
  94. left: 0px;
  95. position: absolute;
  96. top: 6px;
  97. }
  98.  
  99. /* Main Content Area - Controls height of page */
  100. div#mktContent {
  101. background: transparent;
  102. height: 550px;
  103. position: relative;
  104. }
  105.  
  106. #graycontent {
  107. background:#eaeaea;
  108. height:86px;
  109. width:100%;
  110. position:relative;
  111. }
  112.  
  113. /* Footer Area */
  114. div#footerWrap {
  115.  
  116. width:100%;
  117. }
  118. div#mktFooter {
  119. background: #fff;
  120. color:#000;
  121. font-size:12px;
  122. height: 50px;
  123. margin: 0 auto;
  124. position: relative;
  125. width:1090px;
  126. }
  127.  
  128. /* Footer links and Copyright */
  129.  
  130. .copyright{
  131. color:#000;
  132. font-size:12px;
  133. left: 65px;
  134. position: absolute;
  135. top: 20px;
  136. }
  137.  
  138. .footerlinks {
  139. right: 0px;
  140. position: absolute;
  141. top: 20px;
  142. }
  143.  
  144. .footerlinks a {
  145. color:#000000;
  146. text-decoration:none;
  147. }
  148.  
  149. .footerlinks a:hover {
  150. color:#000000;
  151. text-decoration:underline;
  152. }
  153.  
  154.  
  155. /* Required Fields Stars Fix Commented Out On Client Request ONLY */
  156. form.lpeRegForm li.mktFormReq label {
  157. background-image:url("/rs/marketoreferencelibrary/images/star.png")!important;
  158. }
  159.  
  160.  
  161. /*** CSS3 PIE GRADIENT BUTTON
  162.    Directions: Delete Fancy Button CSS and Fancy Button JS
  163.    optional: Obtain gradient code from: http://css3pie.com/
  164. ***/
  165. button, input {
  166. behavior: url("/rs/marketoreferencelibrary/images/PIE.htc");
  167. }
  168.  
  169. .button, button, input[type="reset"], input[type="submit"], input[type="button"] {
  170. background: #ffa200;
  171.  
  172. border:7px solid #f9bd4f;
  173.  
  174. -webkit-border-radius: 40px;
  175. -khtml-border-radius: 40px;
  176. -moz-border-radius: 40px;
  177. -ms-border-radius: 40px;
  178. -o-border-radius: 40px;
  179. border-radius: 40px;
  180.  
  181. color:#FFFFFF !important;
  182. cursor:pointer;
  183. display:inline;
  184. font-size:16px !important;
  185. font-weight:bold;
  186. left:0px;
  187. padding:12px 20px !important;
  188. position:relative;
  189. text-shadow:1px 1px 1px #888;
  190. text-transform:uppercase;
  191. top:10px;
  192. }
  193.  
  194. button:hover, input[type="reset"]:hover, input[type="submit"]:hover, input[type="button"]:hover {
  195.  
  196. }
  197.  
  198. #mktFrmButtons {
  199. margin:0 auto;
  200. text-align:center;
  201. }
  202.  
  203. form.lpeRegForm label {
  204. font-family: 'Open Sans', sans-serif !important;
  205. }
  206.  
  207. form.lpeRegForm ul.mktLblAbove label {
  208. padding-left:0 !important;
  209. }
  210.  
  211. form.lpeRegForm ul.mktLblAbove li.mktFormReq label {
  212. padding-left:10px !important;
  213. }
  214.  
  215. form.lpeRegForm input[type="text"], form.lpeRegForm select, form.lpeRegForm  textarea {
  216. border: 1px solid #D9D8D9;
  217. border-radius: 3px 3px 3px 3px;
  218. color: #000000;
  219. font-family: 'Open Sans', sans-serif !important;
  220. font-size: 12px;
  221. padding: 5px;
  222. width:95% !important;
  223. }
  224.  
  225. </style>
  226.  
  227. <!-- END TEMPLATE CSS -->
  228.  
  229.   <!--[if lt IE 7]>
  230.  
  231. <style>
  232. img.png { behavior: url(/js/public/iepngfix.htc) }
  233. </style>
  234.  
  235.   <![endif]-->
  236.  
  237. <!-- SYSTEM JAVASCRIPT - DO NOT EDIT -->
  238.    <script>
  239.     // to make fancy buttons.  Uses noConflict just in case
  240.      var $jQ = jQuery.noConflict();
  241.  
  242.      // Use jQuery via $j(...)
  243.      $jQ(document).ready(function(){
  244.  
  245.        /*$jQ('input[id=mktFrmSubmit]').wrap("<div class='buttonSubmit'></div>");
  246.        $jQ(".buttonSubmit").prepend("<span></span>");*/
  247.  
  248.      });
  249.    </script>
  250.  
  251. <!-- SYSTEM INCLUDES - DO NOT EDIT -->
  252. <link rel="stylesheet" type="text/css" media="screen" href="/css/mktLPSupport.css" />
  253. <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
  254. <link rel="icon" href="/favicon.ico" type="image/x-icon" />
  255. <style type="text/css">
  256. DIV#mktContent{height: 750px; }
  257. DIV#mktHeader{height: 60px; }</style><meta name="robots" content="index, nofollow" />
  258. <style type="text/css"> div#lpeCDiv_3490 {position: absolute; left: 609px; top: 311px; width: 365px; z-index: 15; }
  259.    div#lpeCDiv_3490 span.lpContentsItem { }
  260.  
  261.  div#lpeCDiv_3491 {position: absolute; height: 1px; left: 577px; top: 226px; width: 424px; z-index: 10; }
  262.    div#lpeCDiv_3491 div.lpContentsItem { height: 1px; width: 424px; background-color: #0e5466; border-style: solid; border-width: 0; border-color: forestgreen; }
  263.  
  264.  div#lpeCDiv_3492 {position: absolute; left: 533px; top: 165px; width: 513px; z-index: 15; height: 46px; }
  265.    div#lpeCDiv_3492 span.lpContentsItem { }
  266.  
  267.  div#lpeCDiv_3493 {position: absolute; height: 1px; left: 578px; top: 150px; width: 423px; z-index: 10; }
  268.    div#lpeCDiv_3493 div.lpContentsItem { height: 1px; width: 423px; background-color: #0e5466; border-style: forestgreen; border-width: 0; border-color: #0e5466; }
  269.  
  270.  div#lpeCDiv_3494 {position: absolute; left: 596px; top: 16px; width: 381px; z-index: 15; }
  271.    div#lpeCDiv_3494 span.lpContentsItem { }
  272.  
  273.  div#lpeCDiv_3495 {position: absolute; left: 526px; top: 80px; width: 506px; z-index: 15; }
  274.    div#lpeCDiv_3495 span.lpContentsItem { }
  275.  
  276.  div#lpeCDiv_3496 {position: absolute; left: 53px; top: 509px; width: 1005px; z-index: 15; }
  277.    div#lpeCDiv_3496 span.lpContentsItem { }
  278.  
  279.  div#lpeCDiv_3497 {position: absolute; left: 54px; top: 424px; width: 981px; z-index: 15; }
  280.    div#lpeCDiv_3497 span.lpContentsItem { }
  281.  
  282.  div#lpeCDiv_3498 {position: absolute; left: 54px; top: 567px; width: 551px; z-index: 15; }
  283.    div#lpeCDiv_3498 span.lpContentsItem { }
  284.  
  285.  div#lpeCDiv_3499 {position: absolute; left: 618px; top: 566px; width: 526px; z-index: 15; }
  286.    div#lpeCDiv_3499 span.lpContentsItem { }
  287.  
  288.  div#lpeCDiv_3500 {position: absolute; left: 803px; top: -43px; width: 290px; z-index: 15; }
  289.    div#lpeCDiv_3500 span.lpContentsItem { }
  290.  
  291.  div#lpeCDiv_3501 {position: absolute; height: 42px; width: 186px; z-index: 15; left: 0px; top: -55px; }
  292.  div#lpeCDiv_3501 span.lpContentsItem img.lpimg{width:100%; height:100%; }
  293.   div#lpeCDiv_3501 span.lpContentsItem { }
  294.  
  295.  div#lpeCDiv_3502 {position: absolute; height: 397px; width: 461px; z-index: 15; left: 5px; top: 21px; }
  296.  div#lpeCDiv_3502 span.lpContentsItem img.lpimg{width:100%; height:100%; }
  297.   div#lpeCDiv_3502 span.lpContentsItem { }
  298.  
  299.  div#lpeCDiv_3503 {position: absolute; height: 74px; width: 973px; z-index: 15; left: 64px; top: 756px; }
  300.  div#lpeCDiv_3503 span.lpContentsItem img.lpimg{width:100%; height:100%; }
  301.   div#lpeCDiv_3503 span.lpContentsItem { }
  302.  
  303.  div#lpeCDiv_3504 {position: absolute; left: -2px; top: 836px; width: 420px; z-index: 15; height: 28px; }
  304.    div#lpeCDiv_3504 span.lpContentsItem { }
  305.  
  306.  div#lpeCDiv_3505 {position: absolute; height: 27px; width: 30px; z-index: 15; left: 894px; top: 850px; }
  307.  div#lpeCDiv_3505 span.lpContentsItem img.lpimg{width:100%; height:100%; }
  308.   div#lpeCDiv_3505 span.lpContentsItem { }
  309.  
  310.  div#lpeCDiv_3506 {position: absolute; height: 27px; width: 30px; z-index: 15; left: 928px; top: 850px; }
  311.  div#lpeCDiv_3506 span.lpContentsItem img.lpimg{width:100%; height:100%; }
  312.   div#lpeCDiv_3506 span.lpContentsItem { }
  313.  
  314.  div#lpeCDiv_3507 {position: absolute; height: 27px; width: 30px; z-index: 15; left: 962px; top: 850px; }
  315.  div#lpeCDiv_3507 span.lpContentsItem img.lpimg{width:100%; height:100%; }
  316.   div#lpeCDiv_3507 span.lpContentsItem { }
  317.  
  318.  div#lpeCDiv_3508 {position: absolute; height: 27px; width: 30px; z-index: 15; left: 996px; top: 850px; }
  319.  div#lpeCDiv_3508 span.lpContentsItem img.lpimg{width:100%; height:100%; }
  320.   div#lpeCDiv_3508 span.lpContentsItem { }
  321.  
  322. </style>
  323. <style type="text/css"> .marketoContent {position: relative;} </style>
  324. <?php echo $mContext['headElements']; ?>
  325. </head>
  326. <body id="bodyId" class="mktEditable" align="center" <?php echo $mContext['bodyAttributes'] ?>>
  327. <div id="outerWrapDiv" class="mktEditable">
  328. <div id="headerWrap">
  329. <div id="mktHeader" class="mktEditable">
  330.   <!-- Logo and Header -->
  331. <div id="logo" class="mktEditable">
  332. <img src="/rs/axiomepm/images/ax-kauf-orange-white.png" />
  333.   </div>
  334. </div>
  335. </div>
  336.  
  337.  
  338.  
  339.  
  340. <div id="innerWrapDiv" class="mktEditable">
  341.  
  342.  
  343. <div id='lpeCDiv_3491' class='lpeCElement Rectangle_1'><div class='lpContentsItem boxSpan'></div></div>
  344.  
  345. <div id='lpeCDiv_3493' class='lpeCElement Rectangle_2'><div class='lpContentsItem boxSpan'></div></div>
  346. <div id='lpeCDiv_3505' class='lpeCElement Image_6'><span class='lpContentsItem imageSpan'><img class="lpimg" src="/rs/marketoreferencelibrary/images/c8soc1.jpg" /></span></div>
  347. <div id='lpeCDiv_3506' class='lpeCElement Image_7'><span class='lpContentsItem imageSpan'><img class="lpimg" src="/rs/marketoreferencelibrary/images/c8soc2.jpg" /></span></div>
  348. <div id='lpeCDiv_3507' class='lpeCElement Image_8'><span class='lpContentsItem imageSpan'><img class="lpimg" src="/rs/marketoreferencelibrary/images/c8soc3.jpg" /></span></div>
  349. <div id='lpeCDiv_3508' class='lpeCElement Image_9'><span class='lpContentsItem imageSpan'><img class="lpimg" src="/rs/marketoreferencelibrary/images/c8soc4.jpg" /></span></div>
  350.  
  351. <!-- START TEMPLATE HTML - EDIT THIS SECTION -->
  352.  
  353. <div id="mktContent" class="mktEditable">
  354. <!-- Base of Landing Page Content -->
  355. <?php echo $mContext['bodyElements']; ?>
  356.  
  357. </div>
  358.  
  359. <!-- END TEMPLATE HTML -->
  360.  
  361. <!-- SYSTEM FOOTER - DO NOT EDIT -->
  362. </div>
  363. <div id="graycontent" class="mktEditable"></div>
  364. <div id="footerWrap">
  365. <div id="mktFooter" class="mktEditable">
  366.  
  367. <div class="copyright">&copy; Axiom EPM</div>
  368. <div class="footerlinks">
  369. </div>
  370.  
  371. </div>
  372. </div>
  373.  
  374. </div>
  375. <?php echo $mContext['endElements']; ?>
  376.  
  377. <!-- GOOGLE ANALYTICS.  ENTER YOUR CODE and UNCOMMENT block -->
  378.  <!--
  379. <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
  380. </script>
  381. <script type="text/javascript">
  382. _uacct = "YOURCODE";
  383. urchinTracker();
  384. </script>
  385. -->
  386.  
  387.  
  388. </body>
  389. </html>
Advertisement
Add Comment
Please, Sign In to add comment