Ejemplo n.º 1
0
<?php

!defined('P_W') && exit('Forbidden');
if (isset($_GET['ajax']) && $_GET['ajax'] == 1) {
    define('AJAX', '1');
}
empty($subtype) && ($subtype = 'shield');
$normalUrl = $baseUrl . "?type=shield";
!empty($winduid) && ($userId = $winduid);
S::gp(array('action'), 'GP');
$app_array = getUserApplist();
$defaultShield = $messageServer->getDefaultShields($app_array);
$shieldHtml = createHTML($app_array);
$nav = $action ? array($action => 'class="current"') : array('shield' => 'class="current"');
$noticevoiceStatus = getstatus($winddb['userstatus'], PW_USERSTATUS_NOTICEVPICE);
//消息提示音状态
$noticevoiceStatus = $noticevoiceStatus == 1 ? "checked" : "";
if (empty($action)) {
    if ($_POST['step'] == 2) {
        PostCheck();
        S::gp(array('shieldinfo', 'blacklist', 'blackgroup', 'noticevoice'), 'GP');
        //是否开启消息提示音
        $userService = L::loadClass("userservice", 'user');
        $userService->setUserStatus($winduid, PW_USERSTATUS_NOTICEVPICE, (int) $noticevoice);
        //屏蔽的黑名单
        if ($shieldinfo && $messageServer->getMsKey('shieldinfo')) {
            $newShield = createShield($shieldinfo);
            $shieldlist = compareShield($defaultShield, $newShield);
            $messageServer->setMsConfig(array('shieldinfo' => serialize($shieldlist)), $userId);
        }
        //屏蔽的用户组
$dateDirectory = $issueDir . "/economist_{$date}";
if (is_dir($dateDirectory)) {
    echo "No new Economists!  Already have economist_{$date}.\n";
    exit;
}
echo "Economist {$dateLong} ({$date})\n";
mkdir($dateDirectory);
// work vars
$urls = array();
$ids = array();
//
// page generation
//
createOPF($dateDirectory, $date, $dateLong, $withImages, $magazineFeatures);
createTOC($dateDirectory, $date, $dateLong, $urls, $ids);
createHTML($dateDirectory, $withImages, $urls, $ids);
//
// mobi conversion
//
$opfFile = "{$dateDirectory}/economist_{$date}.opf";
$mobiFile = "{$dateDirectory}/economist_{$date}.mobi";
echo "Running: {$mobigenExec} -c1 {$opfFile}... ";
system($mobigenExec . " -c1 {$opfFile}");
echo " done!\n";
//
// add latest-issue link if requested
//
if ($enableLink == 1) {
    system("rm {$linkFile}");
    system("ln -s {$mobiFile} {$linkFile}");
    system("chmod -R 755 {$linkFile} {$issueDir}");
Ejemplo n.º 3
0
		<td>
			<?php 
para("Tube Fab Inc");
?>
			<h4></h4>
		</td>
		<td>
			May 2006 - June 2006
		</td>
	</tr>
</table>
<!-- WORK EXPERENCE SECTION END -->

<!-- REFERENCES SECTION START -->
<?php 
createHTML("h2", $sub_heading6);
?>
<table class="references">
	<tr>
		<!-- PROFESSIONAL ENTRY START -->
		<td>
			<h4>
				Professional
			</h4>
			<h5>
				Francis Jenkins ( Bell Aliant - Manager / Supervisor )
			</h5>
			<h4>
				C: 902-393-6545
			</h4>
		</td>
    }
    // var_dump( $results );
    return $results;
}
?>

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8" />
        <title>Lab 2 Form</title>
        <style>
            label {
                display: block;
            }   
            ul {
                list-style-type: none;
            }   
        </style>
    </head>
    <body id="home-page" class="">
        <form action="class4_lab_2.php" method="post">
            <ul>
         	    <?php 
echo createHTML($fields);
?>
            </ul>
        </form>
    </body>
</html>
  // var_dump( $results );

  return $results;

}
?>

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8" />
        <title>Lab 2 Form</title>
        <style>
            label {
                display: block;
            }   
            ul {
                list-style-type: none;
            }   
        </style>
    </head>
    <body id="home-page" class="">
        <form action="class4_lab_2.php" method="post">
            <ul>
         	    <?php echo createHTML( $fields ); ?>
            </ul>
        </form>
    </body>
</html>