-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage-waw-template.php
executable file
·57 lines (57 loc) · 3.7 KB
/
page-waw-template.php
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
<?php /* Template Name: WAW template page*/
get_header(); ?>
<div id="page-wide">
<?php if (have_posts()) : while (have_posts()) : the_post();?>
<?php get_template_part( 'nav', 'waw' ); ?>
<div class="row">
<div class="spacetop col-md-2 col-md-push-10"><?php do_action('icl_language_selector'); ?></div>
<h2 id="post-<?php the_ID(); ?>" class="col-md-10 col-md-pull-2">
<?php the_title();?>
</h2>
</div>
<div class="row">
<!--div class="col-md-3 legend-map">
<h3><a href="<?php echo get_permalink( icl_object_id( 23274 , 'page' , false)); ?>"><span class="glyphicon glyphicon-user"></span> <?php _e("Waste Pickers' Organizations","globalrec"); ?></a></h3>
<ul>
<li><span class="label" style="background-color: #FE7C11;"><?php _e("Waste Pickers' Organizations","globalrec"); ?></span></li>
</ul>
<h3><a href="<?php echo get_permalink( icl_object_id( 20848 , 'page' , false)); ?>"><span class="glyphicon glyphicon-tag"></span> <?php _e("Type of Organization","globalrec"); ?></a></h3>
<ul>
<li><span class="label" style="background-color: #99EEEE"> <?php _e("Cooperative","globalrec"); ?></span></li>
<li><span class="label" style="background-color: #99CC33"> <?php _e("Association","globalrec"); ?></span></li>
<li><span class="label" style="background-color: #003366"> <?php _e("Trade Union","globalrec"); ?></span></li>
<li><span class="label" style="background-color: #ff33ff"> <?php _e("Network of cooperatives","globalrec"); ?></span></li>
<li><span class="label" style="background-color: #0000ff"> <?php _e("Movement","globalrec"); ?></span></li>
<li><span class="label" style="background-color: #00ff00"> <?php _e("Federation","globalrec"); ?></span></li>
<li><span class="label" style="background-color: #339999"> <?php _e("Federation of cooperatives","globalrec"); ?></span></li>
<li><span class="label" style="background-color: #FF0000"> <?php _e("Self-help group","globalrec"); ?></span></li>
</ul>
<h3><a href="<?php echo get_permalink( icl_object_id( 20830 , 'page' , false)); ?>"><span class="glyphicon glyphicon-globe"></span> <?php _e("Scope","globalrec"); ?></a></h3>
<ul>
<li><span class="label" style="background-color: #ff3399;"><?php _e("Local","globalrec"); ?></span></li>
<li><span class="label" style="background-color: #ff3333;"><?php _e("Regional","globalrec"); ?></span></li>
<li><span class="label" style="background-color: #ff9933;"><?php _e("National","globalrec"); ?></span></li>
<li><span class="label" style="background-color: #ffff66; color: black;"><?php _e("International","globalrec"); ?></span></li>
</ul>
<?php if ( is_user_logged_in() ) { // hides supporters page for not logged in users ?>
<h3><span class="glyphicon glyphicon-lock"></span> <a href="<?php echo get_permalink( icl_object_id( 21900 , 'page' , false)); ?>"><?php _e("Supporters","globalrec"); ?></a></h3>
<ul>
<li><span class="label" style="background-color: #FFaaaa"><?php _e("Waste picker support organization","globalrec"); ?></span></li>
<li><span class="label" style="background-color: #77FF77"><?php _e("Potential supporter","globalrec"); ?></span></li>
</ul>
<?php } ?>
</div>
<!-->
<div class="col-md-9 content">
<?php the_content(); ?>
<?php // hides supporters page for not logged in users
if ( is_user_logged_in() ) {
if ( is_page( array( 'supporters', 'apoyos-recicladores-en-el-mundo-rem', 'apoiadores' ) ) ) {
echo "<span class='glyphicon glyphicon-lock'></span> You can access <a href='/?page_id=30781'> the list of potential supporters and support organizations</a>.";
}
}
?>
</div>
</div>
<?php endwhile; endif; ?>
<?php get_footer(); ?>