begin
This commit is contained in:
116
about_journal.html
Normal file
116
about_journal.html
Normal file
@@ -0,0 +1,116 @@
|
||||
<script src="js/jquery.min.js"></script>
|
||||
<script>
|
||||
|
||||
// 获取地址栏信息
|
||||
function getQueryString(name) {
|
||||
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");
|
||||
var r = window.location.search.substr(1).match(reg);
|
||||
if (r != null) return unescape(r[2]);
|
||||
return null;
|
||||
}
|
||||
|
||||
var ITA_ID = getQueryString('J_num'); //Journal Information
|
||||
|
||||
if (ITA_ID == 1) {
|
||||
onload = function () {
|
||||
location.href = "notice.html?J_num=1&footer_id=1";
|
||||
};
|
||||
} else if (ITA_ID == 2) {
|
||||
onload = function () {
|
||||
location.href = "notice.html?J_num=2&footer_id=21";
|
||||
};
|
||||
} else if (ITA_ID == 3) {
|
||||
onload = function () {
|
||||
location.href = "notice.html?J_num=3&footer_id=466";
|
||||
};
|
||||
} else if (ITA_ID == 4) {
|
||||
onload = function () {
|
||||
location.href = "notice.html?J_num=4&footer_id=339";
|
||||
};
|
||||
} else if (ITA_ID == 5) {
|
||||
onload = function () {
|
||||
location.href = "notice.html?J_num=5&footer_id=";
|
||||
};
|
||||
} else if (ITA_ID == 6) {
|
||||
onload = function () {
|
||||
location.href = "notice.html?J_num=6&footer_id=45";
|
||||
};
|
||||
} else if (ITA_ID == 7) {
|
||||
onload = function () {
|
||||
location.href = "notice.html?J_num=7&footer_id=81";
|
||||
};
|
||||
} else if (ITA_ID == 8) {
|
||||
onload = function () {
|
||||
location.href = "notice.html?J_num=8&footer_id=100";
|
||||
};
|
||||
} else if (ITA_ID == 9) {
|
||||
onload = function () {
|
||||
location.href = "notice.html?J_num=9&footer_id=219";
|
||||
};
|
||||
} else if (ITA_ID == 10) {
|
||||
onload = function () {
|
||||
location.href = "notice.html?J_num=10&footer_id=132";
|
||||
};
|
||||
} else if (ITA_ID == 11) {
|
||||
onload = function () {
|
||||
location.href = "notice.html?J_num=11&footer_id=147";
|
||||
};
|
||||
} else if (ITA_ID == 12) {
|
||||
onload = function () {
|
||||
location.href = "notice.html?J_num=12&footer_id=233";
|
||||
};
|
||||
} else if (ITA_ID == 13) {
|
||||
onload = function () {
|
||||
location.href = "notice.html?J_num=13&footer_id=178";
|
||||
};
|
||||
} else if (ITA_ID == 14) {
|
||||
onload = function () {
|
||||
location.href = "notice.html?J_num=14&footer_id=128";
|
||||
};
|
||||
} else if (ITA_ID == 15) {
|
||||
onload = function () {
|
||||
location.href = "notice.html?J_num=15&footer_id=236";
|
||||
};
|
||||
} else if (ITA_ID == 16) {
|
||||
onload = function () {
|
||||
location.href = "notice.html?J_num=16&footer_id=62";
|
||||
};
|
||||
} else if (ITA_ID == 17) {
|
||||
onload = function () {
|
||||
location.href = "notice.html?J_num=17&footer_id=255";
|
||||
};
|
||||
} else if (ITA_ID == 18) {
|
||||
onload = function () {
|
||||
location.href = "notice.html?J_num=18&footer_id=46";
|
||||
};
|
||||
} else if (ITA_ID == 19) {
|
||||
onload = function () {
|
||||
location.href = "notice.html?J_num=19&footer_id=25";
|
||||
};
|
||||
} else if (ITA_ID == 20) {
|
||||
onload = function () {
|
||||
location.href = "notice.html?J_num=20&footer_id=268";
|
||||
};
|
||||
} else if (ITA_ID == 21) {
|
||||
onload = function () {
|
||||
location.href = "notice.html?J_num=21&footer_id=325";
|
||||
};
|
||||
} else if (ITA_ID == 22) {
|
||||
onload = function () {
|
||||
location.href = "notice.html?J_num=22&footer_id=151";
|
||||
};
|
||||
} else if (ITA_ID == 23) {
|
||||
onload = function () {
|
||||
location.href = "notice.html?J_num=23&footer_id=";
|
||||
};
|
||||
} else if (ITA_ID == 24) {
|
||||
onload = function () {
|
||||
location.href = "notice.html?J_num=24&footer_id=298";
|
||||
};
|
||||
} else if (ITA_ID == 25) {
|
||||
onload = function () {
|
||||
location.href = "notice.html?J_num=25&footer_id=485";
|
||||
};
|
||||
}
|
||||
|
||||
</script>
|
||||
Reference in New Issue
Block a user