| Line 53... |
Line 53... |
| 53 |
|
53 |
|
| 54 |
Function Owner_Format( NNuser_id, SSemail, SSname )
|
54 |
Function Owner_Format( NNuser_id, SSemail, SSname )
|
| 55 |
If CInt(NNuser_id) = 0 Then
|
55 |
If CInt(NNuser_id) = 0 Then
|
| 56 |
Response.write "public"
|
56 |
Response.write "public"
|
| 57 |
Else
|
57 |
Else
|
| 58 |
Response.write "<span data-email='"& SSemail &"' class='mailto txt_linked'>"& SSname &"</span>"
|
58 |
Response.write emailField(enum_imgUser & SSname ,SSemail)
|
| 59 |
End If
|
59 |
End If
|
| 60 |
End Function
|
60 |
End Function
|
| 61 |
%>
|
61 |
%>
|
| 62 |
<%
|
62 |
<%
|
| 63 |
'--- Process submition ---
|
63 |
'--- Process submition ---
|
| Line 133... |
Line 133... |
| 133 |
<td background="images/bg_form_lightgray.gif"><img src="images/i_delete_disable.gif" width="13" height="12" hspace="5" ></td>
|
133 |
<td background="images/bg_form_lightgray.gif"><img src="images/i_delete_disable.gif" width="13" height="12" hspace="5" ></td>
|
| 134 |
<%ElseIf rsTemp.Fields("base_view") = "S" Then%>
|
134 |
<%ElseIf rsTemp.Fields("base_view") = "S" Then%>
|
| 135 |
<td background="images/bg_form_lightgray.gif" align="center"><input type="checkbox" disabled></td>
|
135 |
<td background="images/bg_form_lightgray.gif" align="center"><input type="checkbox" disabled></td>
|
| 136 |
<td background="images/bg_form_lightgray.gif" nowrap class="form_item"><%=rsTemp.Fields("view_name")%></td>
|
136 |
<td background="images/bg_form_lightgray.gif" nowrap class="form_item"><%=rsTemp.Fields("view_name")%></td>
|
| 137 |
<td background="images/bg_form_lightgray.gif" nowrap class="form_item" align="center"></td>
|
137 |
<td background="images/bg_form_lightgray.gif" nowrap class="form_item" align="center"></td>
|
| 138 |
<td background="images/bg_form_lightgray.gif" nowrap class="form_item" align="center">SDK View</td>
|
138 |
<td background="images/bg_form_lightgray.gif" nowrap class="form_item">SDK View</td>
|
| 139 |
<td background="images/bg_form_lightgray.gif"><img src="images/i_edit_disable.gif" width="12" height="12" hspace="5" ></td>
|
139 |
<td background="images/bg_form_lightgray.gif"><img src="images/i_edit_disable.gif" width="12" height="12" hspace="5" ></td>
|
| 140 |
<td background="images/bg_form_lightgray.gif"><img src="images/i_delete_disable.gif" width="13" height="12" hspace="5" ></td>
|
140 |
<td background="images/bg_form_lightgray.gif"><img src="images/i_delete_disable.gif" width="13" height="12" hspace="5" ></td>
|
| 141 |
<%Else%>
|
141 |
<%Else%>
|
| 142 |
<td background="images/bg_form_lightgray.gif" align="center"><input type="checkbox" name="FRpublicshow" value="<%=rsTemp.Fields("view_id")%>" <%If CBool(rsTemp.Fields("show")) Then Response.write "checked"%>></td>
|
142 |
<td background="images/bg_form_lightgray.gif" align="center"><input type="checkbox" name="FRpublicshow" value="<%=rsTemp.Fields("view_id")%>" <%If CBool(rsTemp.Fields("show")) Then Response.write "checked"%>></td>
|
| 143 |
<%If (Cint(rsTemp.Fields("owner_id")) = Cint(objAccessControl.UserId)) OR (Cint(rsTemp.Fields("owner_id")) = 0) Then%>
|
143 |
<%If (Cint(rsTemp.Fields("owner_id")) = Cint(objAccessControl.UserId)) OR (Cint(rsTemp.Fields("owner_id")) = 0) Then%>
|