<%-- admin_attr_table.html : This template displays the colums within a table. --%> <%script%> - Column List <%include style.css%> <%include top_menu.html%> <%include top_table_menu.html%> <%include footer.html%>
<%script%> Column List:

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%> <%endloop%>
Column: Type: Null: Key: Default: Extra: Action:
<%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


Below is a list of keys for this table.


<%loop key_loop%> <%endloop%>
Key: Null: Column: Unique: Sort: Action:
<%key%> <%if null%>Yes<%else%>No<%endif%> <%column%> <%if unique == '0'%>Yes<%else%>No<%endif%> <%if sort eq 'A'%>Ascending<%else%>None<%endif%> Drop