Beispiel #1
0
				                  <hr>
				                  <strong><i class="fa fa-envelope margin-r-5"></i>  E-mail</strong>
				                  <p class="text-muted">
				                    ' . $email . '
				                  </p>
				                </div><!-- /.box-body -->
				              </div><!-- /.box -->
				            </div><!-- /.col -->';
            break;
        case 2:
            $comite = '<div class="col-md-2">
				              <!-- Profile Image -->
				              <div class="box box-primary">
				                <div class="box-body box-profile">
				                  <img class="profile-user-img img-responsive img-circle" src="getImagem.php?idUser='******'" style="height: 100px;" alt="User profile picture">
				                  <h3 class="profile-username text-center">' . Atalhos::nome($nome) . '</h3>
				                  <p class="text-muted text-center">Membro do Comitê</p>
				                  <hr>
				                  <strong><i class="fa fa-bank margin-r-5"></i>  Centro</strong>
				                  <p class="text-muted">
				                    ' . $nucleo . '
				                  </p>
				                  <hr>
				                  <strong><i class="fa fa-envelope margin-r-5"></i>  E-mail</strong>
				                  <p class="text-muted">
				                    ' . $email . '
				                  </p>
				                </div><!-- /.box-body -->
				              </div><!-- /.box -->
				            </div><!-- /.col -->';
            break;
Beispiel #2
0
    ?>
                        <span class="hidden-xs"><?php 
    echo Atalhos::nome($_SESSION['nome']);
    ?>
</span>
                      </a>
                      <ul class="dropdown-menu">
                        <!-- User image -->
                        <li class="user-body">
                          <?php 
    echo "<img height='160' width='160' src='getImagem.php?idUser="******"' class='img-responsive center-block'>";
    ?>
                          <div style="text-align: center;">
                            <strong>
                              <?php 
    echo '<span style="font-size: 12pt;">' . Atalhos::nome($_SESSION['nome']) . '</span>';
    ?>
                            </strong>
                          </div>
                        </li>
                        <!-- Menu Footer-->
                        <li class="user-footer">
                          <div class="pull-left">
                            <a href="/configuracao" class="btn btn-default">Configurações</a>
                          </div>
                          <div class="pull-right">
                            <form action = "post.php" method = "post">
                              <input type="hidden" name="numPost" value="2"><!-- Número correspodente ao post -->
                              <button type="submit" class="btn btn-default">Sair</button>
                            </form>
                          </div>