%--
admin_attr_table.html : This template displays the colums within a table.
--%>
<%include top_menu.html%>
<%include top_table_menu.html%>
Below is a list of columns in the <%table%> table in the <%db%> database. There <%if cols != '1'%>are<%else%>is<%endif%> currently <%cols%> column<%unless cols == '1'%>s<%endif%> in this table.
|
<%loop col_loop%>
<%col%> |
<%type%> |
<%if null%>Yes<%else%>No<%endif%> |
<%if key%><%key%><%else%>-<%endif%> |
<%if default%><%default%><%else%>None<%endif%> |
<%if extra%><%extra%><%else%>None<%endif%> |
Drop |
<%endloop%>
Below is a list of keys for this table.
<%loop key_loop%>
<%key%> |
<%if null%>Yes<%else%>No<%endif%> |
<%column%> |
<%if unique == '0'%>Yes<%else%>No<%endif%> |
<%if sort eq 'A'%>Ascending<%else%>None<%endif%> |
Drop |
<%endloop%>
|
<%include footer.html%>