12 lines
274 B
Plaintext
12 lines
274 B
Plaintext
<%
|
|
' Resizing constants for the Content Ratings dialog.
|
|
|
|
' Dialog dimensions
|
|
Const L_IIRTE_W = 580
|
|
Const L_IIRTE_H = 480
|
|
|
|
' This is the size of the region that displays iirtehd.asp. From the top
|
|
' of the dialog to the slider control.
|
|
Const L_CATEGORYHEADHEIGHT_NUM = 185
|
|
|
|
%> |