Add port to test
This commit is contained in:
		
							parent
							
								
									9cb2a5b211
								
							
						
					
					
						commit
						627425b72e
					
				| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
<script type="text/javascript">
 | 
			
		||||
 | 
			
		||||
var local_host = "<%= request.host %>";
 | 
			
		||||
var local_host = "<%= request.host %>:<%= request.port %>";
 | 
			
		||||
 | 
			
		||||
function hide_current_host_name(localhost) {
 | 
			
		||||
  $('input[type=checkbox]').each(function() {
 | 
			
		||||
| 
						 | 
				
			
			@ -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.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}, 'ntu_ga_test_p.tp.rulingcom.com:80', nil) %><%= label_tag("ntu_ga_test_p.tp.rulingcom.com:80", "測試站總務處 (ntu_ga_test_p)") %>
 | 
			
		||||
          <%= check_box("school", "depts", {:multiple => true}, 'ntu_ga_test.tp.rulingcom.com:80', nil) %><%= label_tag("ntu_ga_test.tp.rulingcom.com:80", "測試站總務處經管組 (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