Exemple #1
0
            if ($r_rep['iscy'] == 0) {
                $iscy = 1;
            } else {
                $ispz = 1;
            }
        }
        mysql_free_result($rep);
    }
    $issc = isset($_GET['t']) && $_GET['t'] == 'upload' && $iscy > 0 ? 1 : 0;
    $c .= '<div class="main_left">
			<div class="vilr_nav clearfix">
				<h2 class="h2"><span>活动照片 ' . $r_res['name'] . '</span></h2>';
    if ($issc == 0 && $iscy > 0) {
        $c .= '<div class="flt_lt"></div><div class="flt_rt"><a href="activeimg-' . $xqid . '-' . $hdid . '-upload.html" class="btn bt_nomgray">添加照片</a></div>';
    }
    $c .= '</div>';
    if ($issc > 0) {
        require_once 'party_img_inc_0.php';
    } elseif (isset($_GET['pid']) && intval($_GET['pid']) > 0) {
        require_once 'party_img_inc_1.php';
    } else {
        require_once 'party_img_inc_2.php';
    }
    $c .= '</div>';
} else {
    echo '<script type="text/javascript">location.href=\'active-' . $xqid . '.html\';</script>';
    exit;
}
mysql_free_result($res);
echo yjl_html($c, 'active', '', 2);
Exemple #2
0
				<table>
				<tbody>
					<tr>
						<th></th><td><span class="form_tip" style="margin:0;">请留下您的信息,我们会尽快和您联系</span></td>
					</tr>
					<tr>
						<th width="100">姓名<b>*</b></th>
						<td><input type="text" class="text" name="name" value="' . $udb['nc'] . '" /></td>
					</tr>
					<tr>
						<th>联系方式<b>*</b></th>
						<td><input type="text" class="text" name="mobile" /></td>
					</tr>
					<tr>
						<th>施工地址<b>*</b></th>
						<td><input type="text" class="text" name="address" /></td>
					</tr>
					<tr>
						<th valign="top">简介<b>*</b></th>
						<td><textarea name="content"></textarea></td>
					</tr>
					<tr>
						<td></td>
						<td><input type="submit" class="submit sub_reg" id="submit_bt" value="提 交"/><input type="button" style="margin-left: 20px;" class="submit sub_reg" onclick="location.href=\'faq-new.html\';" value="向监理咨询"/></td>
					</tr>
				</tbody>
				</table>
			</form>
		</div>';
echo yjl_html($c, 'regist', 'regist');
Exemple #3
0
    case 'service':
        $c .= '<img src="images/about-lc.gif" alt=""/>';
        break;
    default:
        $c .= '<div style="float:left;margin-right:20px;"><img src="images/image001.jpg" /><p style=" line-height:22px;padding-top:5px;">易监理合伙人<br />澳洲执业监理师<br /><a>张文海</a></p></div>
						<div style="float:right; width:490px;">
						<h1 style="font-size:20px;padding-bottom:20px;">易监理是什么?</h1>
						<p>1、易监理为业主提供线上监理咨询,线下实体解决方案的第三方监理公司。<br />
						2、易监理是精英监理:我们代表着行业里最优秀一批人,讲良心,讲责任!<br />
						3、线下监理采用澳洲的监理服务模式:注重过程控制,防患于未然,比如:这次问题列出来,提供解决方案,然后根据进度列出下次要检查的内容和标准,下次过来时优先检查上次预告检查的项目,如此类推!</p>
						<br />
						<p style="text-indent:2em;">易监理对施工问题采取追溯制,注重施工进度各节点的照片和资料完备,比如,施工图和竣工图都要求非常完备,任何地方出问题,都可很方便的找到责任人和相关资料,并确定合适方案去解决问题。</p>
						<br />
						<p style="text-indent:2em;">易监理网透明的照片式监理和监理报告接受社会专业人士的监督,我们眼里只有合格或不合格,这是目前最透明公正的方式来为业主服务!</p>
						<br />
						<p>我们希望用精英的力量去改良这个行业,让业主能得到本该得到的更好的品质!</p>
						<br />
						<p>谢谢!</p>
						<br />
						<p>相信正能量,相信易监理!</p>
						<br />
						<p>注:“易监理”隶属于“上海易至居工程监理有限公司”</p>
						</div>';
        break;
}
$c .= '</div>
				</div>
			</div>
		</div>';
echo yjl_html($c, 'index');
Exemple #4
0
    $r_rep = mysql_fetch_assoc($rep);
    $c_rep = mysql_num_rows($rep);
    if ($c_rep > 0) {
        $m = 4;
        $p = ceil($c_rep / $m);
        $i = 0;
        do {
            if ($i > 0 && $i % $p == 0) {
                $c .= '<ul>';
            }
            $c .= '<li><a href="' . str_replace('[xqid]', $r_rep['xqid'], $a_t[$tid]) . '">' . $r_rep['name'] . '(' . $r_rep['c_user'] . ')</a></li>';
            $i++;
            if ($i % $p == 0) {
                $c .= '</ul>';
            }
        } while ($r_rep = mysql_fetch_assoc($rep));
        if ($i % $p > 0) {
            $c .= '</ul>';
        }
    } else {
        $c .= '<li>没有小区</li></ul>';
    }
    mysql_free_result($rep);
    $c .= '</div><br /><br /></div>';
} else {
    echo '<script type="text/javascript">location.href=\'estate-all.html\';</script>';
    exit;
}
mysql_free_result($res);
echo yjl_html($c, 'supervisor');
Exemple #5
0
			<div class="vge_inf tabcnt">';
    switch ($mid) {
        case 3:
            require_once 'einfo_inc_user.php';
            break;
        case 2:
            require_once 'einfo_inc_img.php';
            break;
        case 1:
            require_once 'einfo_inc_fx.php';
            break;
        default:
            require_once 'einfo_inc_info.php';
            break;
    }
    $c .= '<br /><br />
			</div>
		</div>
		<div class="main_right">' . yjl_newr_tjhd() . yjl_newr_visitor();
    $map_q = $xqdb['map_q'] != '' ? $xqdb['map_q'] : join(',', $a_mu);
    $c .= '<div class="map">
				<h3>小区位置</h3>
				<div class="map_cnt">
					<a href="http://maps.baidu.com/?newmap=1&amp;s=' . urlencode('con&wd=' . join(',', $a_mu)) . '" target="_blank"><img src="http://api.map.baidu.com/staticimage?center=' . urlencode($map_q) . '&amp;markers=' . urlencode($map_q) . '&amp;width=250&amp;height=200&amp;zoom=16" /></a>
				</div>
			</div>
		</div>';
    echo yjl_html($c, 'village');
} else {
    echo '<script type="text/javascript">location.href=\'estate-all.html\';</script>';
}
Exemple #6
0
function yjl_gehtml($l, $c, $t)
{
    global $js_c, $isupimg, $yjl_tpath, $xqid, $xqdb, $page_title, $r_main, $a_fx, $udb, $uadb, $cuid;
    $s = '<div class="location"><a href="user-' . $cuid . '.html">' . ($cuid != $udb['uid'] ? $uadb[$cuid]['nc'] . '的' : '') . '个人中心</a>&gt;<a href="#">' . $t . '</a></div><div class="left">' . $l . '</div><div class="right">' . $c . '</div>';
    return yjl_html($s, 'per_center', 'center');
}