Ejemplo n.º 1
0
<?php

include_once dirname(__FILE__) . "/users.controller.php";
$controller = new UsersController();
$vd = $controller->Execute();
print '<?xml version="1.0" encoding="UTF-8"?>';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title><?php 
print _SITE_TITLE;
?>
</title>
  <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  <link rel="stylesheet" href="style.css?v=<?php 
print DOMA_VERSION;
?>
" type="text/css" />
  <link rel="icon" type="image/png" href="gfx/favicon.png" />
  <link rel="alternate" type="application/rss+xml" title="RSS" href="rss.php" />
  <script type="text/javascript" src="js/jquery/jquery-1.7.1.min.js"></script>
  <script src="js/common.js?v=<?php 
print DOMA_VERSION;
?>
" type="text/javascript"></script>
  <?php 
if ($vd["OverviewMapData"] != null) {
    ?>
    <script src="http://maps.googleapis.com/maps/api/js?sensor=false&amp;language=<?php 
    print Session::GetLanguageCode();