Plugins |
 |
|
|
<%
dim pluginid as string=""
dim editable as string=""
dim deleteable as string=""
img="0"
editable="javascript:notallowed('edit');"
deleteable="javascript:notallowed('delete');"
for x=0 to ds.tables(0).rows.count-1
rs=ds.tables(0).rows(x)
pluginid=rs.item("pluginid")
if lvl=2 then
img=""
editable="editplugin.aspx?pluginid=" & pluginid
deleteable="javascript:deleteplugin(" & pluginid & ")"
end if
%>
| <%=x+1%>. |
"><%=rs.item("pplname")%>
- Description : <%=rs.item("ppldescription")%> |
">
 |
|
 |
<%next%>
|
<%if x=0 and lvl=2 then%>
There are no plugins registered
|
<%end if%>