named changed

This commit is contained in:
Ralf Becker 2002-09-17 13:29:17 +00:00
parent 34c963535a
commit e92cd51521
5 changed files with 0 additions and 187 deletions

View File

@ -1,49 +0,0 @@
<?xml version="1.0"?>
<overlay>
<grid id="et_media.edit" template="" lang="" group="" version="" width="100%">
<columns>
<column/>
<column/>
<column/>
<column/>
</columns>
<rows>
<row>
<description options="ib" span="all" value="eTemplates MediaDB" no_lang="1" id="msg"/>
</row>
<row>
<hrule span="all"/>
</row>
<row>
<description span="all"/>
</row>
<row>
<description value="Name"/>
<textbox size="100" maxlength="100" span="all" id="name" statustext="here goes the name of the publication / record"/>
</row>
<row>
<description value="Author"/>
<textbox size="100" maxlength="100" span="all" id="author" statustext="please use Name, First Name"/>
</row>
<row>
<description value="Type"/>
<menulist span="all" statustext="select the type fitting most">
<menupopup id="type"/>
</menulist>
</row>
<row>
<description value="Description"/>
<textbox multiline="true" cols="3" rows="100" span="all" id="descr" statustext="we have a fulltext search using that description"/>
</row>
<row>
<description span="all"/>
</row>
<row>
<button label="Read" id="read" statustext="reads or searches for entries matching the criteria above"/>
<button label="Save" id="save" statustext="saves the change to the db"/>
<button label="Cancel" id="cancel" statustext="clears the form, without changing anything"/>
<button label="Delete" id="delete" statustext="deletes an entry"/>
</row>
</rows>
</grid>
</overlay>

View File

@ -1,23 +0,0 @@
<?xml version="1.0"?>
<overlay>
<grid id="et_media.show.rows" template="" lang="" group="" version="" width="100%">
<columns>
<column/>
<column/>
<column/>
</columns>
<rows>
<row class="nmh">
<description value="Name"/>
<description value="Author"/>
<description/>
</row>
<row class="nmr">
<description no_lang="1" id="${row}[name]"/>
<description class="ml10" no_lang="1" id="${row}[author]"/>
<button label="Edit" align="center" id="edit[$row_cont[id]]" statustext="click here to edit the entry"/>
</row>
</rows>
<styles>.nmh { font-weight: bold; }</styles>
</grid>
</overlay>

View File

@ -1,22 +0,0 @@
<?xml version="1.0"?>
<overlay>
<grid id="et_media.show" template="" lang="" group="" version="" width="100%">
<columns>
<column/>
</columns>
<rows>
<row>
<description options="ib" span="all" value="eTemplates MediaDB" no_lang="1" id="msg"/>
</row>
<row>
<hrule span="all"/>
</row>
<row>
<description span="all"/>
</row>
<row>
<grid content="entry" id="et_media.show.rows"/>
</row>
</rows>
</grid>
</overlay>

View File

@ -1,51 +0,0 @@
<?xml version="1.0"?>
<overlay>
<grid id="etemplate.db-tools.cols" template="" lang="" group="" version="0.9.13.001">
<columns>
<column/>
<column/>
<column/>
<column/>
<column/>
<column/>
<column/>
<column/>
<column/>
<column/>
<column/>
<column/>
</columns>
<rows>
<row class="nmh">
<description value="#" no_lang="1" align="center"/>
<description value="ColumnName"/>
<description value="Type"/>
<description value="Precision"/>
<description value="Scale"/>
<description value="Nullable"/>
<description value="Unique"/>
<description value="Primary Key"/>
<description value="Indexed"/>
<description value="Foreign Key"/>
<description value="Default"/>
<button label="Add Column" align="center" id="add_column"/>
</row>
<row class="nmr">
<description no_lang="1" align="center" id="Row${row}[n]"/>
<textbox size="20" no_lang="1" id="Row${row}[name]" statustext="need to be unique in the table and no reseved word from SQL, best prefix all with a common 2-digit short for the app, eg. 'et_'"/>
<menulist>
<menupopup no_lang="1" id="Row${row}[type]" statustext="type of the column"/>
</menulist>
<int align="center" id="Row${row}[precision]" statustext="length for char+varchar, precisions int: 2, 4, 8 and float: 4, 8"/>
<int id="Row${row}[scale]" statustext="scale for float"/>
<checkbox align="center" id="Row${row}[nullable]" statustext="can have special SQL-value NULL"/>
<checkbox align="center" id="Row${row}[uc]" statustext="DB ensures that every row has a unique value in that column"/>
<checkbox align="center" id="Row${row}[pk]" statustext="Primary key for the table, gets automaticaly indexed"/>
<checkbox align="center" id="Row${row}[ix]" statustext="an indexed column speeds up querys using that column (cost space on the disk !!!)"/>
<textbox size="20" align="center" id="Row${row}[fk]" statustext="name of other table where column is a key from"/>
<textbox size="20" id="Row${row}[default]" statustext="enter '' for an empty default, nothing mean no default"/>
<button label="Delete Column" align="center" id="delete[$row]"/>
</row>
</rows>
</grid>
</overlay>

View File

@ -1,42 +0,0 @@
<?xml version="1.0"?>
<overlay>
<grid id="etemplate.db-tools.edit" template="" lang="" group="" version="0.9.13.001" width="100%">
<columns>
<column/>
<column/>
<column/>
<column width="1%"/>
<column/>
<column/>
<column/>
</columns>
<rows>
<row>
<description size="bi" span="6" value="Editable Templates - DB-Tools" no_lang="1" id="msg"/>
<button label="eTemplate Editor" align="right" id="editor" statustext="to start the eTemplate editor"/>
</row>
<row>
<hrule span="all"/>
</row>
<row>
<description span="all"/>
</row>
<row>
<menulist>
<menupopup label="Application" no_lang="1" id="app" onchange="1" statustext="Select an application"/>
</menulist>
<menulist>
<menupopup label="TableName" no_lang="1" id="table_name" onchange="1" statustext="Select an table of the application"/>
</menulist>
<textbox size="20" align="right" id="new_table_name" statustext="Name of table to add"/>
<button label="Add Table" id="add_table" statustext="Create a new table for the application"/>
<button label="Import" id="import" statustext="Import table-definitions from existing db-table"/>
<button label="Drop Table" id="drop_table" disabled="true" statustext="Drop a table - this can NOT be undone"/>
<button label="Write Tables" id="write_tables" statustext="Write <app>/setup/tables_current.inc.php"/>
</row>
<row>
<grid span="all" id="etemplate.db-tools.cols"/>
</row>
</rows>
</grid>
</overlay>