Exemplo n.º 1
0
	<?php 
if (config_option("show_feed_links")) {
    ?>
		<link rel="alternate" type="application/rss+xml" title="<?php 
    echo clean(owner_company()->getName());
    ?>
 RSS Feed" href="<?php 
    echo logged_user()->getRecentActivitiesFeedUrl();
    ?>
" />
	<?php 
}
?>
</head>
<body id="body" <?php 
echo render_body_events();
?>
>

<iframe name="_download" style="display:none"></iframe>

<div id="loading">
	<img src="<?php 
echo get_image_url("layout/loading.gif");
?>
" width="32" height="32" style="margin-right:8px;" align="absmiddle"/><?php 
echo lang("loading");
?>
...
</div>
Exemplo n.º 2
0
	
	?>
	<?php echo add_javascript_to_page(get_url('dimension', 'dimensions_js')); // loaded first because it's needed for translating?>
	<style>
		#loading {
		    font-size: 20px;
		    left: 45%;
		    position: absolute;
		    top: 45%;
			color: #333333;
			font-family: verdana,arial,helvetica,sans-serif;
    		line-height: 150%;
		}
	</style>
</head>
<body id="body" <?php echo render_body_events() ?>>

<iframe name="_download" style="display:none"></iframe>

<div id="loading">
	<img src="<?php echo get_image_url("layout/loading.gif") ?>" width="32" height="32" style="margin-right:8px;vertical-align: middle;"/><?php echo lang("loading") ?>...
</div>

<div id="subWsExpander" onmouseover="clearTimeout(og.eventTimeouts['swst']);" onmouseout="og.eventTimeouts['swst'] = setTimeout('og.HideSubWsTooltip()', 2000);" style="display:none;top:10px;"></div>

<?php 
echo render_page_javascript();
echo render_page_inline_js();
$use_owner_company_logo = owner_company()->hasLogo();
?>
<!-- header -->