예제 #1
0
?>
" target="_blank"><img src="nss-admin/neosmart-stream-logo.png" alt="neosmart STREAM"></a></h1>			
			</div><!--/.center-->
		</div>
		
		<div class="center">
		
		<?php 
/*************************************************************************************************************/
if (!empty($statusSaveBaseURL) || getNssRoot() === false) {
    ?>
				<h2>URL error</h2>
				<div class="nss-admin-container error">
					<div class="row">All files of neosmart STREAM must be within a folder <b>neosmart-stream</b></div>
					<div class="todo">Rename folder <b><?php 
    echo getLastFolder();
    ?>
</b> to <b>neosmart-stream</b></div>
				</div>
	
		<?php 
} elseif ($serverError) {
    /***********************************************/
    ?>
				<h2>Server error</h2>
				<div class="nss-admin-container error">
					<div class="row"><?php 
    echo $serverError[0];
    ?>
</div>
					<div class="todo"><?php 
예제 #2
0
파일: index.php 프로젝트: vinod-co/centa
  <div><img src="../artwork/toprightmenu.gif" id="toprightmenu_icon" /></div>
<?php 
echo "<div style=\"position:absolute; right: 6px; top: 24px\"><input class=\"chk\" type=\"checkbox\" name=\"showretired\" id=\"showretired\" value=\"on\"\"";
if (isset($state['showretired']) and $state['showretired'] == 'true') {
    echo ' checked="checked"';
}
echo " /> " . $string['showretired'] . "</div>\n";
?>
  <div class="breadcrumb"><a href="../index.php"><?php 
echo $string['home'];
?>
</a>
<?php 
if (count($parent_list) > 0) {
    foreach ($parent_list as $parent_id => $parent_name) {
        echo '<img src="../artwork/breadcrumb_arrow.png" class="breadcrumb_arrow" alt="-" /><a href="index.php?folder=' . $parent_id . '">' . getLastFolder($parent_name) . '</a>';
    }
}
echo "</div>\n";
echo '<div class="page_title">';
if ($folder != '') {
    echo $folders_array[$parts];
} elseif ($_GET['module'] != '') {
    echo $module_details['moduleid'] . ': <span style="font-weight:normal">' . $module_details['fullname'] . '</span>';
}
echo '</div>';
echo "</div>\n<br />\n";
// Get any sub-folders first.
$tmp_string = '';
if (count($staff_modules) > 0) {
    $tmp_string = " OR idMod IN ('" . implode("','", array_keys($staff_modules)) . "')";