-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathppmassignment.php
More file actions
122 lines (78 loc) · 6.1 KB
/
ppmassignment.php
File metadata and controls
122 lines (78 loc) · 6.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<?php
/**
* The template for displaying all pages.
* template name:ppm assignment
* This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages and that other
* 'pages' on your WordPress site will use a different template.
*
* @package WordPress
* @subpackage Twenty_Thirteen
* @since Twenty Thirteen 1.0
*/
get_header(); ?>
<div class="internalcontent" style="padding: 0px 0px 16px 0px;">
<div class="internalpage clearfix">
<div class="panel-panel panel-col-first" >
<div class="inside"><div class="panel-pane pane-block pane-views-latest-articles-block-2" >
<div class="head">
<div class="headmenu">
<a title="Download product brief" href="#" class="download_boss"></a>
<a title="Watch the webinar " onclick="javascript: return dnnModal.show('http://www.youtube.com/embed/wFQzhTdtxW0?popUp=true',/*showReturn*/true, 300, 600, true, '')" href="#" class="watch_boss rollover_effect"></a>
<a title="Shedule a demo" target="_self" href="/contactus.aspx" class="schedule_boss rollover_effect"></a>
</div>
<div class="phone"><img src="<?php bloginfo("stylesheet_directory"); ?>/images/talk_now.png" alt="" class="rollover_effect"></div>
<div class="mail"><a title="Send us an email" href="mailto:sales@itroisolutions.com?subject=PPM Boss - more information required" class="mail_boss rollover_effect"></a></div>
</div>
</div>
<div class="integratepagecontent">
<div class="pane-content">
<div id="quicktabs-homepage_quicktab" class="quicktabs-wrapper quicktabs-style-nostyle"><div id="quicktabs-container-homepage_quicktab" class="quicktabs_main quicktabs-style-nostyle"><div id="quicktabs-tabpage-homepage_quicktab-0" class="quicktabs-tabpage "><div id="block-views-latest-articles-block-1" class="block block-views">
<div class="content">
<div class="view view-latest-articles view-id-latest_articles view-display-id-block_1 view-dom-id-d2aad2774da5445702cc7a30b6ba6da6">
<div class="view-content" style="margin-top:0px;padding:5px 0 20px 20px;">
<?php /* The loop */ ?>
<?php while ( have_posts() ) : the_post(); ?>
<div class="views-row views-row-1">
<div class="ds-2col node node-article node-promoted node-teaser view-mode-teaser clearfix">
<div class="">
<div class="field field-name-title field-type-ds field-label-hidden">
<div class="field-items">
<div class="field-item even" property="schema:name">
<h8><?php
$headingtitle = $custom ["page_heading"][0];
echo $headingtitle; ?></h8></div>
<div class="field field-name-post-date field-type-ds field-label-hidden">
</div>
<div class="group_teaser_wrapper group-teaser-wrapper speed-none effect-none"><div class="">
<div class="field-items">
<div class="field-item even" property="schema:articleBody content:encoded"><?php the_content(); ?>
</div>
</div>
</div>
</div> </div>
</div>
</div>
<?php endwhile; ?>
</div>
</div> </div>
</div>
</div> </div>
</div>
</div>
</div>
</div> </div>
</div>
</div>
</div>
</div>
</div></div> </div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<?php get_footer(); ?>