コード例 #1
0
<?php

/*
 * @auther lion
 * @date 2013-1-31
 */
require_once 'class/personnel_category.class.php';
require_once 'class/personnel_category_service.class.php';
$personnel_category_service = new PersonnelCategoryService();
$array_personnel_category = $personnel_category_service->getAll();
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
	"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<meta http-equiv="Content-Language" content="en" />
	<meta name="GENERATOR" content="PHPEclipse 1.2.0" />
	<?php 
require_once './includes/css.php';
require_once './includes/js.php';
?>
 
	<title>title</title>
</head>
<body>

<form class="form-horizontal"  action="./index.php?mod=user&action=user_register" method="post" id="form">
       <legend>用户注册</legend>

  <div class="control-group" id="check_name" >