[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/resources/templates/default/ -> edit.xet (source)

   1  <?xml version="1.0"?>
   2  <!-- $Id: edit.xet 19840 2005-11-14 21:40:50Z nelius_weiss $ -->
   3  <overlay>
   4      <template id="resources.edit.general" template="" lang="" group="0" version="">
   5          <grid>
   6              <columns>
   7                  <column/>
   8              </columns>
   9              <rows>
  10                  <row>
  11                      <description/>
  12                  </row>
  13              </rows>
  14          </grid>
  15      </template>
  16      <template id="resources.edit.page" template="" lang="" group="0" version="">
  17          <grid>
  18              <columns>
  19                  <column/>
  20              </columns>
  21              <rows>
  22                  <row>
  23                      <description/>
  24                  </row>
  25              </rows>
  26          </grid>
  27      </template>
  28      <template id="resources.edit.pictures" template="" lang="" group="0" version="">
  29          <grid>
  30              <columns>
  31                  <column/>
  32              </columns>
  33              <rows>
  34                  <row>
  35                      <description/>
  36                  </row>
  37              </rows>
  38          </grid>
  39      </template>
  40      <template id="resources.edit.links" template="" lang="" group="0" version="">
  41          <grid>
  42              <columns>
  43                  <column/>
  44              </columns>
  45              <rows>
  46                  <row>
  47                      <description/>
  48                  </row>
  49              </rows>
  50          </grid>
  51      </template>
  52      <template id="resources.edit.custom" template="" lang="" group="0" version="">
  53          <grid>
  54              <columns>
  55                  <column/>
  56              </columns>
  57              <rows>
  58                  <row>
  59                      <description/>
  60                  </row>
  61              </rows>
  62          </grid>
  63      </template>
  64      <template id="resources.edit_tabs" template="" lang="" group="0" version="">
  65          <grid>
  66              <columns>
  67                  <column width="700"/>
  68                  <column/>
  69                  <column/>
  70              </columns>
  71              <rows>
  72                  <row class="row_off">
  73                      <tabbox span="all">
  74                          <tabs>
  75                              <tab label="General" statustext="General informations about resource"/>
  76                              <tab label="Description" statustext="Informations about the location of resource"/>
  77                              <tab label="Picture" statustext="Prizeing information for booking or buying"/>
  78                              <tab label="Links" statustext="Web-Page of resource"/>
  79                              <tab label="Custom" statustext="Pictures or resource"/>
  80                          </tabs>
  81                          <tabpanels>
  82                              <template id="resources.edit.general"/>
  83                              <template id="resources.edit.page"/>
  84                              <template id="resources.edit.pictures"/>
  85                              <template id="resources.edit.links"/>
  86                              <template id="resources.edit.custom"/>
  87                          </tabpanels>
  88                      </tabbox>
  89                  </row>
  90                  <row height="100%">
  91                      <description span="all"/>
  92                  </row>
  93              </rows>
  94          </grid>
  95      </template>
  96      <template id="resources.edit_buttons" template="" lang="" group="0" version="">
  97          <grid>
  98              <columns>
  99                  <column/>
 100                  <column/>
 101                  <column width="100%"/>
 102              </columns>
 103              <rows>
 104                  <row>
 105                      <button label="Save" id="save" statustext="Saves entry and exits"/>
 106                      <button label="Cancel" onclick="window.close();"/>
 107                      <button label="Delete" align="right" id="delete" onclick="return confirm('Do you really want do delte this resource?');"/>
 108                  </row>
 109              </rows>
 110          </grid>
 111      </template>
 112      <template id="resources.edit" template="" lang="" group="0" version="">
 113          <grid>
 114              <columns>
 115                  <column width="700"/>
 116              </columns>
 117              <rows>
 118                  <row>
 119                      <description no_lang="1" id="msg"/>
 120                  </row>
 121                  <row>
 122                      <hbox>
 123                          <textbox label="Name" id="name" statustext="Name of resource" needed="1"/>
 124                          <textbox label="Inventory number" id="inventory_number"/>
 125                          <menulist>
 126                              <menupopup label="Category" no_lang="1" id="cat_id" needed="1" statustext="Which category does this resource belong to?" align="right"/>
 127                          </menulist>
 128                      </hbox>
 129                  </row>
 130                  <row>
 131                      <template id="resources.edit_tabs"/>
 132                  </row>
 133                  <row>
 134                      <template id="resources.edit_buttons"/>
 135                  </row>
 136              </rows>
 137          </grid>
 138      </template>
 139  </overlay>


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7