Update values to test servers
This commit is contained in:
parent
75f5404b7a
commit
9cb2a5b211
|
@ -80,8 +80,8 @@ $(document).ready(function() {
|
|||
<tr>
|
||||
<td colspan="5" class="dept_options">
|
||||
<div class="dept_options">
|
||||
<%= check_box("school", "depts", {:multiple => true}, "ntu_ga_test_p.tp.ruling.com", nil) %><%= label_tag("ntu_ga_test_p.tp.ruling.com", "測試站總務處 (ntu_ga_test_p)") %>
|
||||
<%= check_box("school", "depts", {:multiple => true}, "ntu_ga_test.tp.ruling.com", nil) %><%= label_tag("ntu_ga_test.tp.ruling.com", "測試站總務處經管組 (ntu_ga_test)") %>
|
||||
<%= check_box("school", "depts", {:multiple => true}, "ntu_ga_test_p.tp.rulingcom.com", nil) %><%= label_tag("ntu_ga_test_p.tp.rulingcom.com", "測試站總務處 (ntu_ga_test_p)") %>
|
||||
<%= check_box("school", "depts", {:multiple => true}, "ntu_ga_test.tp.rulingcom.com", nil) %><%= label_tag("ntu_ga_test.tp.rulingcom.com", "測試站總務處經管組 (ntu_ga_test)") %>
|
||||
<!-- <%= check_box("school", "depts", {:multiple => true}, (request.host + ":3000"), nil) %><%= label_tag((request.host + ":3000"), "測試站3000") %>
|
||||
<%= check_box("school", "depts", {:multiple => true}, (request.host + ":4000"), nil) %><%= label_tag((request.host + ":4000"), "測試站4000") %> -->
|
||||
<%= check_box("school", "depts", {:multiple => true}, "", nil) %><%= label_tag(:dep1, "總務長室暨總務處秘書室") %>
|
||||
|
|
Loading…
Reference in New Issue