123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257 |
- <!DOCTYPE html>
- <html lang="zh-cmn-Hans" id="student_baokao_notice_app"
- ng-app="student_baokao_notice_app">
- <head>
- <meta charset="utf-8" />
- <title>北京外国语大学</title>
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <meta name="viewport"
- content="initial-scale=1.0,maximum-scale=1,user-scalable=no">
- <link rel="stylesheet" href="./bootstrap/css/bootstrap.min.css">
- <link rel="stylesheet" type="text/css" href="./css/ui-dialog.css"/>
- </head>
- <body ng-controller="studentbaokaoCtrl" >
- <div class="row" style="width:91%;margin-top:5px;"><button class="btn btn-primary pull-right" ng-click="logout()">登出</button></div>
- <div class="jumbotron" style="width:80%;margin-left:auto;margin-right:auto;verical-align:middle;margin-top:20px">
-
- <table class="table table-bordered" style="width:96%;margin-left:auto;margin-right:auto;">
- <tr>
- <th colspan="6" v-align="middile" style="text-align:center;font-family:STKaiti;font-weight:bold"><h3>北京外国语大学外国语言文化能力测试结果通知</h3></th>
- </tr>
-
- <tr>
- <td>姓名:{{student.name}}</td>
- <td>性别:{{student.sex}}</td>
- </tr>
- <tr>
- <td>高考报名号:{{student.loginNm}}</td>
- <td>身份证号:{{student.idcard}}</td>
- </tr>
- <tr>
- <td>高考报名所在地:{{student.province+student.city + student.dist}}</td>
- <td>文理类型:{{student.wenliType}}</td>
- </tr>
- <tr>
- <td colspan="2">考生所在中学:{{student.school}}</td>
- </tr>
- <!--
- <tr>
- <td colspan="2" ng-if="publishStatus == 1">初审结果:<span style="font-family:STKaiti;font-weight:bold">通过</span></td>
- <td colspan="2" ng-if="publishStatus == 0">初审结果:<span style="font-family:STKaiti;font-weight:bold">不通过</span></td>
- <td colspan="2" ng-if="publishStatus == -1">初审结果:<span style="font-family:STKaiti;font-weight:bold">不通过(考生没有提交)</span></td>
- </tr>
- <tr ng-if="publishStatus == 1 && overStudentAbilityTestScorePublishTime == 0">
- <td colspan="2" v-align="middle">
- <div class="pull-left" ng-if="overSubmitJoinAbilityTest==0">是否参加能力测试:是<input type="radio" name="mianshiAgree" value="1" style="cursor:pointer" ng-model="abparam.abilityTest"> 否<input name="mianshiAgree" type="radio" value="0" style="cursor:pointer" ng-model="abparam.abilityTest"></div>
- <div class="pull-right">
- <span ng-if="abparam.abilityTest==1" style="color:green">您当前选择的是:参加能力测试</span>
- <span ng-if="abparam.abilityTest==0" style="color:red">您当前选择的是:不参加能力测试</span>
- <button class="btn btn-primary" ng-if="overSubmitJoinAbilityTest==0" ng-click="submitAbilityTest()">提交</button></div>
- </td>
- </tr>
- <tr ng-if="publishStatus == 1 && overStudentAbilityTestScorePublishTime == 0">
- <td colspan="2" v-align="middle">
- <div class="pull-left"><button data-toggle="modal" class="btn btn-success" ng-click="downloadZKZ()">下载并打印准考证(A4纸)</button></div>
- <div class="pull-right"><button data-toggle="modal" data-target=".bs-example-modal-lg" class="btn btn-primary">点击查看考生参加能力测试注意事项</button></div>
- </td>
- </tr>
- -->
- </table>
-
- <table ng-if="publishStatus == 1 && overStudentAbilityTestScorePublishTime == 1" class="table table-bordered" style="width:96%;margin-left:auto;margin-right:auto; background-color: @gray-lighter">
- <tr>
- <th colspan="7" v-align="middile" style="text-align:center;font-family:STKaiti;font-weight:bold"><h3>能力测试成绩如下:</h3></th>
- </tr>
- <tr>
- <th>专业考察</th>
- <th>外语口试</th>
- <th>是否为复语考生</th>
- <th>复语语种</th>
- <th>复语原始成绩</th>
- <th>复语核算成绩</th>
- <th>总分</th>
- </tr>
- <tr>
- <td>{{abilityTestScore.professionalTest}}</td>
- <td>{{abilityTestScore.speakTest}}</td>
- <td>{{abilityTestScore.apply == '1' ? '是' : '否'}}</td>
- <td>{{abilityTestScore.applyLang}}</td>
- <td ng-if="abilityTestScore.apply != 1"></td>
- <td ng-if="abilityTestScore.apply != 1"></td>
- <td ng-if="abilityTestScore.apply == 1">{{abilityTestScore.originalFuyuScore}}</td>
- <td ng-if="abilityTestScore.apply == 1">{{abilityTestScore.validateFuyuScore}}</td>
- <td>{{abilityTestScore.totalScore}}</td>
- </tr>
- <tr>
- <td colspan="7" v-align="middle">
- <div class="pull-left"><button data-toggle="modal" class="btn btn-success" ng-click="downloadBaoKaoNotice()">下载填写并打印北京外国语大学综合评价报考确认书(A4纸张)</button></div>
- </td>
- </tr>
- </table>
- </div>
- <!-- 江苏省考生通知 -->
- <div id="jsNoticeModal" class="modal fade bs-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="jsNoticeModalLabel">
- <div class="modal-dialog modal-lg">
- <div class="modal-content">
- <div class="modal-header">
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
- <h3 class="modal-title text-center">关于填报北京外国语大学综合评价报考确认书的通知</h3>
- </div>
- <div class="modal-body">
- <p style="margin-left:20px;">各位江苏考生:</p>
- <p style="margin-left:20px;"> 根据江苏省考试院的要求,江苏考生报考我校综合评价招生专业的,由我校提前确认录取名单和录取专业,在提前批次之前录取。现将我校综合评价报考确认书发给你,请在6月30日14:00前按要求填好,传真至我办(01088810273),我办将以此作为录取考生的依据。凡逾期没有确认的,我校将不予录取。没有被录取的考生可继续填报提前批次和第一批次。</p>
- <p style="margin-left:20px;"> 特此通知</p>
- <p class="text-right">
- 北京外国语大学招生办公室
- </p>
- <p class="text-right">
- 2016年6月27日
- </p>
- </div>
- <div class="modal-footer">
- <button type="button" class="btn btn-primary txt-center" data-dismiss="modal">关闭</button>
- </div>
- </div>
- </div>
- </div>
-
-
-
- </body>
- <script src="./bootstrap/js/jQuery-2.1.4.min.js"></script>
- <script src="./js/jquery.cookie.js"></script>
- <script src="./bootstrap/js/bootstrap.js"></script>
- <script src="./angular/js/consts.js"></script>
- <script src="./angular/lib/angular.min.js"></script>
- <script src="./js/dialog-min.js" type="text/javascript" charset="utf-8"></script>
- <script type="text/javascript">
- $(function(){
- $("#jsNoticeModal").modal('show');
- });
- //angualr js
- var student_baokao_notice_app = angular.module('student_baokao_notice_app',[]);
- student_baokao_notice_app.factory('frameAjaxInterceptor', function($q, $rootScope) {
- return {
- 'request': function(config) {
- return config;
- },
- 'requestError': function(rejection) {
- return $q.reject(rejection);
- },
- 'response': function(response) {
- return response;
- },
- 'responseError': function(rejection) {
- if (rejection.status == 900) {
- var d = dialog({
- title: '错误提示',
- content: "您长时间未进行任何操作,请重新登录本系统",
- ok: function() {
- document.location.href = './login.html';
- },
- okValue: '确定'
- });
- d.showModal();
- return $q.reject(rejection);
- } else if (rejection.status == 500) {
- var d = dialog({
- title: '错误提示',
- content: (rejection.data && rejection.data.errorMsg ? rejection.data.errorMsg : "操作失败,请与管理员联系。"),
- ok: function() {
- //donothing
- },
- okValue: '确定'
- });
- d.showModal();
- return $q.reject(rejection);
- } else {
- return $q.reject(rejection);
- }
- }
- };
- }).config(['$httpProvider', function($httpProvider) {
- $httpProvider.interceptors.push('frameAjaxInterceptor');
- $httpProvider.defaults.cache = false;
- if (!$httpProvider.defaults.headers.get) {
- $httpProvider.defaults.headers.get = {};
- }
- // disable IE ajax request caching
- $httpProvider.defaults.headers.get['If-Modified-Since'] = '0';
- }])
- .controller('studentbaokaoCtrl', ['$scope', '$http','$location','$anchorScroll', function($scope, $http, $location, $anchorScroll) {
- var userId = $.cookie('userid');
-
- $scope.abparam = {
- abilityTest:'1'
- };
-
- $scope.submitAbilityTest = function(){
- $http.put(main_host + '/api/EvalFinalStudentScore',{abilityTest:$scope.abparam.abilityTest}).success(function(data) {
- if (data.success && data.map.code=='1') {
- dialog({
- title: '操作提示',
- content: "提交成功!",
- ok: function() {},
- okValue: '确定'
- }).showModal();
- }
- });
- };
-
- $scope.abilityTestScore = {
- apply:'',
- applyLang:'',
- professionalTest:'',
- speakTest:'',
- originalFuyuScore:'',
- validateFuyuScore:'',
- totalScore:''
- }
-
- $http.get(main_host + '/api/PublishStatus/' + userId).success(function(data) {
- if (data.success) {
- $scope.publishStatus = data.map.publishStatus;
- $scope.student = data.map.student;
- $scope.abparam.abilityTest = data.map.student.abilityTest;
- $scope.overSubmitJoinAbilityTest = data.map.overSubmitJoinAbilityTest;
- $scope.overStudentAbilityTestScorePublishTime = data.map.overStudentAbilityTestScorePublishTime;
- $scope.abilityTestScore = data.map.abilityTestScore;
- }
- });
-
-
- $scope.downloadZKZ = function(){
- var exp_url = main_host + '/api/StudentZKZ';
- window.top.document.location.href=exp_url;
- }
-
- $scope.downloadBaoKaoNotice = function(){
- window.top.document.location.href='./beijing_foreign_university_candidates_confirmation.docx';
- }
- $scope.logout = function(){
- dialog({
- title: '操作提示',
- content: "确定登出本系统吗?",
- ok: function() {
- $http.post(main_host + '/api/UserLogouts/').success(function(data) {
- if (data.success) {
- document.location.href = "./login.html";
- $.removeCookie('userid');
- $.removeCookie('uname');
- }
- });
- },
- okValue: '确定'
- }).showModal();
- }
- }]);
- </script>
- </html>
|