예제 #1
0
파일: index.php 프로젝트: visavi/rotorcms4
#            Email  :  visavi.net@mail.ru     #
#             Site  :  http://visavi.net      #
#              ICQ  :  36-44-66               #
#            Skype  :  vantuzilla             #
#---------------------------------------------#
header('Content-type:text/html; charset=utf-8');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru">
<head>
	<title>%TITLE%</title>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
	<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
	<?php 
echo include_style();
?>
	<link rel="stylesheet" href="/themes/themez/css/style.css" type="text/css"/>
	<link rel="alternate" href="/news/rss.php" title="RSS News" type="application/rss+xml"/>
	<?php 
echo include_javascript();
?>
	<meta name="keywords" content="%KEYWORDS%"/>
	<meta name="description" content="%DESCRIPTION%"/>
	<meta name="generator" content="RotorCMS <?php 
echo $config['rotorversion'];
?>
"/>
</head>
<body>
<!--Themes by Silent-->
예제 #2
0
$initial = (include "initial.php");
include_once "includer.php";
?>
<!DOCTYPE html>
<html>
<head>
    <title>Värmdö Gymnasium Schema</title>

    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, minimum-scale=1">

    <meta http-equiv="expires" content="Sun, 01 Jan 2014 00:00:00 GMT"/>
    <meta http-equiv="pragma" content="no-cache" />

    <?php 
include_style("styles/style.css");
?>
    <!--<link href="styles/style.css" rel="stylesheet" type="text/css">-->

    <link rel="apple-touch-icon" sizes="57x57" href="favicons/apple-touch-icon-57x57.png">
    <link rel="apple-touch-icon" sizes="60x60" href="favicons/apple-touch-icon-60x60.png">
    <link rel="apple-touch-icon" sizes="72x72" href="favicons/apple-touch-icon-72x72.png">
    <link rel="apple-touch-icon" sizes="76x76" href="favicons/apple-touch-icon-76x76.png">
    <link rel="apple-touch-icon" sizes="114x114" href="favicons/apple-touch-icon-114x114.png">
    <link rel="apple-touch-icon" sizes="120x120" href="favicons/apple-touch-icon-120x120.png">
    <link rel="apple-touch-icon" sizes="144x144" href="favicons/apple-touch-icon-144x144.png">
    <link rel="apple-touch-icon" sizes="152x152" href="favicons/apple-touch-icon-152x152.png">
    <link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon-180x180.png">
    <link rel="icon" type="image/png" href="favicons/favicon-32x32.png" sizes="32x32">
    <link rel="icon" type="image/png" href="favicons/android-chrome-192x192.png" sizes="192x192">
    <link rel="icon" type="image/png" href="favicons/favicon-96x96.png" sizes="96x96">
예제 #3
0
<head>
    <title>Om oss</title>

    <base target="_blank">

    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, minimum-scale=1">

    <meta http-equiv="expires" content="Sun, 01 Jan 2014 00:00:00 GMT"/>
    <meta http-equiv="pragma" content="no-cache" />

    <link href="../styles/about_style.css" rel="stylesheet" type="text/css">

    <?php 
include_once "../includer.php";
include_style("styles/about_style.css");
?>

    <link rel="apple-touch-icon" sizes="57x57" href="../favicons/apple-touch-icon-57x57.png">
    <link rel="apple-touch-icon" sizes="60x60" href="../favicons/apple-touch-icon-60x60.png">
    <link rel="apple-touch-icon" sizes="72x72" href="../favicons/apple-touch-icon-72x72.png">
    <link rel="apple-touch-icon" sizes="76x76" href="../favicons/apple-touch-icon-76x76.png">
    <link rel="apple-touch-icon" sizes="114x114" href="../favicons/apple-touch-icon-114x114.png">
    <link rel="apple-touch-icon" sizes="120x120" href="../favicons/apple-touch-icon-120x120.png">
    <link rel="apple-touch-icon" sizes="144x144" href="../favicons/apple-touch-icon-144x144.png">
    <link rel="apple-touch-icon" sizes="152x152" href="../favicons/apple-touch-icon-152x152.png">
    <link rel="apple-touch-icon" sizes="180x180" href="../favicons/apple-touch-icon-180x180.png">
    <link rel="icon" type="image/png" href="../favicons/favicon-32x32.png" sizes="32x32">
    <link rel="icon" type="image/png" href="../favicons/android-chrome-192x192.png" sizes="192x192">
    <link rel="icon" type="image/png" href="../favicons/favicon-96x96.png" sizes="96x96">
    <link rel="icon" type="image/png" href="../favicons/favicon-16x16.png" sizes="16x16">
예제 #4
0
파일: index.php 프로젝트: visavi/rotorcms4
#---------------------------------------------#
#      ********* RotorCMS *********           #
#           Author  :  Vantuz                 #
#            Email  :  visavi.net@mail.ru     #
#             Site  :  http://visavi.net      #
#              ICQ  :  36-44-66               #
#            Skype  :  vantuzilla             #
#---------------------------------------------#
header("Content-type:text/html; charset=utf-8");
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">';
echo '<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru"><head>';
echo '<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />';
echo '<title>%TITLE%</title>';
echo '<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />';
include_style();
echo '<link rel="stylesheet" href="/themes/sky/css/style.css" type="text/css" media="screen" />';
echo '<link rel="alternate" href="/news/rss.php" title="RSS News" type="application/rss+xml" />';
include_javascript();
echo '<meta name="keywords" content="%KEYWORDS%" />';
echo '<meta name="description" content="%DESCRIPTION%" />';
echo '<meta name="generator" content="RotorCMS ' . $config['rotorversion'] . '" />';
echo '</head><body>';
echo '<!--Themes by TurikUs-->';
function htmltoweb($skinweb)
{
    $skinweb = str_replace('<img src="/images/img/site.png" alt="Мое меню" /> <b>Мое меню</b><br /><br />', '<div class="divb">Мое меню</div>', $skinweb);
    $skinweb = str_replace('<img src="/images/img/info.png" alt="Статистика сайта" /> <b>Статистика сайта</b><br /><br />', '<div class="divb">Статистика сайта</div>', $skinweb);
    $skinweb = str_replace('<img src="/images/img/run.png" alt="Жизнь сайта" /> <b>Жизнь сайта</b><br /><br />', '<div class="divb">Жизнь сайта</div>', $skinweb);
    $skinweb = str_replace('<img src="/images/img/site.png" alt="Партнеры и друзья" /> <b>Партнеры и друзья</b><br /><br />', '<div class="divb">Партнеры и друзья</div>', $skinweb);
    $skinweb = str_replace('<img src="/images/img/services.png" alt="Wap-мастеру" /> <b>Wap-мастеру</b><br /><br />', '<div class="divb">Wap-мастеру</div>', $skinweb);
예제 #5
0
    foreach ($rss->items as $item) {
        print "document.write(\"";
        printf("<li class='pg_widget_bullet'><a class='pg_widget_link' href='%s'>%s</a>", $item['link'], addslashes($item['title']));
        if ($citing) {
            printf(" at <span class='pg_widget_blog'>%s</span>", $item['contributor']);
        }
        print "</li>";
        print "\");";
    }
    print "document.write(\"</ul>\");";
}
print "document.write(\"<br/><i>Powered by <a class='pg_widget_link' href='http://www.postgenomic.com'>postgenomic</a></i>\");";
print "document.write(\"</div>\");";
print "}\n";
if ($style) {
    include_style($style, $widget_id);
}
print "print_widget();";
function include_style($style, $widget_id)
{
    $styles = array();
    if ($style == "elegant") {
        $styles["pg_widget"] = "padding: 10px; color: #999999;";
        $styles["pg_widget_link"] = "color: #666666;";
        $styles["pg_widget_ul"] = "padding-left: 0; margin-left: 0; border-bottom: 1px solid #DEDEDE;";
        $styles["pg_widget_bullet"] = "list-style: none; margin: 0; padding: 0.25em; border-top: 1px solid #DEDEDE;";
    }
    if (sizeof($styles) >= 1) {
        print "document.write(\"<style>";
        foreach ($styles as $key => $val) {
            if ($key == "pg_widget") {