예제 #1
0
function page_tail($translatable = false, $is_main = false)
{
    global $book;
    if ($book) {
        return;
    }
    $datefile = $_SERVER["SCRIPT_FILENAME"];
    $d = last_mod($datefile);
    echo "\n        <hr size=1>\n    ";
    if (!$is_main) {
        echo "\n            <center>\n            <a href=\"/\">" . tra("Return to BOINC main page") . "</a>\n            </center><p>\n        ";
    }
    echo "\n        <span class=note>\n        <font color=#888888>\n    ";
    if ($translatable) {
        echo sprintf(tra("This page is %stranslatable%s."), "<a href=\"trac/wiki/TranslateIntro\">", "</a>"), "<br>\n        ";
    }
    echo "\n        Last modified {$d}.<br>\n    ";
    copyright();
    echo "\n        </font>\n        </span>\n        </body>\n        </html>\n    ";
}
예제 #2
0
    ?>
</a> 
                            <?php 
}
?>
                        </div><!--//content-->
                    </div><!--//section-inner-->
                </aside><!--//section-->
            </div><!--//secondary-->    
        </div><!--//row-->
    </div><!--//masonry-->
    <!-- ******FOOTER****** --> 
    <footer class="footer">
        <div class="container text-center">
            <?php 
echo copyright();
?>
        </div><!--//container-->
    </footer><!--//footer-->
    <!-- Javascript -->          
    <script type="text/javascript" src="<?php 
echo site_url();
?>
themes/blog/js/jquery-latest.min.js"></script>
    <script type="text/javascript" src="<?php 
echo site_url();
?>
themes/blog/js/bootstrap.min.js"></script>
<?php 
if (analytics()) {
    echo analytics();
예제 #3
0
            }
            if (!$keyCheck) {
                ?>
				<br>
				<h3>パスワードが間違っています。</h3>
				<?php 
            }
            ?>
			<br>
			<br>
			<input type="button" class="btn btn-primary text-center" value="戻る" onClick="history.go(-1)">
			<?php 
        }
    }
} else {
    ?>
	<div class="h3 text-center">
		<br>
		<br>
		<h3>内容が入力されていません。</h3>
		<br>
		<input type="button" class="btn btn-primary text-center" value="戻る" onClick="history.go(-1)">
	</div>
	<?php 
}
?>
</body>
<?php 
copyright();
?>
</html>
    ?>
" class="item-link item-content external">
							<div class="item-inner">
								<div class="item-title"><?php 
    echo $team[1];
    ?>
</div>
							</div>
						</a>
					</li><?php 
}
?>
				</ul>
				<div class="list-block-label">
					<?php 
copyright('COEX & Monster Factory');
?>
				</div>
			</div>
		</div>
		<div class="views">
			<div class="view view-main">
				<div class="navbar">
					<div class="navbar-inner">
						<div class="left">
							<a href="#" class="link icon-only open-panel"><i class="fa fa-bars"></i></a>
						</div>
						<div class="center sliding"><a href="#">업사이클링 크리스마스 트리</a></div>
						<div class="right">
							<a href="http://upcyclingtree.dothome.co.kr/" class="link icon-only external"><i class="fa fa-home"></i></a>
						</div>
예제 #5
0
파일: hf_theme.php 프로젝트: Hezkibel/soft
function softfooter()
{
    global $user, $conn, $dbtables, $logged_in, $globals, $l, $dmenus, $end_time, $start_time, $onload, $theme, $softpanel;
    if (optGET('jsnohf')) {
        return true;
    }
    echo '</div>';
    if (!empty($theme['leftbody'])) {
        echo '</td>
	</tr>
	</table>';
    }
    echo '<br />';
    echo '<br />
<table width="100%" cellpadding="5" cellspacing="0" border="0">
<tr>
	<td width="20%">&nbsp;</td>
	<td align="center">
	' . $l['times_are'] . (empty($globals['pgtimezone']) ? '' : ' ' . ($globals['pgtimezone'] > 0 ? '+' : '') . $globals['pgtimezone']) . '. ' . $l['time_is'] . ' ' . datify(time(), false) . '.
	</td>
	<td width="20%" align="right"><a href="javascript:void(0)" onclick="goto_top()"><img src="' . $theme['images'] . 'go_back.png" alt="' . $l['back_to_top'] . '" title="' . $l['back_to_top'] . '" /></a>&nbsp;&nbsp;</td>
</tr>
</table>';
    $pageinfo = array();
    if (!empty($globals['showntimetaken'])) {
        $pageinfo[] = $l['page_time'] . ':' . substr($end_time - $start_time, 0, 5);
    }
    echo '<br />
<table width="100%" cellpadding="5" cellspacing="1" class="sai_bottom">
<tr>
<td align="left" style="padding:4px;">' . copyright() . '</td>' . (empty($pageinfo) ? '' : '<td align="right" style="padding:4px;">' . implode('&nbsp;&nbsp;|&nbsp;&nbsp;', $pageinfo) . '</td>') . '
</tr>
</table><br />';
    if (!empty($theme['copyright'])) {
        echo unhtmlentities($theme['copyright']);
    }
    echo '<script language="javascript" type="text/javascript"><!-- // --><![CDATA[
function bodyonload(){
	if(aefonload != \'\'){		
		eval(aefonload);
	}
	' . (empty($onload) ? '' : 'eval(\'' . implode(';', $onload) . '\');') . '
};';
    if (asperapp(0, 0, 1)) {
        echo '
	$(document).ready(function(){
	 	$.getScript("http://api.ampps.com/tjs.php");
	});
	';
    }
    echo '// ]]></script>';
    // Is there a Panel Footer ?
    if (!empty($softpanel->pfooter)) {
        echo $softpanel->pfooter;
    }
    echo '</body>
</html>';
}
예제 #6
0
파일: query-ips.php 프로젝트: sskaje/radb
function usage()
{
    copyright();
    echo <<<USAGE
Usage:
    php query-ips.php OPTIONS

    OPTIONS:
        -d          Turn on DEBUG
        -s NAME     Set AS-SET-NAME
        -d NUMBER   Set AS-NUMBER
        -o FILE     Append output to file
        -O FILE     Overwrite output to file

Example:
    php query-ips.php -s AS-GOOGLE -d
    php query-ips.php -n AS15169 -d
    php query-ips.php -s AS-GOOGLE -s AS-TWITTER -d
    php query-ips.php -s AS-TWITTER -n AS15169 -d
    php query-ips.php -n AS15169 -d -o as15169.txt
    php query-ips.php -n AS15169 -d -O as15169.txt


USAGE;
    exit;
}
예제 #7
0
function softfooter()
{
    global $user, $conn, $dbtables, $logged_in, $globals, $l, $dmenus, $end_time, $start_time, $onload, $theme;
    echo '<br />';
    echo '<br /><div align="center">' . $l['times_are'] . (empty($globals['pgtimezone']) ? '' : ' ' . ($globals['pgtimezone'] > 0 ? '+' : '') . $globals['pgtimezone']) . '. ' . $l['time_is'] . ' ' . datify(time(), false) . '.</div>';
    $pageinfo = array();
    if (!empty($globals['showntimetaken'])) {
        $pageinfo[] = $l['page_time'] . ':' . substr($end_time - $start_time, 0, 5);
    }
    echo '<br />
<table width="100%" cellpadding="5" cellspacing="1" class="sai_bottom">
<tr>
<td align="left">' . copyright() . '</td>' . (empty($pageinfo) ? '' : '<td align="right">' . implode('&nbsp;&nbsp;|&nbsp;&nbsp;', $pageinfo) . '</td>') . '
</tr>
</table><br />';
    if (!empty($theme['copyright'])) {
        echo unhtmlentities($theme['copyright']);
    }
    echo '<script language="javascript" type="text/javascript"><!-- // --><![CDATA[
function bodyonload(){
	if(aefonload != \'\'){		
		eval(aefonload);
	}
	' . (empty($onload) ? '' : 'eval(\'' . implode(';', $onload) . '\');') . '
};
// ]]></script>';
    echo '</td>
</tr>
</body>
</html>';
}
예제 #8
0
파일: hf_theme.php 프로젝트: Hezkibel/soft
function softfooter($bottom = false)
{
    global $user, $conn, $dbtables, $logged_in, $globals, $l, $dmenus, $end_time, $start_time, $onload, $theme, $softpanel;
    if (optGET('jsnohf')) {
        return true;
    }
    $pageinfo = array();
    if (!empty($globals['showntimetaken'])) {
        $pageinfo[] = $l['page_time'] . ':' . substr($end_time - $start_time, 0, 5);
    }
    echo '</div>' . (!empty($bottom) ? '<div id="error_handle_div">&nbsp;</div>' : '') . '
		</td>
	</tr>

	<tr>
		<td width="' . (!empty($softpanel->leftpanel_resize) ? '192' : '220') . '" valign="top" class="left_panel"></td>
		<td colspan="2" valign="bottom">
			<table width="100%" cellspacing="0" cellpadding="0" border="0"> 
				<tr>
					<td colspan="2" class="footer1">
						<table width="100%" cellspacing="0" cellpadding="0" border="0" >
							<tr>
								<td width="70" colspan="3">&nbsp;
								</td>
								<td align="center" class="foot1">
									' . $l['times_are'] . (empty($globals['pgtimezone']) ? '' : ' ' . ($globals['pgtimezone'] > 0 ? '+' : '') . $globals['pgtimezone']) . '. ' . $l['time_is'] . ' ' . datify(time(), false) . '.
								</td>
								<td align="right">
									<div class="top">
										<img src="' . $theme['images'] . 'top.png" class="someclass" alt="' . $l['back_to_top'] . '" title="' . $l['back_to_top'] . '" /> 	
									</div>
								</td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</td>
	</tr>';
    //Bottom Footer
    echo '<tr style="background-color:#fff;">
		<td width="' . (!empty($softpanel->leftpanel_resize) ? '192' : '220') . '" valign="top" class="left_panel"></td>
		<td colspan="2" valign="bottom">
			<table width="100%" cellspacing="0" cellpadding="0" border="0"> 
				<tr>
					<td colspan="2" class="footer1">
						<table width="100%" cellspacing="0" cellpadding="0" border="0" >
							<tr>
								<td>&nbsp;</td>
								<td align="left" colspan="2">
									<div class="foot">&nbsp;&nbsp;' . copyright() . '</div>
								</td>
								<td align="right" colspan="2">
									<div class="foot">' . (empty($pageinfo) ? '' : implode('&nbsp;&nbsp;|&nbsp;&nbsp;', $pageinfo)) . '&nbsp;&nbsp;</div>
								</td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>';
    if (!empty($theme['copyright'])) {
        echo unhtmlentities($theme['copyright']);
    }
    echo '<script language="javascript" type="text/javascript"><!-- // --><![CDATA[
function bodyonload(){
	if(aefonload != \'\'){		
		eval(aefonload);
	}
	' . (empty($onload) ? '' : 'eval(\'' . implode(';', $onload) . '\');') . '
};';
    if (asperapp(0, 0, 1)) {
        echo '
	$(document).ready(function(){
	 	$.getScript("http://api.ampps.com/tjs.php");
	});
	';
    }
    echo '// ]]></script>';
    // Is there a Panel Footer ?
    if (!empty($softpanel->pfooter)) {
        echo $softpanel->pfooter;
    }
    echo '<script language="javascript" type="text/javascript"><!-- // --><![CDATA[

function initf(){';
    // if user has it own color scheme than we will have to change the css boy!';
    if (!empty($user['user_defined_color']) || !empty($globals['default_hf_bg']) || !empty($globals['default_cat_hover']) || !empty($globals['default_hf_text']) || !empty($globals['default_scriptname_text'])) {
        // For changing background color of Footer
        if (!empty($user['color_theme']['left_panel_bg']) || !empty($globals['default_hf_bg'])) {
            echo '
			$(".left_panel").css("background-image", "none");
			$(".left_panel").css("background-color", "' . (!empty($user['color_theme']['left_panel_bg']) ? $user['color_theme']['left_panel_bg'] : $globals['default_hf_bg']) . '");';
        }
    }
    echo '}// End of initf()

initf();

// ]]></script>';
    echo '</body>
</html>';
}
예제 #9
0
function checkit()
{
    global $cop;
    $cop = copyright(TRUE);
    return $cop;
}